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

5 rows where agency_id = "EBSA", 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: docket_id, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 1

  • 2017 · 5 ✖

document_type 1

  • Proposed Rule · 5 ✖

agency_id 1

  • EBSA · 5 ✖
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
EBSA-2015-0017-0291 EBSA Claims Procedure for Plans Providing Disability Benefits; Extension of Applicability Date EBSA-2015-0017 Claims Procedure: Plans Providing Disability Benefits Proposed Rule   2017-10-12T04:00:00Z 2017 10 2017-10-12T04:00:00Z 2017-12-12T04:59:59Z 2017-12-28T02:00:52Z 2017-22082 0 0 0900006482bc0ce1
EBSA-2017-0004-0002 EBSA Extension of Transition Pd and Delay of Applicability Dates; BICE (PTE 2016–01); Class Exemption for Principal Trans in Crtn Assets Bet Invstmt Advice Fiduciaries and Employee Benefit Plans and IRAs (PTE 2016–02); Prohibited Transaction Exemption 84–24 for Certain Transactions Involving Insur Agents and Brokers, Pension Con, Insur Cos, and Investment Co Principal Underwriters (PTE 84–24) EBSA-2017-0004 Best Interest Contract Exemption, etc.; Extension of Transition Period and Delay of Applicability Dates Proposed Rule   2017-08-31T04:00:00Z 2017 8 2017-08-31T04:00:00Z 2017-09-16T03:59:59Z 2018-02-24T02:01:29Z 2017-18520 0 0 0900006482af9a18
EBSA-2017-0004-0001 EBSA Extension of Transition Pd and Delay of Applicability Dates; BICE (PTE 2016–01); Class Exemption for Principal Trans in Crtn Assets Bet Invstmt Advice Fiduciaries and Employee Benefit Plans and IRAs (PTE 2016–02); Prohibited Transaction Exemption 84–24 for Certain Transactions Involving Insur Agents and Brokers, Pension Con, Insur Cos, and Investment Co Principal Underwriters (PTE 84–24) EBSA-2017-0004 Fiduciary Rule and Prohibited Transaction Exemptions; Request for Information Proposed Rule   2017-07-06T04:00:00Z 2017 7 2017-07-06T04:00:00Z 2017-09-07T03:59:59Z 2018-02-24T02:01:05Z 2017-14101 0 0 0900006482808499
EBSA-2010-0050-3491 EBSA Definition of the Term Fiduciary; Conflict of Interest Rule - Retirement Investment Advice; Best Interest Contract Exemption; etc. EBSA-2010-0050 Definition of Term Fiduciary; Conflict of Interest Rule-Retirement Investment Proposed Rule   2017-03-02T05:00:00Z 2017 3 2017-03-02T05:00:00Z 2017-04-18T03:59:59Z 2018-02-24T02:01:28Z 2017-04096 0 0 09000064824e621d
EBSA-2016-0026-0001 EBSA Proposed Best Interest Contract Exemption for Insurance Intermediaries EBSA-2016-0026 Best Interest Contract Exemption for Insurance Intermediaries Proposed Rule   2017-01-19T05:00:00Z 2017 1 2017-01-19T05:00:00Z 2017-02-19T04:59:59Z 2017-05-13T21:06:03Z 2017-01316 0 0 0900006482485687

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