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

15 rows where docket_id = "OCC-2013-0010" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 14
  • Rule 1

posted_year 1

  • 2014 · 15 ✖

agency_id 1

  • OCC 15
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-0010-0240 OCC Credit Risk Retention OCC-2013-0010 Credit Risk Retention Rule Final Rule 2014-12-24T05:00:00Z 2014 12 2014-12-24T05:00:00Z   2014-12-24T19:32:37Z 2014-29256 0 0 0900006481991196
OCC-2013-0010-0239 OCC Credit Risk Retention OCC-2013-0010 Economic Impact Analysis of Final Credit Risk Retention Rule Supporting & Related Material   2014-12-23T05:00:00Z 2014 12     2016-10-31T15:07:16Z   0 0 090000648198f52f
OCC-2013-0010-0235 OCC Credit Risk Retention OCC-2013-0010 5-8-14 SFIG Meeting Supporting & Related Material Meeting Summary 2014-09-29T04:00:00Z 2014 9     2014-09-29T15:21:32Z   0 0 0900006481899727
OCC-2013-0010-0237 OCC Credit Risk Retention OCC-2013-0010 Risk Retention - Matrix ApproachFinal for 4-28-14 Meeting Supporting & Related Material Meeting Summary 2014-09-29T04:00:00Z 2014 9     2014-09-29T15:22:18Z   0 0 0900006481899729
OCC-2013-0010-0236 OCC Credit Risk Retention OCC-2013-0010 Rep Sample for 5-8-14 Meeting Supporting & Related Material Meeting Summary 2014-09-29T04:00:00Z 2014 9     2014-09-29T15:22:44Z   0 0 0900006481899728
OCC-2013-0010-0238 OCC Credit Risk Retention OCC-2013-0010 Risk Retention - Participations Follow up for 5-8-14 Meeting Supporting & Related Material Meeting Summary 2014-09-29T04:00:00Z 2014 9     2014-09-29T15:22:30Z   0 0 090000648189972a
OCC-2013-0010-0234 OCC Credit Risk Retention OCC-2013-0010 4-28-14 SFIG Meeting Supporting & Related Material Meeting Summary 2014-09-29T04:00:00Z 2014 9     2014-09-29T15:20:56Z   0 0 0900006481899726
OCC-2013-0010-0225 OCC Credit Risk Retention OCC-2013-0010 IPFS Regulator Meeting Agenda March 5 2014 Supporting & Related Material Meeting Summary 2014-03-11T04:00:00Z 2014 3     2016-10-31T15:04:47Z   0 0 090000648165ea34
OCC-2013-0010-0222 OCC Credit Risk Retention OCC-2013-0010 Meeting with SFIG 2-20-14 Supporting & Related Material Meeting Summary 2014-03-10T04:00:00Z 2014 3     2014-03-10T20:29:36Z   0 0 090000648165c5a6
OCC-2013-0010-0223 OCC Credit Risk Retention OCC-2013-0010 Meeting with the CRE Finance Council 2-18-14 Supporting & Related Material Meeting Summary 2014-03-10T04:00:00Z 2014 3     2014-03-10T20:43:05Z   0 0 090000648165c600
OCC-2013-0010-0215 OCC Credit Risk Retention OCC-2013-0010 Meeting with SIFMA 12-16-13 Supporting & Related Material Meeting Summary 2014-02-05T05:00:00Z 2014 2     2014-02-05T16:08:24Z   0 0 09000064815494e6
OCC-2013-0010-0212 OCC Credit Risk Retention OCC-2013-0010 Meeting with LSTA 1-14-14 Supporting & Related Material Meeting Summary 2014-02-05T05:00:00Z 2014 2     2014-02-05T16:03:27Z   0 0 090000648154941b
OCC-2013-0010-0216 OCC Credit Risk Retention OCC-2013-0010 Meeting with CRE Finance Council 12-16-13 Supporting & Related Material Meeting Summary 2014-02-05T05:00:00Z 2014 2     2014-02-05T16:09:58Z   0 0 09000064815494e9
OCC-2013-0010-0214 OCC Credit Risk Retention OCC-2013-0010 Meeting with SFIG 12-06-13 Supporting & Related Material Meeting Summary 2014-02-05T05:00:00Z 2014 2     2014-02-05T16:06:52Z   0 0 09000064815494e3
OCC-2013-0010-0213 OCC Credit Risk Retention OCC-2013-0010 Meeting with LSTA 12-11-13 Supporting & Related Material Meeting Summary 2014-02-05T05:00:00Z 2014 2     2014-02-05T16:05:12Z   0 0 090000648154941d

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