Real Property Assessment Equity Statistics By Municipality: Beginning 2004
State of New York
@usgov.state_of_new_york_real_property_assessment_equity_stat_731ffde5
State of New York
@usgov.state_of_new_york_real_property_assessment_equity_stat_731ffde5
The Department of Taxation and Finance annually produces a report documenting the results of the Market Value Survey pertaining to property assessment. The report contains the staff findings regarding assessment equity by municipality in New York State, that is, the degree to which assessments are at a uniform percentage of their market value. Equity is measured primarily by two statistics — the coefficient of dispersion (COD) and the price-related differential (PRD). For more information please go to: http://www.tax.ny.gov/research/property/default.htm
Organization: State of New York
Last updated: 2020-11-12T03:59:27.549388
Tags: coefficient-of-dispersion, equity, price-related-differential, reassessment, tf-property-tax-and-school-tax-relief
CREATE TABLE table_1 (
"survey_year" BIGINT,
"swis_code" BIGINT,
"municipality" VARCHAR,
"county" VARCHAR,
"population_per_square_mile" DOUBLE,
"population_group" VARCHAR,
"method_of_evaluating_equity_for_residential_property" VARCHAR,
"residential_coefficient_of_dispersion" DOUBLE,
"residential_price_related_differential" DOUBLE,
"residential_market_value_ratio" DOUBLE,
"method_of_evaluating_equity_for_all_property" VARCHAR,
"all_property_coefficient_of_dispersion" DOUBLE,
"all_property_price_related_differential" DOUBLE,
"subsequent_year_of_reassessment" DOUBLE,
"does_municipality_have_a_plan_for_cyclical_reassessment" VARCHAR,
"report_or_data_preparation_date" TIMESTAMP,
"equalization_rate" DOUBLE,
"municipality_stated_uniform_percentage" DOUBLE
);Anyone who has the link will be able to view this.