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

14 rows where agency_id = "NCUA", document_type = "Rule" and posted_year = 2019 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2019 · 14 ✖

document_type 1

  • Rule · 14 ✖

agency_id 1

  • NCUA · 14 ✖
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-0093 NCUA Recently Posted NCUA Rules and Notices. NCUA_FRDOC_0001 Investment and Deposit Activities; CFR Correction Rule   2019-12-18T05:00:00Z 2019 12 2019-12-18T05:00:00Z   2019-12-18T13:50:56Z 2019-27403 0 0 090000648422950c
NCUA-2022-0025-0031 NCUA Delay of Effective Date of Risk-Based Capital Rules NCUA-2022-0025 Risk-Based Capital Rules; Delay of Effective Date Rule   2019-12-17T05:00:00Z 2019 12 2019-12-17T05:00:00Z   2022-02-14T22:12:03Z 2019-27141 0 0 090000648421ceec
NCUA-2022-0033-0002 NCUA Exceptions to Employment Restrictions Under Section 205(d) of the Federal Credit Union Act (‘‘Second Chance IRPS’’) NCUA-2022-0033 Exceptions to Employment Restrictions under Section 205(d) of the Federal Credit Union Act (Second Chance IRPS) Rule   2019-12-02T05:00:00Z 2019 12 2019-12-02T05:00:00Z   2022-02-14T16:11:51Z 2019-25699 0 0 09000064841d6699
NCUA-2022-0028-0019 NCUA Public Unit and Nonmember Shares NCUA-2022-0028 Public Unit and Nonmember Shares Rule   2019-10-31T04:00:00Z 2019 10     2022-02-14T22:16:15Z 2019-23679 0 0 090000648410f384
NCUA-2022-0027-0024 NCUA Supervisory Committee Audits and Verifications NCUA-2022-0027 Supervisory Committee Audits and Verifications Rule   2019-10-07T04:00:00Z 2019 10     2022-02-15T18:25:02Z 2019-20822 0 0 0900006484048aa5
NCUA-2018-0017-0003 NCUA Federal Credit Union Bylaws NCUA-2018-0017 Federal Credit Union Bylaws Rule   2019-10-04T04:00:00Z 2019 10     2022-02-15T18:34:54Z 2019-20826 0 0 090000648401fb70
NCUA-2018-0030-0002 NCUA Payday Alternative Loans NCUA-2018-0030 Payday Alternative Loans Rule   2019-10-01T04:00:00Z 2019 10     2022-02-15T18:28:16Z 2019-20821 0 0 0900006483ff2092
NCUA-2022-0044-0001 NCUA Office Name Change NCUA-2022-0044 Office Name Change Rule   2019-08-08T04:00:00Z 2019 8     2022-02-15T18:40:09Z 2019-17009 0 0 0900006483e123c4
NCUA-2022-0030-0028 NCUA Fidelity Bonds NCUA-2022-0030 Fidelity Bonds Rule   2019-07-24T04:00:00Z 2019 7     2022-02-15T18:43:32Z 2019-15709 0 0 0900006483db02ef
NCUA-2018-0051-0002 NCUA Real Estate Appraisals NCUA-2018-0051 Real Estate Appraisals Rule   2019-07-24T04:00:00Z 2019 7     2022-02-14T17:45:57Z 2019-15708 0 0 0900006483db03f0
NCUA-2018-0041-0002 NCUA Loans to Members and Lines of Credit to Members NCUA-2018-0041 Loans to Members and Lines of Credit to Members Rule   2019-03-25T04:00:00Z 2019 3     2022-02-11T20:13:07Z 2019-05186 0 0 0900006483b24b6c
NCUA-2016-0075-0002 NCUA Loans in Areas Having Special Flood Hazards: Private Flood Insurance NCUA-2016-0075 Loans in Areas Having Special Flood Hazards Rule   2019-02-20T05:00:00Z 2019 2     2022-02-11T20:10:23Z 2019-02650 0 0 0900006483a90778
NCUA-2022-0032-0001 NCUA Civil Monetary Penalty Inflation Adjustment NCUA-2022-0032 Civil Monetary Penalty Inflation Adjustment Rule   2019-02-06T05:00:00Z 2019 2     2022-02-11T20:05:14Z 2019-01123 0 0 0900006483a4a171
NCUA-2022-0031-0001 NCUA Technical Amendments NCUA-2022-0031 Technical Amendments Rule   2019-02-05T05:00:00Z 2019 2     2022-02-11T20:01:12Z 2018-27472 0 0 0900006483a3ea72

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