documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where agency_id = "OCC", document_type = "Rule" and posted_year = 2021 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-2019-0012-0005 | OCC | Credit Risk Retention-Notice of Commencement of Review OCC-2019-0012 | Credit Risk Retention: Determination of Review | Rule | 2021-12-20T05:00:00Z | 2021 | 12 | 2021-12-20T05:00:00Z | 2021-12-20T14:20:01Z | 2021-27561 | 0 | 0 | 0900006484ed615c | ||
| OCC-2021-0014-0065 | OCC | Community Reinvestment Act (Rescind and Replace) OCC-2021-0014 | Community Reinvestment Act Regulations | Rule | 2021-12-15T05:00:00Z | 2021 | 12 | 2021-12-15T05:00:00Z | 2021-12-16T14:37:04Z | 2021-27171 | 0 | 0 | 0900006484ecb058 | ||
| OCC-2021-0019-0001 | OCC | Appraisals for Higher-Priced Mortgage Loans Exemption Threshold OCC-2021-0019 | Appraisals for Higher-Priced Mortgage Loans Exemption Threshold | Rule | 2021-11-30T05:00:00Z | 2021 | 11 | 2021-11-30T05:00:00Z | 2021-12-06T17:03:38Z | 2021-25908 | 0 | 0 | 0900006484e8c1ba | ||
| OCC-2020-0038-0026 | OCC | Computer Security Incident Notification OCC-2020-0038 | Computer-Security Incident Notification Requirements for Banking Organizations and Their Bank Service Providers | Rule | 2021-11-23T05:00:00Z | 2021 | 11 | 2021-11-23T05:00:00Z | 2021-12-06T17:00:14Z | 2021-25510 | 0 | 0 | 0900006484e7588b | ||
| OCC-2020-0026-0563 | OCC | National Banks and Federal Savings Associations as Lenders OCC-2020-0026 | National Banks and Federal Savings Associations as Lenders | Rule | 2021-08-05T04:00:00Z | 2021 | 8 | 2021-08-05T04:00:00Z | 2021-08-09T18:23:03Z | 2021-16619 | 0 | 0 | 0900006484c2aac7 | ||
| OCC-2020-0031-0009 | OCC | Collective Investment Funds: Prior Notice Period for Withdrawals OCC-2020-0031 | Collective Investment Funds: Prior Notice Period for Withdrawals | Rule | Final Rule | 2021-05-26T04:00:00Z | 2021 | 5 | 2021-05-26T04:00:00Z | 2021-05-26T13:57:25Z | 2021-11130 | 0 | 0 | 0900006484b38518 | |
| OCC-2021-0002-0001 | OCC | Implementation of Emergency Capital Investment Program OCC-2021-0002 | Emergency Capital Investment Program | Rule | 2021-03-22T04:00:00Z | 2021 | 3 | 2021-03-22T04:00:00Z | 2021-05-22T03:59:59Z | 2021-05-22T01:00:32Z | 2021-05443 | 0 | 0 | 0900006484a736f3 | |
| OCC-2020-0005-0133 | OCC | Role of Supervisory Guidance OCC-2020-0005 | Role of Supervisory Guidance | Rule | 2021-02-12T05:00:00Z | 2021 | 2 | 2021-02-12T05:00:00Z | 2021-02-12T14:32:18Z | 2021-01499 | 0 | 0 | 0900006484a34732 | ||
| OCC-2014-0029-0053 | OCC | Net Stable Funding Ratio (NSFR) OCC-2014-0029 | Net Stable Funding Ratio: Liquidity Risk Measurement Standards and Disclosure Requirements | Rule | 2021-02-11T05:00:00Z | 2021 | 2 | 2021-02-11T05:00:00Z | 2021-02-12T14:30:54Z | 2020-26546 | 0 | 0 | 0900006484a2e4a3 | ||
| OCC-2019-0024-0010 | OCC | Licensing Amendments OCC-2019-0024 | Licensing Amendments: Technical Correction | Rule | Final Rule | 2021-01-08T05:00:00Z | 2021 | 1 | 2021-01-08T05:00:00Z | 2021-01-08T14:29:14Z | 2021-00101 | 0 | 0 | 09000064849e89f2 | |
| OCC-2018-0019-0012 | OCC | Regulatory Capital Treatment for Investments in Certain Long Term Unsecured Debt Instruments of Systemically Important U.S. Bank Holding Companies and Certain Intermediate Holding Companies OCC-2018-0019 | Regulatory Capital Treatment for Investments in Certain Unsecured Debt Instruments of Global Systemically Important U.S. Bank Holding Companies, Certain Intermediate Holding Companies, and Global Systemically Important Foreign Banking Organizations; Total Loss-Absorbing Capacity Requirements | Rule | Final Rule | 2021-01-06T05:00:00Z | 2021 | 1 | 2021-01-06T05:00:00Z | 2021-01-06T13:51:50Z | 2020-27046 | 0 | 0 | 09000064849e0825 |
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;