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

9 rows where agency_id = "FHFA", document_type = "Rule" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2014 · 9 ✖

document_type 1

  • Rule · 9 ✖

agency_id 1

  • FHFA · 9 ✖
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
FHFA-2014-0034-0001 FHFA   Federal Home Loan Banks Affordable Housing Program; CFR Correction Rule   2014-12-29T05:00:00Z 2014 12 2014-12-29T05:00:00Z   2014-12-29T14:26:22Z 2014-30469 0 0 0900006481995f66
FHFA-2014-0033-0001 FHFA   Credit Risk Retention Rule   2014-12-24T05:00:00Z 2014 12 2014-12-24T05:00:00Z   2014-12-24T15:22:38Z 2014-29256 0 0 09000064819914d4
FHFA-2014-0032-0001 FHFA   Housing Trust Fund Rule   2014-12-16T05:00:00Z 2014 12 2014-12-16T05:00:00Z 2015-01-16T04:59:59Z 2014-12-16T14:38:30Z 2014-29345 0 0 090000648197bad9
FHFA-2014-0030-0001 FHFA   Reporting by Regulated Entities of Stress Testing Results as of September 30, 2014 Rule   2014-12-05T05:00:00Z 2014 12 2014-12-05T05:00:00Z   2014-12-05T13:35:19Z 2014-28593 0 0 090000648195e55b
FHFA-2014-0028-0001 FHFA   Procedures and General Definitions Rule   2014-10-31T04:00:00Z 2014 10 2014-10-31T04:00:00Z   2014-10-31T12:29:44Z 2014-25973 0 0 090000648190d248
FHFA-2014-0016-0001 FHFA   Regulated Entities of Stress Testing Results; Supplemental Orders Rule   2014-07-01T04:00:00Z 2014 7 2014-07-01T04:00:00Z   2014-07-01T12:49:31Z 2014-15396 0 0 09000064817785fe
FHFA-2014-0013-0001 FHFA   Supplemental Orders on Reporting by Regulated Entities of Stress Testing Results as of September 30, 2013 Rule   2014-05-02T04:00:00Z 2014 5 2014-05-02T04:00:00Z   2014-05-02T13:09:54Z 2014-10127 0 0 09000064816dcbb8
FHFA-2014-0003-0001 FHFA   Executive Compensation Rule   2014-01-28T05:00:00Z 2014 1 2014-01-28T05:00:00Z   2014-01-28T13:44:25Z 2014-01362 0 0 090000648152e2f5
FHFA-2014-0004-0001 FHFA   Golden Parachute Payments Rule   2014-01-28T05:00:00Z 2014 1 2014-01-28T05:00:00Z   2014-01-28T13:44:34Z 2014-01364 0 0 090000648152e346

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