ig_recommendations
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
2 rows where report_id = "additional-actions-are-needed-further-reduce-undeliverable-mail"
This data as json, CSV (advanced)
| Link | rowid ▼ | report_id | rec_number | significant | text | questioned_costs | funds_for_better_use |
|---|---|---|---|---|---|---|---|
| 89 | 89 | Additional Actions Are Needed to Further Reduce Undeliverable Mail additional-actions-are-needed-further-reduce-undeliverable-mail | 1 | No | The Deputy Commissioner for Services and Enforcement should develop Service-wide processes and procedures to ensure that all operating divisions suppress the issuance of nonstatutory notices to taxpayers that have a UD mail indicator on their account; suppress the issuance of correspondence when a taxpayer's address of record is an IRS campus; and research and update taxpayer addresses for which the USPS returns undeliverable mail with a yellow label that provides a more current address. | 0 | 0 |
| 90 | 90 | Additional Actions Are Needed to Further Reduce Undeliverable Mail additional-actions-are-needed-further-reduce-undeliverable-mail | 2 | No | The Commissioner, Wage and Investment Division, should install and use hygiene software to perfect taxpayer addresses on the Individual Taxpayer Identification Number (ITIN) RTS system. | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE ig_recommendations (
report_id TEXT REFERENCES ig_reports(report_id),
rec_number TEXT,
significant TEXT,
text TEXT,
questioned_costs INTEGER DEFAULT 0,
funds_for_better_use INTEGER DEFAULT 0
);
CREATE INDEX idx_ig_rec_report ON ig_recommendations(report_id);
CREATE INDEX idx_ig_rec_sig ON ig_recommendations(significant);