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 = "CFTC", document_type = "Proposed Rule" and posted_year = 2015 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

  • 2015 · 12 ✖

document_type 1

  • Proposed Rule · 12 ✖

agency_id 1

  • CFTC · 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
CFTC-2015-0085-0001 CFTC   System Safeguards Testing Requirements for Derivatives Clearing Organizations, Proposed Rule   2015-12-23T05:00:00Z 2015 12 2015-12-23T05:00:00Z 2016-02-23T04:59:59Z 2015-12-23T14:16:43Z 2015-32144 0 0 0900006481dca53a
CFTC-2015-0086-0001 CFTC   System Safeguards Testing Requirements, Proposed Rule   2015-12-23T05:00:00Z 2015 12 2015-12-23T05:00:00Z 2016-02-23T04:59:59Z 2015-12-23T14:16:47Z 2015-32143 0 0 0900006481dca541
CFTC-2015-0083-0001 CFTC   Regulation Automated Trading, Proposed Rule   2015-12-17T05:00:00Z 2015 12 2015-12-17T05:00:00Z 2016-03-17T03:59:59Z 2015-12-17T13:31:07Z 2015-30533 0 0 0900006481db6bb2
CFTC-2015-0058-0001 CFTC   Aggregation of Positions Proposed Rule   2015-09-29T04:00:00Z 2015 9 2015-09-29T04:00:00Z 2015-11-14T04:59:59Z 2015-09-29T13:23:54Z 2015-24596 0 0 0900006481ca0e7b
CFTC-2015-0057-0001 CFTC   Definition of Material Terms for Purposes of Swap Portfolio Reconciliation Proposed Rule   2015-09-22T04:00:00Z 2015 9 2015-09-22T04:00:00Z 2015-11-24T04:59:59Z 2015-09-22T13:08:40Z 2015-24021 0 0 0900006481c8b977
CFTC-2015-0053-0001 CFTC   Swap Data Recordkeeping and Reporting Requirements for Cleared Swaps Proposed Rule   2015-08-31T04:00:00Z 2015 8 2015-08-31T04:00:00Z 2015-10-31T03:59:59Z 2015-08-31T12:37:41Z 2015-21030 0 0 0900006481c4601e
CFTC-2015-0041-0001 CFTC   Margin Requirements for Uncleared Swaps for Swap Dealers and Major Swap Participants: Cross-Border Application of the Margin Requirements Proposed Rule   2015-07-14T04:00:00Z 2015 7 2015-07-14T04:00:00Z 2015-09-15T03:59:59Z 2015-07-14T12:21:27Z 2015-16718 0 0 0900006481b82e72
CFTC-2015-0034-0001 CFTC   Trade Options Proposed Rule   2015-06-02T04:00:00Z 2015 6 2015-06-02T04:00:00Z 2015-06-23T03:59:59Z 2015-06-02T12:58:51Z 2015-13347 0 0 0900006481b15179
CFTC-2015-0026-0001 CFTC   Trade Options Proposed Rule   2015-05-07T04:00:00Z 2015 5 2015-05-07T04:00:00Z 2015-06-09T03:59:59Z 2015-05-07T12:40:17Z 2015-11020 0 0 0900006481ad299a
CFTC-2015-0016-0001 CFTC   Position Limits for Derivatives and Aggregation of Positions; Correction Proposed Rule   2015-03-25T04:00:00Z 2015 3 2015-03-25T04:00:00Z 2015-03-31T03:59:59Z 2015-03-25T13:17:04Z 2015-06688 0 0 0900006481a6375c
CFTC-2015-0010-0001 CFTC   Position Limits for Derivatives and Aggregation of Positions Proposed Rule   2015-02-25T05:00:00Z 2015 2 2015-02-25T05:00:00Z 2015-03-29T03:59:59Z 2015-02-25T14:05:29Z 2015-03834 0 0 0900006481a1651a
CFTC-2015-0001-0001 CFTC   Position Limits for Derivatives and Aggregation of Positions Proposed Rule   2015-01-05T05:00:00Z 2015 1 2015-01-05T05:00:00Z 2015-01-23T04:59:59Z 2015-01-05T14:19:06Z 2014-30831 0 0 09000064819a384f

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