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

12 rows where docket_id = "SBA_FRDOC_0001" and posted_year = 2024 sorted by posted_date descending

✎ View and edit SQL

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

  • Rule 8
  • Proposed Rule 4

posted_year 1

  • 2024 · 12 ✖

agency_id 1

  • SBA 12
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_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-0494 SBA Recently Posted SBA Rules and Notices. SBA_FRDOC_0001 Small Business Size Standards: Revised Methodology Rule   2024-09-12T04:00:00Z 2024 9 2024-09-12T04:00:00Z   2024-09-12T12:28:46Z 2024-20228 0 0 09000064866ee97d
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_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_FRDOC_0001-0488 SBA Recently Posted SBA Rules and Notices. SBA_FRDOC_0001 Clarification to Direct Final Rule on Eliminating Self-Certification for Service-Disabled Veteran-Owned Small Businesses Rule   2024-08-01T04:00:00Z 2024 8 2024-08-01T04:00:00Z   2024-08-01T12:12:43Z 2024-16961 0 0 09000064866113e8
SBA_FRDOC_0001-0483 SBA Recently Posted SBA Rules and Notices. SBA_FRDOC_0001 Civil Monetary Penalty Inflation Adjustment Rule   2024-06-05T04:00:00Z 2024 6 2024-06-05T04:00:00Z   2024-06-05T11:58:10Z 2024-12282 0 0 0900006486596f22
SBA_FRDOC_0001-0480 SBA Recently Posted SBA Rules and Notices. SBA_FRDOC_0001 Criminal Justice Reviews for the Business Loan Programs, Disaster Loan Programs, and Surety Bond Guaranty Program Rule   2024-04-30T04:00:00Z 2024 4 2024-04-30T04:00:00Z   2024-04-30T12:11:21Z 2024-09009 0 0 09000064865273fe
SBA_FRDOC_0001-0479 SBA Recently Posted SBA Rules and Notices. SBA_FRDOC_0001 Ownership and Control and Contractual Assistance Requirement for the 8(a) Business Development Program; Correction Rule   2024-03-28T04:00:00Z 2024 3 2024-03-28T04:00:00Z   2024-03-28T12:10:54Z 2024-05977 0 0 090000648649f2ce
SBA_FRDOC_0001-0478 SBA Recently Posted SBA Rules and Notices. SBA_FRDOC_0001 Hearings, Meetings, Proceedings, etc.: Reinvestor Small Business Investment Company License Educational Public Webinar Rule   2024-03-13T04:00:00Z 2024 3 2024-03-13T04:00:00Z   2024-03-13T12:17:06Z 2024-05266 0 0 0900006486478232
SBA_FRDOC_0001-0477 SBA Recently Posted SBA Rules and Notices. SBA_FRDOC_0001 Small Business Development Centers: Correction Rule   2024-03-12T04:00:00Z 2024 3 2024-03-12T04:00:00Z   2024-03-12T12:17:10Z 2024-05146 0 0 09000064864743e3
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
SBA_FRDOC_0001-0473 SBA Recently Posted SBA Rules and Notices. SBA_FRDOC_0001 Small Business Investment Company Investment Diversification and Growth; Correction Rule   2024-01-29T05:00:00Z 2024 1 2024-01-29T05:00:00Z   2024-01-29T13:16:32Z 2024-01629 0 0 09000064863cdc08

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