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

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

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2022 · 13 ✖

document_type 1

  • Proposed Rule · 13 ✖

agency_id 1

  • FERC · 13 ✖
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-1545-0001 FERC   Reliability Standards to Address Inverter-Based Resources Proposed Rule   2022-12-06T05:00:00Z 2022 12 2022-12-06T05:00:00Z 2023-03-07T04:59:59Z 2022-12-06T12:46:52Z 2022-25599 0 0 090000648551cdcc
FERC-2022-1518-0001 FERC   Regulations for Engineering and Design Materials for Liquefied Natural Gas Facilities Related to Potential Impacts Caused by Natural Hazards Proposed Rule   2022-11-28T05:00:00Z 2022 11 2022-11-28T05:00:00Z 2023-01-28T04:59:59Z 2022-11-28T12:40:56Z 2022-25600 0 0 090000648550474b
FERC-2022-1270-0001 FERC   Cybersecurity Incentives: Advanced Cybersecurity Investment Proposed Rule   2022-10-06T04:00:00Z 2022 10 2022-10-06T04:00:00Z 2022-11-22T04:59:59Z 2022-10-06T11:40:37Z 2022-21003 0 0 09000064853c3adf
FERC-2022-1254-0001 FERC   Accounting and Reporting Treatment of Certain Renewable Energy Assets Proposed Rule   2022-10-03T04:00:00Z 2022 10 2022-10-03T04:00:00Z 2022-11-18T04:59:59Z 2022-10-03T12:03:30Z 2022-16610 0 0 090000648539c39f
FERC-2022-1035-0001 FERC   Duty of Candor Proposed Rule   2022-08-12T04:00:00Z 2022 8 2022-08-12T04:00:00Z 2022-10-12T03:59:59Z 2022-08-12T12:32:24Z 2022-16608 0 0 09000064852339e1
FERC-2022-1016-0001 FERC   Credit-Related Information Sharing in Organized Wholesale Electric Markets Proposed Rule   2022-08-08T04:00:00Z 2022 8 2022-08-08T04:00:00Z 2022-11-08T04:59:59Z 2022-08-08T11:53:48Z 2022-16609 0 0 0900006485220d5b
FERC-2022-0966-0001 FERC   Petition for Rulemaking Proposed Rule   2022-07-29T04:00:00Z 2022 7 2022-07-29T04:00:00Z 2022-09-21T03:59:59Z 2022-07-29T14:25:49Z 2022-16219 0 0 09000064851f5566
FERC-2022-0815-0001 FERC   Improvements to Generator Interconnection Procedures and Agreements Proposed Rule   2022-07-05T04:00:00Z 2022 7 2022-07-05T04:00:00Z 2022-11-15T04:59:59Z 2022-07-05T12:27:42Z 2022-13470 0 0 09000064851b0bde
FERC-2022-0811-0001 FERC   One-Time Informational Reports on Extreme Weather Vulnerability Assessments Climate Change, Extreme Weather, and Electric System Reliability Proposed Rule   2022-07-01T04:00:00Z 2022 7 2022-07-01T04:00:00Z 2022-08-31T03:59:59Z 2022-07-01T12:03:14Z 2022-13469 0 0 09000064851ae65e
FERC-2022-0793-0001 FERC   Transmission System Planning Performance Requirements for Extreme Weather Proposed Rule   2022-06-27T04:00:00Z 2022 6 2022-06-27T04:00:00Z 2022-08-27T03:59:59Z 2022-06-27T12:18:39Z 2022-13471 0 0 09000064851a312b
FERC-2022-0640-0001 FERC   Filing and Reporting Requirements for Interstate Natural Gas Company Rate Schedules and Tariffs Proposed Rule   2022-05-25T04:00:00Z 2022 5 2022-05-25T04:00:00Z 2022-06-25T03:59:59Z 2022-05-25T13:25:45Z 2022-11243 0 0 09000064850edcd8
FERC-2022-0536-0001 FERC   Building for the Future through Electric Regional Transmission Planning and Cost Allocation and Generator Interconnection Proposed Rule   2022-05-04T04:00:00Z 2022 5 2022-05-04T04:00:00Z 2022-08-18T03:59:59Z 2022-05-04T12:11:36Z 2022-08973 0 0 090000648504cb9f
FERC-2022-0101-0001 FERC   Internal Network Security Monitoring for High and Medium Impact Bulk Electric System Cyber Systems Proposed Rule   2022-01-27T05:00:00Z 2022 1 2022-01-27T05:00:00Z 2022-03-29T03:59:59Z 2022-02-04T02:00:28Z 2022-01537 0 0 0900006484f3c683

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