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

7 rows where agency_id = "FERC", document_type = "Rule" and posted_year = 2005 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2005 · 7 ✖

document_type 1

  • Rule · 7 ✖

agency_id 1

  • FERC · 7 ✖
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-2005-0792-0001 FERC   Accounting and Financial Reporting for Public Utilities Including RTOs Rule   2005-12-30T05:00:00Z 2005 12 2005-12-30T05:00:00Z   2008-01-08T21:58:37Z 05-24388 0 0 0900006480103691
FERC-2005-0005-0002 FERC   Repeal of the Public Utility Holding Company Act of 1935 and Enactment of the Public Utility Holding Company Act of 2005 Rule   2005-12-20T05:00:00Z 2005 12 2005-12-20T05:00:00Z   2008-01-08T21:59:46Z 05-24116 0 0 09000064800fbbcb
FERC-2005-0734-0001 FERC   Issued December 12, 2005. Rule   2005-12-19T05:00:00Z 2005 12 2005-12-19T05:00:00Z   2008-01-08T21:59:47Z 05-24173 0 0 09000064800fa8d8
FERC-2005-0595-0001 FERC   Standardization of Small Generator Interconnection Agreements and Procedures; Order on Rehearing Rule   2005-11-30T05:00:00Z 2005 11 2005-11-30T05:00:00Z   2008-01-08T21:58:37Z 05-23461 0 0 09000064800e7981
FERC-2005-0243-0001 FERC   Regulations Implementing Energy Policy Act of 2005; Pre-Filing Procedures for Review of LNG Terminals and Other Natural Gas Facilities Rule   2005-10-18T04:00:00Z 2005 10 2005-10-18T04:00:00Z   2008-01-08T22:00:20Z 05-20653 0 0 090000648009412d
FERC-2005-0006-0001 FERC   Revision of Rules of Practice and Procedure Regarding Issue Identification Rule   2005-09-23T04:00:00Z 2005 9 2005-09-23T04:00:00Z   2008-01-08T21:59:42Z 05-19004 0 0 090000648007b682
FERC-2005-0004-0001 FERC   Commission Authorization To Hold Interlocking Positions Rule   2005-09-23T04:00:00Z 2005 9 2005-09-23T04:00:00Z   2008-01-08T21:57:58Z 05-19002 0 0 090000648007b3a9

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