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

4 rows where docket_id = "USTR-2009-0008" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Notice 3
  • Supporting & Related Material 1

posted_year 1

  • 2009 4

agency_id 1

  • USTR 4
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
USTR-2009-0008-0003 USTR IMPORT STATISTICS RELATING TO COMPETITIVE NEED LIMITATIONS (CNLs); INVITATION FOR PUBLIC COMMENT ON CNL WAIVERS SUBJECT TO POTENTIAL REVOCATION BASED ON NEW STATUTORY THRESHOLDS, POSSIBLE DE MINIMIS WAIVERS, AND PRODUCT REDESIGNATIONS FOR THE 2008 ANNUAL REVIEW USTR-2009-0008 Hearing Transcripts for the 2008AR on Competitive Need Limitations (CNL) Waivers - Feb. 26, 2010 Supporting & Related Material   2009-03-06T05:00:00Z 2009 3     2010-08-25T14:59:31Z   0 0 09000064808f8f68
USTR-2009-0008-0001 USTR IMPORT STATISTICS RELATING TO COMPETITIVE NEED LIMITATIONS (CNLs); INVITATION FOR PUBLIC COMMENT ON CNL WAIVERS SUBJECT TO POTENTIAL REVOCATION BASED ON NEW STATUTORY THRESHOLDS, POSSIBLE DE MINIMIS WAIVERS, AND PRODUCT REDESIGNATIONS FOR THE 2008 ANNUAL REVIEW USTR-2009-0008 Lists 1 - IV of Import Statistics Relating to Competitive Need Limitations (CNLS); Invitation for Public Comment on CNL Waivers Subject to Potential Revocation Based on New Statutory thresholds, Possible De Minimis Waivers, and Product Redesignations for the 2008 Annual Review Notice   2009-03-06T05:00:00Z 2009 3 2009-03-06T05:00:00Z 2009-05-12T03:59:59Z 2009-06-25T14:08:12Z 42 0 0 09000064808f7a4c
USTR-2009-0008-0002 USTR IMPORT STATISTICS RELATING TO COMPETITIVE NEED LIMITATIONS (CNLs); INVITATION FOR PUBLIC COMMENT ON CNL WAIVERS SUBJECT TO POTENTIAL REVOCATION BASED ON NEW STATUTORY THRESHOLDS, POSSIBLE DE MINIMIS WAIVERS, AND PRODUCT REDESIGNATIONS FOR THE 2008 ANNUAL REVIEW USTR-2009-0008 GSP 2008AR FRN Import Statistics Relating to CNLWs, Possible Revocation, De minimis and Redesignation Notice   2009-03-06T05:00:00Z 2009 3 2009-03-06T05:00:00Z 2009-05-12T03:59:59Z 2009-06-25T14:08:28Z 42 0 0 09000064808f8f1b
USTR-2009-0008-0029 USTR IMPORT STATISTICS RELATING TO COMPETITIVE NEED LIMITATIONS (CNLs); INVITATION FOR PUBLIC COMMENT ON CNL WAIVERS SUBJECT TO POTENTIAL REVOCATION BASED ON NEW STATUTORY THRESHOLDS, POSSIBLE DE MINIMIS WAIVERS, AND PRODUCT REDESIGNATIONS FOR THE 2008 ANNUAL REVIEW USTR-2009-0008 Generalized System of Preferences: Import Statistics Relating to Competitive Need Limitations Notice   2009-03-05T05:00:00Z 2009 3 2009-03-05T05:00:00Z 2009-03-24T03:59:59Z 2009-04-06T15:58:50Z E9-04646 0 0 09000064808ebb43

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