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

11 rows where agency_id = "SBA", document_type = "Proposed Rule" and posted_year = 2024 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2024 · 11 ✖

document_type 1

  • Proposed Rule · 11 ✖

agency_id 1

  • SBA · 11 ✖
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
SBA-2024-0010-0001 SBA Government Contracting: Subcontracting Program SBA-2024-0010 Government Contracting: Subcontracting Program Proposed Rule   2024-12-19T05:00:00Z 2024 12 2024-12-19T05:00:00Z 2025-02-19T04:59:59Z 2025-02-19T02:00:43Z 2024-29267 0 0 090000648687e303
SBA-2023-0009-0001 SBA Surety Bond Guarantee Program: Streamlining and Modernizing SBA-2023-0009 Surety Bond Guarantee Program: Streamlining and Modernizing Proposed Rule   2024-11-19T05:00:00Z 2024 11 2024-11-19T05:00:00Z 2025-01-22T04:59:59Z 2025-01-22T02:00:51Z 2024-26831 0 0 090000648682789b
SBA-2024-0002-0001 SBA Small Business Contracting: Increasing Small Business Participation on Multiple Award Contracts SBA-2024-0002 Small Business Contracting: Increasing Small Business Participation on Multiple Award Contracts Proposed Rule   2024-10-25T04:00:00Z 2024 10 2024-10-25T04:00:00Z 2024-12-25T04:59:59Z 2024-12-26T02:00:56Z 2024-24716 0 0 09000064867e379b
SBA-2023-0012-0008 SBA ALP Express Pilot to Permanent Status SBA-2023-0012 Accredited Lenders Program Express Pilot to Permanent Status Proposed Rule   2024-10-24T04:00:00Z 2024 10 2024-10-24T04:00:00Z 2024-11-26T04:59:59Z 2024-11-26T02:00:33Z 2024-24753 0 0 09000064867e0fae
SBA_FRDOC_0001-0495 SBA Recently Posted SBA Rules and Notices. SBA_FRDOC_0001 HUBZone Program Updates and Clarifications and Potential Reforms Proposed Rule   2024-09-19T04:00:00Z 2024 9 2024-09-19T04:00:00Z 2024-10-08T03:59:59Z 2024-10-09T01:00:53Z 2024-21362 0 0 090000648674c889
SBA_FRDOC_0001-0493 SBA Recently Posted SBA Rules and Notices. SBA_FRDOC_0001 Hearings, Meetings, Proceedings, etc.: Tribal Consultation for HUBZone Program Updates and Clarifications and Potential Reforms Proposed Rule   2024-09-06T04:00:00Z 2024 9 2024-09-06T04:00:00Z   2024-09-06T12:09:40Z 2024-19859 0 0 09000064866cafec
SBA-2024-0007-0002 SBA HUBZone Program Updates and Clarifications, and Clarifications to Other Small Business Programs SBA-2024-0007 HUBZone Program Updates and Clarifications, and Clarifications to Other Small Business Programs Proposed Rule   2024-08-23T04:00:00Z 2024 8 2024-08-23T04:00:00Z 2024-10-08T03:59:59Z 2024-10-09T01:01:04Z 2024-18325 0 0 090000648666c3b0
SBA_FRDOC_0001-0490 SBA Recently Posted SBA Rules and Notices. SBA_FRDOC_0001 Semiannual Regulatory Agenda Proposed Rule   2024-08-16T04:00:00Z 2024 8 2024-08-16T04:00:00Z   2024-08-16T12:32:08Z 2024-16463 0 0 090000648664daee
SBA-2024-0007-0001 SBA HUBZone Program Updates and Clarifications, and Clarifications to Other Small Business Programs SBA-2024-0007 Hearings, Meetings, Proceedings, etc.: Tribal Consultation for HUBZone Program Updates and Clarifications and Potential Reforms Proposed Rule   2024-07-22T00:00:00Z 2024 7     2024-09-14T20:43:22Z   0 1 09000064865fda43
SBA-2024-0004-0001 SBA Women-Owned Small Business Federal Contract Program Updates and Clarifications SBA-2024-0004 Women-Owned Small Business Federal Contract Program Updates and Clarifications Proposed Rule   2024-05-16T04:00:00Z 2024 5 2024-05-16T04:00:00Z 2024-07-16T03:59:59Z 2024-07-13T01:01:01Z 2024-10518 0 0 0900006486569500
SBA_FRDOC_0001-0474 SBA Recently Posted SBA Rules and Notices. SBA_FRDOC_0001 Semiannual Regulatory Agenda Proposed Rule   2024-02-09T05:00:00Z 2024 2 2024-02-09T05:00:00Z   2024-02-09T14:49:41Z 2024-00460 0 0 09000064863f7d45

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