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

11 rows where docket_id = "FRA-2015-0044" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 4

  • 2015 4
  • 2018 3
  • 2020 3
  • 2019 1

document_type 2

  • Other 9
  • Notice 2

agency_id 1

  • FRA 11
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
FRA-2015-0044-0012 FRA Siemens Industry, Inc. - Waiver Petition FRA-2015-0044 U.S. DOT/FRA- Decision Letter 2020 Other Decision 2020-07-15T04:00:00Z 2020 7 2020-07-15T04:00:00Z   2020-07-15T14:31:46Z   0 0 0900006484759ed6
FRA-2015-0044-0011 FRA Siemens Industry, Inc. - Waiver Petition FRA-2015-0044 U.S. DOT/FRA-Waiver Extension Acknowledgement Letter 2020 Other Acknowledgement Letter/Receipt 2020-04-21T04:00:00Z 2020 4 2020-04-21T04:00:00Z   2020-04-21T13:16:25Z   0 0 09000064844b95af
FRA-2015-0044-0010 FRA Siemens Industry, Inc. - Waiver Petition FRA-2015-0044 U.S. DOT/FRA- Incoming Waiver Petition Renewal Other Waiver 2020-04-17T04:00:00Z 2020 4 2020-04-17T04:00:00Z   2020-04-17T15:12:53Z   0 0 09000064844a05d4
FRA-2015-0044-0009 FRA Siemens Industry, Inc. - Waiver Petition FRA-2015-0044 U.S. DOT/FRA-2015-0044 Siemens Decision Letter 2019 Other Decision 2019-02-01T05:00:00Z 2019 2 2019-02-01T05:00:00Z   2019-02-01T20:51:10Z   0 0 0900006483a33a26
FRA-2015-0044-0008 FRA Siemens Industry, Inc. - Waiver Petition FRA-2015-0044 Petitions for Waivers of Compliance Notice Waivers 2018-09-17T04:00:00Z 2018 9 2018-09-17T04:00:00Z   2024-11-07T01:38:33Z 2018-20134 1 0 09000064836fe31a
FRA-2015-0044-0007 FRA Siemens Industry, Inc. - Waiver Petition FRA-2015-0044 U.S.. DOT/FRA- Waiver Ext. Acknowledgement Letter 2018 Other Acknowledgement Letter/Receipt 2018-07-31T04:00:00Z 2018 7 2018-07-31T04:00:00Z   2018-07-31T15:47:34Z   0 0 0900006483589f59
FRA-2015-0044-0006 FRA Siemens Industry, Inc. - Waiver Petition FRA-2015-0044 Amended Waiver Request 2018 Other Request 2018-07-23T04:00:00Z 2018 7 2018-07-23T04:00:00Z   2018-07-23T19:17:23Z   0 0 09000064835278f5
FRA-2015-0044-0005 FRA Siemens Industry, Inc. - Waiver Petition FRA-2015-0044 U.S.DOT/FRA - Decision Other Decision 2015-09-29T04:00:00Z 2015 9 2015-09-29T04:00:00Z   2015-09-29T17:14:23Z   0 0 0900006481c96a2a
FRA-2015-0044-0003 FRA Siemens Industry, Inc. - Waiver Petition FRA-2015-0044 Petitions for Waivers of Compliance Notice Waivers 2015-06-17T04:00:00Z 2015 6 2015-06-17T04:00:00Z 2015-08-04T03:59:59Z 2024-11-11T20:59:13Z 2015-14854 1 0 0900006481b41296
FRA-2015-0044-0002 FRA Siemens Industry, Inc. - Waiver Petition FRA-2015-0044 U.S. DOT/FRA - Acknowledgement Letter Other Acknowledgement Letter/Receipt 2015-05-13T04:00:00Z 2015 5 2015-05-13T04:00:00Z   2024-11-07T23:22:38Z   1 0 0900006481ade34a
FRA-2015-0044-0001 FRA Siemens Industry, Inc. - Waiver Petition FRA-2015-0044 Siemens EOTD - Waiver Request Other Waiver 2015-05-12T04:00:00Z 2015 5 2015-05-12T04:00:00Z   2024-11-07T23:22:02Z   1 0 0900006481ad435b

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