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 = "FHFA", document_type = "Proposed Rule" and posted_year = 2018 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2018 · 13 ✖

document_type 1

  • Proposed Rule · 13 ✖

agency_id 1

  • FHFA · 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
FHFA-2018-0034-0001 FHFA   Validation and Approval of Credit Score Models Proposed Rule   2018-12-21T05:00:00Z 2018 12 2018-12-21T05:00:00Z 2019-03-22T03:59:59Z 2018-12-21T12:55:48Z 2018-27565 0 0 09000064839be2bb
FHFA-2018-0030-0001 FHFA   Federal Home Loan Bank Housing Goals Amendments Proposed Rule   2018-11-02T04:00:00Z 2018 11 2018-11-02T04:00:00Z 2019-02-01T04:59:59Z 2018-11-02T13:13:26Z 2018-23890 0 0 0900006483882fa3
FHFA-2018-0023-0001 FHFA   Miscellaneous Federal Home Loan Bank Operations and Authorities-Financing Corporation Assessments Proposed Rule   2018-09-26T04:00:00Z 2018 9 2018-09-26T04:00:00Z 2018-10-27T03:59:59Z 2018-09-26T11:53:46Z 2018-20975 0 0 0900006483773c28
FHFA-2018-0022-0001 FHFA   Uniform Mortgage-Backed Security Proposed Rule   2018-09-17T04:00:00Z 2018 9 2018-09-17T04:00:00Z 2018-11-17T04:59:59Z 2018-09-17T12:19:18Z 2018-20124 0 0 09000064836fe3dd
FHFA-2018-0020-0001 FHFA   Golden Parachute and Indemnification Payments Proposed Rule   2018-08-28T04:00:00Z 2018 8 2018-08-28T04:00:00Z 2018-10-13T03:59:59Z 2018-08-28T12:16:14Z 2018-18511 0 0 09000064836629e3
FHFA-2018-0017-0001 FHFA   Enterprise Capital Requirements Proposed Rule   2018-08-03T04:00:00Z 2018 8 2018-08-03T04:00:00Z 2018-11-17T04:59:59Z 2018-08-03T15:38:20Z 2018-16654 0 0 09000064835c6555
FHFA-2018-0014-0001 FHFA   Enterprise Capital Requirements Proposed Rule   2018-07-17T04:00:00Z 2018 7 2018-07-17T04:00:00Z 2018-09-18T03:59:59Z 2018-07-17T12:11:40Z 2018-14255 0 0 090000648350d30f
FHFA-2018-0011-0001 FHFA   Affordable Housing Program Proposed Rule   2018-05-02T04:00:00Z 2018 5 2018-05-02T04:00:00Z 2018-06-13T03:59:59Z 2018-05-02T11:47:54Z 2018-09326 0 0 090000648321ebd6
FHFA-2018-0009-0001 FHFA   Responsibilities of Boards of Directors, Corporate Practices, and Corporate Governance Proposed Rule   2018-04-06T04:00:00Z 2018 4 2018-04-06T04:00:00Z 2018-06-06T03:59:59Z 2018-04-06T11:57:30Z 2018-07044 0 0 09000064830a8a69
FHFA-2018-0008-0001 FHFA   Regulatory Review Proposed Rule   2018-04-05T04:00:00Z 2018 4 2018-04-05T04:00:00Z 2018-06-05T03:59:59Z 2018-04-05T12:02:47Z 2018-06918 0 0 090000648309765e
FHFA-2018-0007-0001 FHFA   Repeal of Federal Housing Finance Board Regulations Proposed Rule   2018-04-03T04:00:00Z 2018 4 2018-04-03T04:00:00Z 2018-05-19T03:59:59Z 2018-04-03T11:55:23Z 2018-06564 0 0 090000648308dd00
FHFA-2018-0006-0001 FHFA   Affordable Housing Program Amendments Proposed Rule   2018-03-14T04:00:00Z 2018 3 2018-03-14T04:00:00Z 2018-05-15T03:59:59Z 2018-03-14T12:07:43Z 2018-04745 0 0 090000648300e60c
FHFA-2018-0004-0001 FHFA   Margin and Capital Requirements for Covered Swap Entities Proposed Rule   2018-02-21T05:00:00Z 2018 2 2018-02-21T05:00:00Z 2018-04-24T03:59:59Z 2018-02-21T13:39:14Z 2018-02560 0 0 0900006482f4cbdf

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