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

12 rows where docket_id = "CFPB-2014-0041" and posted_year = 2014 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

  • 2014 · 12 ✖

document_type 1

  • Notice 12

agency_id 1

  • CFPB 12
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-2014-0041-0001 CFPB Notices for CFPB for 2014 Privacy Act; Systems of Records CFPB-2014-0041 Fair Credit Reporting Act Disclosures Notice   2014-12-15T05:00:00Z 2014 12 2014-12-15T05:00:00Z   2017-11-13T21:07:48Z 2014-29215 0 0 0900006481976d48
CFPB-2014-0041-0007 CFPB Notices for CFPB for 2014 Privacy Act; Systems of Records CFPB-2014-0041 Meetings: Consumer Advisory Board Notice   2014-09-05T04:00:00Z 2014 9 2014-09-05T04:00:00Z   2017-11-16T19:56:10Z 2014-21187 0 0 090000648185ec44
CFPB-2014-0041-0006 CFPB Notices for CFPB for 2014 Privacy Act; Systems of Records CFPB-2014-0041 Policy Guidances: Supervisory and Enforcement Considerations Relevant to Mortgage Brokers Transitioning to Mini-Correspondent Lenders Notice   2014-07-17T04:00:00Z 2014 7 2014-07-17T04:00:00Z   2017-11-16T19:54:36Z 2014-16779 0 0 09000064817b3b0c
CFPB-2014-0041-0002 CFPB Notices for CFPB for 2014 Privacy Act; Systems of Records CFPB-2014-0041 Meetings: Consumer Advisory Board Notice   2014-06-09T04:00:00Z 2014 6 2014-06-09T04:00:00Z   2017-11-16T15:04:43Z 2014-13432 0 0 090000648172fbff
CFPB-2014-0041-0012 CFPB Notices for CFPB for 2014 Privacy Act; Systems of Records CFPB-2014-0041 Privacy Act; Systems of Records Notice   2014-04-16T04:00:00Z 2014 4 2014-04-16T04:00:00Z 2014-05-17T03:59:59Z 2018-01-26T21:28:47Z 2014-08555 0 0 09000064816b5dd2
CFPB-2014-0041-0005 CFPB Notices for CFPB for 2014 Privacy Act; Systems of Records CFPB-2014-0041 Service Contract Inventory, Fiscal Year 2013 Notice   2014-03-24T04:00:00Z 2014 3 2014-03-24T04:00:00Z   2017-11-16T19:51:17Z 2014-06299 0 0 0900006481679457
CFPB-2014-0041-0004 CFPB Notices for CFPB for 2014 Privacy Act; Systems of Records CFPB-2014-0041 Requests for Nominations: Consumer Advisory Board and Councils Notice   2014-03-07T05:00:00Z 2014 3 2014-03-07T05:00:00Z   2017-11-16T19:48:43Z 2014-04999 0 0 090000648162794c
CFPB-2014-0041-0003 CFPB Notices for CFPB for 2014 Privacy Act; Systems of Records CFPB-2014-0041 Meetings: Consumer Advisory Board Notice   2014-02-14T05:00:00Z 2014 2 2014-02-14T05:00:00Z   2017-11-16T19:44:27Z 2014-03337 0 0 0900006481566474
CFPB-2014-0041-0011 CFPB Notices for CFPB for 2014 Privacy Act; Systems of Records CFPB-2014-0041 Privacy Act; Systems of Records Notice   2014-02-03T05:00:00Z 2014 2 2014-02-03T05:00:00Z 2014-03-06T04:59:59Z 2018-01-26T21:21:27Z 2014-02117 0 0 0900006481542fe3
CFPB-2014-0041-0010 CFPB Notices for CFPB for 2014 Privacy Act; Systems of Records CFPB-2014-0041 Requests for Nominations: Academic Research Council Notice   2014-01-29T05:00:00Z 2014 1 2014-01-29T05:00:00Z   2017-11-16T20:15:16Z 2014-01607 0 0 0900006481531b4c
CFPB-2014-0041-0009 CFPB Notices for CFPB for 2014 Privacy Act; Systems of Records CFPB-2014-0041 Membership Applications: Consumer Advisory Board and Councils Solicitation Notice   2014-01-15T05:00:00Z 2014 1 2014-01-15T05:00:00Z   2017-11-16T20:14:39Z 2014-00635 0 0 0900006481509b02
CFPB-2014-0041-0008 CFPB Notices for CFPB for 2014 Privacy Act; Systems of Records CFPB-2014-0041 Consumer Information Publications; Availability Notice   2014-01-10T05:00:00Z 2014 1 2014-01-10T05:00:00Z   2017-11-16T20:14:11Z 2014-00272 0 0 09000064814fa817

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