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

10 rows where agency_id = "ITA", document_type = "Proposed Rule" and posted_year = 2012 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, comment_end_date, fr_doc_num, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 1

  • 2012 · 10 ✖

document_type 1

  • Proposed Rule · 10 ✖

agency_id 1

  • ITA · 10 ✖
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
ITA-2012-0005-0002 ITA Steel Import Monitoring and Analysis System ITA-2012-0005 Steel Import Monitoring and Analysis System Proposed Rule   2012-11-13T05:00:00Z 2012 11 2012-11-13T05:00:00Z 2012-12-14T04:59:59Z 2012-12-14T03:00:43Z 2012-27539 0 0 0900006481165ea9
ITA_FRDOC_0001-0153 ITA Recently Posted ITA Rules and Notices. ITA_FRDOC_0001 Steel Import Monitoring and Analysis System Proposed Rule   2012-11-13T05:00:00Z 2012 11 2012-11-13T05:00:00Z 2012-12-14T04:59:59Z 2012-11-13T14:48:36Z 2012-27539 0 0 0900006481165c7a
ITA_FRDOC_0001-0048 ITA Recently Posted ITA Rules and Notices. ITA_FRDOC_0001 Definition of Factual Information and Time Limits for Submission of Factual Information Proposed Rule   2012-08-23T04:00:00Z 2012 8 2012-08-23T04:00:00Z 2012-09-25T03:59:59Z 2012-08-23T13:06:00Z 2012-20785 0 0 09000064810ec248
ITA_FRDOC_0001-0038 ITA Recently Posted ITA Rules and Notices. ITA_FRDOC_0001 Definition of Factual Information and Time Limits for Submission of Factual Information: Correction Proposed Rule   2012-07-17T04:00:00Z 2012 7 2012-07-17T04:00:00Z   2012-08-01T15:41:40Z 2012-17284 0 0 090000648109da7e
ITA_FRDOC_0001-0037 ITA Recently Posted ITA Rules and Notices. ITA_FRDOC_0001 Definition of Factual Information and Time Limits for Submission of Factual Information Proposed Rule   2012-07-10T04:00:00Z 2012 7 2012-07-10T04:00:00Z 2012-08-25T03:59:59Z 2012-07-10T13:14:17Z 2012-16715 0 0 0900006481082686
ITA-2012-0004-0001 ITA Modification of Regulations Regarding the Definition of Factual Information and Time Limits for Submission of Factual Information ITA-2012-0004 Modification of Regulations Regarding the Definition of Factual Information and Time Limits for Submission of Factual Information Proposed Rule Notice of Proposed Rulemaking (NPRM) 2012-07-10T04:00:00Z 2012 7 2012-07-10T04:00:00Z 2012-09-25T03:59:59Z 2012-09-25T02:01:00Z 2012-16715 0 0 0900006481082d11
ITA-2012-0002-0001 ITA Proposed Modification to Regulation Concerning the Use of Market Economy Input Prices in Non-Market Economy Proceedings ITA-2012-0002 Use of Market Economy Input Prices in Nonmarket Economy Proceedings Proposed Rule   2012-06-28T04:00:00Z 2012 6 2012-06-28T04:00:00Z 2012-07-31T03:59:59Z 2012-08-01T17:17:41Z 2012-15436 0 0 090000648106d0f8
ITA-2012-0003-0001 ITA Regulation Strengthening Accountability of Attorneys and Non-Attorney Representatives Appearing before the Department ITA-2012-0003 Regulation Strengthening Accountability of Attorneys and Non-Attorney Representatives Appearing Before the Department Proposed Rule Notice of Proposed Rulemaking (NPRM) 2012-06-26T04:00:00Z 2012 6 2012-06-26T04:00:00Z 2012-08-11T03:59:59Z 2012-08-11T02:01:33Z   0 0 09000064810680a8
ITA-2012-0003-0003 ITA Regulation Strengthening Accountability of Attorneys and Non-Attorney Representatives Appearing before the Department ITA-2012-0003 Duplicate Proposed Rule   2012-06-26T00:00:00Z 2012 6     2012-08-01T17:52:57Z   0 1 09000064810686b3
ITA_FRDOC_0001-0031 ITA Recently Posted ITA Rules and Notices. ITA_FRDOC_0001 Withdrawal of Regulations: Imports of Cotton Woven Fabric, Short Supply Procedures Proposed Rule   2012-02-03T05:00:00Z 2012 2 2012-02-03T05:00:00Z 2012-04-04T03:59:59Z 2012-02-03T14:04:44Z 2012-02227 0 0 0900006480facf0a

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