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

6 rows where docket_id = "NCUA_FRDOC_0001" and document_type = "Proposed Rule" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 4

  • 2020 3
  • 2018 1
  • 2019 1
  • 2026 1

document_type 1

  • Proposed Rule · 6 ✖

agency_id 1

  • NCUA 6
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
NCUA_FRDOC_0001-0499 NCUA Recently Posted NCUA Rules and Notices. NCUA_FRDOC_0001 Records Preservation Program and Appendices ? Record Retention Guidelines; Catastrophic Act Preparedness Guidelines Proposed Rule   2026-03-11T04:00:00Z 2026 3 2026-03-11T04:00:00Z 2026-05-12T03:59:59Z 2026-03-11T16:55:50Z 2026-04761 1 0 09000064b920b665
NCUA_FRDOC_0001-0116 NCUA Recently Posted NCUA Rules and Notices. NCUA_FRDOC_0001 Combination Transactions With Non-Credit Unions Proposed Rule   2020-04-14T04:00:00Z 2020 4 2020-04-14T04:00:00Z 2020-06-16T03:59:59Z 2020-06-16T01:04:22Z 2020-07157 0 0 09000064844a265b
NCUA_FRDOC_0001-0114 NCUA Recently Posted NCUA Rules and Notices. NCUA_FRDOC_0001 Corporate Credit Unions; Extension of Comment Period Proposed Rule   2020-04-13T04:00:00Z 2020 4 2020-04-13T04:00:00Z   2020-04-13T11:57:25Z C1-2020-07159 0 0 090000648449e906
NCUA_FRDOC_0001-0113 NCUA Recently Posted NCUA Rules and Notices. NCUA_FRDOC_0001 Corporate Credit Unions; Extension of Comment Period Proposed Rule   2020-04-09T04:00:00Z 2020 4 2020-04-09T04:00:00Z 2020-07-28T03:59:59Z 2020-07-28T01:01:36Z 2020-07159 0 0 0900006484495914
NCUA_FRDOC_0001-0069 NCUA Recently Posted NCUA Rules and Notices. NCUA_FRDOC_0001 Policy Statement on Allowance for Credit Losses Proposed Rule   2019-10-17T04:00:00Z 2019 10     2020-08-05T15:40:35Z 2019-22655 0 0 09000064840b029a
NCUA_FRDOC_0001-0016 NCUA Recently Posted NCUA Rules and Notices. NCUA_FRDOC_0001 Regulatory Reform Agenda Proposed Rule   2018-12-21T05:00:00Z 2018 12 2018-12-21T05:00:00Z   2019-01-07T12:36:28Z 2018-27473 0 0 09000064839be39b

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