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

4 rows where docket_id = "OCC-2011-0001" and posted_year = 2019 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2019 · 4 ✖

document_type 1

  • Supporting & Related Material 4

agency_id 1

  • OCC 4
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-2011-0001-2446 OCC Incentive-Based Compensation Arrangements OCC-2011-0001 Meeting with Center on Executive Compensation and American Express 10-21-19 Supporting & Related Material Meeting Summary 2019-12-05T05:00:00Z 2019 12     2023-01-24T16:06:24Z   0 0 09000064841eaeae
OCC-2011-0001-2445 OCC Incentive-Based Compensation Arrangements OCC-2011-0001 Meeting with BPI, Bank of America, Citibank, Goldman Sachs, JP Morgan Chase, et. al 10-10-19 Supporting & Related Material Meeting Summary 2019-10-22T04:00:00Z 2019 10     2023-01-24T16:03:32Z   0 0 09000064840e9672
OCC-2011-0001-2444 OCC Incentive-Based Compensation Arrangements OCC-2011-0001 Meeting with Fidelity Investments and Blue Ridge Law and Policy, P.C. 10-01-19 Supporting & Related Material Meeting Summary 2019-10-15T04:00:00Z 2019 10     2023-01-24T16:20:21Z   0 0 090000648408fc6e
OCC-2011-0001-2443 OCC Incentive-Based Compensation Arrangements OCC-2011-0001 Meeting with SIFMA and Davis Polk & Wardell LLP 05-24-2019 Supporting & Related Material   2019-05-28T04:00:00Z 2019 5     2023-01-24T16:16:15Z   0 0 0900006483ccd584

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