documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where agency_id = "FCA", document_type = "Proposed Rule" and posted_year = 2014 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FCA-2014-0039-0001 | FCA | Regulatory Capital Rules: Regulatory Capital, Implementation of Tier 1/Tier 2 Framework | Proposed Rule | 2014-12-23T05:00:00Z | 2014 | 12 | 2014-12-23T05:00:00Z | 2015-02-17T04:59:59Z | 2014-12-23T13:37:24Z | 2014-30061 | 0 | 0 | 090000648198e812 | ||
| FCA-2014-0036-0001 | FCA | Disclosure to Shareholders; Pension Benefit Disclosures | Proposed Rule | 2014-11-17T05:00:00Z | 2014 | 11 | 2014-11-17T05:00:00Z | 2014-12-18T04:59:59Z | 2014-11-17T14:33:04Z | 2014-27192 | 0 | 0 | 0900006481933123 | ||
| FCA-2014-0034-0001 | FCA | Loans in Areas Having Special Flood Hazards | Proposed Rule | 2014-10-30T04:00:00Z | 2014 | 10 | 2014-10-30T04:00:00Z | 2014-12-30T04:59:59Z | 2014-10-30T14:00:41Z | 2014-25722 | 0 | 0 | 09000064819086d6 | ||
| FCA-2014-0031-0001 | FCA | InstitutionStockholder Voting Procedures; Organization | Proposed Rule | 2014-10-16T04:00:00Z | 2014 | 10 | 2014-10-16T04:00:00Z | 2014-12-16T04:59:59Z | 2014-10-16T13:55:32Z | 2014-24643 | 0 | 0 | 09000064818c8516 | ||
| FCA-2014-0029-0001 | FCA | Margin and Capital Requirements for Covered Swap Entities | Proposed Rule | 2014-09-24T04:00:00Z | 2014 | 9 | 2014-09-24T04:00:00Z | 2014-11-25T04:59:59Z | 2014-09-24T13:18:21Z | 2014-22001 | 0 | 0 | 090000648188c83c | ||
| FCA-2014-0026-0001 | FCA | Regulatory Capital: Implementation of Tier 1 and Tier 2 Framework | Proposed Rule | 2014-09-04T04:00:00Z | 2014 | 9 | 2014-09-04T04:00:00Z | 2015-01-03T04:59:59Z | 2014-09-04T12:34:41Z | 2014-19179 | 0 | 0 | 090000648185c0d6 | ||
| FCA-2014-0023-0001 | FCA | Funding and Fiscal Affairs, Loan Policies and Operations, and Funding Operations | Proposed Rule | 2014-07-25T04:00:00Z | 2014 | 7 | 2014-07-25T04:00:00Z | 2014-10-24T03:59:59Z | 2014-07-25T12:34:34Z | 2014-17493 | 0 | 0 | 09000064817e175c | ||
| FCA-2014-0022-0001 | FCA | Statement on Regulatory Burden | Proposed Rule | 2014-07-21T04:00:00Z | 2014 | 7 | 2014-07-21T04:00:00Z | 2014-07-21T13:30:53Z | 2014-16695 | 0 | 0 | 09000064817cdbdd | |||
| FCA-2014-0018-0001 | FCA | Standards of Conduct: Referrals of Known or Suspected Criminal Violations | Proposed Rule | 2014-05-30T04:00:00Z | 2014 | 5 | 2014-05-30T04:00:00Z | 2014-06-21T03:59:59Z | 2014-05-30T13:05:24Z | 2014-12505 | 0 | 0 | 090000648171f1cd | ||
| FCA-2014-0007-0001 | FCA | Federal Agricultural Mortgage Corporation Governance: Farmer Mac Corporate Governance and Standards of Conduct | Proposed Rule | 2014-02-25T05:00:00Z | 2014 | 2 | 2014-02-25T05:00:00Z | 2014-04-29T03:59:59Z | 2014-02-25T14:07:17Z | 2014-04057 | 0 | 0 | 09000064815b0eda | ||
| FCA-2014-0006-0001 | FCA | Standards of Conduct: Referral of Known or Suspected Criminal Violations | Proposed Rule | 2014-02-20T05:00:00Z | 2014 | 2 | 2014-02-20T05:00:00Z | 2014-05-22T03:59:59Z | 2014-02-20T14:30:23Z | 2014-03098 | 0 | 0 | 090000648159069f | ||
| FCA-2014-0003-0001 | FCA | Funding and Fiscal Affairs, Loan Policies and Operations, and Funding Operations: Mission-Related Investments, Rural Community Investments | Proposed Rule | 2014-01-22T05:00:00Z | 2014 | 1 | 2014-01-22T05:00:00Z | 2014-01-22T14:49:23Z | 2014-01070 | 0 | 0 | 090000648151a1e3 |
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;