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 = "OPM", document_type = "Rule" and posted_year = 2017 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, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 1

  • 2017 · 11 ✖

document_type 1

  • Rule · 11 ✖

agency_id 1

  • OPM · 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
OPM_FRDOC_0001-1326 OPM Recently Posted OPM Rules and Notices. OPM_FRDOC_0001 Prevailing Rate Systems; CFR Correction Rule   2017-11-02T04:00:00Z 2017 11 2017-11-02T04:00:00Z   2017-11-02T11:52:28Z 2017-23913 0 0 0900006482c3702a
OPM_FRDOC_0001-1321 OPM Recently Posted OPM Rules and Notices. OPM_FRDOC_0001 Federal Employees' Retirement System; Government Costs Rule   2017-10-25T04:00:00Z 2017 10 2017-10-25T04:00:00Z   2017-10-25T11:45:25Z 2017-23141 0 0 0900006482c02296
OPM_FRDOC_0001-1310 OPM Recently Posted OPM Rules and Notices. OPM_FRDOC_0001 Prevailing Rate Systems: Redefinition of Certain Nonappropriated Fund Federal Wage System Wage Areas; Correcting Amendment Rule   2017-08-31T04:00:00Z 2017 8 2017-08-31T04:00:00Z   2017-08-31T11:46:17Z 2017-18514 0 0 0900006482af9aa4
OPM_FRDOC_0001-1309 OPM Recently Posted OPM Rules and Notices. OPM_FRDOC_0001 Prevailing Rate Systems: Definition of Brown County, WI, and Forsyth and Mecklenburg Counties, NC, to Nonappropriated Fund Federal Wage System Wage Areas Rule   2017-08-28T04:00:00Z 2017 8 2017-08-28T04:00:00Z   2017-08-28T11:41:03Z 2017-18204 0 0 0900006482addc12
OPM_FRDOC_0001-1305 OPM Recently Posted OPM Rules and Notices. OPM_FRDOC_0001 Prevailing Rate Systems; CFR Correction Rule   2017-06-30T04:00:00Z 2017 6 2017-06-30T04:00:00Z   2017-06-30T12:10:31Z 2017-13805 0 0 09000064827c0465
OPM_FRDOC_0001-1298 OPM Recently Posted OPM Rules and Notices. OPM_FRDOC_0001 Prevailing Rate Systems: Redefinition of Certain Nonappropriated Fund Federal Wage System Wage Areas Rule   2017-05-31T04:00:00Z 2017 5 2017-05-31T04:00:00Z   2017-05-31T11:47:29Z 2017-11232 0 0 090000648266e674
OPM_FRDOC_0001-1253 OPM Recently Posted OPM Rules and Notices. OPM_FRDOC_0001 Federal Employees Health Benefits: Employees of Certain Indian Tribal Employers Rule   2017-02-21T05:00:00Z 2017 2 2017-02-21T05:00:00Z   2017-02-21T12:54:36Z 2017-03305 0 0 09000064824cfd9a
OPM_FRDOC_0001-1252 OPM Recently Posted OPM Rules and Notices. OPM_FRDOC_0001 Medical Qualification Determinations Rule   2017-02-17T05:00:00Z 2017 2 2017-02-17T05:00:00Z   2017-02-17T12:52:15Z 2017-03304 0 0 09000064824ca40c
OPM_FRDOC_0001-1244 OPM Recently Posted OPM Rules and Notices. OPM_FRDOC_0001 Prevailing Rate Systems: Definition of Kent County, MI, and Cameron County, TX, to Nonappropriated Fund Federal Wage System Wage Areas Rule   2017-01-19T05:00:00Z 2017 1 2017-01-19T05:00:00Z   2017-01-19T16:31:01Z 2017-00574 0 0 0900006482485656
OPM_FRDOC_0001-1242 OPM Recently Posted OPM Rules and Notices. OPM_FRDOC_0001 Medical Qualification Determinations Rule   2017-01-18T05:00:00Z 2017 1 2017-01-18T05:00:00Z   2017-01-18T13:55:52Z 2017-00804 0 0 09000064824800c9
OPM-2017-0004-0001 OPM Recruitment and Selection Through Competitive Examination OPM-2017-0004 Recruitment and Selection Through Competitive Examination Rule   2017-01-18T05:00:00Z 2017 1 2017-01-18T05:00:00Z 2017-03-21T03:59:59Z 2017-07-20T18:08:10Z 2017-00800 0 0 09000064824807eb

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