documents
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 = 2006 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_month, comment_end_date, last_modified, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CFTC-2006-0092-0001 | CFTC | Semi-annual agenda | Proposed Rule | 2006-12-11T05:00:00Z | 2006 | 12 | 2006-12-11T05:00:00Z | 2008-01-07T22:37:54Z | 06-08369 | 0 | 0 | 09000064801eac4c | |||
| CFTC-2006-0084-0001 | CFTC | Membership in a Registered Futures Association | Proposed Rule | 2006-11-01T05:00:00Z | 2006 | 11 | 2006-11-01T05:00:00Z | 2006-12-02T04:59:59Z | 2011-06-11T17:03:44Z | E6-18270 | 0 | 0 | 09000064801dc48e | ||
| CFTC-2006-0079-0001 | CFTC | Electronic Filing of Notices of Exemption and Exclusion Under Part 4 of the Commissions Regulations | Proposed Rule | 2006-10-13T04:00:00Z | 2006 | 10 | 2006-10-13T04:00:00Z | 2006-11-14T04:59:59Z | 2011-06-11T17:03:43Z | E6-16947 | 0 | 0 | 09000064801d50d2 | ||
| CFTC-2006-0076-0001 | CFTC | Limitations on Withdrawals of Equity Capital | Proposed Rule | 2006-09-29T04:00:00Z | 2006 | 9 | 2006-09-29T04:00:00Z | 2006-11-29T04:59:59Z | 2011-06-11T17:03:43Z | E6-16035 | 0 | 0 | 09000064801cfe0f | ||
| CFTC-2006-0072-0001 | CFTC | Financial Reporting Requirements for Introducing Brokers | Proposed Rule | 2006-09-19T04:00:00Z | 2006 | 9 | 2006-09-19T04:00:00Z | 2006-10-20T03:59:59Z | 2011-06-11T17:03:43Z | 06-07739 | 0 | 0 | 09000064801cc15f | ||
| CFTC-2006-0067-0001 | CFTC | Commodity pool operators and commodity trading advisers: Advertising; restrictions, clarifications, etc. | Proposed Rule | 2006-09-01T04:00:00Z | 2006 | 9 | 2006-09-01T04:00:00Z | 2008-01-07T22:37:53Z | Z6-13946 | 0 | 0 | 09000064801c3e63 | |||
| CFTC-2006-0066-0001 | CFTC | Advertising by Commodity Pool Operators, Commodity Trading Advisors, and the Principals Thereof | Proposed Rule | 2006-08-23T04:00:00Z | 2006 | 8 | 2006-08-23T04:00:00Z | 2006-09-23T03:59:59Z | 2011-06-11T17:03:42Z | E6-13946 | 0 | 0 | 09000064801bcff5 | ||
| CFTC-2006-0056-0001 | CFTC | Conflicts of Interest in Self-Regulation and Self-Regulatory Organizations | Proposed Rule | 2006-08-02T04:00:00Z | 2006 | 8 | 2006-08-02T04:00:00Z | 2006-09-08T03:59:59Z | 2011-06-11T17:03:42Z | E6-12448 | 0 | 0 | 09000064801ac9be | ||
| CFTC-2006-0048-0001 | CFTC | Conflicts of Interest in Self-Regulation and Self-Regulatory Organizations | Proposed Rule | 2006-07-07T04:00:00Z | 2006 | 7 | 2006-07-07T04:00:00Z | 2006-09-08T03:59:59Z | 2011-06-11T17:03:41Z | 06-06030 | 0 | 0 | 09000064801976df | ||
| CFTC-2006-0028-0001 | CFTC | Semi-annual agenda | Proposed Rule | 2006-04-24T04:00:00Z | 2006 | 4 | 2006-04-24T04:00:00Z | 2008-01-07T22:37:53Z | 06-02059 | 0 | 0 | 0900006480163b09 | |||
| CFTC-2006-0022-0001 | CFTC | Joint Proposed Rules: Application of the Definition of Narrow- Based Security Index to Debt Securities Indexes and Security Futures on Debt Securities | Proposed Rule | 2006-04-10T04:00:00Z | 2006 | 4 | 2006-04-10T04:00:00Z | 2006-05-11T03:59:59Z | 2011-06-11T17:03:41Z | 06-03188 | 0 | 0 | 09000064801598c5 | ||
| CFTC-2005-0021-0002 | CFTC | Commodity Pool Operator Electronic Filing of Annual Reports | Proposed Rule | 2006-01-09T05:00:00Z | 2006 | 1 | 2006-01-09T05:00:00Z | 2008-01-07T22:37:55Z | C5-23965 | 0 | 0 | 090000648010b147 |
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;