documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "NRC-2002-0018" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
agency_id 1
- NRC 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| NRC-2002-0018-0028 | NRC | Nuclear Energy Institute - Large Break Loss of Coolant Accident Redefinition NRC-2002-0018 | Petition for Rulemaking: Large Break Loss-of-Coolant Accident Redefinition; Denial | Proposed Rule | 2020-12-17T00:00:00Z | 2020 | 12 | 2020-12-17T00:00:00Z | 2025-05-21T06:41:19Z | 2020-27364 | 0 | 0 | 09000064849a451a | ||
| NRC-2002-0018-0027 | NRC | Nuclear Energy Institute - Large Break Loss of Coolant Accident Redefinition NRC-2002-0018 | E-mail to Doug True - Status Update of PRM-50-75 | Supporting & Related Material | 2019-09-11T00:00:00Z | 2019 | 9 | 2025-05-21T07:00:04Z | 0 | 0 | 0900006483f3ed0a | ||||
| NRC-2002-0018-0026 | NRC | Nuclear Energy Institute - Large Break Loss of Coolant Accident Redefinition NRC-2002-0018 | E-mail to Doug True - Status Update of PRM-50-75 | Supporting & Related Material | 2018-12-10T00:00:00Z | 2018 | 12 | 2025-05-21T07:07:10Z | 0 | 0 | 0900006483975ce1 | ||||
| NRC-2002-0018-0025 | NRC | Nuclear Energy Institute - Large Break Loss of Coolant Accident Redefinition NRC-2002-0018 | Risk-Informed Changes to Loss-of-Coolant Accident Technical Requirements; Rulemaking Activity; Discontinuation | Proposed Rule | 2016-10-06T00:00:00Z | 2016 | 10 | 2025-05-21T07:15:49Z | 2016-24189 | 0 | 0 | 090000648229f07d | |||
| NRC-2002-0018-0024 | NRC | Nuclear Energy Institute - Large Break Loss of Coolant Accident Redefinition NRC-2002-0018 | Anthony R. Pietrangelo, Nuclear Energy Institute; Consideration of Petition in the Rulemaking Process; Correction | Proposed Rule | Correction | 2008-11-18T00:00:00Z | 2008 | 11 | 2025-05-21T09:06:01Z | E8-27304 | 0 | 0 | 09000064807af971 | ||
| NRC-2002-0018-0023 | NRC | Nuclear Energy Institute - Large Break Loss of Coolant Accident Redefinition NRC-2002-0018 | Anthony R. Pietrangelo, Nuclear Energy Institute; Consideration of Petition in the Rulemaking Process | Proposed Rule | Resolution of PRM | 2008-11-06T00:00:00Z | 2008 | 11 | 2025-05-21T09:06:16Z | E8-26463 | 0 | 0 | 0900006480797b36 | ||
| NRC-2002-0018-0020 | NRC | Nuclear Energy Institute - Large Break Loss of Coolant Accident Redefinition NRC-2002-0018 | Federal Register Notice - Notice of Receipt of Petition for Rulemaking | Proposed Rule | Petition for Rulemaking | 2002-04-08T11:40:38Z | 2002 | 4 | 2002-04-08T11:40:38Z | 2002-06-25T03:59:59Z | 2025-05-21T09:20:51Z | 0 | 0 | 0900006480548cc2 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;