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

5 rows where docket_id = "IRS-2013-0033" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 4

  • 2016 2
  • 2013 1
  • 2017 1
  • 2018 1

document_type 2

  • Rule 4
  • Proposed Rule 1

agency_id 1

  • IRS 5
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
IRS-2013-0033-0032 IRS Arbitrage Restrictions on Tax-Exempt Bonds IRS-2013-0033 Arbitrage Guidance for Tax-Exempt Bonds; Correction Rule Correction 2018-04-03T04:00:00Z 2018 4 2018-04-03T04:00:00Z   2018-05-30T14:06:56Z 2018-06704 0 0 090000648308dde1
IRS-2013-0033-0031 IRS Arbitrage Restrictions on Tax-Exempt Bonds IRS-2013-0033 Arbitrage Guidance for Tax-Exempt Bonds; Correction Rule Correction 2017-08-14T04:00:00Z 2017 8 2017-08-14T04:00:00Z   2017-09-13T17:07:08Z 2017-17135 0 0 0900006482a1a1eb
IRS-2013-0033-0029 IRS Arbitrage Restrictions on Tax-Exempt Bonds IRS-2013-0033 Arbitrage Guidance for Tax-Exempt Bonds: Correction Rule Correction 2016-08-23T04:00:00Z 2016 8 2016-08-23T04:00:00Z   2016-08-23T15:10:22Z 2016-20086 0 0 0900006482193b38
IRS-2013-0033-0030 IRS Arbitrage Restrictions on Tax-Exempt Bonds IRS-2013-0033 Arbitrage Guidance for Tax-Exempt Bonds: Correction Rule Correction 2016-08-23T04:00:00Z 2016 8 2016-08-23T04:00:00Z   2016-08-23T15:14:52Z 2016-20087 0 0 0900006482193b6c
IRS-2013-0033-0001 IRS Arbitrage Restrictions on Tax-Exempt Bonds IRS-2013-0033 Arbitrage Restrictions on Tax-Exempt Bonds Proposed Rule Notice of Proposed Rulemaking (NPRM) 2013-09-16T04:00:00Z 2013 9 2013-09-16T04:00:00Z 2013-12-17T04:59:59Z 2024-11-11T20:48:35Z 2013-21880 1 0 0900006481425492

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