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 = "OCC", document_type = "Rule" and posted_year = 2016 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2016 · 11 ✖

document_type 1

  • Rule · 11 ✖

agency_id 1

  • OCC · 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
OCC-2016-0022-0006 OCC Industrial and Commercial Metals OCC-2016-0022 Industrial and Commercial Metals Rule Final Rule 2016-12-30T05:00:00Z 2016 12 2016-12-30T05:00:00Z   2017-01-03T21:04:19Z 2016-31572 0 0 09000064824413d8
OCC-2016-0033-0001 OCC Availability of Information Under the Freedom of Information Act OCC-2016-0033 Availability of Information under the Freedom of Information Act Rule Final Rule 2016-12-23T05:00:00Z 2016 12 2016-12-23T05:00:00Z 2017-02-22T04:59:59Z 2017-02-21T14:01:30Z 2016-30725 0 0 090000648243386a
OCC-2016-0017-0013 OCC Receiverships for Uninsured National Banks OCC-2016-0017 Receiverships for Uninsured National Banks Rule Final Rule 2016-12-20T05:00:00Z 2016 12 2016-12-20T05:00:00Z   2016-12-22T18:05:47Z 2016-30666 0 0 09000064824290a6
OCC-2016-0001-0004 OCC Expanded Examination Cycle for Certain Small Insured Depository Institution and U.S. Branches and Agencies of Foreign Banks OCC-2016-0001 Expanded Examination Cycle for Certain Small Insured Depository Institutions and United States Branches and Agencies of Foreign Banks Rule Final Rule 2016-12-16T05:00:00Z 2016 12 2016-12-16T05:00:00Z   2016-12-16T18:09:04Z 2016-30133 0 0 09000064824141bd
OCC-2015-0021-0006 OCC Appraisals for Higher-Priced Mortgage Loans Exemption OCC-2015-0021 Appraisals for Higher-Priced Mortgage Loans Exemption Threshold Rule Final Rule 2016-11-30T05:00:00Z 2016 11 2016-11-30T05:00:00Z   2016-11-30T14:11:40Z 2016-28699 0 0 09000064823cb5f7
OCC-2016-0030-0001 OCC Temporary Exceptions to the FIRREA Appraisal Requirements in Areas Affected by Severe Storms and Flooding in Louisiana OCC-2016-0030 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-11-01T16:35:16Z 2016-26234 0 0 090000648235e000
OCC-2015-0017-0009 OCC Guidelines Establishing Standards for Recovery Planning by Certain Large Insured National Banks, Insured Federal Savings Associations, and Insured Federal Branches OCC-2015-0017 Guidelines: Establishing Standards for Recovery Planning by Certain Large Insured National Banks, Insured Federal Savings Associations, and Insured Federal Branches; Technical Amendments Rule Final Rule 2016-09-29T04:00:00Z 2016 9 2016-09-29T04:00:00Z   2016-10-25T13:19:44Z 2016-23366 0 0 090000648227f95d
OCC-2015-0023-0010 OCC Margin and Capital Requirements for Covered Swap Entities -- Interim Final Rule OCC-2015-0023 Margin and Capital Requirements for Covered Swap Entities Rule   2016-08-02T04:00:00Z 2016 8 2016-08-02T04:00:00Z   2016-08-02T14:49:56Z 2016-18193 0 0 090000648214c72d
OCC-2014-0021-0127 OCC Community Reinvestment Act; Interagency Questions and Answers Regarding Community Reinvestment OCC-2014-0021 Guidance: Interagency Questions and Answers Regarding Community Reinvestment Rule   2016-07-25T04:00:00Z 2016 7 2016-07-25T04:00:00Z   2016-07-27T15:45:04Z 2016-16693 0 0 0900006482119007
OCC-2016-0008-0001 OCC Rules of Practice and Procedure; Rules of Practice and Procedures in Adjudicatory Proceedings; Civil Money Penalty Inflation Adjustments OCC-2016-0008 Rules of Practice and Procedure in Adjudicatory Proceedings: Civil Money Penalty Inflation Adjustments Rule   2016-07-01T04:00:00Z 2016 7 2016-07-01T04:00:00Z 2016-08-31T03:59:59Z 2016-07-01T15:09:10Z 2016-15376 0 0 0900006482080585
OCC-2016-0001-0001 OCC Expanded Examination Cycle for Certain Small Insured Depository Institution and U.S. Branches and Agencies of Foreign Banks OCC-2016-0001 Expanded Examination Cycle for Certain Small Insured Depository Institutions and U.S. Branches and Agencies of Foreign Banks Rule   2016-02-29T05:00:00Z 2016 2 2016-02-29T05:00:00Z 2016-04-30T03:59:59Z 2016-04-29T20:00:45Z 2016-03877 0 0 0900006481e8fa8f

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