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

13 rows where docket_id = "WHD-2015-0001" and posted_year = 2015 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 12
  • Proposed Rule 1

posted_year 1

  • 2015 · 13 ✖

agency_id 1

  • WHD 13
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
WHD-2015-0001-5756 WHD Defining and Delimiting the Exemptions for Executive, Administrative, Professional, Outside Sales and Computer Employees WHD-2015-0001 Ex parte notice NPRM - July22 Subcommittee Members Briefing sbs Supporting & Related Material   2015-09-06T04:00:00Z 2015 9     2015-09-06T14:10:18Z   0 0 0900006481c5b648
WHD-2015-0001-5751 WHD Defining and Delimiting the Exemptions for Executive, Administrative, Professional, Outside Sales and Computer Employees WHD-2015-0001 Ex parte notice - July 22 SBA roundtable DC Supporting & Related Material   2015-09-06T04:00:00Z 2015 9     2015-09-06T13:48:46Z   0 0 0900006481c5b643
WHD-2015-0001-5750 WHD Defining and Delimiting the Exemptions for Executive, Administrative, Professional, Outside Sales and Computer Employees WHD-2015-0001 Ex parte notice - July 16 SBA roundtable Supporting & Related Material   2015-09-06T04:00:00Z 2015 9     2015-09-06T13:43:16Z   0 0 0900006481c5ae56
WHD-2015-0001-5753 WHD Defining and Delimiting the Exemptions for Executive, Administrative, Professional, Outside Sales and Computer Employees WHD-2015-0001 Ex parte notice - EW majority (7.13.2015) Supporting & Related Material   2015-09-06T04:00:00Z 2015 9     2015-09-06T13:58:02Z   0 0 0900006481c5b645
WHD-2015-0001-5754 WHD Defining and Delimiting the Exemptions for Executive, Administrative, Professional, Outside Sales and Computer Employees WHD-2015-0001 Ex parte notice - EW Workforce Protections minority MOCs (7.22.2015) Supporting & Related Material   2015-09-06T04:00:00Z 2015 9     2015-09-06T13:58:53Z   0 0 0900006481c5b646
WHD-2015-0001-5752 WHD Defining and Delimiting the Exemptions for Executive, Administrative, Professional, Outside Sales and Computer Employees WHD-2015-0001 OT exparte contact (lsm 8-18-15) Supporting & Related Material   2015-09-06T04:00:00Z 2015 9     2015-09-06T13:51:57Z   0 0 0900006481c598f7
WHD-2015-0001-5755 WHD Defining and Delimiting the Exemptions for Executive, Administrative, Professional, Outside Sales and Computer Employees WHD-2015-0001 Ex parte notice - HELP CRS (7.24.2015) Supporting & Related Material   2015-09-06T04:00:00Z 2015 9     2015-09-06T14:00:11Z   0 0 0900006481c5b647
WHD-2015-0001-5748 WHD Defining and Delimiting the Exemptions for Executive, Administrative, Professional, Outside Sales and Computer Employees WHD-2015-0001 CQ Hearing Transcript 7-23-2015 Supporting & Related Material   2015-09-05T04:00:00Z 2015 9     2015-09-05T20:29:59Z   0 0 0900006481c5ae51
WHD-2015-0001-0004 WHD Defining and Delimiting the Exemptions for Executive, Administrative, Professional, Outside Sales and Computer Employees WHD-2015-0001 1949 weiss report cover to 33 Supporting & Related Material   2015-07-06T04:00:00Z 2015 7     2015-07-06T13:00:05Z   0 0 0900006481b41d20
WHD-2015-0001-0003 WHD Defining and Delimiting the Exemptions for Executive, Administrative, Professional, Outside Sales and Computer Employees WHD-2015-0001 1958 kantor report Supporting & Related Material   2015-07-06T04:00:00Z 2015 7     2015-07-06T12:59:58Z   0 0 0900006481b41d1f
WHD-2015-0001-0005 WHD Defining and Delimiting the Exemptions for Executive, Administrative, Professional, Outside Sales and Computer Employees WHD-2015-0001 Min Wage Study 1981 VOL IV 1 of 3 Supporting & Related Material   2015-07-06T04:00:00Z 2015 7     2015-07-06T13:00:09Z   0 0 0900006481b41a07
WHD-2015-0001-0002 WHD Defining and Delimiting the Exemptions for Executive, Administrative, Professional, Outside Sales and Computer Employees WHD-2015-0001 1940 Stein Report - complete Supporting & Related Material   2015-07-06T04:00:00Z 2015 7     2015-07-06T12:59:52Z   0 0 0900006481b41d1e
WHD-2015-0001-0001 WHD Defining and Delimiting the Exemptions for Executive, Administrative, Professional, Outside Sales and Computer Employees WHD-2015-0001 Defining and Delimiting the Exemptions for Executive, Administrative, Professional, Outside Sales and Computer Employees Proposed Rule   2015-07-06T04:00:00Z 2015 7 2015-07-06T04:00:00Z 2015-09-05T03:59:59Z 2016-04-28T17:00:55Z 2015-15464 0 0 0900006481b6b1ad

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