ig_recommendations
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
2 rows where report_id = "1-east-kentucky-corporation-dba-one-east-kentucky"
This data as json, CSV (advanced)
| Link | rowid ▼ | report_id | rec_number | significant | text | questioned_costs | funds_for_better_use |
|---|---|---|---|---|---|---|---|
| 1 | 1 | 1 East Kentucky Corporation (dba One East Kentucky) 1-east-kentucky-corporation-dba-one-east-kentucky | 26-12-01 | No | We recommend that the Grantee develop written policies and procedures regarding the management of federal awards, in accordance with the Uniform Guidance. | 0 | 0 |
| 2 | 2 | 1 East Kentucky Corporation (dba One East Kentucky) 1-east-kentucky-corporation-dba-one-east-kentucky | 26-12-02 | No | We recommend that the Grantee revise the final Form SF-270 report issued to ARC to reflect the correct matching amounts. | 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);