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 docket_id = "NRC-2014-0240" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 4

  • 2015 5
  • 2019 5
  • 2014 2
  • 2016 1

document_type 4

  • Supporting & Related Material 7
  • Other 3
  • Proposed Rule 2
  • Rule 1

agency_id 1

  • NRC 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
NRC-2014-0240-0030 NRC Mitigation of Beyond-Design-Basis Events (MBDBE) NRC-2014-0240 Backfitting and Issue Finality Assessment Supporting & Related Material   2019-08-13T00:00:00Z 2019 8     2025-05-21T07:00:21Z   0 0 0900006483e420a7
NRC-2014-0240-0033 NRC Mitigation of Beyond-Design-Basis Events (MBDBE) NRC-2014-0240 Regulatory Analysis Addendum Supporting & Related Material   2019-08-13T00:00:00Z 2019 8     2025-05-21T07:00:21Z   0 0 0900006483e42404
NRC-2014-0240-0032 NRC Mitigation of Beyond-Design-Basis Events (MBDBE) NRC-2014-0240 Environmental Assessment Supporting & Related Material   2019-08-13T00:00:00Z 2019 8     2025-05-21T07:00:21Z   0 0 0900006483e42401
NRC-2014-0240-0031 NRC Mitigation of Beyond-Design-Basis Events (MBDBE) NRC-2014-0240 NRC Response to Public Comments Supporting & Related Material   2019-08-13T00:00:00Z 2019 8     2025-05-21T07:00:21Z   0 0 0900006483e420ab
NRC-2014-0240-0029 NRC Mitigation of Beyond-Design-Basis Events (MBDBE) NRC-2014-0240 Mitigation of Beyond-Design-Basis Events; Final Rule Rule   2019-08-09T00:00:00Z 2019 8     2025-05-21T07:00:21Z 2019-16600 0 0 0900006483e1d89d
NRC-2014-0240-0028 NRC Mitigation of Beyond-Design-Basis Events (MBDBE) NRC-2014-0240 Preliminary Rule Language to Support ACRS Subcommittee Meeting Other   2016-08-01T00:00:00Z 2016 8 2016-08-01T00:00:00Z   2025-05-21T07:16:18Z   0 0 090000648214606f
NRC-2014-0240-0007 NRC Mitigation of Beyond-Design-Basis Events (MBDBE) NRC-2014-0240 Draft Regulatory Guide DG-1317 - Wide-Range Spent Fuel Pool Level Instrumentation Supporting & Related Material   2015-12-02T00:00:00Z 2015 12     2025-05-21T07:21:36Z   0 0 0900006481d80ad9
NRC-2014-0240-0008 NRC Mitigation of Beyond-Design-Basis Events (MBDBE) NRC-2014-0240 Draft Regulatory Guide DG-1319 - Integrated Response Capabilities for Beyond-Design-Basis Events Supporting & Related Material   2015-12-02T00:00:00Z 2015 12     2025-05-21T07:21:37Z   0 0 0900006481d80ada
NRC-2014-0240-0006 NRC Mitigation of Beyond-Design-Basis Events (MBDBE) NRC-2014-0240 Draft Regulatory Guide DG-1301 - Flexible Mitigation Strategies for Beyond-Design-Basis Events Supporting & Related Material   2015-12-02T00:00:00Z 2015 12     2025-05-21T07:21:36Z   0 0 0900006481d80ad7
NRC-2014-0240-0004 NRC Mitigation of Beyond-Design-Basis Events (MBDBE) NRC-2014-0240 Mitigation of Beyond-Design-Basis Events; Correction Proposed Rule   2015-11-30T00:00:00Z 2015 11 2015-11-30T00:00:00Z   2025-05-21T07:21:39Z 2015-30258 0 0 0900006481d79b5b
NRC-2014-0240-0003 NRC Mitigation of Beyond-Design-Basis Events (MBDBE) NRC-2014-0240 Mitigation of Beyond-Design-Basis Events Proposed Rule   2015-11-13T00:00:00Z 2015 11 2015-11-13T00:00:00Z 2016-02-12T04:59:59Z 2025-05-21T07:21:47Z 2015-28589 0 0 0900006481d402f6
NRC-2014-0240-0002 NRC Mitigation of Beyond-Design-Basis Events (MBDBE) NRC-2014-0240 Preliminary Proposed Rule Language for Mitigation of Beyond-Design-Basis Events Rulemaking Other   2014-12-08T00:00:00Z 2014 12 2014-12-08T00:00:00Z   2025-05-21T07:30:28Z   0 0 0900006481966947
NRC-2014-0240-0001 NRC Mitigation of Beyond-Design-Basis Events (MBDBE) NRC-2014-0240 Preliminary Proposed Rule Language for Mitigation of Beyond-Design-Basis Events Rulemaking Other   2014-11-13T00:00:00Z 2014 11 2014-11-13T00:00:00Z   2025-05-21T07:30:39Z   0 0 090000648192bfad

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