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 = "Proposed Rule" and posted_year = 2013 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2013 · 9 ✖

document_type 1

  • Proposed 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-2013-0026-0001 FHFA   Credit Risk Retention Proposed Rule   2013-09-20T04:00:00Z 2013 9 2013-09-20T04:00:00Z 2013-10-31T03:59:59Z 2013-09-20T13:28:02Z 2013-21677 0 0 090000648142dc19
FHFA-2013-0025-0001 FHFA   Enterprise Underwriting Standards Proposed Rule   2013-07-31T04:00:00Z 2013 7 2013-07-31T04:00:00Z   2013-07-31T12:56:52Z 2013-18425 0 0 0900006481387410
FHFA-2013-0017-0001 FHFA   Removal of References to Credit Ratings in Certain Regulations Governing the Federal Home Loan Banks Proposed Rule   2013-05-23T04:00:00Z 2013 5 2013-05-23T04:00:00Z 2013-07-23T03:59:59Z 2013-05-23T14:09:56Z 2013-12333 0 0 09000064812f5050
FHFA-2013-0015-0001 FHFA   Golden Parachute and Indemnification Payments Proposed Rule   2013-05-14T04:00:00Z 2013 5 2013-05-14T04:00:00Z 2013-07-16T03:59:59Z 2013-05-14T13:58:31Z 2013-11212 0 0 09000064812e2daf
FHFA-2013-0013-0001 FHFA   Regulatory Review Proposed Rule   2013-04-19T04:00:00Z 2013 4 2013-04-19T04:00:00Z 2013-06-19T03:59:59Z 2013-04-19T12:48:02Z 2013-09265 0 0 090000648129c0f4
FHFA-2013-0007-0001 FHFA   Production of FHFA Records, Information, and Employee Testimony in Legal Proceedings; Correction Proposed Rule   2013-02-15T05:00:00Z 2013 2 2013-02-15T05:00:00Z 2013-04-10T03:59:59Z 2013-02-15T13:54:04Z 2013-03585 0 0 09000064811fa3f9
FHFA-2013-0005-0001 FHFA   Production of FHFA Records, Information, and Employee Testimony in Legal Proceedings Proposed Rule   2013-02-08T05:00:00Z 2013 2 2013-02-08T05:00:00Z   2013-02-08T14:28:28Z 2013-02908 0 0 09000064811ee5e2
FHFA-2013-0003-0001 FHFA   Availability of Non-Public Information Proposed Rule   2013-01-29T05:00:00Z 2013 1 2013-01-29T05:00:00Z 2013-04-02T03:59:59Z 2013-01-29T13:42:07Z 2013-01427 0 0 09000064811dcfc4
FHFA-2013-0002-0001 FHFA   Information Sharing Among Federal Home Loan Banks Proposed Rule   2013-01-29T05:00:00Z 2013 1 2013-01-29T05:00:00Z 2013-04-02T03:59:59Z 2013-01-29T13:42:00Z 2013-01428 0 0 09000064811dcfbf

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