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 = 2009 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2009 · 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-2009-0037-0001 FHFA   Federal Home Loan Bank Boards of Directors: Eligibility and Elections Proposed Rule   2009-12-01T05:00:00Z 2009 12 2009-12-01T05:00:00Z 2010-01-01T04:59:59Z 2011-06-11T17:22:45Z E9-28716 0 0 0900006480a60e93
FHFA-2009-0035-0001 FHFA   Federal Home Loan Bank Directors' Compensation and Expenses Proposed Rule   2009-10-23T04:00:00Z 2009 10 2009-10-23T04:00:00Z   2011-06-11T17:22:44Z E9-25577 0 0 0900006480a49abe
FHFA-2009-0032-0001 FHFA   Board of Directors of Federal Home Loan Bank System Office of Finance Proposed Rule   2009-10-02T04:00:00Z 2009 10 2009-10-02T04:00:00Z 2009-11-05T04:59:59Z 2011-06-11T17:22:43Z E9-23821 0 0 0900006480a38add
FHFA-2009-0027-0001 FHFA   Record Retention Proposed Rule   2009-08-04T04:00:00Z 2009 8 2009-08-04T04:00:00Z 2009-10-06T03:59:59Z 2009-08-04T15:12:18Z E9-18489 0 0 0900006480a008b9
FHFA-2009-0024-0001 FHFA   Duty To Serve Underserved Markets for Enterprises Proposed Rule   2009-08-04T04:00:00Z 2009 8 2009-08-04T04:00:00Z 2009-09-19T03:59:59Z 2011-06-11T17:22:42Z E9-18515 0 0 0900006480a00825
FHFA-2009-0022-0001 FHFA   Board of Directors of Federal Home Loan Bank System Office of Finance Proposed Rule   2009-08-04T04:00:00Z 2009 8 2009-08-04T04:00:00Z 2009-10-06T03:59:59Z 2011-06-11T17:22:42Z E9-18567 0 0 0900006480a007e2
FHFA-2009-0011-0001 FHFA   Golden Parachute and Indemnification Payments Proposed Rule   2009-06-29T04:00:00Z 2009 6 2009-06-29T04:00:00Z 2009-07-30T03:59:59Z 2011-06-11T17:22:40Z E9-15329 0 0 09000064809e5075
FHFA-2009-0010-0001 FHFA   Reporting of Fraudulent Financial Instruments Proposed Rule   2009-06-17T04:00:00Z 2009 6 2009-06-17T04:00:00Z 2009-08-18T03:59:59Z 2011-06-11T17:22:39Z E9-14189 0 0 09000064809d149e
FHFA-2009-0009-0001 FHFA   Post-Employment Restriction for Senior Examiners Proposed Rule   2009-06-10T04:00:00Z 2009 6 2009-06-10T04:00:00Z 2009-07-28T03:59:59Z 2011-06-11T17:22:39Z E9-13620 0 0 09000064809cb5dc
FHFA-2009-0013-0001 FHFA   Executive Compensation Proposed Rule   2009-06-05T15:45:55Z 2009 6 2009-06-05T04:00:00Z 2009-08-05T03:59:59Z 2011-06-11T17:22:40Z E9-13117 0 0 09000064809eb364
FHFA-2009-0007-0001 FHFA   Privacy Act Implementation Proposed Rule   2009-05-15T04:00:00Z 2009 5 2009-05-15T04:00:00Z 2009-06-16T03:59:59Z 2011-06-11T17:22:38Z E9-11330 0 0 09000064809940d7
FHFA-2009-0008-0001 FHFA   Federal Home Loan Bank Membership for Community Development Financial Institutions Proposed Rule   2009-05-15T04:00:00Z 2009 5 2009-05-15T04:00:00Z 2009-07-15T03:59:59Z 2011-06-11T17:22:38Z E9-11329 0 0 090000648099467b
FHFA-2009-0005-0001 FHFA   2009 Enterprise Transition Affordable Housing Goals Proposed Rule   2009-05-01T04:00:00Z 2009 5 2009-05-01T04:00:00Z 2009-05-23T03:59:59Z 2011-06-11T17:22:38Z E9-09994 0 0 0900006480971597

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