ig_recommendations
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
1 row where report_id = "access-executive-branch-personnel-records"
This data as json, CSV (advanced)
| Link | rowid ▼ | report_id | rec_number | significant | text | questioned_costs | funds_for_better_use |
|---|---|---|---|---|---|---|---|
| 44 | 44 | Access of Executive Branch Personnel Records access-executive-branch-personnel-records | 2 | No | Develop and implement effective processes immediately to ensure that counterintelligence evaluations are conducted in accordance with 10 CFR 709 and the exemptions reflected in SEAD 4, Executive Order 13467, and Executive Order 12968. | 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);