documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "OCC-2012-0007" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
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-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-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-0007-0015 | OCC | Lending Limits OCC-2012-0007 | Summary of meeting with representatives from The Clearing House and other institutions (2) | Supporting & Related Material | Meeting Summary | 2012-12-18T05:00:00Z | 2012 | 12 | 2012-12-18T16:20:13Z | 0 | 0 | 0900006481190e22 | |||
| OCC-2012-0007-0014 | OCC | Lending Limits OCC-2012-0007 | Summary of meeting with representatives from The Clearing House and other institutions | Supporting & Related Material | Meeting Summary | 2012-12-18T05:00:00Z | 2012 | 12 | 2012-12-18T16:19:14Z | 0 | 0 | 0900006481190b82 | |||
| OCC-2012-0007-0012 | OCC | Lending Limits OCC-2012-0007 | Summary of Meeting with Representatives from HSBC | Supporting & Related Material | Meeting Summary | 2012-09-21T04:00:00Z | 2012 | 9 | 2012-09-21T13:39:37Z | 0 | 0 | 0900006481121c5f | |||
| OCC-2012-0007-0011 | OCC | Lending Limits OCC-2012-0007 | Summary of Inquiry from Flagstar Bank, FSB | Supporting & Related Material | Meeting Summary | 2012-09-21T04:00:00Z | 2012 | 9 | 2012-09-21T13:38:41Z | 0 | 0 | 0900006481121be9 | |||
| OCC-2012-0007-0010 | OCC | Lending Limits OCC-2012-0007 | Summary of phone call with Sullivan & Cromwell | Supporting & Related Material | Meeting Summary | 2012-09-11T04:00:00Z | 2012 | 9 | 2012-09-11T17:12:25Z | 0 | 0 | 0900006481111a29 | |||
| OCC-2012-0007-0009 | OCC | Lending Limits OCC-2012-0007 | Summary of phone call with Cleary Gottlieb | Supporting & Related Material | Meeting Summary | 2012-09-11T04:00:00Z | 2012 | 9 | 2012-09-11T17:11:17Z | 0 | 0 | 0900006481111a28 | |||
| OCC-2012-0007-0008 | OCC | Lending Limits OCC-2012-0007 | Summary of phone call with Sullivan and Cromwell | Supporting & Related Material | 2012-09-10T00:00:00Z | 2012 | 9 | 2012-09-10T20:23:00Z | 0 | 1 | 090000648110fe4b | ||||
| OCC-2012-0007-0007 | OCC | Lending Limits OCC-2012-0007 | Summary of phone call with Cleary Gottlieb | Supporting & Related Material | 2012-09-10T00:00:00Z | 2012 | 9 | 2012-09-10T20:23:49Z | 0 | 1 | 090000648110fe4a | ||||
| 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 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;