cbo_cost_estimates
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
2 rows where bill_id = "112-s-997" sorted by pub_date descending
This data as json, CSV (advanced)
Suggested facets: pub_date (date)
| Link | rowid | bill_id | pub_date ▲ | title | description | url |
|---|---|---|---|---|---|---|
| 9732 | 9732 | East Bench Irrigation District Water Contract Extension Act 112-s-997 | 2012-06-15 | S. 997, a bill to authorize the Secretary of the Interior to extend a water contract between United States and the East Bench Irrigation District | As ordered reported by the House Committee on Natural Resources on June 7, 2012 | https://www.cbo.gov/publication/43331 |
| 9731 | 9731 | East Bench Irrigation District Water Contract Extension Act 112-s-997 | 2011-08-03 | S. 997, A bill to authorize the Secretary of the Interior to extend a water contract between the United States and the East Bench Irrigation District | Cost estimate for the bill as ordered reported by the Senate Committee on Energy and Natural Resources on July 14, 2011 | https://www.cbo.gov/publication/41144 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE cbo_cost_estimates (
bill_id TEXT NOT NULL,
pub_date TEXT,
title TEXT,
description TEXT,
url TEXT,
FOREIGN KEY (bill_id) REFERENCES legislation(bill_id)
);
CREATE INDEX idx_cbo_bill ON cbo_cost_estimates(bill_id);