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

8 rows where agency_id = "SSA", document_type = "Proposed Rule" and posted_year = 2023 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2023 · 8 ✖

document_type 1

  • Proposed Rule · 8 ✖

agency_id 1

  • SSA · 8 ✖
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
SSA-2023-0024-0091 SSA Intermediate Improvement to the Disability Adjudication Process: Including How We Consider Past Work SSA-2023-0024 Intermediate Improvement to the Disability Adjudication Process; Including How We Consider Past Work: Correction Proposed Rule   2023-12-01T05:00:00Z 2023 12 2023-12-01T05:00:00Z   2023-12-01T13:55:06Z 2023-26180 0 0 09000064862d1ce5
SSA-2023-0024-0001 SSA Intermediate Improvement to the Disability Adjudication Process: Including How We Consider Past Work SSA-2023-0024 Intermediate Improvement to the Disability Adjudication Process: Including How We Consider Past Work Proposed Rule   2023-09-29T04:00:00Z 2023 9 2023-09-29T04:00:00Z 2023-11-29T04:59:59Z 2023-11-30T02:00:29Z 2023-21557 0 0 090000648600f2ac
SSA-2023-0015-0001 SSA Expand the Definition of a Public Assistance Household SSA-2023-0015 Expand the Definition of a Public Assistance Household Proposed Rule   2023-09-29T04:00:00Z 2023 9 2023-09-29T04:00:00Z 2023-11-29T04:59:59Z 2024-01-04T02:00:43Z 2023-21550 0 0 090000648600f17d
SSA-2023-0010-0001 SSA Expansion of the Rental Subsidy Policy for Supplemental Security Income (SSI) Applicants and Recipients SSA-2023-0010 Expansion of the Rental Subsidy Policy for Supplemental Security Income (SSI) Applicants and Recipients Proposed Rule   2023-08-24T04:00:00Z 2023 8 2023-08-24T04:00:00Z 2023-10-24T03:59:59Z 2023-12-30T02:00:56Z 2023-18213 0 0 0900006485ee0ae5
SSA-2023-0018-0001 SSA Changes to the Administrative Rules for Claimant Representation and Provisions for Direct Payment to Entities SSA-2023-0018 Changes to the Administrative Rules for Claimant Representation and Provisions for Direct Payment to Entities Proposed Rule   2023-08-04T04:00:00Z 2023 8 2023-08-04T04:00:00Z 2023-10-04T03:59:59Z 2023-10-04T01:03:38Z 2023-16405 0 0 0900006485dc5bc4
SSA-2021-0049-0001 SSA Availability of Information and Records to the Public SSA-2021-0049 Availability of Information and Records to the Public Proposed Rule   2023-06-06T04:00:00Z 2023 6 2023-06-06T04:00:00Z 2023-08-08T03:59:59Z 2023-08-08T01:03:00Z 2023-09824 0 0 0900006485ac47d8
SSA-2022-0013-0001 SSA Manner of Appearance at Hearings SSA-2022-0013 Setting the Manner of Appearance of Parties and Witnesses at Hearings Proposed Rule   2023-05-19T04:00:00Z 2023 5 2023-05-19T04:00:00Z 2023-07-19T03:59:59Z 2023-11-04T01:03:43Z 2023-10564 0 0 0900006485a22b58
SSA-2021-0014-0001 SSA Omitting Food From In-Kind Support and Maintenance Calculations SSA-2021-0014 Omitting Food From In-Kind Support and Maintenance Calculations Proposed Rule   2023-02-15T05:00:00Z 2023 2 2023-02-15T05:00:00Z 2023-04-18T03:59:59Z 2023-04-22T01:00:58Z 2023-02731 0 0 090000648569e6ee

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