documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "OMB_FRDOC_0001" and posted_year = 2020 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| OMB_FRDOC_0001-0279 | OMB | Recently Posted OMB Rules and Notices. OMB_FRDOC_0001 | Discount Rates for Cost-Effectiveness Analysis of Federal Programs | Notice | 2020-12-29T05:00:00Z | 2020 | 12 | 2020-12-29T05:00:00Z | 2020-12-29T16:16:22Z | 2020-28650 | 0 | 0 | 09000064849cfb8f | ||
| OMB_FRDOC_0001-0278 | OMB | Recently Posted OMB Rules and Notices. OMB_FRDOC_0001 | Uniform Freedom of Information Act Fee Schedule and Guidelines | Notice | 2020-12-17T05:00:00Z | 2020 | 12 | 2020-12-17T05:00:00Z | 2020-12-17T13:19:54Z | 2020-27707 | 0 | 0 | 09000064849a4608 | ||
| OMB_FRDOC_0001-0277 | OMB | Recently Posted OMB Rules and Notices. OMB_FRDOC_0001 | Conformance of the Cost Accounting Standards to Generally Accepted Accounting Principles for Operating Revenue and Lease Accounting | Proposed Rule | 2020-11-05T05:00:00Z | 2020 | 11 | 2020-11-05T05:00:00Z | 2021-01-05T04:59:59Z | 2021-01-05T02:03:17Z | 2020-22904 | 0 | 0 | 090000648494c930 | |
| OMB_FRDOC_0001-0275 | OMB | Recently Posted OMB Rules and Notices. OMB_FRDOC_0001 | Sequestration Update Report to the President and Congress for Fiscal Year 2021 | Notice | 2020-08-28T04:00:00Z | 2020 | 8 | 2020-08-28T04:00:00Z | 2020-08-28T12:08:00Z | 2020-18941 | 0 | 0 | 090000648482744c | ||
| OMB_FRDOC_0001-0272 | OMB | Recently Posted OMB Rules and Notices. OMB_FRDOC_0001 | Water Infrastructure Finance and Innovation Act Program Criteria Pursuant to the Further Consolidated Appropriations Act, 2020 | Notice | 2020-06-30T04:00:00Z | 2020 | 6 | 2020-06-30T04:00:00Z | 2020-06-30T11:54:42Z | 2020-13889 | 0 | 0 | 090000648471af7b | ||
| OMB_FRDOC_0001-0271 | OMB | Recently Posted OMB Rules and Notices. OMB_FRDOC_0001 | Senior Executive Service Performance Review Board Membership | Notice | 2020-06-22T04:00:00Z | 2020 | 6 | 2020-06-22T04:00:00Z | 2020-06-22T11:55:36Z | 2020-13381 | 0 | 0 | 09000064846fde3e | ||
| OMB_FRDOC_0001-0269 | OMB | Recently Posted OMB Rules and Notices. OMB_FRDOC_0001 | Guidance: Completing the Transition to the Next Generation Internet Protocol, Internet Protocol Version 6 | Notice | 2020-03-06T05:00:00Z | 2020 | 3 | 2020-03-06T05:00:00Z | 2020-03-06T13:13:04Z | 2020-04635 | 0 | 0 | 09000064843f9aca | ||
| OMB_FRDOC_0001-0268 | OMB | Recently Posted OMB Rules and Notices. OMB_FRDOC_0001 | Guidance: Completing the Transition to the Next Generation Internet Protocol, Internet Protocol Version 6 | Notice | 2020-03-02T05:00:00Z | 2020 | 3 | 2020-03-02T05:00:00Z | 2020-03-02T13:06:53Z | 2020-04202 | 0 | 0 | 09000064843cf6da | ||
| OMB_FRDOC_0001-0267 | OMB | Recently Posted OMB Rules and Notices. OMB_FRDOC_0001 | 2017 North American Industry Classification System: Updates for 2022; Update of Statistical Policy Directive No. 8, Standard Industrial Classification of Establishments; and Elimination of Statistical Policy Directive No. 9, Standard Industrial Classification of Enterprises | Notice | 2020-02-26T05:00:00Z | 2020 | 2 | 2020-02-26T05:00:00Z | 2020-02-26T12:54:31Z | 2020-03797 | 0 | 0 | 09000064843b4f5b | ||
| OMB_FRDOC_0001-0263 | OMB | Recently Posted OMB Rules and Notices. OMB_FRDOC_0001 | Final Sequestration Report to the President and Congress for Fiscal Year 2020 | Notice | 2020-01-27T05:00:00Z | 2020 | 1 | 2020-01-27T05:00:00Z | 2020-01-27T12:47:17Z | 2020-01254 | 0 | 0 | 09000064842f5810 | ||
| OMB_FRDOC_0001-0264 | OMB | Recently Posted OMB Rules and Notices. OMB_FRDOC_0001 | 2019 Statutory Pay-As-You-Go Act Annual Report | Notice | 2020-01-27T05:00:00Z | 2020 | 1 | 2020-01-27T05:00:00Z | 2020-01-27T12:49:49Z | 2020-01290 | 0 | 0 | 09000064842f5942 |
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;