Financial Incentive Projects - Property Assessed Clean Energy (PACE)
City of Chicago
@usgov.city_of_chicago_financial_incentive_projects_property__3d39c727
City of Chicago
@usgov.city_of_chicago_financial_incentive_projects_property__3d39c727
PACE provides loans to residential and commercial development projects specifically for energy-efficiency improvements. The cost of the loan is paid back over time through a voluntary assessments that is attached to the property.
Organization: City of Chicago
Last updated: 2020-11-10T16:54:46.184145
Tags: financial, financial-incentive, incentive
CREATE TABLE table_1 (
"project_name" VARCHAR,
"applicant_name" VARCHAR,
"address_number" BIGINT,
"address_number_high" VARCHAR -- ADDRESS NUMBER (HIGH),
"street_direction" VARCHAR,
"street_name" VARCHAR,
"street_type" VARCHAR,
"ward" BIGINT,
"community_area" VARCHAR,
"approval_date" TIMESTAMP,
"property_type" VARCHAR,
"square_footage" BIGINT,
"residential_units" VARCHAR,
"affordable_residential_units" VARCHAR,
"project_description" VARCHAR,
"incentive_amount" BIGINT,
"bonding_agency" VARCHAR,
"total_eligible_project_costs" BIGINT,
"jobs_created_aspirational" VARCHAR -- JOBS CREATED: ASPIRATIONAL,
"jobs_retained_aspirational" VARCHAR -- JOBS RETAINED: ASPIRATIONAL,
"mbe_requirement_met" VARCHAR,
"mbe_participation" BIGINT,
"wbe_requirement_met" VARCHAR,
"wbe_participation" BIGINT,
"location" VARCHAR
);Anyone who has the link will be able to view this.