Local Capital Improvement Program (LoCIP) Grant Annual Reporting
State of Connecticut
@usgov.state_of_connecticut_local_capital_improvement_program_e8fe287c
State of Connecticut
@usgov.state_of_connecticut_local_capital_improvement_program_e8fe287c
Pursuant to C.G.S. § 7-536, the Local Capital Improvement Program (LoCIP) distributes direct grants to municipalities for the fiscal year ending June 30, 2024, and forward. LoCIP distributes formula-based funds to municipalities for eligible local capital improvement projects such as road, bridge or public building construction activities pursuant to C.G.S. § 7-535 through 7-538.
Annually, municipalities report LoCIP grant expenditures for the fiscal year period, as well as any funds not expended.
Organization: State of Connecticut
Last updated: 2024-12-07T00:33:25.066196
Tags: locip, locip-grant
CREATE TABLE table_1 (
"reporting_year" BIGINT,
"town_code" BIGINT,
"town_name" VARCHAR,
"past_balance" BIGINT,
"current_year_locip_grant" DOUBLE,
"available_balance" DOUBLE,
"total_expenditure_for_period" DOUBLE,
"carryforward" DOUBLE,
"n__a_roads" DOUBLE -- (A) Roads,
"n__b_sidewalks" DOUBLE -- (B) Sidewalks,
"n__c_sewer" DOUBLE -- (C) Sewer,
"n__d_public_building" DOUBLE -- (D) Public Building,
"n__e_dams" DOUBLE -- (E) Dams,
"n__f_water_treatment" BIGINT -- (F) Water Treatment,
"n__g_solid_waste" BIGINT -- (G) Solid Waste,
"n__h_public_parks" DOUBLE -- (H) Public Parks,
"n__i_capital_improvement" BIGINT -- (I) Capital Improvement,
"n__j_emergency_communication" BIGINT -- (J) Emergency Communication,
"n__k_public_housing" BIGINT -- (K) Public Housing,
"n__l_veteran_memorials" BIGINT -- (L) Veteran Memorials,
"n__m_thermal_imaging" BIGINT -- (M) Thermal Imaging,
"n__n_bulky_waste" DOUBLE -- (N) Bulky Waste,
"n__o_plan_of_conservation_and_development" BIGINT -- (O) Plan Of Conservation And Development,
"n__p_aed" BIGINT -- (P) AED,
"n__q_flood_plain" BIGINT -- (Q) Flood Plain,
"n__r_on_board_oil_refining" BIGINT -- (R) On-Board Oil Refining,
"n__s_plan_for_broadband" BIGINT -- (S) Plan For Broadband,
"n__t_bikeway" BIGINT -- (T) Bikeway,
"n__u_land_acquisition" DOUBLE -- (U) Land Acquisition,
"n__v_school_technology_common_core" BIGINT -- (V) School Technology Common Core,
"n__w_technology_upgrades" DOUBLE -- (W) Technology Upgrades,
"n__y_hazardous_trees" DOUBLE -- (Y) Hazardous Trees
);Anyone who has the link will be able to view this.