Inspire revision 4711
Gyldig
-- Name --
Official value
Data type grouping the information about the official value itself and the metadata attached to it.
-- Description --
The official value may be provided either directly by a value and its currency , or e.g. in case of privacy issues, by an external reference to another information system. This official value generally aims to assess the market price (valueReference) of the building (or building unit) or a given percentage of this valueReference at a valuationDate.
Egenskap |
Stereotype |
Beskrivelse |
Type |
Multiplisitet |
currency |
|
-- Name --
currency
|
CurrencyValue
(kodeliste)
|
1..1 |
value |
|
-- Name --
value
|
Integer |
1..1 |
valuationDate |
|
-- Name --
valuationDate
|
DateTime |
1..1 |
officialValueReference |
|
-- Name --
officialValueReference
|
OfficialValueReferenceValue
(kodeliste)
|
1..1 |
referencePercentage |
|
-- Name --
referencePercentage
|
Integer |
1..1 |
informationSystemName |
|
-- Name --
informationSystemName
|
PT_FreeText |
1..1 |
Name |
Type |
English |
Description |
currency |
CurrencyValue
|
|
The currency in which the official value is provided.
|
value |
Integer |
|
The official value of the building or building unit.
|
valuationDate |
DateTime |
|
The date corresponding to the assessed market price.
-- Description --
EXAMPLE: The official value aims to assess the market price as it was in January 2012.
|
officialValueReference |
OfficialValueReferenceValue
|
|
The reference market price that the official value aims to assess.
-- Description --
EXAMPLE: rental income
|
referencePercentage |
Integer |
|
The percentage of the market price that the official value aims to assess.
-- Description --
The official value aims to assess 50% of market price.
|
informationSystemName |
PT_FreeText |
|
The name of an external information system where the official value may be found.
-- Description --
It will be possible to find the official value of the building, building part or building unit, using the external reference of the spatial object related to the given information system.
|
Navn |
Beskrivelse |
either value and currency or informationSystemName shall be provided |
/*Either value and currency or informationSystemName shall be provided.*/
inv: (value->notEmpty() and currency->notEmpty()) or (informationSystemName->notEmpty()) |
informationSystemName shall be present in one external reference |
/*The informationSystemName shall be present in one of the external references of the spatial object.*/ |