Estated v0.2.0 Estated.Property.Valuation View Source
Valuation details as provided by a proprietary valuation algorithm.
Link to this section Summary
Types
The date the valuation was performed.
Forecast standard deviation (a percentage, 0-100).
The highest probable value.
The lowest probable value.
Valuation details as provided by a proprietary valuation algorithm.
The current property value.
Link to this section Types
The date the valuation was performed.
Eg. 2019-10-24
Link to this type
forecast_standard_deviation()
View Source (since 0.2.0)forecast_standard_deviation() :: non_neg_integer()
Forecast standard deviation (a percentage, 0-100).
Eg. 55
The highest probable value.
Eg. 17220
The lowest probable value.
Eg. 15780
Link to this type
t()
View Source (since 0.2.0)t() :: %Estated.Property.Valuation{
date: date() | nil,
forecast_standard_deviation: forecast_standard_deviation() | nil,
high: high() | nil,
low: low() | nil,
value: value() | nil
}
Valuation details as provided by a proprietary valuation algorithm.
The current property value.
Eg. 16430