Estated v0.1.0 Estated.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.

t()

Valuation details as provided by a proprietary valuation algorithm.

The current property value.

Link to this section Types

Link to this type

date()

View Source (since 0.1.0)
date() :: Date.t()

The date the valuation was performed.

Eg. 2019-10-24

Link to this type

forecast_standard_deviation()

View Source (since 0.1.0)
forecast_standard_deviation() :: non_neg_integer()

Forecast standard deviation (a percentage, 0-100).

Eg. 55

Link to this type

high()

View Source (since 0.1.0)
high() :: integer()

The highest probable value.

Eg. 17220

Link to this type

low()

View Source (since 0.1.0)
low() :: integer()

The lowest probable value.

Eg. 15780

Link to this type

t()

View Source (since 0.1.0)
t() :: %Estated.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.

Link to this type

value()

View Source (since 0.1.0)
value() :: integer()

The current property value.

Eg. 16430