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

6 rows where agency_id = "OCC", document_type = "Rule" and posted_year = 2013 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2013 · 6 ✖

document_type 1

  • Rule · 6 ✖

agency_id 1

  • OCC · 6 ✖
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-2013-0024-0001 OCC Community Reinvestment Act Regulations OCC-2013-0024 Community Reinvestment Act Regulations Rule   2013-12-30T05:00:00Z 2013 12 2013-12-30T05:00:00Z   2014-01-02T14:51:29Z 2013-30960 0 0 09000064814e1b88
OCC-2013-0009-0011 OCC Appraisals for Higher-Priced Mortgage Loans - Supplemental Proposal OCC-2013-0009 Appraisals for Higher-Priced Mortgage Loans Rule   2013-12-26T05:00:00Z 2013 12 2013-12-26T05:00:00Z   2014-01-02T14:52:53Z 2013-30108 0 0 09000064814dca40
OCC-2012-0016-0002 OCC Policy Statement on the Principles for Development and Distribution of Annual Stress Test OCC-2012-0016 Policy Statement on the Principles for Development and Distribution of Annual Stress Test Scenarios Rule   2013-10-28T04:00:00Z 2013 10 2013-10-28T04:00:00Z   2013-10-30T14:09:33Z 2013-25421 0 0 090000648146323a
OCC-2012-0008-1752 OCC Regulatory Capital Rules (Part I): Regulatory Capital, Minimum Regulatory Capital Ratios, Capital Adequacy, Transition Provisions OCC-2012-0008 Regulatory Capital: Implementation of Basel III, Capital Adequacy, Transition Provisions, etc. Rule   2013-10-11T04:00:00Z 2013 10 2013-10-11T04:00:00Z   2013-10-11T14:35:52Z 2013-21653 0 0 090000648144ae1b
OCC-2012-0007-0018 OCC Lending Limits OCC-2012-0007 Lending Limits Rule   2013-06-25T04:00:00Z 2013 6 2013-06-25T04:00:00Z   2013-06-27T21:42:21Z 2013-15174 0 0 090000648133e117
OCC-2012-0013-0030 OCC Appraisals for Higher-Risk Mortgage Loans OCC-2012-0013 Appraisals for Higher-Priced Mortgage Loans Rule   2013-02-13T05:00:00Z 2013 2 2013-02-13T05:00:00Z   2013-03-05T15:29:45Z 2013-01809 0 0 09000064811f71ef

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