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 = 2016 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2016 · 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-2016-0089-0001 NCUA Freedom of Information Act Regulation; Revisions NCUA-2016-0089 Freedom of Information Act Regulation; Revisions Rule   2016-12-22T05:00:00Z 2016 12 2016-12-22T05:00:00Z 2017-01-24T04:59:59Z 2021-03-29T01:00:51Z 2016-30748 0 0 090000648243044a
NCUA-2016-0088-0001 NCUA Federal Credit Union Occupancy, Planning, and Disposal of Acquired and Abandoned Premises; Incidental Powers NCUA-2016-0088 Federal Credit Union Occupancy, Planning, and Disposal of Acquired and Abandoned Premises; Incidental Powers Rule   2016-12-21T05:00:00Z 2016 12 2016-12-21T05:00:00Z   2016-12-21T12:51:16Z 2016-30657 0 0 090000648242cfda
NCUA-2016-0085-0001 NCUA Chartering and Field of Membership Manual NCUA-2016-0085 Chartering and Field of Membership Manual Rule   2016-12-07T05:00:00Z 2016 12 2016-12-07T05:00:00Z   2016-12-07T13:13:03Z 2016-26956 0 0 09000064823e7156
NCUA-2016-0081-0001 NCUA Community Development Revolving Loan Fund NCUA-2016-0081 Community Development Revolving Loan Fund Rule   2016-11-25T05:00:00Z 2016 11 2016-11-25T05:00:00Z   2016-11-25T12:49:58Z 2016-28229 0 0 09000064823beef2
NCUA-2016-0074-0001 NCUA Civil Monetary Penalty Inflation Adjustment NCUA-2016-0074 Civil Monetary Penalty Inflation Adjustment Rule   2016-11-07T05:00:00Z 2016 11 2016-11-07T05:00:00Z   2016-11-07T12:59:27Z 2016-26712 0 0 09000064823779ef
NCUA-2016-0073-0001 NCUA Office Name Change NCUA-2016-0073 Office Name Change Rule   2016-11-03T04:00:00Z 2016 11 2016-11-03T04:00:00Z   2016-11-03T11:55:02Z 2016-26495 0 0 090000648236d9ef
NCUA-2016-0071-0001 NCUA Financial Institutions Reform, Recovery, and Enforcement Act Appraisal Requirements: Louisiana; Temporary Exceptions in Areas Affected by Severe Storms and Flooding NCUA-2016-0071 Financial Institutions Reform, Recovery, and Enforcement Act Appraisal Requirements: Louisiana; Temporary Exceptions in Areas Affected by Severe Storms and Flooding Rule   2016-10-31T04:00:00Z 2016 10 2016-10-31T04:00:00Z   2016-10-31T11:54:52Z 2016-26234 0 0 090000648235e040
NCUA-2016-0039-0001 NCUA Civil Monetary Penalty Inflation Adjustment NCUA-2016-0039 Civil Monetary Penalty Inflation Adjustment Rule   2016-06-21T04:00:00Z 2016 6 2016-06-21T04:00:00Z 2016-07-22T03:59:59Z 2016-06-21T12:35:50Z 2016-14719 0 0 0900006482053a12
NCUA-2016-0016-0001 NCUA Investment and Deposit Activities: Bank Notes NCUA-2016-0016 Investment and Deposit Activities: Bank Notes Rule   2016-03-30T04:00:00Z 2016 3 2016-03-30T04:00:00Z   2016-03-30T11:53:25Z 2016-07151 0 0 0900006481ee9ade
NCUA-2016-0013-0001 NCUA Member Business Loans: Commercial Lending NCUA-2016-0013 Member Business Loans: Commercial Lending Rule   2016-03-14T04:00:00Z 2016 3 2016-03-14T04:00:00Z   2016-03-14T12:53:58Z 2016-03955 0 0 0900006481ec028a
NCUA-2016-0008-0001 NCUA Capital Planning and Stress Testing-Schedule Shift; Correction NCUA-2016-0008 Capital Planning and Stress Testing-Schedule Shift; Correction Rule   2016-02-11T05:00:00Z 2016 2 2016-02-11T05:00:00Z   2016-02-11T14:00:03Z 2016-02740 0 0 0900006481e64a72
NCUA-2016-0005-0001 NCUA Technical Amendments NCUA-2016-0005 Technical Amendments Rule   2016-01-27T05:00:00Z 2016 1 2016-01-27T05:00:00Z   2016-01-27T13:23:30Z 2016-01602 0 0 0900006481e314da

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