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

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2010 · 13 ✖

document_type 1

  • 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-2010-0046-0001 FHFA   Portfolio Holdings Rule   2010-12-28T05:00:00Z 2010 12 2010-12-28T05:00:00Z   2011-06-11T17:22:52Z 2010-32531 0 0 0900006480bc0c38
FHFA-2010-0047-0001 FHFA   Minority and Women Inclusion Rule   2010-12-28T05:00:00Z 2010 12 2010-12-28T05:00:00Z   2011-06-11T17:22:52Z 2010-32541 0 0 0900006480bc1134
FHFA-2010-0044-0001 FHFA   Federal Home Loan Bank Housing Goals Rule   2010-12-27T05:00:00Z 2010 12 2010-12-27T05:00:00Z   2011-06-11T17:22:51Z 2010-32350 0 0 0900006480bc030e
FHFA-2010-0042-0001 FHFA   Use of Community Development Loans by Community Financial Institutions to Secure Advances: Secured Lending by Federal Home Loan Banks to Members and their Affiliates; Transfer of Advances and New Business Activity Regulations Rule   2010-12-09T05:00:00Z 2010 12 2010-12-09T05:00:00Z   2010-12-09T14:03:39Z 2010-30519 0 0 0900006480bb28f7
FHFA-2010-0040-0001 FHFA   Debt Collection Rule   2010-11-10T05:00:00Z 2010 11 2010-11-10T05:00:00Z 2011-01-11T04:59:59Z 2010-11-10T13:59:47Z 2010-28261 0 0 0900006480b861dc
FHFA-2010-0037-0001 FHFA   Equal Access to Justice Act Implementation Rule   2010-10-22T04:00:00Z 2010 10 2010-10-22T04:00:00Z   2010-10-22T12:50:04Z 2010-26650 0 0 0900006480b752ed
FHFA-2010-0034-0001 FHFA   2010-2011 Enterprise Housing Goals: Enterprise Book-entry Procedures Rule   2010-09-14T04:00:00Z 2010 9 2010-09-14T04:00:00Z   2011-06-11T17:22:50Z 2010-22361 0 0 0900006480b4ea2a
FHFA-2010-0031-0001 FHFA   Supplemental Standards of Ethical Conduct for Employees of Federal Housing Finance Agency Rule   2010-08-27T04:00:00Z 2010 8 2010-08-27T04:00:00Z   2011-06-11T17:22:50Z 2010-21324 0 0 0900006480b3c3d5
FHFA-2010-0019-0001 FHFA   Affordable Housing Program Amendments: Federal Home Loan Bank Mortgage Refinancing Authority Rule   2010-05-28T04:00:00Z 2010 5 2010-05-28T04:00:00Z   2011-06-11T17:22:48Z 2010-12793 0 0 0900006480af5811
FHFA-2010-0015-0001 FHFA   Board of Directors of Federal Home Loan Bank System Office of Finance Rule   2010-05-03T04:00:00Z 2010 5 2010-05-03T04:00:00Z   2011-06-11T17:22:48Z 2010-10075 0 0 0900006480ae5a7c
FHFA-2010-0011-0001 FHFA   Federal Home Loan Bank Directors Eligibility, Elections, Compensation and Expenses Rule   2010-04-05T04:00:00Z 2010 4 2010-04-05T04:00:00Z   2011-06-11T17:22:47Z 2010-07418 0 0 0900006480acfc7d
FHFA-2010-0004-0001 FHFA   Federal Home Loan Bank Housing Associates, Core Mission Activities and Standby Letters of Credit Rule   2010-02-24T05:00:00Z 2010 2 2010-02-24T05:00:00Z   2011-06-11T17:22:46Z 2010-03612 0 0 0900006480aad9a3
FHFA-2010-0001-0001 FHFA   Federal Home Loan Bank Membership for Community Development Financial Institutions Rule   2010-01-05T05:00:00Z 2010 1 2010-01-05T05:00:00Z   2011-06-11T17:22:45Z E9-31003 0 0 0900006480a76f3a

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