home / openregs

ig_recommendations

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

1 row where report_id = "2016-audit-boards-information-security-program"

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ report_id rec_number significant text questioned_costs funds_for_better_use
4 4 2016 Audit of the Board's Information Security Program 2016-audit-boards-information-security-program 1 Yes Work with the Chief Information Officer Officer to perform a risk assessment to determine which aspects of an insider threat program are applicable to other types of sensitive Board information and develop and implement an agency-wide insider threat strategy for sensitive but unclassified Board information, as appropriate. 0 0

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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);
Powered by Datasette · Queries took 3.687ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API