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

12 rows where agency_id = "BIS", document_type = "Rule" and posted_year = 2007 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2007 · 12 ✖

document_type 1

  • Rule · 12 ✖

agency_id 1

  • BIS · 12 ✖
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-2008-0002-0001 BIS Definitions of Terms (CFR correction) BIS-2008-0002 Definitions of Terms Rule   2007-12-28T05:00:00Z 2007 12     2008-01-09T14:30:33Z 07-55526 0 0 090000648037f802
BIS-2007-0010-0001 BIS Revisions to License Exceptions TMP and BAG: Expansion of Eligible Items BIS-2007-0010 Revisions to License Exceptions TMP and BAG: Expansion of Eligible Items Rule   2007-12-12T05:00:00Z 2007 12 2007-12-12T05:00:00Z   2011-06-11T16:58:40Z E7-24077 0 0 0900006480378df3
BIS-2007-0009-0001 BIS Updated Statements of LEgal Authority for the Export Administration Regulations BIS-2007-0009 Updated Statements of Legal Authority for the Export Administration Regulations Rule   2007-11-30T05:00:00Z 2007 11 2007-11-30T05:00:00Z   2011-06-11T16:58:39Z E7-23249 0 0 090000648036ab1a
BIS-2007-0006-0002 BIS December 2006 Wassenaar Arrangement Plenary Agreement Implementation: Categories 1, 2, 3, 5 Part I, 6, 7, 8, and 9 of the Commerce Control List; Wassenaar Reporting Requirements; Definitions; and Statement of Understanding on Source Code BIS-2007-0006 December 2006 Wassenaar Plenary Agreement - Correction Rule   2007-11-20T05:00:00Z 2007 11     2011-06-11T16:58:39Z Z7-21247 0 0 09000064803663ae
BIS-2007-0007-0001 BIS Expanded Licensing Jurisdiction for QRS11 Micromachined Angular Rate Sensors BIS-2007-0007 Expanded Licensing Jurisdiction for QRS11 Micromachined Angular Rate Sensors Rule   2007-11-07T05:00:00Z 2007 11     2011-06-11T16:58:39Z E7-21840 0 0 090000648036103a
BIS-2007-0006-0001 BIS December 2006 Wassenaar Arrangement Plenary Agreement Implementation: Categories 1, 2, 3, 5 Part I, 6, 7, 8, and 9 of the Commerce Control List; Wassenaar Reporting Requirements; Definitions; and Statement of Understanding on Source Code BIS-2007-0006 December 2006 Wassenaar Arrangement Plenary Agreement Implementation: Categories 1, 2, 3, 5 Part I, 6, 7, 8, and 9 of the Commerce Control List; Wassenaar Reporting Requirements; Definitions; and Statement of Understanding on Source Code Rule   2007-11-05T05:00:00Z 2007 11 2007-11-05T05:00:00Z   2011-06-11T16:58:39Z E7-21247 0 0 090000648035ff72
BIS-2007-0003-0003 BIS Approved End-Users and Respective Eligible Items for the People's Republic of China (PRC) Under Authorization Validated End-User (VEU) BIS-2007-0003 Approved End-Users and Respective Eligible Items for the Peoples Republic of China (PRC) Under Authorization Validated End-User (VEU); Correction Rule   2007-10-31T04:00:00Z 2007 10 2007-10-31T04:00:00Z   2011-06-11T16:58:38Z E7-21465 0 0 090000648035bacd
BIS-2007-0003-0002 BIS Approved End-Users and Respective Eligible Items for the People's Republic of China (PRC) Under Authorization Validated End-User (VEU) BIS-2007-0003 Export administration regulations: Authorization Validated End-User; list of approved end-users, eligible items and destinations-- Rule   2007-10-24T04:00:00Z 2007 10     2011-06-11T16:58:38Z Z7-20642 0 0 0900006480355941
BIS-2007-0005-0001 BIS Burma: Revision of the Export Administration Regulations BIS-2007-0005 Burma: Revision of the Export Administration Regulations Rule   2007-10-24T04:00:00Z 2007 10     2011-06-11T16:58:38Z E7-20962 0 0 0900006480355962
BIS-2007-0003-0001 BIS Approved End-Users and Respective Eligible Items for the People's Republic of China (PRC) Under Authorization Validated End-User (VEU) BIS-2007-0003 Approved End-Users and Respective Eligible Items for the Peoples Republic of China (PRC) Under Authorization Validated End-User (VEU) Rule   2007-10-19T04:00:00Z 2007 10 2007-10-19T04:00:00Z   2011-06-11T16:58:37Z E7-20642 0 0 09000064803305ae
BIS-2007-0004-0001 BIS Country Groups -- Supplement No. 1 to Part 740 Typographical Error Correction BIS-2007-0004 Country Groups Typographical Error Correction Rule   2007-10-17T04:00:00Z 2007 10     2008-01-07T22:37:15Z 07-55513 0 0 0900006480312ca1
BIS-2007-0001-0001 BIS Authorization Validated End-User: Addition of India as an Eligible Destination BIS-2007-0001 Authorization Validated End-User: Addition of India as an Eligible Destination Rule   2007-10-02T04:00:00Z 2007 10     2011-06-11T16:58:37Z E7-19359 0 0 09000064802f2971

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