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

14 rows where agency_id = "STB", document_type = "Rule" and posted_year = 2016 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2016 · 14 ✖

document_type 1

  • Rule · 14 ✖

agency_id 1

  • STB · 14 ✖
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
STB-2016-0194-0001 STB   Inspection of Records and Related Fees Rule   2016-12-15T05:00:00Z 2016 12 2016-12-15T05:00:00Z   2016-12-15T13:04:29Z 2016-30183 0 0 090000648240b6f8
STB-2016-0193-0001 STB   Rules Relating to Board-Initiated Investigations Rule   2016-12-14T05:00:00Z 2016 12 2016-12-14T05:00:00Z   2016-12-14T13:38:02Z 2016-29902 0 0 0900006482407d1e
STB-2016-0189-0001 STB   United States Rail Service Issues-Performance Data Reporting Rule   2016-12-05T05:00:00Z 2016 12 2016-12-05T05:00:00Z   2016-12-05T12:53:08Z 2016-29131 0 0 09000064823def3f
STB-2016-0183-0001 STB   Dispute Resolution Procedures Rule   2016-11-29T05:00:00Z 2016 11 2016-11-29T05:00:00Z   2016-11-29T13:04:25Z 2016-28610 0 0 09000064823c6083
STB-2016-0172-0001 STB   Civil Monetary Penalty Inflation Adjustment Rule   2016-10-20T04:00:00Z 2016 10 2016-10-20T04:00:00Z   2016-10-20T12:08:57Z 2016-25273 0 0 0900006482321aba
STB-2016-0157-0001 STB   Revisions to Arbitration Procedures Rule   2016-10-06T04:00:00Z 2016 10 2016-10-06T04:00:00Z   2016-10-06T11:36:18Z 2016-24065 0 0 090000648229ef46
STB-2016-0121-0001 STB   On-Time Performance Under the Passenger Rail Investment and Improvement Act Rule   2016-08-04T04:00:00Z 2016 8 2016-08-04T04:00:00Z   2016-08-04T12:57:50Z 2016-18256 0 0 0900006482155009
STB-2016-0116-0001 STB   Fees for Services Performed in Connection with Licensing and Related Services Rule   2016-08-02T04:00:00Z 2016 8 2016-08-02T04:00:00Z   2016-08-02T12:20:02Z 2016-18295 0 0 090000648214c51d
STB-2016-0094-0001 STB   Small Entity Size Standards Rule   2016-06-30T04:00:00Z 2016 6 2016-06-30T04:00:00Z   2016-06-30T12:00:53Z 2016-15437 0 0 090000648207c556
STB-2016-0079-0001 STB   CFR Chapter Reassignment Rule   2016-05-26T04:00:00Z 2016 5 2016-05-26T04:00:00Z   2016-05-26T13:02:35Z 2016-12346 0 0 0900006481ff33c8
STB-2016-0049-0001 STB   Accounting and Reporting of Business Combinations, Security Investments, Comprehensive Income, Derivative Instruments, and Hedging Activities Rule   2016-04-06T04:00:00Z 2016 4 2016-04-06T04:00:00Z   2016-04-06T12:17:22Z 2016-07759 0 0 0900006481f2e1ce
STB-2016-0033-0001 STB   Revised Procedural Schedule In Stand-Alone Cost Cases Rule   2016-03-14T04:00:00Z 2016 3 2016-03-14T04:00:00Z   2016-03-14T12:53:32Z 2016-05664 0 0 0900006481ec01bf
STB-2016-0021-0001 STB   Improving Regulation and Regulatory Review Rule   2016-02-23T05:00:00Z 2016 2 2016-02-23T05:00:00Z   2016-02-23T13:56:15Z 2016-03298 0 0 0900006481e80448
STB-2016-0017-0001 STB   Information Required in Notices and Petitions Containing Interchange Commitments Rule   2016-02-17T05:00:00Z 2016 2 2016-02-17T05:00:00Z   2016-02-17T13:15:00Z 2016-03199 0 0 0900006481e7143b

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