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

13 rows where docket_id = "OCC-2023-0008" and posted_year = 2023 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), comment_end_date (date), last_modified (date)

document_type 2

  • Supporting & Related Material 11
  • Proposed Rule 2

posted_year 1

  • 2023 · 13 ✖

agency_id 1

  • OCC 13
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-2023-0008-0039 OCC Regulatory Capital Rule: Amendments Applicable to Large Banking Organizations and to Banking Organizations with Significant Trading Activity OCC-2023-0008 Summary of 11.07.2023 Meeting with Appraisal Institute Supporting & Related Material   2023-12-11T05:00:00Z 2023 12     2023-12-11T16:34:25Z   0 0 09000064863225e1
OCC-2023-0008-0040 OCC Regulatory Capital Rule: Amendments Applicable to Large Banking Organizations and to Banking Organizations with Significant Trading Activity OCC-2023-0008 Summary of 11.08.2023 Metting with American Express Supporting & Related Material Meeting Summary 2023-12-11T05:00:00Z 2023 12     2023-12-11T16:35:46Z   0 0 09000064863225e2
OCC-2023-0008-0033 OCC Regulatory Capital Rule: Amendments Applicable to Large Banking Organizations and to Banking Organizations with Significant Trading Activity OCC-2023-0008 Summary of 11.02.2023 Meeting with Wells Fargo Supporting & Related Material Meeting Summary 2023-12-05T05:00:00Z 2023 12     2023-12-05T23:55:15Z   0 0 09000064862f9d56
OCC-2023-0008-0031 OCC Regulatory Capital Rule: Amendments Applicable to Large Banking Organizations and to Banking Organizations with Significant Trading Activity OCC-2023-0008 Summary of 12.5.2023 Meeting with Secured Finance Network Supporting & Related Material Meeting Summary 2023-12-05T05:00:00Z 2023 12     2023-12-05T23:18:30Z   0 0 09000064862f88fa
OCC-2023-0008-0030 OCC Regulatory Capital Rule: Amendments Applicable to Large Banking Organizations and to Banking Organizations with Significant Trading Activity OCC-2023-0008 Summary of 11.20.2023 Meeting with CRE Finance Council Supporting & Related Material Meeting Summary 2023-12-05T05:00:00Z 2023 12     2023-12-05T23:15:15Z   0 0 09000064862f88f8
OCC-2023-0008-0032 OCC Regulatory Capital Rule: Amendments Applicable to Large Banking Organizations and to Banking Organizations with Significant Trading Activity OCC-2023-0008 Summary of 11.02.2023 Meeting with US Bank Supporting & Related Material Meeting Summary 2023-12-05T05:00:00Z 2023 12     2023-12-05T23:54:56Z   0 0 09000064862f9d55
OCC-2023-0008-0021 OCC Regulatory Capital Rule: Amendments Applicable to Large Banking Organizations and to Banking Organizations with Significant Trading Activity OCC-2023-0008 Regulatory Capital Rule: Large Banking Organizations and Banking Organizations with Significant Trading Activity; Extension of Comment Period Proposed Rule   2023-10-27T04:00:00Z 2023 10 2023-10-27T04:00:00Z 2024-01-17T04:59:59Z 2024-08-22T01:02:04Z 2023-23671 0 0 090000648614a369
OCC-2023-0008-0013 OCC Regulatory Capital Rule: Amendments Applicable to Large Banking Organizations and to Banking Organizations with Significant Trading Activity OCC-2023-0008 Summary of 10.03.2023 Meeting with Goldman Sachs Supporting & Related Material Meeting Summary 2023-10-20T04:00:00Z 2023 10     2023-10-20T14:20:42Z   0 0 09000064861130b1
OCC-2023-0008-0011 OCC Regulatory Capital Rule: Amendments Applicable to Large Banking Organizations and to Banking Organizations with Significant Trading Activity OCC-2023-0008 Summary of 09.28.2023 Meeting with Solar Energy Industries Association Supporting & Related Material Meeting Summary 2023-10-20T04:00:00Z 2023 10     2023-10-20T14:12:31Z   0 0 09000064861130af
OCC-2023-0008-0012 OCC Regulatory Capital Rule: Amendments Applicable to Large Banking Organizations and to Banking Organizations with Significant Trading Activity OCC-2023-0008 Summary of 09.28.2023 Meeting with American Council on Renewable Energy Supporting & Related Material Meeting Summary 2023-10-20T04:00:00Z 2023 10     2023-10-20T14:21:00Z   0 0 09000064861130b0
OCC-2023-0008-0014 OCC Regulatory Capital Rule: Amendments Applicable to Large Banking Organizations and to Banking Organizations with Significant Trading Activity OCC-2023-0008 Summary of 10.10.2023 Meeting with J.P. Morgan Supporting & Related Material Meeting Summary 2023-10-20T04:00:00Z 2023 10     2023-10-20T14:20:01Z   0 0 09000064861130b2
OCC-2023-0008-0002 OCC Regulatory Capital Rule: Amendments Applicable to Large Banking Organizations and to Banking Organizations with Significant Trading Activity OCC-2023-0008 Regulatory Capital Rule: Large Banking Organizations and Banking Organizations with Significant Trading Activity Proposed Rule Notice of Proposed Rulemaking (NPRM) 2023-09-18T04:00:00Z 2023 9 2023-09-18T04:00:00Z 2023-12-01T04:59:59Z 2023-12-01T02:01:10Z 2023-19200 0 0 0900006485fc13e3
OCC-2023-0008-0001 OCC Regulatory Capital Rule: Amendments Applicable to Large Banking Organizations and to Banking Organizations with Significant Trading Activity OCC-2023-0008 FINAL B3R RIA 6-29-2023 Supporting & Related Material   2023-08-25T04:00:00Z 2023 8     2023-08-25T17:19:12Z   0 0 0900006485eec2e0

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