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

15 rows where agency_id = "FERC", document_type = "Rule" and posted_year = 2022 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2022 · 15 ✖

document_type 1

  • Rule · 15 ✖

agency_id 1

  • FERC · 15 ✖
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
FERC-2022-1601-0001 FERC   Revisions to Uniform Systems of Accounts to Account for Allowances Under the Clean Air Act Amendments of 1990, et al. Rule   2022-12-16T05:00:00Z 2022 12 2022-12-16T05:00:00Z   2022-12-16T12:44:17Z 2022-27261 0 0 090000648553cc2d
FERC-2022-1482-0001 FERC   Revised Filing and Reporting Requirements for Interstate Natural Gas Company Rate Schedules and Tariffs Rule   2022-11-23T05:00:00Z 2022 11 2022-11-23T05:00:00Z   2022-11-23T12:39:38Z 2022-25601 0 0 09000064854fe377
FERC-2022-1368-0001 FERC   Policy Statement: Standard Applied to Complaints Against Oil Pipeline Index Rate Changes Rule   2022-10-28T04:00:00Z 2022 10 2022-10-28T04:00:00Z   2022-10-28T11:45:09Z 2022-23343 0 0 090000648546a123
FERC-2022-0642-0001 FERC   Certification of Uncontested Settlements by Settlement Judges Rule   2022-05-25T04:00:00Z 2022 5 2022-05-25T04:00:00Z   2022-05-25T13:26:00Z 2022-11242 0 0 09000064850edd52
FERC-2022-0639-0001 FERC   Managing Transmission Line Ratings Rule   2022-05-25T04:00:00Z 2022 5 2022-05-25T04:00:00Z   2022-05-25T13:25:42Z 2022-11233 0 0 09000064850edc75
FERC-2022-0326-0001 FERC   Project Cost and Annual Limits: Natural Gas Pipelines Rule   2022-03-23T04:00:00Z 2022 3 2022-03-23T04:00:00Z   2022-03-23T12:02:50Z 2022-06085 0 0 0900006484fdacd0
FERC-2022-0180-0001 FERC   Safety of Water PowerProjects and Project Works: Correction Rule   2022-02-15T05:00:00Z 2022 2 2022-02-15T05:00:00Z   2022-02-15T12:44:54Z 2022-03072 0 0 0900006484f792bc
FERC-2022-0125-0001 FERC   Annual Update of Filing Fees Rule   2022-02-02T05:00:00Z 2022 2 2022-02-02T05:00:00Z   2022-02-02T12:54:32Z 2022-02022 0 0 0900006484f4c7b3
FERC-2022-0110-0001 FERC   Five-Year Review of the Oil Pipeline Index Rule   2022-01-28T05:00:00Z 2022 1 2022-01-28T05:00:00Z   2022-01-28T12:52:36Z 2022-01544 0 0 0900006484f4162d
FERC-2022-0083-0001 FERC   Use of Government Lands by Hydropower Licensees: Annual Update to Fee Schedule Rule   2022-01-21T05:00:00Z 2022 1 2022-01-21T05:00:00Z   2022-01-21T12:50:28Z 2022-01105 0 0 0900006484f2cfb1
FERC-2022-0073-0001 FERC   Safety of Water Power Projects and Project Works Rule   2022-01-19T05:00:00Z 2022 1 2022-01-19T05:00:00Z   2022-01-19T12:47:28Z C1-2021-27 0 0 0900006484f275c1
FERC-2022-0071-0001 FERC   Safety of Water Power Projects and Project Works Rule   2022-01-19T05:00:00Z 2022 1 2022-01-19T05:00:00Z   2022-01-19T12:47:06Z C1-2021-27736 0 0 0900006484f27523
FERC-2022-0047-0001 FERC   Managing Transmission Line Ratings Rule   2022-01-13T05:00:00Z 2022 1 2022-01-13T05:00:00Z   2022-01-13T12:47:35Z 2021-27735 0 0 0900006484f1e4d2
FERC-2022-0044-0001 FERC   Civil Monetary Penalty Inflation Adjustment Rule   2022-01-13T05:00:00Z 2022 1 2022-01-13T05:00:00Z   2022-01-13T12:47:13Z 2022-00616 0 0 0900006484f1e442
FERC-2022-0029-0001 FERC   Safety of Water Power Projects and Project Works Rule   2022-01-11T05:00:00Z 2022 1 2022-01-11T05:00:00Z   2022-01-11T12:46:38Z 2021-27736 0 0 0900006484f19107

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