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

12 rows where agency_id = "FDIC", document_type = "Proposed Rule" and posted_year = 2012 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2012 · 12 ✖

document_type 1

  • Proposed Rule · 12 ✖

agency_id 1

  • FDIC · 12 ✖
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
FDIC-2012-0129-0001 FDIC   Regulatory Capital Rules: Standardized Approach for Risk-Weighted Assets; Market Discipline and Disclosure Requirements; Initial Regulatory Flexibility Analysis Proposed Rule   2012-10-17T04:00:00Z 2012 10 2012-10-17T04:00:00Z 2012-11-17T04:59:59Z 2012-10-17T13:10:48Z 2012-25495 0 0 0900006481144887
FDIC-2012-0119-0001 FDIC   Margin and Capital Requirements for Covered Swap Entities Proposed Rule   2012-10-02T04:00:00Z 2012 10 2012-10-02T04:00:00Z 2012-11-27T04:59:59Z 2012-10-02T13:11:01Z 2012-24276 0 0 0900006481130d3e
FDIC-2012-0100-0001 FDIC   Regulatory Capital Rules: Regulatory Capital, Implementation of Basel III, Minimum Regulatory Capital Ratios, Capital Adequacy, Transition Provisions, and Prompt Corrective Action Proposed Rule   2012-08-30T04:00:00Z 2012 8 2012-08-30T04:00:00Z 2012-10-23T03:59:59Z 2012-08-30T13:02:45Z 2012-16757 0 0 09000064810fb092
FDIC-2012-0102-0001 FDIC   Regulatory Capital Rules: Standardized Approach for Risk-weighted Assets; Market Discipline and Disclosure Requirements Proposed Rule   2012-08-30T04:00:00Z 2012 8 2012-08-30T04:00:00Z 2012-10-23T03:59:59Z 2012-08-30T13:03:33Z 2012-17010 0 0 09000064810fb12d
FDIC-2012-0103-0001 FDIC   Regulatory Capital Rules: Advanced Approaches Risk-Based Capital Rule; Market Risk Capital Rule Proposed Rule   2012-08-30T04:00:00Z 2012 8 2012-08-30T04:00:00Z 2012-10-23T03:59:59Z 2012-08-30T13:04:10Z 2012-16761 0 0 09000064810fb1b8
FDIC-2012-0064-0001 FDIC   Definition of Predominantly Engaged in Activities that Are Financial in Nature or Incidental Thereto Proposed Rule   2012-06-18T04:00:00Z 2012 6 2012-06-18T04:00:00Z 2012-08-18T03:59:59Z 2012-06-18T13:11:49Z 2012-14701 0 0 090000648104fbdc
FDIC-2012-0030-0001 FDIC   Enforcement of Subsidiary and Affiliate Contracts Proposed Rule   2012-03-27T04:00:00Z 2012 3 2012-03-27T04:00:00Z 2012-05-30T03:59:59Z 2012-03-27T13:02:57Z 2012-07051 0 0 0900006480fe1cce
FDIC-2012-0031-0001 FDIC   Assessments, Large Bank Pricing Proposed Rule   2012-03-27T04:00:00Z 2012 3 2012-03-27T04:00:00Z 2012-05-30T03:59:59Z 2012-03-27T13:03:57Z 2012-07268 0 0 0900006480fe2198
FDIC-2012-0026-0001 FDIC   Annual Stress Test Proposed Rule   2012-03-21T04:00:00Z 2012 3 2012-03-21T04:00:00Z 2012-05-01T03:59:59Z 2012-03-21T12:29:56Z 2012-06799 0 0 0900006480fdc899
FDIC-2012-0016-0001 FDIC   REGULATORY AGENDA Semiannual Regulatory Agenda Proposed Rule   2012-02-13T05:00:00Z 2012 2 2012-02-13T05:00:00Z   2012-02-13T14:07:09Z 2012-01666 0 0 0900006480fb4069
FDIC-2012-0006-0001 FDIC   Annual Stress Test Proposed Rule   2012-01-23T05:00:00Z 2012 1 2012-01-23T05:00:00Z 2012-03-24T03:59:59Z 2012-01-23T13:29:42Z 2012-01135 0 0 0900006480fa12c7
FDIC-2012-0001-0001 FDIC   Prohibitions and Restrictions on Proprietary Trading, etc. Proposed Rule   2012-01-03T05:00:00Z 2012 1 2012-01-03T05:00:00Z 2012-02-14T04:59:59Z 2012-01-03T13:38:02Z 2011-33623 0 0 0900006480f8cb8f

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