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
CREATE TABLE table_1 (
"project_name" VARCHAR,
"chfa_loan" VARCHAR,
"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_doh_chfa_sources" DOUBLE,
"total_doh_chfa_equity" DOUBLE,
"units_below_30_ami" DOUBLE,
"units_31_60_ami" DOUBLE,
"units_61_80_ami" DOUBLE,
"above_80_ami" DOUBLE
);
Anyone who has the link will be able to view this.