Tax Increment Financing (TIF) Funded RDA And IGA Projects
City of Chicago
@usgov.city_of_chicago_tax_increment_financing_tif_funded_rda_2e60d663
City of Chicago
@usgov.city_of_chicago_tax_increment_financing_tif_funded_rda_2e60d663
CREATE TABLE table_1 (
"id" BIGINT,
"tif_district" VARCHAR,
"project_name" VARCHAR,
"address" VARCHAR,
"developer" VARCHAR,
"project_description" VARCHAR,
"cdc_date" TIMESTAMP,
"coc_date" VARCHAR,
"approved_amount" BIGINT,
"total_project_cost" DOUBLE,
"tif_subsidy_percentage" DOUBLE,
"affordable_units" DOUBLE,
"ward" DOUBLE,
"community_area" VARCHAR,
"x_coordinate" DOUBLE,
"y_coordinate" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location" VARCHAR
);
Anyone who has the link will be able to view this.