Governor's Report On Housing Development
State of Connecticut
@usgov.state_of_connecticut_governors_report_on_housing_devel_7fbec88d
State of Connecticut
@usgov.state_of_connecticut_governors_report_on_housing_devel_7fbec88d
This dataset represents affordable housing development/preservation that is supported by the State of Connecticut Department of Housing. It includes units that have been completed under the current administration and when, or are actively under construction.
*Completion dates/percentages for HTCC only developments are based upon the most recently submitted quarterly statements.
*Projects labeled as "Under Construction" include those that have had reported greater than 0% completed.
*Projects labeled as "In Progress" include those that have received funding commitments but have not yet reported a % complete.
CREATE TABLE table_1 (
"project_name" VARCHAR,
"chfa_loan" VARCHAR -- CHFA Loan #,
"address" VARCHAR,
"municipality" VARCHAR,
"county" VARCHAR,
"zip_code" VARCHAR,
"total_project_cost" DOUBLE,
"doh_investment" DOUBLE,
"source_of_doh_funds" VARCHAR,
"total_project_units" DOUBLE,
"doh_supported_units" DOUBLE,
"lihtc_qualified_units" DOUBLE,
"supportive_housing_units" DOUBLE,
"new_units" DOUBLE,
"rehab_units" DOUBLE,
"family_or_elderly" VARCHAR,
"attorney_general_approval_date" TIMESTAMP,
"actual_completion_date" TIMESTAMP,
"percentage_complete" DOUBLE,
"total_chfa_perm_sources" DOUBLE,
"total_equity" DOUBLE,
"total_chfa_equity" DOUBLE -- Total CHFA & Equity,
"total_doh_chfa_sources" DOUBLE -- Total DOH & CHFA Sources,
"total_doh_chfa_equity" DOUBLE -- Total DOH & CHFA + Equity,
"units_below_30_ami" DOUBLE -- Units Below 30% AMI,
"units_31_60_ami" DOUBLE -- Units 31-60% AMI,
"units_61_80_ami" DOUBLE -- Units 61-80% AMI,
"above_80_ami" DOUBLE -- Above 80% AMI
);Anyone who has the link will be able to view this.