Tax Increment Financing (TIF) Annual Report - Analysis Of Special Tax Allocation Fund
City of Chicago
@usgov.city_of_chicago_tax_increment_financing_tif_annual_rep_e17bfe35
City of Chicago
@usgov.city_of_chicago_tax_increment_financing_tif_annual_rep_e17bfe35
Analysis on the annual TIF report to show the revenue, expenditures and changes in the fund balance for each TIF district during the Reporting Year.
For the detailed reports for each TIF district for each year, please see https://www.chicago.gov/city/en/depts/dcd/supp_info/tif-district-annual-reports-2004-present.html.
Organization: City of Chicago
Last updated: 2020-11-10T16:55:16.812864
Tags: tif, tif-annual-report
CREATE TABLE table_1 (
"tif_number" VARCHAR,
"tif_district" VARCHAR,
"report_year" BIGINT,
"tax_allocation_fund_balance" DOUBLE,
"property_tax_increment_current" DOUBLE -- Property Tax Increment - Current,
"property_tax_increment_cumulative" BIGINT -- Property Tax Increment - Cumulative,
"interest_current" BIGINT -- Interest - Current,
"interest_cumulative" BIGINT -- Interest - Cumulative,
"land_building_current" BIGINT -- Land/Building - Current,
"land_building_cumulative" BIGINT -- Land/Building - Cumulative,
"bond_current" BIGINT -- Bond - Current,
"bond_cumulative" BIGINT -- Bond - Cumulative,
"note_current" BIGINT -- Note - Current,
"note_cumulative" BIGINT -- Note - Cumulative,
"municipal_current" BIGINT -- Municipal - Current,
"municipal_cumulative" BIGINT -- Municipal - Cumulative,
"revenue_from_other_sources" DOUBLE,
"revenue_from_private_sources" BIGINT,
"private_current" BIGINT -- Private - Current,
"cash_expenses" BIGINT,
"distribution_of_surplus" BIGINT,
"transfers_municipal" BIGINT -- Transfers - Municipal,
"total_expenditure" BIGINT,
"net_income" BIGINT,
"fund_balance" BIGINT,
"description_of_debt_obligations" VARCHAR,
"amount_of_original_debt_issuance" BIGINT,
"amount_designated_debt_obligations" BIGINT -- Amount Designated - Debt Obligations,
"descriptions_of_project_costs_to_be_paid" VARCHAR,
"amount_designated_project_costs" BIGINT -- Amount Designated - Project Costs,
"surplus_deficit" BIGINT
);Anyone who has the link will be able to view this.