Social Housing Asset Value Manchester
Manchester City Council
@ukgov.social_housing_asset_value_manchester
Manchester City Council
@ukgov.social_housing_asset_value_manchester
CREATE TABLE social_housing_asset_value_2019 (
"postcodesector" VARCHAR,
"valuationband" VARCHAR,
"interveningband" VARCHAR,
"total_dwellings" BIGINT,
"merged_band" BIGINT,
"value_existing_use_social_housing" BIGINT,
"average_value_existing_use_social_housing" DOUBLE,
"market_value_total" BIGINT,
"average_market_value" DOUBLE,
"occupied_percent" DOUBLE,
"vacant_percent" DOUBLE
);
CREATE TABLE social_housing_asset_value_2021 (
"postcodesector" VARCHAR,
"valuationband" VARCHAR,
"interveningband" VARCHAR,
"totaldwellings" BIGINT,
"mergedband" BIGINT,
"valueeuv" DOUBLE,
"averagevaleuv" DOUBLE,
"marketvalue" BIGINT,
"averagemarketval" DOUBLE,
"sum_of_voidcount" DOUBLE,
"occupiedpercent" DOUBLE,
"vacantpercent" DOUBLE
);
CREATE TABLE social_housing_asset_value_2024 (
"post_code" VARCHAR,
"valuation_band" VARCHAR,
"intervening_band" VARCHAR,
"totaldwellings" BIGINT,
"merged_band" BIGINT,
"value_euv_sh" BIGINT,
"average_euv_sh" DOUBLE,
"market_value" BIGINT,
"average_market_value" DOUBLE,
"occupied_percent" DOUBLE,
"vacanct_percent" DOUBLE
);
CREATE TABLE social_housing_asset_value_manchester (
"postcode" VARCHAR,
"valuationband" VARCHAR,
"interveningband" VARCHAR,
"mergedband" BIGINT,
"totaldwellings" BIGINT,
"euvsh_total" BIGINT,
"euvsh_average" BIGINT,
"marketval_total" BIGINT,
"marketval_avg" BIGINT,
"occupiedpercent" VARCHAR,
"vacantpercent" VARCHAR
);
Anyone who has the link will be able to view this.