Estated v0.1.0 Estated.Assessment View Source

Tax assessment information as provided by the assessor.

Link to this section Summary

Types

The current assessed improvement value before any exemptions in dollars.

The current assessed land value before any exemptions in dollars.

t()

Tax assessment information as provided by the assessor.

The total current assessed value of both land and improvements before any exemptions in dollars.

The year the assessment was performed.

Link to this section Types

Link to this type

improvement_value()

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

The current assessed improvement value before any exemptions in dollars.

Eg. 13300

Link to this type

land_value()

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

The current assessed land value before any exemptions in dollars.

Eg. 2580

Link to this type

t()

View Source (since 0.1.0)
t() :: %Estated.Assessment{
  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 current assessed value of both land and improvements before any exemptions in dollars.

Eg. 15880

Link to this type

year()

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

The year the assessment was performed.

Eg. 2018