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

11 rows where agency_id = "NCUA", document_type = "Proposed Rule" and posted_year = 2012 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2012 · 11 ✖

document_type 1

  • Proposed Rule · 11 ✖

agency_id 1

  • NCUA · 11 ✖
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-2012-0035-0001 NCUA Prompt Corrective Action, Requirements for Insurance, and Promulgation of NCUA Rules and Regulations: Extension of Public Comment Period NCUA-2012-0035 Prompt Corrective Action, Requirements for Insurance, and Promulgation of NCUA Rules and Regulations: Extension of Public Comment Period Proposed Rule   2012-10-25T04:00:00Z 2012 10 2012-10-25T04:00:00Z 2012-11-27T04:59:59Z 2012-10-25T13:16:22Z 2012-26313 0 0 090000648115024e
NCUA-2012-0036-0001 NCUA Designation of Low-income Status: Acceptance of Secondary Capital Accounts by Low-Income Designated Credit Unions NCUA-2012-0036 Designation of Low-income Status: Acceptance of Secondary Capital Accounts by Low-Income Designated Credit Unions Proposed Rule   2012-10-25T04:00:00Z 2012 10 2012-10-25T04:00:00Z 2012-11-27T04:59:59Z 2012-10-25T13:17:27Z 2012-26129 0 0 0900006481150372
NCUA-2012-0031-0001 NCUA Payday-Alternative Loans NCUA-2012-0031 Payday-Alternative Loans Proposed Rule   2012-09-27T04:00:00Z 2012 9 2012-09-27T04:00:00Z 2012-11-27T04:59:59Z 2012-09-27T13:31:29Z 2012-23718 0 0 090000648112ab90
NCUA-2012-0029-0001 NCUA Prompt Corrective Action, Requirements for Insurance, and Promulgation of NCUA Rules and Regulations NCUA-2012-0029 Prompt Corrective Action, Requirements for Insurance, and Promulgation of NCUA Rules and Regulations Proposed Rule   2012-09-26T04:00:00Z 2012 9 2012-09-26T04:00:00Z 2012-10-27T03:59:59Z 2012-09-26T12:46:12Z 2012-23662 0 0 0900006481128ae7
NCUA-2012-0028-0001 NCUA Investment and Deposit Activities NCUA-2012-0028 Investment and Deposit Activities Proposed Rule   2012-09-26T04:00:00Z 2012 9 2012-09-26T04:00:00Z 2012-11-27T04:59:59Z 2012-09-26T12:45:07Z 2012-23644 0 0 09000064811289e7
NCUA-2012-0030-0001 NCUA Chartering and Field of Membership Manual for Federal Credit Unions NCUA-2012-0030 Chartering and Field of Membership Manual for Federal Credit Unions Proposed Rule   2012-09-26T04:00:00Z 2012 9 2012-09-26T04:00:00Z 2012-11-27T04:59:59Z 2012-09-26T12:46:38Z 2012-23643 0 0 0900006481128b73
NCUA-2012-0024-0001 NCUA Appraisals for Higher-Risk Mortgage Loans NCUA-2012-0024 Appraisals for Higher-Risk Mortgage Loans Proposed Rule   2012-09-05T04:00:00Z 2012 9 2012-09-05T04:00:00Z 2012-11-06T04:59:59Z 2012-09-05T12:45:31Z 2012-20432 0 0 0900006481105c55
NCUA-2012-0023-0001 NCUA Definition of Troubled Condition NCUA-2012-0023 Definition of Troubled Condition Proposed Rule   2012-07-31T04:00:00Z 2012 7 2012-07-31T04:00:00Z 2012-10-02T03:59:59Z 2012-07-31T12:59:34Z 2012-18560 0 0 09000064810b9b0a
NCUA-2012-0022-0001 NCUA Maintaining Access to Emergency Liquidity NCUA-2012-0022 Maintaining Access to Emergency Liquidity Proposed Rule   2012-07-30T04:00:00Z 2012 7 2012-07-30T04:00:00Z 2012-09-29T03:59:59Z 2012-07-30T13:03:37Z 2012-18565 0 0 09000064810b7770
NCUA-2012-0006-0001 NCUA Financial Derivatives Transactions to Offset Interest Rate Risk Investment and Deposit Activities NCUA-2012-0006 Financial Derivatives Transactions to Offset Interest Rate Risk Investment and Deposit Activities Proposed Rule   2012-02-03T05:00:00Z 2012 2 2012-02-03T05:00:00Z 2012-04-04T03:59:59Z 2012-02-03T14:02:41Z 2012-02092 0 0 0900006480face58
NCUA-2012-0004-0001 NCUA Loan Workouts and Nonaccrual Policy, and Regulatory Reporting of Troubled Debt Restructured Loans NCUA-2012-0004 Loan Workouts and Nonaccrual Policy, and Regulatory Reporting of Troubled Debt Restructured Loans Proposed Rule   2012-02-01T05:00:00Z 2012 2 2012-02-01T05:00:00Z 2012-03-03T04:59:59Z 2012-02-01T14:10:07Z 2012-02206 0 0 0900006480faac9c

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