Estated v0.1.0 Estated.Tax View Source

Tax record as provided by the assessor.

Link to this section Summary

Types

The amount of tax on the property in dollars.

List of exemptions.

Represents separate tax jurisdictions within the county as provided on the county tax/assessment roll.

t()

Tax record as provided by the assessor.

The year the tax was levied.

Link to this section Types

Link to this type

amount()

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

The amount of tax on the property in dollars.

Eg. 2247

Link to this type

exemptions()

View Source (since 0.1.0)
exemptions() :: [String.t()]

List of exemptions.

Eg. Agricultural, Low Income

Link to this type

rate_code_area()

View Source (since 0.1.0)
rate_code_area() :: String.t()

Represents separate tax jurisdictions within the county as provided on the county tax/assessment roll.

Eg. 01H

Link to this type

t()

View Source (since 0.1.0)
t() :: %Estated.Tax{
  amount: amount() | nil,
  exemptions: exemptions(),
  rate_code_area: rate_code_area() | nil,
  year: year() | nil
}

Tax record as provided by the assessor.

Link to this type

year()

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

The year the tax was levied.

Eg. 2017