Financial Incentive Projects - Property Tax Abatement
City of Chicago
@usgov.city_of_chicago_financial_incentive_projects_property__aabd71ef
City of Chicago
@usgov.city_of_chicago_financial_incentive_projects_property__aabd71ef
Property Tax Abatement data includes all projects that have received a supporting City Council Ordinance since January, 2011. Cook County offers several property tax incentive programs that promote economic development and employment opportunities by reducing property taxes on qualifying properties for a fixed period. The Department of Planning and Development reviews applications for compliance with program eligibility requirements.
Organization: City of Chicago
Last updated: 2020-11-10T16:55:24.353959
Tags: abatement, financial, financial-incentive, incentive
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,
"category" VARCHAR,
"approval_date" TIMESTAMP,
"property_type" VARCHAR,
"construction_type" VARCHAR,
"square_footage" DOUBLE,
"project_description" VARCHAR,
"initial_request_renewal" VARCHAR,
"incentive_amount" DOUBLE,
"total_project_cost" DOUBLE,
"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,
"location" VARCHAR
);Anyone who has the link will be able to view this.