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

10 rows where agency_id = "CFTC", document_type = "Proposed Rule" and posted_year = 2013 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2013 · 10 ✖

document_type 1

  • Proposed Rule · 10 ✖

agency_id 1

  • CFTC · 10 ✖
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-2013-0108-0001 CFTC   Position Limits for Derivatives; Correction Proposed Rule   2013-12-19T05:00:00Z 2013 12 2013-12-19T05:00:00Z   2013-12-19T15:09:34Z C1-2013-27200 0 0 09000064814cb5fc
CFTC-2013-0107-0001 CFTC   Position Limits for Derivatives Proposed Rule   2013-12-12T05:00:00Z 2013 12 2013-12-12T05:00:00Z 2014-02-11T04:59:59Z 2013-12-12T14:33:59Z 2013-27200 0 0 09000064814b9fd3
CFTC-2013-0098-0001 CFTC   Aggregation of Positions Proposed Rule   2013-11-15T05:00:00Z 2013 11 2013-11-15T05:00:00Z 2014-01-15T04:59:59Z 2013-11-15T14:32:51Z 2013-27339 0 0 0900006481481e52
CFTC-2013-0096-0001 CFTC   Membership in a Registered Futures Association Proposed Rule   2013-11-13T05:00:00Z 2013 11 2013-11-13T05:00:00Z   2013-11-13T14:07:15Z C1-2013-26790 0 0 0900006481479f18
CFTC-2013-0095-0001 CFTC   Membership in a Registered Futures Association Proposed Rule   2013-11-08T05:00:00Z 2013 11 2013-11-08T05:00:00Z 2014-01-18T04:59:59Z 2013-11-08T14:37:02Z 2013-26790 0 0 0900006481473760
CFTC-2013-0080-0001 CFTC   Concept Release on Risk Controls and System Safeguards for Automated Trading Environments Proposed Rule   2013-09-12T04:00:00Z 2013 9 2013-09-12T04:00:00Z 2013-12-12T04:59:59Z 2013-09-12T13:11:39Z 2013-22185 0 0 0900006481401265
CFTC-2013-0071-0001 CFTC   Derivatives Clearing Organizations and International Standards Proposed Rule   2013-08-16T04:00:00Z 2013 8 2013-08-16T04:00:00Z 2013-09-17T03:59:59Z 2013-08-16T13:19:12Z 2013-19845 0 0 09000064813b5de7
CFTC-2013-0032-0001 CFTC   Swap Dealers and Major Swap Participants: Clerical or Ministerial Employees Proposed Rule   2013-04-08T04:00:00Z 2013 4 2013-04-08T04:00:00Z 2013-06-08T03:59:59Z 2013-04-08T13:17:46Z 2013-07538 0 0 09000064812800ad
CFTC-2013-0008-0001 CFTC   Enhancing Protections Afforded Customers and Customer Funds Held by Futures Commission Merchants and Derivatives Clearing Organizations Proposed Rule   2013-01-18T05:00:00Z 2013 1 2013-01-18T05:00:00Z 2013-02-16T04:59:59Z 2013-01-18T14:23:39Z 2013-00820 0 0 09000064811c7130
CFTC-2013-0002-0001 CFTC   Further Proposed Guidance Regarding Compliance with Certain Swap Regulations Proposed Rule   2013-01-07T05:00:00Z 2013 1 2013-01-07T05:00:00Z 2013-02-07T04:59:59Z 2013-01-09T23:46:40Z 2012-31734 0 0 09000064811aa8e5

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