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

6 rows where agency_id = "FCA", document_type = "Proposed Rule" and posted_year = 2021 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 1

  • 2021 · 6 ✖

document_type 1

  • Proposed Rule · 6 ✖

agency_id 1

  • FCA · 6 ✖
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
FCA-2021-0024-0001 FCA   Risk Weighting of High Volatility Commercial Real Estate Exposures Proposed Rule   2021-10-20T04:00:00Z 2021 10 2021-10-20T04:00:00Z 2022-01-25T04:59:59Z 2021-10-20T11:46:51Z 2021-22826 0 0 0900006484dce987
FCA-2021-0020-0001 FCA   Bank Liquidity Reserve Proposed Rule   2021-09-03T04:00:00Z 2021 9 2021-09-03T04:00:00Z 2021-11-28T04:59:59Z 2021-09-03T12:44:56Z 2021-18984 0 0 0900006484d49ff5
FCA-2021-0018-0001 FCA   Risk Weighting of High Volatility Commercial Real Estate Exposures Proposed Rule   2021-08-26T04:00:00Z 2021 8 2021-08-26T04:00:00Z 2021-11-25T04:59:59Z 2021-08-26T11:41:52Z 2021-17560 0 0 0900006484ca8bbf
FCA-2021-0014-0001 FCA   Bank Liquidity Reserve Proposed Rule   2021-06-30T04:00:00Z 2021 6 2021-06-30T04:00:00Z 2021-09-29T03:59:59Z 2021-06-30T11:51:38Z 2021-13556 0 0 0900006484bc29b6
FCA-2021-0010-0001 FCA   Collateral Evaluation Requirements Proposed Rule   2021-05-20T04:00:00Z 2021 5 2021-05-20T04:00:00Z 2021-07-20T03:59:59Z 2021-05-20T13:15:02Z 2021-10200 0 0 0900006484b23726
FCA-2021-0006-0001 FCA   Loans in Areas Having Special Flood Hazards: Interagency Questions and Answers Regarding Private Flood Insurance Proposed Rule   2021-03-18T04:00:00Z 2021 3 2021-03-18T04:00:00Z   2021-03-18T11:55:49Z 2021-05314 0 0 0900006484a700e0

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