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

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2012 · 12 ✖

document_type 1

  • Rule · 12 ✖

agency_id 1

  • OCC · 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
OCC-2007-0018-0003 OCC Risk-Based Capital Standards: Advanced Capital Adequacy Framework — Basel II OCC-2007-0018 Minimum Capital Ratios; Issuance of Directives Rule   2012-12-31T05:00:00Z 2012 12 2012-12-31T05:00:00Z   2013-01-02T18:24:09Z 2012-31485 0 0 09000064811a0504
OCC-2012-0007-0016 OCC Lending Limits OCC-2012-0007 Lending Limits Rule   2012-12-31T05:00:00Z 2012 12 2012-12-31T05:00:00Z   2013-04-27T01:02:54Z 2012-31267 0 0 09000064811a0374
OCC-2012-0011-0002 OCC Civil Money Penalty Inflation Adjustments OCC-2012-0011 Rules of Practice and Procedure: Adjudicatory Proceedings; Civil Money Penalty Inflation Adjustments Rule   2012-12-28T05:00:00Z 2012 12 2012-12-28T05:00:00Z   2013-01-02T18:13:13Z 2012-31187 0 0 090000648119dcff
OCC-2012-0015-0001 OCC Community Reinvestment Act Regulations OCC-2012-0015 Community Reinvestment Act Regulations Rule   2012-12-21T05:00:00Z 2012 12 2012-12-21T05:00:00Z   2013-01-02T18:11:19Z 2012-30775 0 0 09000064811955ce
OCC-2012-0016-0001 OCC Policy Statement on the Principles for Development and Distribution of Annual Stress Test OCC-2012-0016 Policy Statement: Principles for Development and Distribution of Annual Stress Test Scenarios Rule   2012-11-15T05:00:00Z 2012 11 2012-11-15T05:00:00Z 2013-01-15T04:59:59Z 2013-01-15T03:02:50Z 2012-27660 0 0 090000648116843b
OCC-2012-0011-0001 OCC Civil Money Penalty Inflation Adjustments OCC-2012-0011 Rules of Practice and Procedure: Adjudicatory Proceedings; Civil Money Penalty Inflation Adjustments Rule   2012-11-06T05:00:00Z 2012 11 2012-11-06T05:00:00Z   2012-11-29T15:46:20Z 2012-27074 0 0 090000648115f1ec
OCC-2011-0029-0023 OCC Annual Stress Test OCC-2011-0029 Annual Stress Test Rule   2012-10-09T04:00:00Z 2012 10 2012-10-09T04:00:00Z   2012-10-12T16:16:17Z 2012-24608 0 0 0900006481138a8e
OCC-2011-0023-0017 OCC Short-Term Investment Funds OCC-2011-0023 Short-term Investment Funds Rule   2012-10-09T04:00:00Z 2012 10 2012-10-09T04:00:00Z 2012-11-09T04:59:59Z 2012-10-12T16:14:13Z 2012-24375 0 0 0900006481138c45
OCC-2012-0002-0001 OCC Risk-Based Capital Guidelines: Market Risk OCC-2012-0002 Risk-Based Capital Guidelines: Market Risk Rule   2012-08-30T04:00:00Z 2012 8 2012-08-30T04:00:00Z   2012-08-30T13:51:16Z 2012-16759 0 0 09000064810fb125
OCC-2012-0007-0001 OCC Lending Limits OCC-2012-0007 Lending Limits Rule   2012-06-21T04:00:00Z 2012 6 2012-06-21T04:00:00Z 2012-08-07T03:59:59Z 2012-12-19T03:03:28Z 2012-15004 0 0 090000648105c732
OCC-2012-0005-0001 OCC Alternatives to the Use of External Credit Ratings in the Regulations of the OCC OCC-2012-0005 Alternatives to the Use of External Credit Ratings in OCC Regulations Rule   2012-06-13T04:00:00Z 2012 6 2012-06-13T04:00:00Z   2012-06-18T17:05:24Z 2012-14169 0 0 0900006481047133
OCC-2012-0006-0001 OCC Guidance on Due Diligence Requirements in Determining Whether Securities are Eligible for Investment OCC-2012-0006 Guidance on Due Diligence Requirements in Determiningwhether Securities are Eligible for Investment Rule   2012-06-13T04:00:00Z 2012 6 2012-06-13T04:00:00Z   2012-06-18T17:06:01Z 2012-14168 0 0 0900006481047202

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