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 = "BIS", document_type = "Proposed Rule" and posted_year = 2010 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2010 · 7 ✖

document_type 1

  • Proposed Rule · 7 ✖

agency_id 1

  • BIS · 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
BIS-2010-0038-0002 BIS Export Control Modernization: Strategic Trade Authorization License Exception BIS-2010-0038 Export Control Modernization: Strategic Trade Authorization License Exception; Correction Proposed Rule   2010-12-27T05:00:00Z 2010 12 2010-12-27T05:00:00Z 2011-02-08T04:59:59Z 2011-06-11T16:59:11Z 2010-32441 0 0 0900006480bc0393
BIS-2010-0039-0001 BIS Commerce Control List: Revising Descriptions of Items and Foreign Availability BIS-2010-0039 Commerce Control List: Revising Descriptions of Items and Foreign Availability Proposed Rule   2010-12-09T05:00:00Z 2010 12 2010-12-09T05:00:00Z 2011-02-08T04:59:59Z 2010-12-10T14:40:50Z 2010-30966 0 0 0900006480bb2d1d
BIS-2010-0038-0001 BIS Export Control Modernization: Strategic Trade Authorization License Exception BIS-2010-0038 Export Control Modernization: Strategic Trade Authorization License Exception Proposed Rule   2010-12-09T05:00:00Z 2010 12 2010-12-09T05:00:00Z 2011-02-08T04:59:59Z 2011-06-11T16:59:14Z 2010-30968 0 0 0900006480bb2d1c
BIS-2010-0037-0001 BIS Simplified Network Application Processing System, On-line Registration and Account Maintenance BIS-2010-0037 Simplified Network Application Processing System, On-line Registration and Account Maintenance Proposed Rule   2010-11-23T05:00:00Z 2010 11 2010-11-23T05:00:00Z 2011-01-25T04:59:59Z 2011-06-11T16:59:10Z 2010-29482 0 0 0900006480ba1d18
BIS-2014-0007-0001 BIS 2010 Foreign Policy Notice BIS-2014-0007 Effects of Foreign Policy-Based Export Controls Proposed Rule   2010-09-08T04:00:00Z 2010 9 2010-09-08T04:00:00Z 2010-10-09T03:59:59Z 2014-03-14T16:16:04Z 2010-21955 0 0 0900006480b47cb2
BIS-2010-0027-0001 BIS Addition of New Export Control Classification Number 6A981 Passive Infrasound Sensors to the Commerce Control List of the Export Administration Regulations, and Related Amendments BIS-2010-0027 Export Administration Regulations: Addition of New Export Control Classification Number 6A981; Passive Infrasound Sensors Proposed Rule   2010-06-30T04:00:00Z 2010 6 2010-06-30T04:00:00Z 2010-08-31T03:59:59Z 2011-06-11T16:59:03Z 2010-15928 0 0 0900006480b0e99a
BIS-2010-0021-0001 BIS Revisions to Defense Priorities and Allocations System Regulations BIS-2010-0021 Revisions to Defense Priorities and Allocations System Regulations Proposed Rule   2010-06-07T04:00:00Z 2010 6 2010-06-07T04:00:00Z 2010-07-08T03:59:59Z 2011-06-11T16:59:01Z 2010-13395 0 0 0900006480afd699

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