Estated v0.2.0 Estated.Property.Parcel View Source

Parcel details as provided by the assessor.

Link to this section Summary

Types

The formatted assessor's parcel number.

A previous assessor's parcel number, formatted.

The unformatted assessor's parcel number.

Total area of the parcel in acres.

Total area of the parcel in square feet.

Count of all buildings on the property.

The land use code as provided directly from the county, without interpretation.

The land use description as provided directly from the county, without interpretation.

The name of the county.

Depth measurement of the parcel in feet.

Unique County identifier, first 2 digits are state FIPS.

Frontage measurement of the parcel in feet.

Legal description as provided by the assessor.

List describing the location and surrounding area.

Indicates properties with multiple or partial lots.

Number(s) identifying individual lots making up a property, separated by a comma (,), or ampersand (&). Ranges are denoted by a hyphen (-).

The jurisdiction in which the property is located.

Section township range meridian identifier.

The general land use category for the property, converted to a common set of values across all counties.

Describes further granularity into the land use type, converted to a common set of values across all counties.

The name of the subdivision, plat, or tract in which the property is located.

t()

Parcel details as provided by the assessor.

Parcel identifier used by the tax assessor.

City zoning designation, unique to each incorporated area.

Link to this section Types

Link to this type

apn_original()

View Source (since 0.2.0)
apn_original() :: String.t()

The formatted assessor's parcel number.

Eg. 001-090-04-02

Link to this type

apn_previous()

View Source (since 0.2.0)
apn_previous() :: String.t()

A previous assessor's parcel number, formatted.

Eg. 001-090-04-00

Link to this type

apn_unformatted()

View Source (since 0.2.0)
apn_unformatted() :: String.t()

The unformatted assessor's parcel number.

Eg. 0010900402

Link to this type

area_acres()

View Source (since 0.2.0)
area_acres() :: float()

Total area of the parcel in acres.

Eg. 0.716

Link to this type

area_sq_ft()

View Source (since 0.2.0)
area_sq_ft() :: integer()

Total area of the parcel in square feet.

Eg. 31200

Link to this type

building_count()

View Source (since 0.2.0)
building_count() :: integer()

Count of all buildings on the property.

Eg. 1

Link to this type

county_land_use_code()

View Source (since 0.2.0)
county_land_use_code() :: String.t()

The land use code as provided directly from the county, without interpretation.

Eg. SFR01

Link to this type

county_land_use_description()

View Source (since 0.2.0)
county_land_use_description() :: String.t()

The land use description as provided directly from the county, without interpretation.

Eg. RESIDENTIAL SINGLE DWELLING

Link to this type

county_name()

View Source (since 0.2.0)
county_name() :: String.t()

The name of the county.

Eg. COOK

Link to this type

depth_ft()

View Source (since 0.2.0)
depth_ft() :: float()

Depth measurement of the parcel in feet.

Eg. 120.0

Link to this type

fips_code()

View Source (since 0.2.0)
fips_code() :: String.t()

Unique County identifier, first 2 digits are state FIPS.

Eg. 12086

Link to this type

frontage_ft()

View Source (since 0.2.0)
frontage_ft() :: float()

Frontage measurement of the parcel in feet.

Eg. 260.0

Link to this type

legal_description()

View Source (since 0.2.0)
legal_description() :: String.t()

Legal description as provided by the assessor.

Eg. Legal subdivision 4, Section 10, Township 82, West of the 6th Meridian, New York District

Link to this type

location_descriptions()

View Source (since 0.2.0)
location_descriptions() :: [String.t()]

List describing the location and surrounding area.

Eg. In Cul-de-sac, Has Mountain view

Link to this type

lot_code()

View Source (since 0.2.0)
lot_code() :: String.t()

Indicates properties with multiple or partial lots.

Eg. MORE THAN ONE LOT

Link to this type

lot_number()

View Source (since 0.2.0)
lot_number() :: String.t()

Number(s) identifying individual lots making up a property, separated by a comma (,), or ampersand (&). Ranges are denoted by a hyphen (-).

Eg. 1-13,15

Link to this type

municipality()

View Source (since 0.2.0)
municipality() :: String.t()

The jurisdiction in which the property is located.

Eg. FELL TOWNSHIP

Link to this type

section_township_range()

View Source (since 0.2.0)
section_township_range() :: String.t()

Section township range meridian identifier.

Eg. SEC 14 TWN 1N RNG 11E

Link to this type

standardized_land_use_category()

View Source (since 0.2.0)
standardized_land_use_category() :: String.t()

The general land use category for the property, converted to a common set of values across all counties.

Eg. MULTI-FAMILY RESIDENTIAL

Link to this type

standardized_land_use_type()

View Source (since 0.2.0)
standardized_land_use_type() :: String.t()

Describes further granularity into the land use type, converted to a common set of values across all counties.

Eg. TOWNHOUSE

Link to this type

subdivision()

View Source (since 0.2.0)
subdivision() :: String.t()

The name of the subdivision, plat, or tract in which the property is located.

Eg. CRYSTAL LAKE FOREST

Link to this type

t()

View Source (since 0.2.0)
t() :: %Estated.Property.Parcel{
  apn_original: apn_original() | nil,
  apn_previous: apn_previous() | nil,
  apn_unformatted: apn_unformatted() | nil,
  area_acres: area_acres() | nil,
  area_sq_ft: area_sq_ft() | nil,
  building_count: building_count() | nil,
  county_land_use_code: county_land_use_code() | nil,
  county_land_use_description: county_land_use_description() | nil,
  county_name: county_name() | nil,
  depth_ft: depth_ft() | nil,
  fips_code: fips_code() | nil,
  frontage_ft: frontage_ft() | nil,
  legal_description: legal_description() | nil,
  location_descriptions: location_descriptions(),
  lot_code: lot_code() | nil,
  lot_number: lot_number() | nil,
  municipality: municipality() | nil,
  section_township_range: section_township_range() | nil,
  standardized_land_use_category: standardized_land_use_category() | nil,
  standardized_land_use_type: standardized_land_use_type() | nil,
  subdivision: subdivision() | nil,
  tax_account_number: tax_account_number() | nil,
  zoning: zoning() | nil
}

Parcel details as provided by the assessor.

Link to this type

tax_account_number()

View Source (since 0.2.0)
tax_account_number() :: String.t()

Parcel identifier used by the tax assessor.

Eg. 0134601209K

Link to this type

zoning()

View Source (since 0.2.0)
zoning() :: String.t()

City zoning designation, unique to each incorporated area.

Eg. T/G