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 = "CFTC", document_type = "Proposed Rule" and posted_year = 2005 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, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 1

  • 2005 · 6 ✖

document_type 1

  • Proposed Rule · 6 ✖

agency_id 1

  • CFTC · 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
CFTC-2005-0022-0001 CFTC   Market and Large Trader Reporting Proposed Rule   2005-12-15T05:00:00Z 2005 12 2005-12-15T05:00:00Z 2006-02-14T04:59:59Z 2011-06-11T17:03:40Z 05-23977 0 0 09000064800f7609
CFTC-2005-0021-0001 CFTC   Commodity Pool Operator Electronic Filing of Annual Reports Proposed Rule   2005-12-15T05:00:00Z 2005 12 2005-12-15T05:00:00Z 2006-01-18T04:59:59Z 2011-06-11T17:03:39Z 05-23965 0 0 09000064800f74cd
CFTC-2005-0018-0001 CFTC   Alternative Market Risk and Credit Risk Capital Charges for Futures Commission Merchants and Specified Foreign Currency Forward and Inventory Capital Charges Proposed Rule   2005-11-23T05:00:00Z 2005 11 2005-11-23T05:00:00Z 2005-12-01T04:59:59Z 2011-06-11T17:03:39Z 05-23148 0 0 09000064800a534a
CFTC-2005-0006-0001 CFTC   Alternative Market Risk and Credit Risk Capital Charges for Futures Commission Merchants and Specified Foreign Currency Forward and Inventory Capital Charges Proposed Rule   2005-10-11T04:00:00Z 2005 10 2005-10-11T04:00:00Z 2005-11-11T04:59:59Z 2011-06-11T17:03:38Z 05-20258 0 0 090000648009181c
CFTC-2005-0002-0001 CFTC   Definition of ``Client of a Commodity Trading Advisor Proposed Rule   2005-09-28T04:00:00Z 2005 9 2005-09-28T04:00:00Z 2005-11-29T04:59:59Z 2011-06-11T17:03:38Z 05-19323 0 0 090000648008be88
CFTC-2005-0001-0001 CFTC   Technical and Clarifying Amendments to Rules for Exempt Markets, Derivatives Transaction Execution Facilities and Designated Contract Markets, and Procedural Changes for Derivatives Clearing Organization Registration Applications Proposed Rule   2005-09-14T04:00:00Z 2005 9 2005-09-14T04:00:00Z 2005-09-27T03:59:59Z 2008-01-07T22:37:55Z 05-18174 0 0 090000648004fe5d

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