Estated v0.1.0 Estated.MarketAssessment View Source

Market assessment information as provided by the assessor.

Link to this section Summary

Types

The market improvement value as determined by the assessor.

The market land value as determined by the assessor.

t()

Tax assessment information as provided by the assessor.

The total market value as determined by the assessor.

The year the market assessment was performed.

Link to this section Types

Link to this type

improvement_value()

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

The market improvement value as determined by the assessor.

Eg. 12000

Link to this type

land_value()

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

The market land value as determined by the assessor.

Eg. 3000

Link to this type

t()

View Source (since 0.1.0)
t() :: %Estated.MarketAssessment{
  improvement_value: improvement_value() | nil,
  land_value: land_value() | nil,
  total_value: total_value() | nil,
  year: year() | nil
}

Tax assessment information as provided by the assessor.

Link to this type

total_value()

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

The total market value as determined by the assessor.

Eg. 15000

Link to this type

year()

View Source (since 0.1.0)
year() :: pos_integer()

The year the market assessment was performed.

Eg. 2017