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

13 rows where agency_id = "CFPB", document_type = "Other" and posted_year = 2015 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2015 · 13 ✖

document_type 1

  • Other · 13 ✖

agency_id 1

  • CFPB · 13 ✖
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-2015-0055-0001 CFPB 2015 Fall Regulatory Agenda CFPB-2015-0055 Semiannual Regulatory Agenda - Fall 2015 Other Order 2015-12-07T05:00:00Z 2015 12 2015-12-07T05:00:00Z   2015-12-07T18:21:57Z   0 0 0900006481d71186
CFPB-2015-0055-0002 CFPB 2015 Fall Regulatory Agenda CFPB-2015-0055 Regulatory Plan - Fall 2015 Other Order 2015-12-07T05:00:00Z 2015 12 2015-12-07T05:00:00Z   2015-12-07T18:22:14Z   0 0 0900006481d71187
CFPB-2015-0044-0003 CFPB Owning a Home Evaluation Study CFPB-2015-0044 Emails_10.14.2015_FINAL Other   2015-10-27T00:00:00Z 2015 10     2015-10-28T14:54:59Z   0 1 0900006481ce9eae
CFPB-2015-0043-0003 CFPB Generic Information Collection Plan for the Collection of Qualitative Feedback on Bureau Service Delivery CFPB-2015-0043 3170-0024 Supporting Statement Part A-draft Other   2015-10-27T00:00:00Z 2015 10     2015-10-28T14:52:56Z   0 1 0900006481ce9eb4
CFPB-2015-0043-0002 CFPB Generic Information Collection Plan for the Collection of Qualitative Feedback on Bureau Service Delivery CFPB-2015-0043 3170-0024 Supporting Statement Part B-draft Other   2015-10-23T00:00:00Z 2015 10     2015-10-28T14:52:43Z   0 1 0900006481ce9bea
CFPB-2015-0044-0002 CFPB Owning a Home Evaluation Study CFPB-2015-0044 Survey Instrument_10.14.2015_FINAL Other   2015-10-23T00:00:00Z 2015 10     2015-10-28T14:54:47Z   0 1 0900006481ce9eb1
CFPB-2015-0031-0001 CFPB Semi-Annual Regulatory Agenda CFPB-2015-0031 Semiannual Regulatory Agenda - Spring 2015 Other Order 2015-07-01T04:00:00Z 2015 7 2015-07-01T04:00:00Z   2015-07-01T18:33:56Z   0 0 0900006481b65296
CFPB-2015-0025-0001 CFPB Agency Information Collection Activities: Submission for OMB Review; Comment Request CFPB-2015-0025 Semiannual Regulatory Agenda - Spring 2015 Other   2015-05-27T00:00:00Z 2015 5     2015-07-01T18:39:45Z   0 1 0900006481b42b26
CFPB-2015-0022-0001 CFPB Agency Information Collection Activities: Comment Request CFPB-2015-0022 Semiannual Regulatory Agenda - Spring 2015 Other   2015-05-27T00:00:00Z 2015 5     2015-06-17T18:57:30Z   0 1 0900006481b05e8f
CFPB-2014-0034-0003 CFPB Agency Information Collection Activities: Comment Request CFPB-2014-0034 Semiannual Regulatory Agenda - Fall 2014 Other   2015-01-12T00:00:00Z 2015 1     2015-01-12T22:47:44Z   0 1 090000648195e02c
CFPB-2014-0034-0002 CFPB Agency Information Collection Activities: Comment Request CFPB-2014-0034 Regulatory Plan - Fall 2014 Other   2015-01-12T00:00:00Z 2015 1     2015-01-12T22:47:25Z   0 1 090000648195e02d
CFPB-2014-0040-0002 CFPB Semiannual Regulatory Agenda - Fall 2014 CFPB-2014-0040 Semiannual Regulatory Agenda - Fall 2014 Other Order 2015-01-09T05:00:00Z 2015 1 2015-01-09T05:00:00Z   2015-01-09T14:58:07Z   0 0 09000064819ab0c4
CFPB-2014-0040-0001 CFPB Semiannual Regulatory Agenda - Fall 2014 CFPB-2014-0040 Regulatory Plan - Fall 2014 Other Order 2015-01-07T05:00:00Z 2015 1 2015-01-07T05:00:00Z   2015-01-07T21:06:08Z   0 0 09000064819abc48

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