Financial Incentive Projects - (TIF-Funded) Economic Development
City of Chicago
@usgov.city_of_chicago_financial_incentive_projects_tif_funde_8dbee633
City of Chicago
@usgov.city_of_chicago_financial_incentive_projects_tif_funde_8dbee633
This dataset includes detailed information regarding the use of TIF for all economic development projects with a City Council approved TIF redevelopment agreements (RDAs) since January, 2011. This does not include approved RDAs for affordable housing, approved intergovernmental agreements (IGAs), or TIF-funded public infrastructure. For more information on the Tax Increment Financing program including a full list of all TIF-funded projects, please see http://cityofchicago.org/tif.
Organization: City of Chicago
Last updated: 2020-11-10T16:55:01.001092
Tags: financial, financial-incentive, incentive, tif
CREATE TABLE table_1 (
"project_name" VARCHAR,
"applicant_name" VARCHAR,
"address_number" BIGINT,
"address_number_high" DOUBLE -- ADDRESS NUMBER (HIGH),
"street_direction" VARCHAR,
"street_name" VARCHAR,
"street_type" VARCHAR,
"ward" BIGINT,
"community_area" VARCHAR,
"tif_district" VARCHAR,
"ordinance_approval_date" TIMESTAMP,
"rda_approval_date" TIMESTAMP,
"completion_date" TIMESTAMP,
"property_type" VARCHAR,
"square_footage" DOUBLE,
"residential_units" BIGINT,
"affordable_residential_units" BIGINT,
"project_description" VARCHAR,
"incentive_amount" BIGINT,
"total_project_cost" BIGINT,
"other_public_funding" BIGINT,
"jobs_created_aspirational" DOUBLE -- JOBS CREATED: ASPIRATIONAL,
"jobs_retained_aspirational" DOUBLE -- JOBS RETAINED: ASPIRATIONAL,
"jobs_created_required" DOUBLE -- JOBS CREATED: REQUIRED,
"jobs_retained_required" DOUBLE -- JOBS RETAINED: REQUIRED,
"mbe_requirement_met" VARCHAR,
"mbe_participation" DOUBLE,
"wbe_requirement_met" VARCHAR,
"wbe_participation" DOUBLE,
"location" VARCHAR
);Anyone who has the link will be able to view this.