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

12 rows where agency_id = "OFAC", document_type = "Rule" and posted_year = 2019 sorted by posted_date descending

✎ View and edit SQL

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)

posted_year 1

  • 2019 · 12 ✖

document_type 1

  • Rule · 12 ✖

agency_id 1

  • OFAC · 12 ✖
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-1105 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Venezuela Sanctions Regulations Rule   2019-11-22T05:00:00Z 2019 11 2019-11-22T05:00:00Z   2019-11-22T13:12:06Z 2019-25343 0 0 0900006484197fec
OFAC_FRDOC_0001-1088 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Cuban Assets Control Regulations Rule   2019-09-09T04:00:00Z 2019 9 2019-09-09T04:00:00Z   2019-09-09T15:19:19Z 2019-19411 0 0 0900006483f2111a
OFAC_FRDOC_0001-1080 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Sanctions Regulations: Nicaragua Rule   2019-09-04T04:00:00Z 2019 9 2019-09-04T04:00:00Z   2019-09-04T11:41:59Z 2019-19049 0 0 0900006483ee77f9
OFAC_FRDOC_0001-1076 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Iranian Financial Sanctions Regulations and Iranian Human Rights Abuses Sanctions Regulations Rule   2019-08-07T04:00:00Z 2019 8 2019-08-07T04:00:00Z   2019-08-07T11:39:16Z 2019-16842 0 0 0900006483e05677
OFAC_FRDOC_0001-1068 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Global Terrorism Sanctions Regulations; Transnational Criminal Organizations Sanctions Regulations; and Hizballah Financial Sanctions Regulations Rule   2019-07-23T04:00:00Z 2019 7 2019-07-23T04:00:00Z   2019-07-23T18:36:53Z 2019-15600 0 0 0900006483da9c96
OFAC_FRDOC_0001-1063 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Technical Amendments to North Korea Sanctions Regulations Rule   2019-07-11T04:00:00Z 2019 7 2019-07-11T04:00:00Z   2019-07-11T11:57:23Z C1-2019-13652 0 0 0900006483d7d25b
OFAC_FRDOC_0001-1059 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 North Korea Sanctions Rule   2019-06-28T04:00:00Z 2019 6 2019-06-28T04:00:00Z   2019-06-28T11:49:02Z 2019-13652 0 0 0900006483d4aec4
OFAC-2019-0003-0001 OFAC Reporting, Procedures and Penalties Regulation OFAC-2019-0003 Reporting, Procedures and Penalties Regulations Rule   2019-06-21T04:00:00Z 2019 6 2019-06-21T04:00:00Z 2019-07-23T03:59:59Z 2019-07-24T01:00:48Z 2019-13163 0 0 0900006483d2f67d
OFAC_FRDOC_0001-1053 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Inflation Adjustment of Civil Monetary Penalties Rule   2019-06-14T04:00:00Z 2019 6 2019-06-14T04:00:00Z   2019-06-14T12:36:44Z 2019-12475 0 0 0900006483d11ad6
OFAC_FRDOC_0001-1050 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Cuban Assets Control Rule   2019-06-05T04:00:00Z 2019 6 2019-06-05T04:00:00Z   2019-06-05T11:58:55Z 2019-11755 0 0 0900006483cebf4d
OFAC_FRDOC_0001-1034 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Foreign Interference in U.S. Elections Sanctions Regulations Rule   2019-04-29T04:00:00Z 2019 4 2019-04-29T04:00:00Z   2019-04-29T12:15:04Z 2019-08587 0 0 0900006483c0f978
OFAC_FRDOC_0001-1022 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 List of Foreign Financial Institutions Subject to Correspondent Account or Payable-Through Account Sanctions Rule   2019-03-15T04:00:00Z 2019 3 2019-03-15T04:00:00Z   2019-03-15T12:05:47Z 2019-04842 0 0 0900006483ae7bb1

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