Real Estate Conveyance Tax By Town
State of Connecticut
@usgov.state_of_connecticut_real_estate_conveyance_tax_by_town_84f7c
State of Connecticut
@usgov.state_of_connecticut_real_estate_conveyance_tax_by_town_84f7c
Real Estate Conveyance Tax By Municipality and Fiscal Year
Organization: State of Connecticut
Last updated: 2022-04-28T02:49:14.965028
Tags: department-of-revenue-services, drs, drs-tax-data, real-estate-conveyance, tax-revenue
CREATE TABLE table_1 (
"fiscal_year" VARCHAR,
"town_code" DOUBLE,
"municipality" VARCHAR,
"total_consideration_for_taxable_conveyances" DOUBLE,
"total_amount_due" DOUBLE,
"consideration_for_unimproved_land" DOUBLE,
"tax_on_unimproved_land" DOUBLE,
"total_consideration_for_residential_dwelling" DOUBLE,
"consideration_for_residential_dwelling_under_threshold" DOUBLE,
"tax_on_consideration_under_threshold_residential_dwelling" DOUBLE,
"consideration_for_residential_dwelling_over_threshold" DOUBLE,
"tax_on_consideration_over_threshold_residential_dwelling" DOUBLE,
"consideration_for_residential_dwelling_between_800k_2_5m" DOUBLE -- Consideration For Residential Dwelling Between $800k-$2.5M,
"tax_on_consideration_between_800k_2_5m_residential_dwelling" DOUBLE -- Tax On Consideration Between $800k-$2.5M Residential Dwelling,
"consideration_for_residential_dwelling_over_2_5m_threshold" DOUBLE -- Consideration For Residential Dwelling Over $2.5M Threshold,
"tax_on_consideration_over_2_5m_threshold_residential_dwelling" DOUBLE -- Tax On Consideration Over $2.5M Threshold Residential Dwelling,
"residential_property_other_than_dwelling" DOUBLE,
"tax_on_residential_property_other_than_dwelling" DOUBLE,
"nonresidential_property_other_than_unimproved_land" DOUBLE,
"tax_on_nonresidential_property_other_than_unimproved_land" DOUBLE,
"delinquent_mortgage_conveyance" DOUBLE,
"tax_on_delinquent_mortgagor" DOUBLE,
"number_of_taxable_conveyances" BIGINT,
"number_of_non_taxable_and_exempt_conveyances" BIGINT
);Anyone who has the link will be able to view this.