Social Housing Asset Value
Leeds City Council
@ukgov.social_housing_asset_value1
Leeds City Council
@ukgov.social_housing_asset_value1
Leeds City Council provides data on the value of its social housing assets in accordance with the Local Government Transparency Code. Please note ----------- * As the value may differ between tenanted sale value and the market value you may want to add a note to say that the market value is a potential value. The publication of this information does not imply an end to tenancy agreements. Dataset guidance ---------------- * Valuation Sub Band - indicates the value band ranges in the post code sector. * EUV Total - this column indicates the the Existing Use Value total. EUV is the price at which a property could be sold on the open market assuming that it can only be used for the existing use for the foreseeable future. * Market Value - is the most probable price (in terms of money) which a property should bring in a competitive and open market. Local Government Transparency Code 2015 --------------------------------------- * This is a key dataset which the government wants local authorities to publish. * https://www.gov.uk/government/publications/local-government-transparency-code-2015
Publisher name: Leeds City Council
Last updated: 2024-09-14T09:41:35Z
CREATE TABLE n_2014_15 (
"postcode_sector" VARCHAR,
"valuationsubband" VARCHAR,
"valuationbandrange" VARCHAR,
"totalnumberdwellings" BIGINT,
"euv_total" BIGINT,
"average_of_2014_euv" DOUBLE,
"marketvaluetotal" BIGINT,
"marketvalueaverage" DOUBLE,
"occupieddwellingpercent" VARCHAR,
"vacantdwellingspercent" VARCHAR
);CREATE TABLE n_2015_16 (
"postcode_sector" VARCHAR,
"valuationbandrange" VARCHAR,
"valuationsubband" VARCHAR,
"totalnumberdwellings" BIGINT,
"n__euv_total" BIGINT -- EUV Total,
"average_of_2015_euv" DOUBLE,
"marketvaluetotal" BIGINT,
"marketvalueaverage" DOUBLE,
"occupied_dwellings_percent" VARCHAR,
"vacant_dwellings_percent" VARCHAR
);CREATE TABLE n_2016_17 (
"postalsector" VARCHAR,
"valuationbandrange" VARCHAR,
"valuationsubbands" VARCHAR,
"totalnumberdwellings" BIGINT,
"marketvaluetotal" DOUBLE,
"marketvalueaverage" DOUBLE,
"cccupieddwellingspercentage" DOUBLE,
"vacantdwellingspercentage" DOUBLE
);CREATE TABLE n_2017_18 (
"postcode_sector" VARCHAR,
"valuationbandrange" VARCHAR,
"valuationsubband" VARCHAR,
"totalnumberofdwellings" BIGINT,
"market_value_total" DOUBLE,
"market_value_average" DOUBLE,
"occupied_dwellings_percent" DOUBLE,
"vacant_dwellings_percent" DOUBLE
);Anyone who has the link will be able to view this.