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

13 rows where agency_id = "OFAC", document_type = "Rule" and posted_year = 2011 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, posted_date, posted_month, comment_start_date, last_modified, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2011 · 13 ✖

document_type 1

  • Rule · 13 ✖

agency_id 1

  • OFAC · 13 ✖
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
OFAC_FRDOC_0001-0289 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Sudanese Sanctions Rule   2011-12-08T05:00:00Z 2011 12 2011-12-08T05:00:00Z   2011-12-08T13:16:39Z 2011-31557 0 0 0900006480f7e00d
OFAC_FRDOC_0001-0275 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Sudanese Sanctions; Iranian Transactions Rule   2011-10-12T04:00:00Z 2011 10 2011-10-12T04:00:00Z   2011-10-12T12:50:33Z 2011-26175 0 0 0900006480f50fc1
OFAC_FRDOC_0001-0273 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Sudanese Sanctions; Iranian Transactions Rule   2011-10-12T04:00:00Z 2011 10 2011-10-12T04:00:00Z   2011-10-12T12:47:49Z 2011-26176 0 0 0900006480f50ef9
OFAC_FRDOC_0001-0243 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Libyan Sanctions Regulations Rule   2011-07-01T04:00:00Z 2011 7 2011-07-01T04:00:00Z   2011-07-11T15:01:30Z 2011-16621 0 0 0900006480eb8331
OFAC_FRDOC_0001-0242 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Specially Designated Nationals and Blocked Persons; Blocked Vessels; Persons Determined to be Government of Iran: Alphabetical Listings Rule   2011-06-30T04:00:00Z 2011 6 2011-06-30T04:00:00Z   2011-07-11T15:01:30Z 2011-16463 0 0 0900006480eb7403
OFAC_FRDOC_0001-0238 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Western Balkans Stabilization Regulations Rule   2011-06-29T04:00:00Z 2011 6 2011-06-29T04:00:00Z   2011-07-11T15:01:30Z 2011-15643 0 0 0900006480eb64ce
OFAC_FRDOC_0001-0239 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Removal of Certain Sanctions Regulations Relating to the Former Federal Republic of Yugoslavia Rule   2011-06-29T04:00:00Z 2011 6 2011-06-29T04:00:00Z   2011-07-11T15:01:30Z 2011-15638 0 0 0900006480eb654f
OFAC_FRDOC_0001-0232 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 North Korea Sanctions Regulations Rule   2011-06-20T04:00:00Z 2011 6 2011-06-20T04:00:00Z   2011-07-11T15:01:30Z 2011-15166 0 0 0900006480e68f3c
OFAC_FRDOC_0001-0233 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Foreign Assets Control Regulations: Transaction Control Regulations (Regulations Prohibiting Transactions Involving Shipment of Certain Merchandise Between Foreign Countries) Rule   2011-06-20T04:00:00Z 2011 6 2011-06-20T04:00:00Z   2011-07-11T15:01:30Z 2011-15168 0 0 0900006480e6902e
OFAC_FRDOC_0001-0230 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Taliban (Afghanistan) Sanctions Regulations Rule   2011-06-01T04:00:00Z 2011 6 2011-06-01T04:00:00Z   2011-07-11T15:01:29Z 2011-13581 0 0 0900006480e38d6b
OFAC_FRDOC_0001-0205 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Iranian Human Rights Abuses Sanctions Regulations Rule   2011-02-11T05:00:00Z 2011 2 2011-02-11T05:00:00Z   2011-07-11T15:01:27Z 2011-03040 0 0 0900006480bec874
OFAC_FRDOC_0001-0200 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Belarus Sanctions Regulations Rule   2011-02-01T05:00:00Z 2011 2 2011-02-01T05:00:00Z   2011-07-11T15:01:27Z 2011-02178 0 0 0900006480bd7ab0
OFAC_FRDOC_0001-0199 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Cuban Assets Control Regulations Rule   2011-01-28T05:00:00Z 2011 1 2011-01-28T05:00:00Z   2011-07-11T15:01:27Z 2011-01969 0 0 0900006480bd50a7

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