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 = "Rule" and posted_year = 2014 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, comment_start_date, 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_FRDOC_0001-0220 | SBA | Recently Posted SBA Rules and Notices. SBA_FRDOC_0001 | Uniform Administrative Requirements, Cost Principles, and Audit Requirements for Federal Awards: Federal Awarding Agency Regulatory Implementation | Rule | 2014-12-19T05:00:00Z | 2014 | 12 | 2014-12-19T05:00:00Z | 2015-02-18T04:59:59Z | 2014-12-19T14:25:06Z | 2014-28697 | 0 | 0 | 0900006481985ecd | |
| SBA-2012-0014-0005 | SBA | Small Business Size Standards: Adoption of 2012 North American Industry Classification System for Size Standards SBA-2012-0014 | Small Business Size Standards: Adoption of 2012 North American Industry Classification System for Size Standards; Correction | Rule | 2014-12-02T05:00:00Z | 2014 | 12 | 2014-12-02T05:00:00Z | 2014-12-02T13:51:09Z | 2014-28329 | 0 | 0 | 0900006481953f19 | ||
| SBA-2013-0013-0003 | SBA | Small Business Investment Companies: Investments in Passive Businesses SBA-2013-0013 | Small Business Investment Companies: Investments in Passive Businesses | Rule | 2014-10-21T04:00:00Z | 2014 | 10 | 2014-10-21T04:00:00Z | 2015-09-16T13:51:23Z | 2014-24803 | 0 | 0 | 09000064818e492a | ||
| SBA-2014-0009-0001 | SBA | Small Business Size Standards: Inflation Adjustments to Monetary Based Size Standards SBA-2014-0009 | Small Business Size Standards: Inflation Adjustment to Monetary Based Size Standards | Rule | 2014-06-12T04:00:00Z | 2014 | 6 | 2014-06-12T04:00:00Z | 2014-08-12T03:59:59Z | 2014-09-17T01:09:18Z | 2014-12868 | 0 | 0 | 0900006481740b9d | |
| SBA-2011-0011-0030 | SBA | Acquisition Process: Task and Delivery Order Contracts, Bundling, Consolidation SBA-2011-0011 | Acquisition Process: Task and Delivery Order Contracts, Bundling, Consolidation; Correction | Rule | 2014-06-03T04:00:00Z | 2014 | 6 | 2014-06-03T04:00:00Z | 2016-10-25T12:25:45Z | 2014-12609 | 0 | 0 | 090000648172586d | ||
| SBA-2011-0009-0110 | SBA | Small Business Subcontracting SBA-2011-0009 | Small Business Subcontracting; Corrections | Rule | 2014-05-23T04:00:00Z | 2014 | 5 | 2014-05-23T04:00:00Z | 2014-05-23T13:32:06Z | 2014-11986 | 0 | 0 | 090000648170f25c | ||
| SBA-2013-0012-0001 | SBA | Disaster Assistance Loan Program; Disaster Loan Credit and Collateral Requirements SBA-2013-0012 | Disaster Assistance Loan Program: Disaster Loan Credit and Collateral Requirements | Rule | 2014-04-25T04:00:00Z | 2014 | 4 | 2014-04-25T04:00:00Z | 2014-06-24T03:59:59Z | 2014-05-08T14:24:54Z | 2014-09183 | 0 | 0 | 09000064816cb2f9 | |
| SBA-2012-0018-0102 | SBA | 504 and 7(a) Loan Programs Updates SBA-2012-0018 | 504 and 7(a) Loan Programs Updates | Rule | 2014-03-21T04:00:00Z | 2014 | 3 | 2014-03-21T04:00:00Z | 2015-09-16T14:08:33Z | 2014-06237 | 0 | 0 | 0900006481675142 | ||
| SBA-2013-0009-0002 | SBA | Surety Bond Guarantee Program SBA-2013-0009 | Surety Bond Guarantee Program | Rule | 2014-01-13T05:00:00Z | 2014 | 1 | 2014-01-13T05:00:00Z | 2015-09-16T13:48:35Z | 2014-00295 | 0 | 0 | 090000648150350d | ||
| SBA-2012-0011-0083 | SBA | Small Business Innovation Research Program Policy Directive SBA-2012-0011 | Small Business Innovation Research Program Policy Directive | Rule | 2014-01-08T05:00:00Z | 2014 | 1 | 2014-01-08T05:00:00Z | 2014-01-08T14:49:00Z | 2013-31374 | 0 | 0 | 09000064814f41f2 | ||
| SBA-2012-0012-0048 | SBA | Small Business Technology Transfer Program Policy Directive SBA-2012-0012 | Small Business Technology Transfer Program Policy Directive | Rule | 2014-01-08T05:00:00Z | 2014 | 1 | 2014-01-08T05:00:00Z | 2014-01-08T14:50:21Z | 2013-31376 | 0 | 0 | 09000064814f4286 |
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;