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

6 rows where agency_id = "ITA", document_type = "Rule" and posted_year = 2021 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2021 · 6 ✖

document_type 1

  • Rule · 6 ✖

agency_id 1

  • ITA · 6 ✖
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-2021-0006-0001 ITA Procedures and Rules for Article 10.12 of the United States-Mexico-Canada Agreement ITA-2021-0006 Procedures and Rules for Article 10.12 of the United States-Mexico-Canada Agreement Rule   2021-12-09T05:00:00Z 2021 12 2021-12-09T05:00:00Z 2022-01-11T04:59:59Z 2022-01-11T02:00:29Z 2021-26551 0 0 0900006484eb245e
ITA_FRDOC_0001-7494 ITA Recently Posted ITA Rules and Notices. ITA_FRDOC_0001 Scope Ruling Application; Annual Inquiry Service List; and Informational Sessions Rule   2021-09-27T04:00:00Z 2021 9 2021-09-27T04:00:00Z   2021-09-27T11:59:56Z 2021-19443 0 0 0900006484daacbc
ITA_FRDOC_0001-7481 ITA Recently Posted ITA Rules and Notices. ITA_FRDOC_0001 Regulations to Improve Administration and Enforcement of Antidumping and Countervailing Duty Laws Rule   2021-09-20T04:00:00Z 2021 9 2021-09-20T04:00:00Z   2021-09-21T00:59:24Z 2021-17861 0 0 0900006484d9340d
ITA_FRDOC_0001-7134 ITA Recently Posted ITA Rules and Notices. ITA_FRDOC_0001 Aluminum Import Monitoring and Analysis System; Effective Date and Response to Comments Rule   2021-05-21T04:00:00Z 2021 5 2021-05-21T04:00:00Z   2021-05-21T12:18:04Z 2021-10747 0 0 0900006484b25451
ITA_FRDOC_0001-7009 ITA Recently Posted ITA Rules and Notices. ITA_FRDOC_0001 Aluminum Import Monitoring and Analysis System: Stay and Delay of Compliance Date Rule   2021-04-01T04:00:00Z 2021 4 2021-04-01T04:00:00Z   2021-04-01T11:55:07Z 2021-06744 0 0 0900006484a93003
ITA-2021-0001-0001 ITA Aluminum Import Monitoring and Analysis System: Delay of Effective Date ITA-2021-0001 Aluminum Import Monitoring and Analysis System; Effective Date Delay Rule   2021-01-27T05:00:00Z 2021 1 2021-01-27T05:00:00Z 2021-02-27T04:59:59Z 2021-02-27T02:00:11Z 2021-01804 0 0 0900006484a02bd9

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