documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "SBA-2014-0006" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- SBA 7
| 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-2014-0006-0223 | SBA | Small Business Government Contracting and National Defense Authorization Act of 2013 Amendments SBA-2014-0006 | Small Business Government Contracting and National Defense Authorization Act Amendments | Rule | 2016-09-30T04:00:00Z | 2016 | 9 | 2016-09-30T04:00:00Z | 2016-10-25T12:33:25Z | 2016-23374 | 0 | 0 | 0900006482284c58 | ||
| SBA-2014-0006-0222 | SBA | Small Business Government Contracting and National Defense Authorization Act of 2013 Amendments SBA-2014-0006 | Small Business Government Contracting and National Defense Authorization Act of 2013 Amendments | Rule | 2016-05-31T04:00:00Z | 2016 | 5 | 2016-05-31T04:00:00Z | 2016-05-31T13:09:27Z | 2016-12494 | 0 | 0 | 0900006481fff886 | ||
| SBA-2014-0006-0221 | SBA | Small Business Government Contracting and National Defense Authorization Act of 2013 Amendments SBA-2014-0006 | Tribal Consultation Washington DC | Supporting & Related Material | 2015-08-18T04:00:00Z | 2015 | 8 | 2015-08-18T13:17:17Z | 0 | 0 | 0900006481c26ea6 | ||||
| SBA-2014-0006-0220 | SBA | Small Business Government Contracting and National Defense Authorization Act of 2013 Amendments SBA-2014-0006 | Transcript of Proceedings April 22, 2015 8(a) Alaska | Supporting & Related Material | 2015-08-18T04:00:00Z | 2015 | 8 | 2015-08-18T13:14:14Z | 0 | 0 | 0900006481c26ea5 | ||||
| SBA-2014-0006-0219 | SBA | Small Business Government Contracting and National Defense Authorization Act of 2013 Amendments SBA-2014-0006 | Transcript of Proceedings April 20 2015 - Cond | Supporting & Related Material | 2015-05-20T04:00:00Z | 2015 | 5 | 2015-05-20T16:54:45Z | 0 | 0 | 0900006481aec23b | ||||
| SBA-2014-0006-0178 | SBA | Small Business Government Contracting and National Defense Authorization Act of 2013 Amendments SBA-2014-0006 | Small Business Government Contracting and National Defense Authorization Act of 2013 | Proposed Rule | 2015-03-09T04:00:00Z | 2015 | 3 | 2015-03-09T04:00:00Z | 2015-04-07T03:59:59Z | 2015-05-01T02:02:16Z | 2015-05316 | 0 | 0 | 0900006481a342a1 | |
| SBA-2014-0006-0001 | SBA | Small Business Government Contracting and National Defense Authorization Act of 2013 Amendments SBA-2014-0006 | Small Business Government Contracting and National Defense Authorization Act of 2013 | Proposed Rule | 2014-12-29T05:00:00Z | 2014 | 12 | 2014-12-29T05:00:00Z | 2015-04-07T03:59:59Z | 2015-05-03T02:25:42Z | 2014-29753 | 0 | 0 | 090000648199650d |
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;