home / openregs

legislation_subjects

CRS legislative subject terms assigned to bills, useful for filtering by topic.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

5 rows where bill_id = "96-s-2002"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
96-s-2002,Consumer credit A bill to amend the Consumer Credit Protection Act to prohibit the use of the "Rule of 78's" in the computation of the rebate of unearned interest in precomputed consumer credit transactions with terms greater than 36 months. 96-s-2002 Consumer credit
96-s-2002,Consumer protection A bill to amend the Consumer Credit Protection Act to prohibit the use of the "Rule of 78's" in the computation of the rebate of unearned interest in precomputed consumer credit transactions with terms greater than 36 months. 96-s-2002 Consumer protection
96-s-2002,Credit A bill to amend the Consumer Credit Protection Act to prohibit the use of the "Rule of 78's" in the computation of the rebate of unearned interest in precomputed consumer credit transactions with terms greater than 36 months. 96-s-2002 Credit
96-s-2002,Credit insurance A bill to amend the Consumer Credit Protection Act to prohibit the use of the "Rule of 78's" in the computation of the rebate of unearned interest in precomputed consumer credit transactions with terms greater than 36 months. 96-s-2002 Credit insurance
96-s-2002,Finance charges A bill to amend the Consumer Credit Protection Act to prohibit the use of the "Rule of 78's" in the computation of the rebate of unearned interest in precomputed consumer credit transactions with terms greater than 36 months. 96-s-2002 Finance charges

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE legislation_subjects (
    bill_id TEXT REFERENCES legislation(bill_id),
    subject TEXT,
    PRIMARY KEY (bill_id, subject)
);
CREATE INDEX idx_legsub_subject ON legislation_subjects(subject);
Powered by Datasette · Queries took 437.642ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API