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

10 rows where agency_id = "HUD", document_type = "Proposed Rule" and posted_year = 2009 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2009 · 10 ✖

document_type 1

  • Proposed Rule · 10 ✖

agency_id 1

  • HUD · 10 ✖
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
HUD-2009-0155-0001 HUD FR–5271–P–01 SAFE Mortgage Licensing Act: HUD Responsibilities Under the SAFE Act HUD-2009-0155 FR–5271–P–01 SAFE Mortgage Licensing Act: HUD Responsibilities Under the SAFE Act Proposed Rule   2009-12-15T00:00:00Z 2009 12     2025-05-21T09:03:34Z E9-29708 0 0 0900006480a6b033
HUD-2009-0149-0001 HUD FR–5246–P–01 Housing Trust Fund; Allocation Formula HUD-2009-0149 FR–5246–P–01 Housing Trust Fund; Allocation Formula Proposed Rule   2009-12-04T00:00:00Z 2009 12 2009-12-04T00:00:00Z 2010-02-03T04:59:59Z 2025-05-21T09:03:38Z E9-28984 0 0 0900006480a62bd9
HUD-2009-0148-0001 HUD FR 5356–P–01 Federal Housing Administration: Continuation of FHA Reform; Strengthening Risk Management through Responsible FHA-Approved Lenders HUD-2009-0148 FR-5356–P–01 Federal Housing Administration: Continuation of FHA Reform; Strengthening Risk Management through Responsible FHA-Approved Lenders Proposed Rule   2009-11-30T00:00:00Z 2009 11 2009-11-30T00:00:00Z 2009-12-31T04:59:59Z 2025-05-21T09:03:41Z E9-28335 0 0 0900006480a60304
HUD-2009-0131-0002 HUD FR–5290–P–01 Prohibition of the Escrowing of Tax Credit Equity HUD-2009-0131 FR–5290–P–01 Prohibition of the Escrowing of Tax Credit Equity; Correction Proposed Rule   2009-10-26T00:00:00Z 2009 10 2009-10-26T00:00:00Z   2025-05-21T09:03:57Z Z9-24338 0 0 0900006480a4b7c1
HUD-2009-0132-0001 HUD FR–5232–P–01 Regulatory Reporting Requirements for the Indian Community Development Block Grant Program HUD-2009-0132 FR–5232–P–01 Regulatory Reporting Requirements for the Indian Community Development Block Grant Program Proposed Rule   2009-10-23T00:00:00Z 2009 10 2009-10-23T00:00:00Z 2009-12-23T04:59:59Z 2025-05-21T09:03:57Z E9-25569 0 0 0900006480a49b48
HUD-2009-0144-0001 HUD FR–5351–P–01 Refinement of Income and Rent Determination Requirements in Public and Assisted Housing Programs: Implementation of Enterprise Income Verification HUD-2009-0144 FR–5351–P–01 Refinement of Income and Rent Determination Requirements in Public and Assisted Housing Programs: Implementation of Enterprise Income Verification Proposed Rule   2009-10-15T12:29:41Z 2009 10 2009-11-13T00:00:00Z 2009-11-17T04:59:59Z 2025-05-21T09:03:59Z E9-24809 0 0 0900006480a57104
HUD-2009-0032-0059 HUD FR–4998–N–03 Refinement of Income and Rent Determination Requirements in Public and Assisted Housing Programs: Proposed Delay of Effective Date HUD-2009-0032 FR–5351–P–01 Refinement of Income and Rent Determination Requirements in Public and Assisted Housing Programs: Implementation of Enterprise Income Verification Proposed Rule   2009-10-15T00:00:00Z 2009 10     2025-05-21T09:03:59Z   0 1 0900006480a42254
HUD-2009-0131-0001 HUD FR–5290–P–01 Prohibition of the Escrowing of Tax Credit Equity HUD-2009-0131 FR–5290–P–01 Prohibition of the Escrowing of Tax Credit Equity Proposed Rule   2009-10-09T00:00:00Z 2009 10 2009-10-09T00:00:00Z 2009-12-09T04:59:59Z 2025-05-21T09:04:01Z E9-24338 0 0 0900006480a3f1bf
HUD-2009-0076-0001 HUD Executive Compensation HUD-2009-0076 Executive Compensation Proposed Rule   2009-06-05T00:00:00Z 2009 6 2009-06-05T00:00:00Z 2009-08-05T03:59:59Z 2025-05-21T09:04:37Z E9-13117 0 0 09000064809c6824
HUD-2009-0032-0001 HUD FR–4998–N–03 Refinement of Income and Rent Determination Requirements in Public and Assisted Housing Programs: Proposed Delay of Effective Date HUD-2009-0032 FR–4998–N–03 Refinement of Income and Rent Determination Requirements in Public and Assisted Housing Programs; Proposed Delay of Effective Date Proposed Rule   2009-02-11T00:00:00Z 2009 2 2009-02-11T00:00:00Z 2009-03-14T03:59:59Z 2025-05-21T09:05:29Z E9-03004 0 0 0900006480852453

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