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

7 rows where agency_id = "SEC", document_type = "Proposed Rule" and posted_year = 2017 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

  • 2017 · 7 ✖

document_type 1

  • Proposed Rule · 7 ✖

agency_id 1

  • SEC · 7 ✖
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
SEC-2017-1803-0001 SEC   FAST Act Modernization and Simplification of Regulation S-K Proposed Rule   2017-11-02T04:00:00Z 2017 11 2017-11-02T04:00:00Z 2018-01-03T04:59:59Z 2017-11-02T11:53:49Z 2017-22374 0 0 0900006482c370f5
SEC-2017-1234-0001 SEC   Covered Securities Pursuant to Section 18 of Securities Act of 1933 Proposed Rule   2017-07-21T04:00:00Z 2017 7 2017-07-21T04:00:00Z 2017-08-22T03:59:59Z 2017-07-21T11:57:37Z 2017-15216 0 0 090000648295337f
SEC-2017-0738-0001 SEC   Investment Advisers Act Rules: Amendments to Reflect Changes Made by FAST Act: Proposed Rule   2017-05-09T04:00:00Z 2017 5 2017-05-09T04:00:00Z 2017-06-09T03:59:59Z 2017-05-09T11:55:59Z 2017-09334 0 0 090000648259bb28
SEC-2017-0657-0001 SEC   Industry Guide 3: Statistical Disclosure by Bank Holding Companies Proposed Rule   2017-04-24T04:00:00Z 2017 4 2017-04-24T04:00:00Z 2017-07-08T03:59:59Z 2017-04-24T11:59:02Z 2017-08160 0 0 090000648256ce99
SEC-2017-0450-0001 SEC   Inline XBRL Filing of Tagged Data Proposed Rule   2017-03-17T04:00:00Z 2017 3 2017-03-17T04:00:00Z 2017-05-17T03:59:59Z 2017-03-17T11:49:36Z 2017-04366 0 0 090000648250f85a
SEC-2017-0410-0001 SEC   Municipal Securities Disclosure Proposed Rule   2017-03-15T04:00:00Z 2017 3 2017-03-15T04:00:00Z 2017-05-16T03:59:59Z 2017-03-15T11:53:54Z 2017-04323 0 0 090000648250888c
SEC-2017-0361-0001 SEC   Industry Guide 3: Statistical Disclosure by Bank Holding Companies Proposed Rule   2017-03-07T05:00:00Z 2017 3 2017-03-07T05:00:00Z 2017-05-09T03:59:59Z 2017-03-07T13:09:50Z 2017-04329 0 0 09000064824f2165

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