Column Name                           Type          Column Definition
RecordID                              int           Unique identifier of the record
FIPSCode			      varchar(5)    Five-digit United States FIPS county code: State (2) + County Code (3)
County				      varchar(50)   The county for the property address
Address				      varchar(150)  Street Address of the property
City                                  varchar(55)   Name of the city as it should appear as part of the address
State                                 varchar(2)    Two-character state, province, or territory abbreviation  
ZipCode                               varchar(5)    Five-digit zip code used by the United States Postal Service
ZipCodePlus4       		      varchar(4)    Four-digit code that represents delivery routes within delivery areas (extends the five-digit postal code) 
Latitude                              decimal(18,6) Latitude coordinates at the zip code plus4 level
Longitude                             decimal(18,6) Longitude coordinates at the zip code plus4 level
FinalValue			      numeric(12,4) Automated Valuation Model Value
HighValue			      numeric(12,4) High Value of the AVM
LowValue			      numeric(12,4) Low Value of the AVM
ValuationDate			      varchar(8)    Date the property was valued

Last updated date: 2026/02/26 12:00:00