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

6 rows where agency_id = "SBA", document_type = "Notice" and posted_year = 2017 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2017 · 6 ✖

document_type 1

  • Notice · 6 ✖

agency_id 1

  • SBA · 6 ✖
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-2017-0010-0001 SBA Request for Comments on Small Business Administration Draft FY 2018-2022 Strategic Plan SBA-2017-0010 Strategic plan notice Notice   2017-11-03T04:00:00Z 2017 11 2017-11-03T04:00:00Z 2017-12-01T04:59:59Z 2017-12-01T02:02:54Z   0 0 0900006482c3e89d
SBA-2017-0005-0114 SBA Reducing Unnecessary Regulatory Burden SBA-2017-0005 Request for information; extension of comment period 2017-22130 Notice   2017-10-13T04:00:00Z 2017 10 2017-10-13T04:00:00Z 2017-11-16T04:59:59Z 2018-01-17T02:03:31Z 2017-22130 0 0 0900006482bc6d50
SBA-2017-0006-0001 SBA Notice of Intent to Waive the Nonmanufacturer Rule for Positive Airway Pressure Devices and Supplies Manufacturing SBA-2017-0006 Nonmanufacturer waiver Notice   2017-09-18T04:00:00Z 2017 9 2017-09-18T04:00:00Z 2017-10-19T03:59:59Z 2017-10-13T01:07:08Z   0 0 0900006482b47e99
SBA-2017-0005-0001 SBA Reducing Unnecessary Regulatory Burden SBA-2017-0005 Reducing Unnecessary Regulatory Burden notice Notice   2017-08-15T04:00:00Z 2017 8 2017-08-15T04:00:00Z 2017-10-17T03:59:59Z 2017-10-17T01:02:08Z   0 0 0900006482a2fdf3
SBA-2017-0002-0002 SBA Small Business Size Standards: Waiver of the Nonmanufacturer Rule; Notice of intent to terminate the class waiver to the Nonmanufacturer Rule for Rubber Gloves SBA-2017-0002 Nonmanufacturer rule waiver Notice   2017-04-21T04:00:00Z 2017 4 2017-04-21T04:00:00Z   2017-04-21T12:14:41Z   0 0 0900006482565562
SBA-2017-0002-0001 SBA Small Business Size Standards: Waiver of the Nonmanufacturer Rule; Notice of intent to terminate the class waiver to the Nonmanufacturer Rule for Rubber Gloves SBA-2017-0002 Nonmanufacturer waiver rubber gloves Notice   2017-03-20T04:00:00Z 2017 3 2017-03-20T04:00:00Z 2017-03-30T03:59:59Z 2017-03-20T13:05:56Z   0 0 0900006482513329

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