Municipal Fiscal Indicators, 2012
State of Connecticut
@usgov.state_of_connecticut_municipal_fiscal_indicators_2007_2012
State of Connecticut
@usgov.state_of_connecticut_municipal_fiscal_indicators_2007_2012
Municipal Fiscal Indicators is an annual compendium of information compiled by the Office of Policy and Management, Intergovernmental Policy Division (IGP), Municipal Finance Services Unit (MFS). The data contained in Indicators provides key financial and demographic information on municipalities in Connecticut. Municipal Fiscal Indicators contains the most current financial data available for each of Connecticut's 169 municipalities. The majority of this data was compiled from the audited financial statements that are filed annually with the State of Connecticut, Office of Policy and Management, IGP Division. This database of information includes selected demographic and economic data relating to, or having an impact upon, a municipality’s financial condition. The most recent edition is for the Fiscal Years Ended 2008-2012 published in December of 2012
Organization: State of Connecticut
Last updated: 2020-11-12T14:56:14.431377
Tags: fiscal-indicators, municipal-fiscal-indicators, opm
CREATE TABLE table_1 (
"municipality" VARCHAR,
"initials" VARCHAR,
"fisc_year_end" BIGINT,
"numbered" BIGINT,
"comptroller_town_code" BIGINT,
"county_identifier" VARCHAR,
"invested_in_capital_assets_net_of_related_debt" BIGINT,
"unrestricted_net_assets" BIGINT,
"total_net_assets" BIGINT,
"change_in_net_assets" BIGINT,
"inter_gov_rev" BIGINT,
"tax_rev" BIGINT,
"total_revenue" BIGINT,
"education" BIGINT,
"debt_service" BIGINT,
"total_expenditures" BIGINT,
"total_trans_to_genl_fund" BIGINT,
"other_financing_sources" BIGINT,
"total_trans_from_genl_fund" BIGINT,
"other_financing_uses" BIGINT,
"operating_surplus_deficit_including_transfers" BIGINT -- Operating Surplus (Deficit) Including Transfers,
"prior_yr_op_surplus_def_including_sources_and_uses" DOUBLE -- Prior Yr OP Surplus (Def) Including Sources And Uses,
"operating_surplus_deficit_including_sources_and_uses" BIGINT -- Operating Surplus (Deficit) Including Sources And Uses,
"special_extraordinary_items" BIGINT -- Special / Extraordinary Items,
"rsd_debt" DOUBLE,
"town_bonded_long_term_debt" BIGINT,
"total_bonded_long_term_debt_rsd_town" DOUBLE -- Total Bonded Long Term Debt (RSD + Town),
"reserv_fund_bal" DOUBLE,
"design_fund_bal" DOUBLE,
"total_fund_bal" BIGINT,
"restatement_y_or_n" VARCHAR -- Restatement (Y Or N),
"unreserved_fund_bal" DOUBLE,
"deficit_individual_enterprise_funds_y_or_n" VARCHAR -- Deficit - Individual Enterprise Funds (Y Or N),
"deficit_individual_internal_service_funds_y_or_n" VARCHAR -- Deficit - Individual Internal Service Funds (Y Or N),
"curr_year_adjusted_taxes_collectible" BIGINT,
"curr_year_taxes_collected" BIGINT,
"curr_year_tax_collection_rate" DOUBLE,
"total_adjusted_taxes_collectible" BIGINT,
"total_taxes_collected" BIGINT,
"overal_total_tax_collection_rate" DOUBLE,
"population" DOUBLE,
"moody_s_bond_ratings" VARCHAR,
"area_lmt" DOUBLE,
"acglfy" DOUBLE,
"egl" DOUBLE,
"tanf_recipients" DOUBLE,
"empl" DOUBLE,
"acmr" DOUBLE,
"enrollmt" DOUBLE,
"rpa_identifier" VARCHAR
);Anyone who has the link will be able to view this.