home / openregs

cbo_cost_estimates

CBO cost estimates linked to legislation, extracted from Congress.gov bill data.

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

0 rows where bill_id = "119-s-3958" sorted by pub_date descending

✎ View and edit SQL

This data as json

0 records

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