home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

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

10 rows where agency_id = "CFPB", document_type = "Proposed Rule" and posted_year = 2016 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date, posted_month, comment_start_date, comment_end_date, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 1

  • 2016 · 10 ✖

document_type 1

  • Proposed Rule · 10 ✖

agency_id 1

  • CFPB · 10 ✖
id agency_id docket_id title document_type subtype posted_date ▲ posted_year posted_month comment_start_date comment_end_date last_modified fr_doc_num open_for_comment withdrawn object_id
CFPB-2016-0039-0001 CFPB Amendments Relating to Disclosure of Records and Information CFPB-2016-0039 Disclosure of Records and Information Proposed Rule   2016-08-24T04:00:00Z 2016 8 2016-08-24T04:00:00Z 2016-10-25T03:59:59Z 2017-04-12T01:01:55Z 2016-19594 0 0 090000648219797d
CFPB-2016-0038-0001 CFPB Amendments to Federal Mortgage Disclosure Requirements under the Truth in Lending CFPB-2016-0038 Federal Mortgage Disclosure Requirements under the Truth in Lending Act Proposed Rule   2016-08-15T04:00:00Z 2016 8 2016-08-15T04:00:00Z 2016-10-19T03:59:59Z 2018-02-22T02:01:43Z 2016-18426 0 0 09000064821755f7
CFPB-2016-0035-0001 CFPB Proposed Rule: Joint Agency HPML Appraisal NPRM Release CFPB-2016-0035 Appraisals for Higher-Priced Mortgage Loans Exemption Threshold Proposed Rule   2016-08-04T04:00:00Z 2016 8 2016-08-04T04:00:00Z 2016-09-07T03:59:59Z 2016-10-06T01:00:20Z 2016-18058 0 0 0900006482154f98
CFPB-2016-0036-0001 CFPB Consumer Leasing (Regulation M) CFPB-2016-0036 Consumer Leasing (Regulation M) Proposed Rule   2016-08-04T04:00:00Z 2016 8 2016-08-04T04:00:00Z 2016-09-07T03:59:59Z 2016-08-17T13:00:44Z 2016-18059 0 0 0900006482154f3b
CFPB-2016-0037-0001 CFPB Truth in Lending (Regulation Z) CFPB-2016-0037 Truth in Lending (Regulation Z) Proposed Rule   2016-08-04T04:00:00Z 2016 8 2016-08-04T04:00:00Z 2016-09-07T03:59:59Z 2016-10-20T01:03:56Z 2016-18062 0 0 0900006482154d84
CFPB-2016-0025-0001 CFPB Payday, Vehicle, Title and Certain High-Cost Installment Loans CFPB-2016-0025 Payday, Vehicle Title, and Certain High-Cost Installment Loans Proposed Rule   2016-07-22T04:00:00Z 2016 7 2016-07-22T04:00:00Z 2016-10-08T03:59:59Z 2017-12-21T02:03:21Z 2016-13490 0 0 09000064820ecdb1
CFPB-2016-0032-0001 CFPB Amendment to the Annual Privacy Notice Requirement Under the Gramm-Leach-Bliley Act (Regulation P) CFPB-2016-0032 Annual Privacy Notice Requirement under the Gramm-Leach-Bliley Act (Regulation P) Proposed Rule   2016-07-11T04:00:00Z 2016 7 2016-07-11T04:00:00Z 2016-08-11T03:59:59Z 2017-03-23T01:02:17Z 2016-16132 0 0 090000648209be85
CFPB_FRDOC_0001-0464 CFPB Recently Posted CFPB Rules and Notices. CFPB_FRDOC_0001 Semiannual Regulatory Agenda Proposed Rule   2016-06-09T04:00:00Z 2016 6 2016-06-09T04:00:00Z   2016-06-09T13:55:56Z 2016-12931 0 0 0900006482025c09
CFPB-2016-0020-0001 CFPB Arbitration Agreements CFPB-2016-0020 Arbitration Agreements Proposed Rule   2016-05-24T04:00:00Z 2016 5 2016-05-24T04:00:00Z 2016-08-23T03:59:59Z 2018-07-11T01:04:21Z 2016-10961 0 0 0900006481feac55
CFPB-2016-0016-0001 CFPB Amendments to the 2013 Mortgage Servicing Rules Under the Real Estate Settlement Procedures Act (Regulation X) and the Truth in Lending Act (Regulation Z) CFPB-2016-0016 Amendments to the 2013 Mortgage Servicing Rules under the Real Estate Settlement Procedures Act (Regulation X) and the Truth in Lending Act (Regulation Z) Proposed Rule   2016-04-26T04:00:00Z 2016 4 2016-04-26T04:00:00Z 2016-05-27T03:59:59Z 2016-06-11T01:00:48Z 2016-09695 0 0 0900006481f8dfac

Advanced export

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

CSV options:

CREATE TABLE documents (
    id TEXT PRIMARY KEY,
    agency_id TEXT,
    docket_id TEXT REFERENCES dockets(id),
    title TEXT,
    document_type TEXT,
    subtype TEXT,
    posted_date TEXT,
    posted_year INTEGER,
    posted_month INTEGER,
    comment_start_date TEXT,
    comment_end_date TEXT,
    last_modified TEXT,
    fr_doc_num TEXT,
    open_for_comment INTEGER,
    withdrawn INTEGER,
    object_id TEXT
);
CREATE INDEX idx_docs_agency ON documents(agency_id);
CREATE INDEX idx_docs_docket ON documents(docket_id);
CREATE INDEX idx_docs_date ON documents(posted_date);
CREATE INDEX idx_docs_year ON documents(posted_year);
CREATE INDEX idx_docs_type ON documents(document_type);
CREATE INDEX idx_docs_frnum ON documents(fr_doc_num);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 1038.726ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API