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 docket_id = "EPA-HQ-OPPT-2020-0493" and posted_year = 2022 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 11
  • Proposed Rule 1

posted_year 1

  • 2022 · 12 ✖

agency_id 1

  • EPA 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
EPA-HQ-OPPT-2020-0493-0084 EPA None EPA-HQ-OPPT-2020-0493 EPA. TSCA Fee SNPRM Technical Support Document Supporting & Related Material Technical Support Document 2022-11-18T05:00:00Z 2022 11     2022-11-21T12:30:54Z   0 0 09000064854d1275
EPA-HQ-OPPT-2020-0493-0081 EPA None EPA-HQ-OPPT-2020-0493 Documentation of EO 12866 Review; Fees for the Administration of the Toxic Substances Control Act (TSCA); Supplemental Notice of Proposed Rulemaking (RIN-2070-AK64) Supporting & Related Material Order 2022-11-16T05:00:00Z 2022 11     2022-11-21T12:30:58Z   0 0 090000648543fc16
EPA-HQ-OPPT-2020-0493-0075 EPA None EPA-HQ-OPPT-2020-0493 EPA. National PFAS Testing Strategy Identification of Candidate Per and Poly fluoroalkyl Substances (PFAS) for Testing. October 2021 Supporting & Related Material   2022-11-16T05:00:00Z 2022 11     2022-11-21T12:30:41Z   0 0 09000064853ffbc2
EPA-HQ-OPPT-2020-0493-0079 EPA None EPA-HQ-OPPT-2020-0493 OMB. Circular A-25 (Revised) July 8, 1993 Supporting & Related Material Memorandum 2022-11-16T05:00:00Z 2022 11     2022-11-21T12:30:42Z   0 0 0900006485400f44
EPA-HQ-OPPT-2020-0493-0077 EPA None EPA-HQ-OPPT-2020-0493 EPA. Proposed Rule. Fees for the Administration of the Toxic Substances Control Act (TSCA). 86 FR 1890, January 11, 2021 (FRL-10018-40). Supporting & Related Material Publication - Previous/Related FR Notice 2022-11-16T05:00:00Z 2022 11     2022-11-21T12:30:51Z   0 0 0900006485400f45
EPA-HQ-OPPT-2020-0493-0073 EPA None EPA-HQ-OPPT-2020-0493 EPA. Outreach for the TSCA Administration Fees Rule. February 2021 Supporting & Related Material Transcript 2022-11-16T05:00:00Z 2022 11     2022-11-21T12:30:57Z   0 0 09000064853ffbc0
EPA-HQ-OPPT-2020-0493-0076 EPA None EPA-HQ-OPPT-2020-0493 EPA. Office of Inspector General (OIG). Lack of Planning Risks EPAs Ability to Meet Toxic Substances Control Act Deadlines (No. 20 P 0247). August 2020. Supporting & Related Material Report 2022-11-16T05:00:00Z 2022 11     2022-11-21T12:30:52Z   0 0 09000064854012bf
EPA-HQ-OPPT-2020-0493-0072 EPA None EPA-HQ-OPPT-2020-0493 Fees for the Administration of the Toxic Substances Control Act (TSCA) Proposed Rule   2022-11-16T05:00:00Z 2022 11 2022-11-16T05:00:00Z 2023-01-18T04:59:59Z 2023-08-30T01:04:05Z 2022-24137 0 0 09000064854bb114
EPA-HQ-OPPT-2020-0493-0078 EPA None EPA-HQ-OPPT-2020-0493 EPA. Economic Analysis of the Supplemental Notice of Proposed Rulemaking for Fees for the Administration of the Toxic Substances Control Act Supporting & Related Material Economic Analysis 2022-11-16T05:00:00Z 2022 11     2022-11-21T12:30:53Z   0 0 090000648545093d
EPA-HQ-OPPT-2020-0493-0082 EPA None EPA-HQ-OPPT-2020-0493 Joint Explanatory Statement from the House and Division G - Department of Interior, Environment, and Related Agencies Appropriations Act, 2022 Supporting & Related Material   2022-11-16T05:00:00Z 2022 11     2022-11-21T12:31:02Z   0 0 0900006485400f46
EPA-HQ-OPPT-2020-0493-0074 EPA None EPA-HQ-OPPT-2020-0493 EPA. Interagency Agreement and Oil Indirect Cost Rates for FY 2022 and Beyond. November 2021 Supporting & Related Material Memorandum 2022-11-16T05:00:00Z 2022 11     2022-11-21T12:30:40Z   0 0 09000064853ffbc1
EPA-HQ-OPPT-2020-0493-0080 EPA None EPA-HQ-OPPT-2020-0493 U.S. Government Accountability Office (GAO). Report to Congressional Committees. High-Risk Series Dedicated Leadership Needed to Address Limited Progress Supporting & Related Material Publication - Other Governmental 2022-11-16T05:00:00Z 2022 11     2022-11-21T12:30:41Z   0 0 090000648540004c

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