documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
14 rows where agency_id = "FHFA", document_type = "Rule" and posted_year = 2015 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, comment_start_date, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-2015-0030-0001 | FHFA | Technical Amendments: FHFA Address and Zip Code Change, | Rule | 2015-12-24T05:00:00Z | 2015 | 12 | 2015-12-24T05:00:00Z | 2015-12-24T13:32:49Z | 2015-32199 | 0 | 0 | 0900006481dd058b | |||
| FHFA-2015-0029-0001 | FHFA | Suspended Counterparty Program, | Rule | 2015-12-23T05:00:00Z | 2015 | 12 | 2015-12-23T05:00:00Z | 2015-12-23T14:16:40Z | 2015-32183 | 0 | 0 | 0900006481dc98f0 | |||
| FHFA-2015-0027-0001 | FHFA | Advances; CFR Correction, | Rule | 2015-12-22T05:00:00Z | 2015 | 12 | 2015-12-22T05:00:00Z | 2015-12-22T13:26:05Z | 2015-32112 | 0 | 0 | 0900006481dc12a1 | |||
| FHFA-2015-0024-0001 | FHFA | Margin and Capital Requirements for Covered Swap Entities | Rule | 2015-11-30T05:00:00Z | 2015 | 11 | 2015-11-30T05:00:00Z | 2016-02-01T04:59:59Z | 2015-11-30T13:52:34Z | 2015-28670 | 0 | 0 | 0900006481d79699 | ||
| FHFA-2015-0023-0001 | FHFA | Margin and Capital Requirements for Covered Swap Entities | Rule | 2015-11-30T05:00:00Z | 2015 | 11 | 2015-11-30T05:00:00Z | 2015-11-30T13:51:52Z | 2015-28671 | 0 | 0 | 0900006481d79613 | |||
| FHFA-2015-0021-0001 | FHFA | Stress Testing of Regulated Entities | Rule | 2015-11-24T05:00:00Z | 2015 | 11 | 2015-11-24T05:00:00Z | 2015-11-24T13:20:09Z | 2015-29861 | 0 | 0 | 0900006481d6d20e | |||
| FHFA-2015-0020-0001 | FHFA | Responsibilities of Boards of Directors, Corporate Practices and Corporate Governance Matters | Rule | 2015-11-19T05:00:00Z | 2015 | 11 | 2015-11-19T05:00:00Z | 2015-11-19T13:38:43Z | 2015-29367 | 0 | 0 | 0900006481d5a420 | |||
| FHFA-2015-0015-0001 | FHFA | 2015-2017 Enterprise Housing Goals | Rule | 2015-09-03T04:00:00Z | 2015 | 9 | 2015-09-03T04:00:00Z | 2015-09-03T12:21:55Z | 2015-20880 | 0 | 0 | 0900006481c53270 | |||
| FHFA-2015-0011-0001 | FHFA | Organization, Functions, and Seal Amendments | Rule | 2015-07-31T04:00:00Z | 2015 | 7 | 2015-07-31T04:00:00Z | 2015-07-31T12:37:46Z | 2015-18812 | 0 | 0 | 0900006481bb4c7c | |||
| FHFA-2015-0009-0001 | FHFA | Orders: Reporting by Regulated Entities of Stress Testing Results | Rule | 2015-06-19T04:00:00Z | 2015 | 6 | 2015-06-19T04:00:00Z | 2015-06-19T12:22:13Z | 2015-15194 | 0 | 0 | 0900006481b48237 | |||
| FHFA-2015-0008-0001 | FHFA | Minimum Requirements for Appraisal Management Companies | Rule | 2015-06-09T04:00:00Z | 2015 | 6 | 2015-06-09T04:00:00Z | 2015-06-09T12:26:36Z | 2015-12719 | 0 | 0 | 0900006481b24a75 | |||
| FHFA-2015-0007-0001 | FHFA | Federal Home Loan Bank Community Support Program; Administrative Amendments | Rule | 2015-05-28T04:00:00Z | 2015 | 5 | 2015-05-28T04:00:00Z | 2015-05-28T12:03:45Z | 2015-12807 | 0 | 0 | 0900006481b087f4 | |||
| FHFA-2015-0004-0001 | FHFA | Minority and Women Inclusion Amendments | Rule | 2015-05-04T04:00:00Z | 2015 | 5 | 2015-05-04T04:00:00Z | 2015-05-04T13:19:38Z | 2015-10374 | 0 | 0 | 0900006481acb3e0 | |||
| FHFA-2015-0003-0001 | FHFA | Housing Trust Fund | Rule | 2015-03-26T04:00:00Z | 2015 | 3 | 2015-03-26T04:00:00Z | 2015-03-26T13:17:41Z | 2015-06724 | 0 | 0 | 0900006481a69189 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;