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

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

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2023 · 11 ✖

document_type 1

  • Proposed Rule · 11 ✖

agency_id 1

  • CFPB · 11 ✖
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-2023-0053-0001 CFPB Defining Larger Participants of a Market for General-Use Digital Consumer Payment Applications CFPB-2023-0053 Defining Larger Participants of a Market for General-Use Digital Consumer Payment Applications Proposed Rule   2023-11-17T05:00:00Z 2023 11 2023-11-17T05:00:00Z 2024-01-09T04:59:59Z 2024-10-29T01:01:04Z 2023-24978 0 0 090000648628ca61
CFPB-2023-0052-0001 CFPB Required Rulemaking on Personal Financial Data Rights CFPB-2023-0052 Required Rulemaking on Personal Financial Data Rights Proposed Rule   2023-10-31T04:00:00Z 2023 10 2023-10-31T04:00:00Z 2023-12-30T04:59:59Z 2024-11-15T02:00:39Z 2023-23576 0 0 090000648619fd3b
CFPB-2023-0001-0019 CFPB Notices CFPB-2023-0001 Semiannual Regulatory Agenda Proposed Rule   2023-07-27T04:00:00Z 2023 7 2023-07-27T04:00:00Z   2023-07-27T14:59:26Z 2023-14564 0 0 0900006485d5d31d
CFPB-2023-0033-0001 CFPB Interagency Guidance on Reconsiderations of Value of Residential Real Estate Valuations CFPB-2023-0033 Interagency Guidance on Reconsiderations of Value of Residential Real Estate Valuations Proposed Rule   2023-07-21T04:00:00Z 2023 7 2023-07-21T04:00:00Z 2023-09-20T03:59:59Z 2023-09-21T01:03:10Z 2023-12609 0 0 0900006485cf5b7f
CFPB-2023-0025-0001 CFPB Quality Control Standards for Automated Valuation Models CFPB-2023-0025 Quality Control Standards for Automated Valuation Models Proposed Rule   2023-06-21T04:00:00Z 2023 6 2023-06-21T04:00:00Z 2023-08-22T03:59:59Z 2023-11-04T01:04:19Z 2023-12187 0 0 0900006485b917a2
CFPB-2023-0029-0001 CFPB Residential Property Assessed Clean Energy Financing (Regulation Z). CFPB-2023-0029 Residential Property Assessed Clean Energy Financing (Regulation Z) Proposed Rule   2023-05-11T04:00:00Z 2023 5 2023-05-11T04:00:00Z 2023-07-27T03:59:59Z 2024-12-20T02:00:55Z 2023-09468 0 0 09000064859f3b9e
CFPB-2023-0010-0001 CFPB Credit Card Penalty Fees (Regulation Z) CFPB-2023-0010 Credit Card Penalty Fees (Regulation Z) Proposed Rule   2023-03-29T04:00:00Z 2023 3 2023-03-29T04:00:00Z 2023-05-04T03:59:59Z 2023-10-19T01:04:27Z 2023-02393 0 0 0900006485883dca
CFPB-2023-0017-0001 CFPB Mortgage Loan Originator Rules Review Pursuant to the Regulatory Flexibility Act (Regulation Z) CFPB-2023-0017 Mortgage Loan Originator Rules Review Pursuant to the Regulatory Flexibility Act (Regulation Z) Proposed Rule   2023-03-16T04:00:00Z 2023 3 2023-03-16T04:00:00Z 2023-05-02T03:59:59Z 2023-06-03T01:00:31Z 2023-05295 0 0 09000064857b8f7f
CFPB_FRDOC_0001-1090 CFPB Recently Posted CFPB Rules and Notices. CFPB_FRDOC_0001 Semiannual Regulatory Agenda Proposed Rule   2023-02-22T05:00:00Z 2023 2 2023-02-22T05:00:00Z   2023-02-22T21:44:37Z 2023-02037 0 0 09000064856ee28f
CFPB-2023-0002-0001 CFPB Registry of Supervised Nonbanks that Use Form Contracts to Impose Terms and Conditions that Seek to Waive or Limit Consumer Legal Protections. CFPB-2023-0002 Registry of Supervised Nonbanks that Use Form Contracts to Impose Terms and Conditions that Seek to Waive or Limit Consumer Legal Protections Proposed Rule   2023-02-01T05:00:00Z 2023 2 2023-02-01T05:00:00Z 2023-04-04T03:59:59Z 2025-10-29T18:00:52Z 2023-00704 0 0 090000648562584c
CFPB-2022-0080-0001 CFPB Registry of Nonbank Covered Persons Subject to Certain Agency and Court Orders CFPB-2022-0080 Registry of Nonbank Covered Persons Subject to Certain Agency and Court Orders Proposed Rule   2023-01-30T05:00:00Z 2023 1 2023-01-30T05:00:00Z 2023-04-01T03:59:59Z 2024-01-23T02:01:34Z 2022-27385 0 0 09000064856190e5

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 788.483ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API