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

7 rows where docket_id = "CFPB-2015-0044" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 4
  • Other 2
  • Notice 1

posted_year 1

  • 2015 7

agency_id 1

  • CFPB 7
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-0044-0004 CFPB Owning a Home Evaluation Study CFPB-2015-0044 Emails_10.14.2015_FINAL Supporting & Related Material   2015-10-28T04:00:00Z 2015 10     2015-10-28T14:55:39Z   0 0 0900006481cf5d29
CFPB-2015-0044-0007 CFPB Owning a Home Evaluation Study CFPB-2015-0044 Survey Instrument_10.14.2015_FINAL Supporting & Related Material   2015-10-28T04:00:00Z 2015 10     2015-10-28T14:55:49Z   0 0 0900006481cf5d2c
CFPB-2015-0044-0006 CFPB Owning a Home Evaluation Study CFPB-2015-0044 Supporting Statement B_30-day_10.14.2015_FINAL Supporting & Related Material   2015-10-28T04:00:00Z 2015 10     2015-10-28T14:55:46Z   0 0 0900006481cf5d2b
CFPB-2015-0044-0005 CFPB Owning a Home Evaluation Study CFPB-2015-0044 Supporting Statement A_30-day_10.14.2015_FINAL Supporting & Related Material   2015-10-28T04:00:00Z 2015 10     2015-10-28T14:55:42Z   0 0 0900006481cf5d2a
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-0044-0001 CFPB Owning a Home Evaluation Study CFPB-2015-0044 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2015-10-23T04:00:00Z 2015 10 2015-10-23T04:00:00Z 2015-11-24T04:59:59Z 2015-11-17T02:31:06Z 2015-27078 0 0 0900006481ce4a0e
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

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