documents
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 = 2016 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: docket_id, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-2016-0010-0001 | SBA | Small Business Investment Companies--Administrative Fees SBA-2016-0010 | Small Business Investment Companies-Administrative Fees | Proposed Rule | 2016-12-16T05:00:00Z | 2016 | 12 | 2016-12-16T05:00:00Z | 2017-02-15T04:59:59Z | 2017-02-15T02:01:48Z | 2016-30104 | 0 | 0 | 09000064824143d8 | |
| SBA-2015-0007-0010 | SBA | Office of Women Owned Business: Women's Business Center Program SBA-2015-0007 | Office of Women's Business Ownership: Women's Business Center Program | Proposed Rule | 2016-11-22T05:00:00Z | 2016 | 11 | 2016-11-22T05:00:00Z | 2017-01-24T04:59:59Z | 2017-01-25T02:02:08Z | 2016-27376 | 0 | 0 | 09000064823ad26b | |
| SBA-2016-0009-0001 | SBA | Rules of Procedure Governing Cases Before the Office of Hearings and Appeals SBA-2016-0009 | Rules of Procedure Governing Cases before the Office of Hearings and Appeals | Proposed Rule | 2016-10-07T04:00:00Z | 2016 | 10 | 2016-10-07T04:00:00Z | 2016-12-07T04:59:59Z | 2016-12-07T14:07:21Z | 2016-24231 | 0 | 0 | 09000064822a9f0f | |
| SBA-2015-0002-0010 | SBA | Small Business Investment Companies--Early Stage SBA-2015-0002 | Small Business Investment Companies-Early Stage; Meetings | Proposed Rule | 2016-10-05T04:00:00Z | 2016 | 10 | 2016-10-05T04:00:00Z | 2016-10-11T12:35:30Z | 2016-24031 | 0 | 0 | 090000648229a5d3 | ||
| SBA-2015-0003-0844 | SBA | Small Business Timber Set Aside Program SBA-2015-0003 | Small Business Timber Set-Aside Program | Proposed Rule | 2016-09-27T04:00:00Z | 2016 | 9 | 2016-09-27T04:00:00Z | 2016-11-29T04:59:59Z | 2017-01-07T02:02:28Z | 2016-22861 | 0 | 0 | 090000648227063c | |
| SBA-2015-0002-0009 | SBA | Small Business Investment Companies--Early Stage SBA-2015-0002 | Small Business Investment Companies; Early Stage Initiative | Proposed Rule | 2016-09-19T04:00:00Z | 2016 | 9 | 2016-09-19T04:00:00Z | 2016-10-20T03:59:59Z | 2016-10-20T13:01:46Z | 2016-21509 | 0 | 0 | 090000648222617d | |
| SBA-2016-0008-0001 | SBA | Miscellaneous Amendments to Business Loan Programs and Surety Bond Guarantee Program SBA-2016-0008 | Miscellaneous Amendments to Business Loan and Surety Bond Guarantee Programs | Proposed Rule | 2016-08-09T04:00:00Z | 2016 | 8 | 2016-08-09T04:00:00Z | 2016-10-12T03:59:59Z | 2016-10-20T01:01:07Z | 2016-18044 | 0 | 0 | 090000648216090b | |
| SBA_FRDOC_0001-0256 | SBA | Recently Posted SBA Rules and Notices. SBA_FRDOC_0001 | Semiannual Regulatory Agenda | Proposed Rule | 2016-06-09T04:00:00Z | 2016 | 6 | 2016-06-09T04:00:00Z | 2016-06-09T13:56:03Z | 2016-12927 | 0 | 0 | 0900006482025c81 | ||
| SBA-2016-0003-0001 | SBA | Disaster Assistance Loan Program; Disaster Loan Mitigation, Contractor Malfeasance and Secured Threshold SBA-2016-0003 | Disaster Assistance Loan Program: Disaster Loan Mitigation, Contractor Malfeasance and Secured Threshold | Proposed Rule | 2016-04-06T04:00:00Z | 2016 | 4 | 2016-04-06T04:00:00Z | 2016-06-07T03:59:59Z | 2016-04-06T13:19:12Z | 2016-07750 | 0 | 0 | 0900006481f2e2dc | |
| SBA-2016-0002-0001 | SBA | Small Business Investment Company Program--Impact SBICs SBA-2016-0002 | Small Business Investment Company Program-Impact SBICs | Proposed Rule | 2016-02-03T05:00:00Z | 2016 | 2 | 2016-02-03T05:00:00Z | 2016-03-05T04:59:59Z | 2016-03-05T04:00:37Z | 2016-01986 | 0 | 0 | 0900006481e4a64d | |
| SBA-2016-0001-0001 | SBA | Economic Development Investments for Certified Development Companies SBA-2016-0001 | Economic Development Investments for Certified Development Companies | Proposed Rule | 2016-01-15T05:00:00Z | 2016 | 1 | 2016-01-15T05:00:00Z | 2016-03-16T03:59:59Z | 2016-04-13T15:00:45Z | 2016-00731 | 0 | 0 | 0900006481e11c17 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;