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 agency_id = "TREAS", document_type = "Notice" and posted_year = 2017 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2017 · 11 ✖

document_type 1

  • Notice · 11 ✖

agency_id 1

  • TREAS · 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
TREAS-TRIP-2017-0015-0001 TREAS Terrorism Risk Insurance Program 2018 Data Call TREAS-TRIP-2017-0015 Terrorism Risk Insurance Program 2018 Data Call Notice Request for Comments 2017-11-28T05:00:00Z 2017 11 2017-11-28T05:00:00Z 2018-01-30T04:59:59Z 2018-01-30T14:01:46Z   0 0 0900006482cb7cd1
TREAS-DO-2017-0014-0001 TREAS MPRA Notice of Availablity - WSOPE Pension Fund TREAS-DO-2017-0014 MPRA Notice of Availability - WSOPE Pension Fund (Western States Office and Professional Employees Pension Fund) Notice Request for Comments 2017-09-22T04:00:00Z 2017 9 2017-09-22T04:00:00Z 2017-11-07T04:59:59Z 2017-11-05T14:00:31Z   0 0 0900006482b6f6b5
TREAS-DO-2017-0013-0001 TREAS Promoting Energy Independence and Economic Growth; Request for Information TREAS-DO-2017-0013 Promoting Energy Independence and Economic Growth; Request for Information Notice Request for Comments 2017-07-06T04:00:00Z 2017 7 2017-07-06T04:00:00Z 2017-07-15T03:59:59Z 2024-11-07T01:02:56Z   1 0 09000064827f3470
TREAS-DO-2017-0011-0001 TREAS Multiemployer Pension Reform Act; Application to Reduce Benefits; NYS Teamsters Pension Fund TREAS-DO-2017-0011 MPRA Application to Reduce Benefits NYS Teamsters Pension Fund Notice Request for Comments 2017-06-01T04:00:00Z 2017 6 2017-06-01T04:00:00Z 2017-07-18T03:59:59Z 2017-07-18T13:03:52Z   0 0 090000648267815b
TREAS-DO-2017-0010-0001 TREAS Multiemployer Pension Reform Act Application to Reduce Benefits - SWORCC Pension Plan TREAS-DO-2017-0010 MPRA Application to Reduce Benefits - SWORCC Pension Plan Notice Request for Comments 2017-05-02T04:00:00Z 2017 5 2017-05-02T04:00:00Z 2017-06-17T03:59:59Z 2017-06-17T13:02:01Z   0 0 090000648258a023
TREAS-DO-2017-0008-0001 TREAS Multiemployer Pension Plan Application To Reduce Benefits - IAM Motor City Pension Fund TREAS-DO-2017-0008 MPRA Application to Reduce Benefits -International Association of Machinists Motor City Pension Fund (IAM Motor City Pension Fund) Notice Request for Comments 2017-05-01T04:00:00Z 2017 5 2017-05-01T04:00:00Z 2017-06-13T03:59:59Z 2017-06-07T01:02:26Z   0 0 0900006482583230
TREAS-DO-2017-0009-0001 TREAS Multiemployer Pension Plan Application to Reduce Benefits TREAS-DO-2017-0009 MPRA Application to Reduce Benefits - Local 805 Notice Request for Comments 2017-04-28T04:00:00Z 2017 4 2017-04-28T04:00:00Z 2017-06-06T03:59:59Z 2017-06-02T01:01:17Z   0 0 0900006482583231
TREAS-DO-2017-0007-0001 TREAS Multiemployer Pension Plan Application To Reduce Benefits - Alaska Ironworkers Pension Trust TREAS-DO-2017-0007 MPRA Application to Reduce Benefits - Alaska Ironworkers Pension Trust Notice Request for Comments 2017-04-28T04:00:00Z 2017 4 2017-04-28T04:00:00Z 2017-06-13T03:59:59Z 2017-05-03T01:01:52Z   0 0 09000064825831e9
TREAS-DO-2017-0005-0001 TREAS Multiemployer Pension Plan Application To Reduce Benefits - United Furniture Workers Pension Fund TREAS-DO-2017-0005 MPRA Notice United Furniture Workers Pension Fund Notice Request for Comments 2017-04-20T04:00:00Z 2017 4 2017-04-20T04:00:00Z 2017-06-21T03:59:59Z 2017-06-09T01:02:38Z   0 0 0900006482563da9
TREAS-DO-2017-0003-0001 TREAS Multiemployer Pension Plan Application to Reduce Benefits - WSOPE TREAS-DO-2017-0003 MPRA Notice of Availability - Western States Office and Professional Employees Pension Fund Notice Request for Comments 2017-03-21T04:00:00Z 2017 3 2017-03-21T04:00:00Z 2017-05-06T03:59:59Z 2017-05-06T01:00:46Z   0 0 0900006482515cc2
TREAS-TRIP-2017-0002-0001 TREAS Data Collection and Comments in Aid of Analyses of the Terrorism Risk Insurance Program TREAS-TRIP-2017-0002 Data Collection notice Notice Request for Comments 2017-01-04T05:00:00Z 2017 1 2017-01-04T05:00:00Z 2017-02-28T04:59:59Z 2017-02-28T02:02:24Z   0 0 090000648244afb3

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