documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "IRS-2007-0098" sorted by posted_date descending
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)
document_type 3
- Proposed Rule 8
- Rule 2
- Other 1
agency_id 1
- IRS 11
| 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-2007-0098-0043 | IRS | SECTION 67 LIMITATIONS ON TRUSTS AND ESTATES IRS-2007-0098 | Limitations on Estates or Trusts | Rule | 2014-07-17T04:00:00Z | 2014 | 7 | 2014-07-17T04:00:00Z | 2014-07-22T17:27:13Z | 2014-16834 | 0 | 0 | 09000064817b3bc7 | ||
| IRS-2007-0098-0042 | IRS | SECTION 67 LIMITATIONS ON TRUSTS AND ESTATES IRS-2007-0098 | Limitations on Estates or Trusts | Rule | 2014-05-09T04:00:00Z | 2014 | 5 | 2014-05-09T04:00:00Z | 2014-05-12T13:06:25Z | 2014-10661 | 0 | 0 | 09000064816ec840 | ||
| IRS-2007-0098-0039 | IRS | SECTION 67 LIMITATIONS ON TRUSTS AND ESTATES IRS-2007-0098 | Section 67 Limitations on Estates or Trusts; Correction | Proposed Rule | Correction | 2011-12-16T05:00:00Z | 2011 | 12 | 2011-12-16T05:00:00Z | 2024-11-11T21:36:12Z | 2011-32280 | 1 | 0 | 0900006480f84748 | |
| IRS-2007-0098-0037 | IRS | SECTION 67 LIMITATIONS ON TRUSTS AND ESTATES IRS-2007-0098 | New Markets Tax Credit Non-Real Estate Investments; Hearing Cancellation | Proposed Rule | Public Hearing | 2011-12-13T05:00:00Z | 2011 | 12 | 2011-12-13T05:00:00Z | 2024-11-11T21:35:49Z | 2011-31855 | 1 | 0 | 0900006480f8130f | |
| IRS-2007-0098-0030 | IRS | SECTION 67 LIMITATIONS ON TRUSTS AND ESTATES IRS-2007-0098 | Section 67 Limitations on Estates or Trusts | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2011-09-07T04:00:00Z | 2011 | 9 | 2011-09-07T04:00:00Z | 2011-12-07T04:59:59Z | 2024-11-12T05:03:06Z | 2011-22732 | 1 | 0 | 0900006480f12f9c |
| IRS-2007-0098-0013 | IRS | SECTION 67 LIMITATIONS ON TRUSTS AND ESTATES IRS-2007-0098 | Section 67 Limitations on Trusts & Estates | Other | NA | 2007-11-29T05:00:00Z | 2007 | 11 | 2007-11-29T05:00:00Z | 2007-11-29T17:24:47Z | 0 | 0 | 090000648036a5c6 | ||
| IRS-2007-0098-0005 | IRS | SECTION 67 LIMITATIONS ON TRUSTS AND ESTATES IRS-2007-0098 | Section 67 Limitations on Trusts & Estates | Proposed Rule | NPRM | 2007-11-08T05:00:00Z | 2007 | 11 | 2007-11-08T05:00:00Z | 2024-11-07T21:49:16Z | 1 | 0 | 0900006480361986 | ||
| IRS-2007-0098-0004 | IRS | SECTION 67 LIMITATIONS ON TRUSTS AND ESTATES IRS-2007-0098 | Section 67 Limitations on Trusts & Estates | Proposed Rule | NPRM | 2007-11-08T05:00:00Z | 2007 | 11 | 2007-11-08T05:00:00Z | 2007-11-08T16:32:19Z | 0 | 0 | 0900006480361949 | ||
| IRS-2007-0098-0001 | IRS | SECTION 67 LIMITATIONS ON TRUSTS AND ESTATES IRS-2007-0098 | Section 67 Limitations on Estates or Trusts; Hearing | Proposed Rule | NPRM | 2007-09-21T04:00:00Z | 2007 | 9 | 2007-09-21T04:00:00Z | 2024-11-07T01:40:44Z | E7-18607 | 1 | 0 | 090000648029666d | |
| IRS-2007-0098-0002 | IRS | SECTION 67 LIMITATIONS ON TRUSTS AND ESTATES IRS-2007-0098 | Section 67 Limitations on Estates or Trusts; Correction | Proposed Rule | NPRM | 2007-08-23T04:00:00Z | 2007 | 8 | 2007-08-23T04:00:00Z | 2024-11-07T01:40:27Z | E7-16615 | 1 | 0 | 0900006480279912 | |
| IRS-2007-0098-0003 | IRS | SECTION 67 LIMITATIONS ON TRUSTS AND ESTATES IRS-2007-0098 | Section 67 Limitations on Estates or Trusts | Proposed Rule | NPRM | 2007-07-27T04:00:00Z | 2007 | 7 | 2007-07-27T04:00:00Z | 2007-10-26T03:59:59Z | 2024-11-11T21:36:47Z | E7-14489 | 1 | 0 | 090000648026ebb2 |
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;