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

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2008 · 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-2008-0025-0001 OCC Minimum Captial Ratios; Capital Adequacy Guidelines; Capital Maintenance; Capital: Deduction of Goodwill Net of Associated Deferred Tax Liability OCC-2008-0025 Minimum Capital Ratios; Capital Adequacy Guidelines; Capital Maintenance; Capital: Deduction of Goodwill Net of Associated Deferred Tax Liability Rule Final Rule 2008-12-30T05:00:00Z 2008 12 2008-12-30T05:00:00Z   2009-02-06T15:49:42Z E8-30780 0 0 090000648080799a
OCC-2008-0024-0001 OCC Community Reinvestment Act; Technical Amendments OCC-2008-0024 Community Reinvestment Act Regulations Rule Final Rule 2008-12-22T05:00:00Z 2008 12 2008-12-22T05:00:00Z   2011-06-11T17:52:19Z E8-30433 0 0 09000064807e68d6
OCC-2008-0020-0001 OCC Rules of Practice and Procedure; Civil Money Penalties OCC-2008-0020 Rules of Practice and Procedure; Civil Money Penalty Inflation Adjustments Rule Final Rule 2008-11-10T05:00:00Z 2008 11 2008-11-10T05:00:00Z   2011-06-11T17:52:18Z E8-26654 0 0 09000064807a1382
OCC-2008-0015-0001 OCC Risk-Based Capital Guidelines; Money Market Mutual Funds OCC-2008-0015 Risk-Based Capital Guidelines--Money Market Mutual Funds Rule Interim Final Rule 2008-09-26T04:00:00Z 2008 9 2008-09-26T04:00:00Z 2008-11-01T03:59:59Z 2011-06-11T17:52:17Z E8-22720 0 0 0900006480727ec7
OCC-2008-0013-0001 OCC Assessment of Fees OCC-2008-0013 Assessment of Fees Rule Final Rule 2008-09-10T04:00:00Z 2008 9 2008-09-10T04:00:00Z   2011-06-11T17:52:17Z E8-20905 0 0 09000064806fc7ee
OCC-2008-0010-0001 OCC Community and Economic Development Entities, Community Development Projects, and Other Public Welfare Investments OCC-2008-0010 Community and Economic Development Entities, Community Development Projects, and Other Public Welfare Investments Rule Interim Final Rule 2008-08-11T04:00:00Z 2008 8 2008-08-11T04:00:00Z 2008-09-11T03:59:59Z 2011-06-11T17:52:16Z E8-18410 0 0 09000064806bd3cc
OCC-2008-0004-0001 OCC Regulatory Review Amendments OCC-2008-0004 Regulatory Review Amendments Rule Final Rule 2008-04-24T04:00:00Z 2008 4 2008-04-24T04:00:00Z   2011-06-11T17:52:15Z E8-08443 0 0 09000064805241c2
OCC-2007-0018-0002 OCC Risk-Based Capital Standards: Advanced Capital Adequacy Framework — Basel II OCC-2007-0018 Correction to Risk-Based Capital Standards: Advanced Capital Adequacy Framework-Basel II Rule Final Rule 2008-04-22T04:00:00Z 2008 4 2008-04-22T04:00:00Z   2008-05-05T15:16:29Z C7-05729 0 0 09000064805199fb
OCC-2008-0005-0001 OCC Lending Limits OCC-2008-0005 Lending Limits Rule Interim Final Rule 2008-03-20T04:00:00Z 2008 3 2008-03-20T04:00:00Z 2008-04-22T03:59:59Z 2011-06-11T17:52:16Z E8-05724 0 0 0900006480400960
OCC-2008-0003-0001 OCC Securities Offering Disclosure Rules OCC-2008-0003 Securities Offering Disclosure Rules Rule Final Rule 2008-03-06T05:00:00Z 2008 3 2008-03-06T05:00:00Z   2011-06-11T17:52:15Z E8-04382 0 0 09000064803e9785
OCC-2008-0001-0002 OCC Assessment of Fees OCC-2008-0001 Assessment of Fees; Correction Rule Interim Final Rule 2008-02-21T05:00:00Z 2008 2 2008-02-21T05:00:00Z   2008-11-24T20:08:21Z Z8-03004 0 0 09000064803b9f58
OCC-2008-0001-0001 OCC Assessment of Fees OCC-2008-0001 Assessment of Fees Rule Interim Final Rule 2008-02-19T05:00:00Z 2008 2 2008-02-19T05:00:00Z 2008-03-21T03:59:59Z 2011-06-11T17:52:15Z E8-03004 0 0 09000064803b793f

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