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 = 2011 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, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 1

  • 2011 · 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-2011-0078-0001 NCUA Eligible Obligations, Charitable Contributions, Nonmember Deposits, Fixed Assets, Investments, etc. NCUA-2011-0078 Eligible Obligations, Charitable Contributions, Nonmember Deposits, Fixed Assets, Investments, etc. Proposed Rule   2011-12-28T05:00:00Z 2011 12 2011-12-28T05:00:00Z 2012-02-28T04:59:59Z 2011-12-28T20:10:32Z 2011-33041 0 0 0900006480f8a255
NCUA-2011-0074-0001 NCUA Loan Participations; Purchase, Sale and Pledge of Eligible Obligations: Purchase of Assets and Assumption of Liabilities NCUA-2011-0074 Loan Participations; Purchase, Sale and Pledge of Eligible Obligations: Purchase of Assets and Assumption of Liabilities Proposed Rule   2011-12-22T05:00:00Z 2011 12 2011-12-22T05:00:00Z 2012-02-22T04:59:59Z 2011-12-22T13:42:32Z 2011-32719 0 0 0900006480f87cf6
NCUA-2011-0075-0001 NCUA Maintaining Access to Emergency Liquidity NCUA-2011-0075 Maintaining Access to Emergency Liquidity Proposed Rule   2011-12-22T05:00:00Z 2011 12 2011-12-22T05:00:00Z 2012-02-22T04:59:59Z 2011-12-22T13:44:08Z 2011-32720 0 0 0900006480f87d37
NCUA-2011-0053-0001 NCUA Corporate Credit Unions NCUA-2011-0053 Corporate Credit Unions Proposed Rule   2011-09-06T04:00:00Z 2011 9 2011-09-06T04:00:00Z 2011-10-07T03:59:59Z 2011-09-06T13:19:15Z 2011-22540 0 0 0900006480f11e15
NCUA-2011-0047-0001 NCUA Credit Union Service Organizations NCUA-2011-0047 Credit Union Service Organizations Proposed Rule   2011-07-27T04:00:00Z 2011 7 2011-07-27T04:00:00Z 2011-09-27T03:59:59Z 2011-07-27T16:35:01Z 2011-18906 0 0 0900006480ecd3c2
NCUA-2011-0040-0001 NCUA Financial Deriviatives Transactions To Offset Interest Rate Risk: Investment and Deposit Activities NCUA-2011-0040 Financial Deriviatives Transactions To Offset Interest Rate Risk: Investment and Deposit Activities Proposed Rule   2011-06-24T04:00:00Z 2011 6 2011-06-24T04:00:00Z 2011-08-24T03:59:59Z 2011-06-24T17:22:57Z 2011-15738 0 0 0900006480eb3153
NCUA-2011-0033-0001 NCUA Community Development Revolving Loan Fund NCUA-2011-0033 Community Development Revolving Loan Fund Proposed Rule   2011-05-25T04:00:00Z 2011 5 2011-05-25T04:00:00Z 2011-07-26T03:59:59Z 2011-06-11T17:50:20Z 2011-12828 0 0 0900006480e31bc8
NCUA-2011-0021-0001 NCUA Incentive-based Compensation Arrangements NCUA-2011-0021 Incentive-based Compensation Arrangements Proposed Rule   2011-04-14T04:00:00Z 2011 4 2011-04-14T04:00:00Z 2011-06-01T03:59:59Z 2011-06-11T17:50:20Z 2011-07937 0 0 0900006480c2c580
NCUA-2011-0018-0001 NCUA Interest Rate Risk NCUA-2011-0018 Interest Rate Risk Proposed Rule   2011-03-24T04:00:00Z 2011 3 2011-03-24T04:00:00Z 2011-05-24T03:59:59Z 2011-06-11T17:50:19Z 2011-06752 0 0 0900006480c0fd69
NCUA-2011-0015-0001 NCUA Net Worth and Equity Ratio NCUA-2011-0015 Net Worth and Equity Ratio Proposed Rule   2011-03-23T04:00:00Z 2011 3 2011-03-23T04:00:00Z 2011-05-24T03:59:59Z 2011-06-11T17:50:18Z 2011-06757 0 0 0900006480c0ec76
NCUA-2011-0012-0001 NCUA Removing References to Credit Ratings in Regulations; Alternatives to the Use of Credit Ratings NCUA-2011-0012 Removing References to Credit Ratings in Regulations; Alternatives to the Use of Credit Ratings Proposed Rule   2011-03-01T05:00:00Z 2011 3 2011-03-01T05:00:00Z 2011-05-03T03:59:59Z 2011-06-11T17:50:18Z 2011-04070 0 0 0900006480bfb736

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