wEdge Property Tax Inquiry
{{ IdentifiedParcelFeature.attributes["WHOLE_ADDRESS"] }} {{ IdentifiedParcelFeature.attributes["POSTAL"] }}, {{ IdentifiedParcelFeature.attributes["STATE"] }} {{ IdentifiedParcelFeature.attributes["ZIP"] }}
NO ASSIGNED ADDRESS
PARCEL #
{{ IdentifiedParcelFeature.attributes["AKPAR"] }}
PIN #
{{ IdentifiedParcelFeature.attributes["PIN"] }}
TOWNSHIP
{{ IdentifiedParcelFeature.attributes["TWSHP_DESC"] }}
CURRENT OWNERS
{{ IdentifiedParcelFeature.attributes["CURR_NAME1"] }} {{ IdentifiedParcelFeature.attributes["CURR_NAME2"] }}
MAILING ADDRESS
{{ IdentifiedParcelFeature.attributes["CURR_ADDR1"] }} {{ IdentifiedParcelFeature.attributes["CURR_ADDR2"] }}, {{ IdentifiedParcelFeature.attributes["CURR_CITY"] }}, {{ IdentifiedParcelFeature.attributes["CURR_STATE"] }} {{ IdentifiedParcelFeature.attributes["CURR_ZIPCODE"].slice(0, 5) }}-{{ IdentifiedParcelFeature.attributes["CURR_ZIPCODE"].slice(5) }}
DEED BOOK
{{ IdentifiedParcelFeature.attributes["DEED_BOOK"] }}
DEED PAGE
{{ IdentifiedParcelFeature.attributes["DEED_PAGE"] }}
SALES AMOUNT
{{ IdentifiedParcelFeature.attributes["SALESAMT"] }}
DEED RECORDING DATE
{{ IdentifiedParcelFeature.attributes["SALEDATE"] }}
PLAT BOOK
{{ IdentifiedParcelFeature.attributes["PLAT_BOOK"] }}
PLAT PAGE
{{ IdentifiedParcelFeature.attributes["PLAT_PAGE"] }}
NEIGHBORHOOD NUMBER
{{ IdentifiedParcelFeature.attributes["NBHDNUM"] }}
NEIGHBORHOOD NAME
{{ IdentifiedParcelFeature.attributes["NBHDNAME"] }}
LEGAL DESCRIPTION
{{ IdentifiedParcelFeature.attributes["LEGDESC_1"] }}
STRUCTURE TYPE
{{ IdentifiedParcelFeature.attributes["STRUCTTYPE"] }}
PROPERTY USE
{{ IdentifiedParcelFeature.attributes["property_use"] == "RES" ? "RESIDENTIAL" : IdentifiedParcelFeature.attributes["property_use"] }}
YEAR BUILT
{{ IdentifiedParcelFeature.attributes["YEARBLT"] }}
VACANT
{{ IdentifiedParcelFeature.attributes["VacantImpro"] }}
SQUARE FOOTAGE
{{ IdentifiedParcelFeature.attributes["SQFT"] }}
BASEMENT
{{ IdentifiedParcelFeature.attributes["BASEMENT"] == "Y" ? "YES" : "NO" }}
BEDROOMS
{{ IdentifiedParcelFeature.attributes["XBEDRM"] }}
BATHROOMS
{{ IdentifiedParcelFeature.attributes["XBATHS"] }}
HALF-BATHROOMS
{{ IdentifiedParcelFeature.attributes["XHBATHS"] }}
MULTIPLE STRUCTURES
{{ IdentifiedParcelFeature.attributes["MULSTR"] }}
ACREAGE
{{ IdentifiedParcelFeature.attributes["CALCAC"] }}
TAX CODE
{{ IdentifiedParcelFeature.attributes["DIST_CODE"] }}
TAX DISTRICT
{{ IdentifiedParcelFeature.attributes["TAX_DISTRI"] }}
VOLUNTARY AG DISTRICT
{{ IdentifiedParcelFeature.attributes["VAD"] == "YES" ? "YES" : "NO" }}
MARKET LAND VALUE
{{ IdentifiedParcelFeature.attributes["FMV_LAND"] }}
MARKET IMPROVEMENT VALUE
{{ IdentifiedParcelFeature.attributes["FMV_IMPRV"] }}
MARKET VALUE
{{ IdentifiedParcelFeature.attributes["FMV_TOTAL"] }}
FARM DISCOUNT
{{ IdentifiedParcelFeature.attributes["LUV_YES_NO"] == "Y" ? "YES" : "NO" }}
EXEMPT
{{ !IdentifiedParcelFeature.attributes["EXEMPT_COD"] ? "NO" : "YES" }}
TAXABLE VALUE
{{ !IdentifiedParcelFeature.attributes["TOTVAL"] ? "PENDING" : IdentifiedParcelFeature.attributes["TOTVAL"] }}
CITY LIMITS
{{ IdentifiedParcelFeature.attributes["CITYNAME"] }}
ETJ
{{ !IdentifiedParcelFeature.attributes["ETJ"] ? "NOT IN ETJ" : IdentifiedParcelFeature.attributes["ETJ"] }}
POLICE DISTRICT
{{ IdentifiedParcelFeature.attributes["PoliceDist"] }}
FIRE DISTRICT
{{ IdentifiedParcelFeature.attributes["FireDist"] }}
SPECIAL FLOOD HAZARD AREA
{{ (IdentifiedParcelFeature.attributes["FLDZONE"] == "Null" || IdentifiedParcelFeature.attributes["FLDZONE"] == null) ? "" : IdentifiedParcelFeature.attributes["FLDZONE"] }}
LOCAL WATERSHED
{{ (IdentifiedParcelFeature.attributes["LWNAME"] == "Null" || IdentifiedParcelFeature.attributes["LWNAME"] == null) ? "" : IdentifiedParcelFeature.attributes["LWNAME"] }}
CENSUS TRACT
{{ IdentifiedParcelFeature.attributes["NAME20"] }}