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

12 rows where agency_id = "NCUA", document_type = "Rule" and posted_year = 2015 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2015 · 12 ✖

document_type 1

  • Rule · 12 ✖

agency_id 1

  • NCUA · 12 ✖
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-2015-0061-0001 NCUA Share Insurance and Appendix; CFR Correction, NCUA-2015-0061 Share Insurance and Appendix; CFR Correction, Rule   2015-12-31T05:00:00Z 2015 12 2015-12-31T05:00:00Z   2015-12-31T13:13:50Z 2015-33056 0 0 0900006481dde967
NCUA-2015-0060-0001 NCUA Pass-Through Share Insurance for Interest on Lawyers Trust Accounts, NCUA-2015-0060 Pass-Through Share Insurance for Interest on Lawyers Trust Accounts, Rule   2015-12-28T05:00:00Z 2015 12 2015-12-28T05:00:00Z   2015-12-28T14:05:40Z 2015-32164 0 0 0900006481dd3c6c
NCUA-2015-0057-0001 NCUA Administrative Actions, Adjudicative Hearings, Rules of Practice and Procedure, and Investigations; CFR Correction, NCUA-2015-0057 Administrative Actions, Adjudicative Hearings, Rules of Practice and Procedure, and Investigations; CFR Correction, Rule   2015-12-17T05:00:00Z 2015 12 2015-12-17T05:00:00Z   2015-12-17T13:30:38Z 2015-31732 0 0 0900006481db6ac0
NCUA-2015-0049-0001 NCUA Risk-Based Capital NCUA-2015-0049 Risk-Based Capital Rule   2015-10-29T04:00:00Z 2015 10 2015-10-29T04:00:00Z   2015-10-29T13:07:53Z 2015-26790 0 0 0900006481cf8bef
NCUA-2015-0044-0001 NCUA Promulgation of NCUA Rules and Regulations NCUA-2015-0044 Promulgation of NCUA Rules and Regulations Rule   2015-09-24T04:00:00Z 2015 9 2015-09-24T04:00:00Z   2015-09-24T12:02:57Z 2015-24165 0 0 0900006481c925b1
NCUA-2015-0042-0001 NCUA Corporate Credit Unions NCUA-2015-0042 Corporate Credit Unions Rule   2015-09-23T04:00:00Z 2015 9 2015-09-23T04:00:00Z   2015-09-23T13:13:32Z 2015-24160 0 0 0900006481c8dfd3
NCUA-2015-0043-0001 NCUA Civil Monetary Penalty Inflation Adjustment NCUA-2015-0043 Civil Monetary Penalty Inflation Adjustment Rule   2015-09-23T04:00:00Z 2015 9 2015-09-23T04:00:00Z   2015-09-23T13:15:03Z 2015-24157 0 0 0900006481c8e03a
NCUA-2015-0038-0001 NCUA Capital Planning and Stress Testing; Schedule Shift NCUA-2015-0038 Capital Planning and Stress Testing; Schedule Shift Rule   2015-08-11T04:00:00Z 2015 8 2015-08-11T04:00:00Z   2015-08-11T12:28:43Z 2015-19526 0 0 0900006481c033c1
NCUA-2015-0037-0001 NCUA Federal Credit Union Ownership of Fixed Assets NCUA-2015-0037 Federal Credit Union Ownership of Fixed Assets Rule   2015-08-03T04:00:00Z 2015 8 2015-08-03T04:00:00Z   2015-08-03T12:29:25Z 2015-18642 0 0 0900006481bb955d
NCUA-2015-0034-0001 NCUA Loans in Areas Having Special Flood Hazards NCUA-2015-0034 Loans in Areas Having Special Flood Hazards Rule   2015-07-21T04:00:00Z 2015 7 2015-07-21T04:00:00Z   2015-07-21T12:20:07Z 2015-15956 0 0 0900006481b94d6a
NCUA-2015-0019-0001 NCUA Corporate Credit Unions NCUA-2015-0019 Corporate Credit Unions Rule   2015-05-06T04:00:00Z 2015 5 2015-05-06T04:00:00Z   2015-05-06T12:34:36Z 2015-10546 0 0 0900006481acffc8
NCUA-2015-0018-0001 NCUA Chartering and Field of Membership Manual NCUA-2015-0018 Chartering and Field of Membership Manual Rule   2015-05-06T04:00:00Z 2015 5 2015-05-06T04:00:00Z   2015-05-06T12:32:01Z 2015-10548 0 0 0900006481acfe54

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