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

9 rows where agency_id = "EEOC" and posted_year = 2019 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Notice 3
  • Proposed Rule 3
  • Rule 3

posted_year 1

  • 2019 · 9 ✖

agency_id 1

  • EEOC · 9 ✖
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
EEOC-2019-0004-0001 EEOC Proposed Rule on Representation and Official Time in the Federal Sector EEO Process EEOC-2019-0004 Official Time in Federal Sector Cases before the Commission Proposed Rule   2019-12-11T05:00:00Z 2019 12 2019-12-11T05:00:00Z 2020-02-11T04:59:59Z 2020-02-12T02:02:53Z 2019-26545 0 0 0900006484200c0f
EEOC_FRDOC_0001-0245 EEOC Recently Posted EEOC Rules and Notices EEOC_FRDOC_0001 Hearings: Proposed EEO-1 Report Amendments Notice   2019-11-05T05:00:00Z 2019 11 2019-11-05T05:00:00Z   2019-11-05T12:47:02Z 2019-24118 0 0 090000648411e780
EEOC_FRDOC_0001-0244 EEOC Recently Posted EEOC Rules and Notices EEOC_FRDOC_0001 Appointment of Members: Performance Review Board Notice   2019-09-19T04:00:00Z 2019 9 2019-09-19T04:00:00Z   2019-09-19T11:54:38Z 2019-20204 0 0 0900006483f9b399
EEOC-2019-0003-0001 EEOC Agency Information Collection Activities; Proposals, Submissions, and Approvals: EEO-1 Component 1 Comment Request EEOC-2019-0003 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2019-09-12T04:00:00Z 2019 9 2019-09-12T04:00:00Z 2019-11-13T04:59:59Z 2019-11-19T02:02:19Z 2019-19767 0 0 0900006483f43e10
EEOC_FRDOC_0001-0242 EEOC Recently Posted EEOC Rules and Notices EEOC_FRDOC_0001 EEO-1 Pay Data Collection for 2017 Rule   2019-05-03T04:00:00Z 2019 5 2019-05-03T04:00:00Z   2019-05-03T12:28:13Z 2019-09225 0 0 0900006483c2de56
EEOC_FRDOC_0001-0241 EEOC Recently Posted EEOC Rules and Notices EEOC_FRDOC_0001 Immediate Reinstatement of Revised EEO-1: Pay Data Collection Rule   2019-05-01T04:00:00Z 2019 5 2019-05-01T04:00:00Z   2019-05-01T11:51:17Z 2019-09002 0 0 0900006483c2239f
EEOC_FRDOC_0001-0240 EEOC Recently Posted EEOC Rules and Notices EEOC_FRDOC_0001 2019 Adjustment of the Penalty for Violation of Notice Posting Requirements Rule   2019-03-21T04:00:00Z 2019 3 2019-03-21T04:00:00Z   2019-03-21T11:49:49Z 2019-05386 0 0 0900006483b0d16e
EEOC-2019-0002-0001 EEOC Procedural Regulations Under Title VII, ADA and GINA; Procedures - Age Discrimination in Employment Act EEOC-2019-0002 Age Discrimination in Employment Act Proposed Rule   2019-02-22T05:00:00Z 2019 2 2019-02-22T05:00:00Z 2019-04-24T03:59:59Z 2019-04-24T01:03:01Z 2019-02664 0 0 0900006483a98a11
EEOC-2019-0001-0001 EEOC Federal Equal Employment Opportunity EEOC-2019-0001 Federal Sector Equal Employment Opportunity Proposed Rule   2019-02-14T05:00:00Z 2019 2 2019-02-14T05:00:00Z 2019-04-16T03:59:59Z 2019-04-20T01:03:19Z 2019-01976 0 0 0900006483a74a59

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