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 = "EBSA", document_type = "Rule" and posted_year = 2006 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2006 · 7 ✖

document_type 1

  • Rule · 7 ✖

agency_id 1

  • EBSA · 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
EBSA-2006-0066-0001 EBSA Nondiscrimination and Wellness Programs in Health Coverage in the Group Market EBSA-2006-0066 Nondiscrimination and Wellness Programs in Health Coverage in the Group Market Rule   2006-12-13T05:00:00Z 2006 12 2006-12-13T05:00:00Z   2011-06-11T17:15:23Z 06-09557 0 0 09000064801eba67
EBSA-2006-0029-0001 EBSA Electronic Filing of Annual Reports EBSA-2006-0029 Electronic Filing of Annual Reports Rule   2006-07-21T04:00:00Z 2006 7 2006-07-21T04:00:00Z   2011-06-11T17:15:20Z 06-06331 0 0 09000064801a346e
EBSA-2006-0021-0002 EBSA Termination of Abandoned Individual Account Plans EBSA-2006-0021 Termination of Abandoned Individual Account Plans Rule   2006-05-19T04:00:00Z 2006 5 2006-05-19T04:00:00Z   2008-01-08T21:02:08Z C6-03814 0 0 0900006480175ebe
EBSA-2006-0021-0003 EBSA Termination of Abandoned Individual Account Plans EBSA-2006-0021 Technical Amendments to Appendices to Termination of Abandoned Individual Account Plans; Correction Rule   2006-05-19T04:00:00Z 2006 5 2006-05-19T04:00:00Z   2011-06-11T17:15:19Z 06-04696 0 0 0900006480175fb2
EBSA-2006-0021-0001 EBSA Termination of Abandoned Individual Account Plans EBSA-2006-0021 Termination of Abandoned Individual Account Plans Rule   2006-04-21T04:00:00Z 2006 4 2006-04-21T04:00:00Z   2011-06-11T17:15:20Z 06-03814 0 0 09000064801627fd
EBSA-2006-0010-0001 EBSA Mental Health Parity EBSA-2006-0010 Mental Health Parity Rule   2006-03-20T05:00:00Z 2006 3 2006-03-20T05:00:00Z   2011-06-11T17:15:18Z 06-02655 0 0 09000064801496c9
EBSA-2006-0001-0001 EBSA Annual Funding Notice for Multiemployer Defined Benefit Pension Plans EBSA-2006-0001 Annual Funding Notice for Multiemployer Defined Benefit Pension Plans Rule   2006-01-11T05:00:00Z 2006 1 2006-01-11T05:00:00Z   2011-06-11T17:15:18Z 06-00194 0 0 090000648010df08

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