Sie sind auf Seite 1von 144

Property

WebSmart Property Service


Reference Guide

Copyright
Companies, names, and data used in examples herein are fictitious unless otherwise noted. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without the express written permission of Melissa Data Corporation. This document and the software it describes are furnished under a license agreement, and may be used or copied only in accordance with the terms of the license agreement. 2011. Melissa Data Corporation. All rights reserved. Information in this document is subject to change without notice. Melissa Data Corporation assumes no responsibility or liability for any errors, omissions, or inaccuracies that may appear in this document.

Trademarks
WebSmart Property Service is a trademark of Melissa Data Corporation. Windows is a registered trademark of Microsoft Corp. MELISSA DATA CORPORATION 22382 Avenida Empresa Rancho Santa Margarita, CA 92688-2112 Phone: 1-800-MELISSA (1-800-635-4772) Fax: 949-589-5211 E-mail: info@MelissaData.com Web site: www.MelissaData.com For the latest version of this Reference Guide, visit http://www.MelissaData.com/tech/websmart.htm. Document number: WSYRFG Revision Number: 110930.012 Last Update: September 30, 2011

ii

Dear Programmer, I would like to take this opportunity to introduce you to Melissa Data Corp. Founded in 1985, Melissa Data provides data quality solutions, with emphasis on address and phone verification, postal encoding, and data enhancements. We are a leading provider of cost-effective solutions for achieving the highest level of data quality for lifetime value. A powerful line of software, databases, components, and services afford our customers the flexibility to cleanse and update contact information using almost any language, platform, and media for point-of-entry or batch processing. This online manual will guide you through the properties and methods of our easy-to-use programming tools. Your feedback is important to me, so please don't hesitate to email your comments or suggestions to ray@MelissaData.com. I look forward to hearing from you. Best Wishes,

Raymond F. Melissa President

iii

Table of Contents
Welcome to WebSmart Services......................................................................... 1
Special Characters ............................................................................................. 3

An Introduction to the Property Service ............................................................ 4


Adding Property Service to a Project..................................................................... 4 Submitting an XML Request.................................................................................. 5 Building a REST Request...................................................................................... 5

Property Service Request ...................................................................................... 6


SOAP Request ................................................................................................... 6 XML Request...................................................................................................... 7 REST Request ................................................................................................... 8 Request Fields....................................................................................................... 9 Record Fields ...................................................................................................... 12

Property Service Response ................................................................................. 17


Data Fields .......................................................................................................... 25 Parcel ............................................................................................................... 25 Owner............................................................................................................... 29 Owner Address................................................................................................. 30 Values .............................................................................................................. 31 Current Sale ..................................................................................................... 34 Current Deed.................................................................................................... 36 Prior Sale.......................................................................................................... 38 Lot .................................................................................................................... 40 Square Footage................................................................................................ 41 Building............................................................................................................. 43 v

Basic Fields ...................................................................................................... 49 Property Service Codes....................................................................................... 53 Air Conditioning Table ...................................................................................... 53 Basement Finish Type...................................................................................... 54 Building Improvement Type.............................................................................. 55 Building Type.................................................................................................... 62 Condition .......................................................................................................... 69 Construction Type ............................................................................................ 70 Electricity/Energy.............................................................................................. 72 Exterior Wall Type ............................................................................................ 72 Fireplace Type.................................................................................................. 81 Floor Type ........................................................................................................ 83 Foundation Type .............................................................................................. 84 Roof Frame Type ............................................................................................. 85 Fuel Type ......................................................................................................... 87 Garage/Carport Type ....................................................................................... 87 Heating Type .................................................................................................... 92 Land Use .......................................................................................................... 96 Location Influence Type ................................................................................. 104 Mail Match Code ............................................................................................ 107 Mortgage Deed Type...................................................................................... 108 Mortgage Loan Type Code............................................................................. 111 Mortgage Term Code ..................................................................................... 112 Multi APN Flag ............................................................................................... 112 Parking Type .................................................................................................. 112 Pool Type ....................................................................................................... 118 Property Indicator ........................................................................................... 121 Quality Type ................................................................................................... 122 Roof Cover Type ............................................................................................ 123 Roof Shape Type ........................................................................................... 126 Sale Code....................................................................................................... 127 Sales Deed Category Type ............................................................................ 127 Sewer Type .................................................................................................... 128 SITUS Match Code ........................................................................................ 129 Stories Type ................................................................................................... 129 Style Type ...................................................................................................... 133 Total Value Calculated Indicator .................................................................... 136 Universal Building Square Foot Indicator ....................................................... 136 View Type....................................................................................................... 136 Water Type..................................................................................................... 138

vi

Welcome to WebSmart Services

The WebSmart Services are a collection of services that can be accessed by any application, allowing you to incorporate Melissa Datas technology into your programs without worrying about continually downloading and installing updates. Melissa Data currently offers the following services: Address Verifier Verify and standardize one or more mailing address. This service also appends ZIP + 4 and Carrier Route information. Email Verifier Verify, correct and update, domain names from one or more email addresses. GeoCoder Returns geographic, census, and demographic data for almost any location in the United States. IP Locator Returns name and geographic information for the owner of a public IP address. Delivery Indicator Indicates whether an address represents a business or residential address. Name Parser Parses and genderizes personal names and also generates salutations for correspondence. Street Search Searches a ZIP Code from street address ranges matching a specific pattern and, optionally, a street number.

Welcome to WebSmart Services Chapter 1 ZIP Search Matches city names with ZIP/Postal codes, ZIP/Postal codes with city names and searches for city names matching a pattern with a given state. Phone Verifier Verifies and parses phone numbers, as well as identifying phone numbers as residential, business, VOIP or wireless. Property Returns basic or detailed information about the size, ownership, and structures on a given parcel of land.

Both GeoCoder and Delivery Indicator work from an address key returned by the Address Verifier service, therefore, an address must first be submitted to the Address Verifier before you can use either of the other two services. There are three ways to access the WebSmart Services: SOAP The SOAP interface allows you to add the Web Service to an application as if it were a component object or DLL. You can then access the Web Service fields and execute commands as if they were properties and methods. XML The Web Service can also submit a request as an XML document. It will then return the processed records as another XML document that can be parsed using whatever XML tools you utilize in your development environment. REST This interface allows you to submit a single address record as part of a URL string and returns the processed record as an XML document identical to the one returned by the XML interface.

Using the REST service may require that you encode certain characters using the proper URL entities before adding them to a URL. Characters like spaces, slashes, ampersands and others must be replaced by special codes, which usually consist of a percent sign followed by a two-digit hexadecimal number. The following table shows the replacements for the most common characters. Character
Space * # & % $

URL Encoded
%20 or + %2A %23 %26 %25 %28

Welcome to WebSmart Services Chapter 1 Character


+ , / : ; < = > ? @ [ ] ~

URL Encoded
%2B %2C %2F %3A %3B %3C %3D %3E %3F %40 %5B %5D %7E

Many modern programming languages have a URL encode and URL decoding function that automates these character replacements.

Special Characters
Because the WebSmart Services are XML-based, certain characters cannot be passed as data. They would be interpreted as part of the XML structure and would cause errors. The following codes must be substituted for these characters. Character
& < >

URL Encoded
&amp; (ampersand) " (left/right quotes should be replaced with straight quotes) &apos; (apostrophe) &lt; (less-than) &gt; (greater-than)

An Introduction to the Property Service


Assessed value Last sale price Current mortage Physical dimensions of land (acres, frontage, and depth) Square footage, materials and others statistics about the primary structure on the property.

The WebSmart Property Service returns information about a given parcel of property, including some or all of the following:

The level of detail may vary considerably according to the area in which the property is located.

Adding Property Service to a Project


If you are using the SOAP service with Visual Studio .NET, you need to add a Web reference to the service to your project. Click on the Project menu and select Add Web Reference... Enter the following URL on the Add Web Reference dialog box: https://property.melissadata.net/v3/SOAP/Service.svc 4

An Introduction to the Property Service Chapter 2 If you are not using Visual Studio .NET, see the documentation for your SOAP interface for the procedure for adding the service to your project.

Submitting an XML Request


After building your XML string from your data, an XML request to the Web Service is submitted using an HTTP POST operation to the following URL: https://property.melissadata.net/v3/XML/Service.svc/ doLookup

Building a REST Request


Query strings are sent to the Web Service as part of the URL using an HTTP Get operation appended to thefollowing URL: https://property.melissadata.net/v3/REST/Service.svc/ doLookup

3
A valid AddressKey

Property Service Request


A valid FIPS number and Assessors Parcel Number (APN)

At the very minimum, a request to the Property Service consists of the users Customer ID and at least one of following:

SOAP Request
The following Visual Basic Code shows a simple order of operations for building and submitting a RequestArray object, submitting it to the Web Service and retrieving a response object.

Step 1 Create the Request and Response Objects


Dim ReqPropertyWS As New dqwsPropertyWS.RequestArray Dim ResPropertyWS As New dqwsPropertyWS.ResponseArray

Step 2 Assign the General Field Values


There are two properties of the Request Array object that apply to the request as a whole. CustomerID is required. ReqPropertyWS.CustomerID = strCustID ReqPropertyWS.TransmissionReference = strTranRef The Transmission Reference is a unique string value that identifies this request array.

Property Service Request Chapter 3

Step 3 Dimension the Record Array


The maximum number of records per request is 100, therefore the largest dimension will be 99. ReDim ReqPropertyWS.Record(99) For maximum efficiency, you should dimension the array using the exact number of records being submitted, minus one.

Step 4 Build the Record Array


The exact method for building the array will depend on the exact database software in use, but you will need to loop through every record to be submitted and assign the required values to the corresponding fields for each record in the RequestArray. ReqPropertyWS.Record(intRecord) = New dqwsPropertyWS.RequestArrayRecord ReqPropertyWS.Record(intRecord).AddressKey = "92688211282" The lines above show only the fields that are absolutely required to submit a record to the Web Service. See the rest of this chapter for a description of all of the fields available to include with a request record. Repeat for each record being submitted with the current RequestArray.

Step 5 Submit the Request Array


The final step is to create the Service Client Object and then submit the RequestArray object doPropertyWS method. This sends the data to the Web Service and retrieves the ResponseArray object. PropertyWSClient = New dqwsPropertyWS.Service ResPropertyWS = PropertyWSClient.doLookup(ReqPropertyWS) PropertyWSClient.Dispose()

XML Request
The raw XML request is built using whatever XML tools are available via your development tools and submitted to the following URL using an HTTP POST request. https://property.melissadata.net/v3/XML/Service.svc/ doLookup

Property Service Request Chapter 3 Rather than an array of Record object, an XML request contains a <Record> element for each address record, up to 100. The following XML Code contains the same request as the SOAP example above. <RequestArray> <TransmissionReference>Web Service Test 2008/12/31 </TransmissionReference> <CustomerID>123456789</CustomerID> <OptPropertyDetail>True</OptPropertyDetail> <Record> <AddressKey>92688211282</AddressKey> </Record> </RequestArray>

REST Request
A REST request can submit a single address record via an HTTP GET. The following example uses the same address as the SOAP and XML samples. https://property.melissadata.net/v3/REST/Service.svc/ doLookup?id=12345678&t=RestTest&addressKey= 92688211282&opt=1 The record ID field does not exist for the REST interface, since you can only submit a single record per request.

Property Service Request Chapter 3

Request Fields
The following section lists the fields that set the basic options for each and identify the user to the Web Service.

Customer ID
This is a required string value containing the identifier number issued to the customer when signing up for Melissa Data Web Services.

Remarks
You need a customer ID to access any Melissa Data Web Service. If this field is not populated, the Web Service will return an error. To receive a customer ID, call your Melissa Data sales representative at 1-800-MELISSA.

Syntax
SOAP
Request.CustomerID = string

XML
<RequestArray> <CustomerID>String</CustomerID> </RequestArray>

REST
id={CustomerID}

Property Service Request Chapter 3

optPropertyDetail
This field selects the basic or detailed option.

Remarks
The Property Web Service returns two levels of service: Basic or Detailed. If you assigned the value of True to this field, the Detailed service returns all of the fields listed beginning on page 17. If you do not pass a value to this field, or pass the value of False, the Basic service returns only the following fields: Year Built, Building Square Feet, Living Square Feet, Land Square Footage, Acres, Total Rooms, Bedrooms, Total Baths, Sale Price, Sale Date, 1stMortgageAmount, MortgageTerm, MortgageDueDate, Tax Amount, Assessed Total Value, Improvement Value Calculated, Total Value Calculated, OwnerName, and Formatted APN.

Syntax
SOAP
Request.optPropertyDetail = string

XML
<RequestArray> <optPropertyDetail>String</optPropertyDetail> </RequestArray>

REST
opt={option (1 or 0)}

10

Property Service Request Chapter 3

Transmission Reference
This is an optional string value that may be passed with each Request Array to serve as a unique identifier for this set of records.

Remarks
This value is returned as sent by the Response Array, allowing you to match the Response to the Request.

Syntax
SOAP
Request.TransmissionReference = string

XML
<RequestArray> <TransmissionReference>String</TransmissionReference> </RequestArray>

REST
t={transMissionReference}

11

Property Service Request Chapter 3

Record Fields
For the SOAP and XML Web services, the Request Array will contain an element or property called Record. In SOAP this property is an array of object variables of the type Record. XML will have as many Record elements as there are addresses being submitted to the Web Service. The REST interface only allows a single record per request.

12

Property Service Request Chapter 3

Record ID
This field is a string value containing a unique identifier for the current record.

Remarks
Use this field to match the record with the record returned with the Response Array. When using the SOAP interface, if this field is not populated, the Web Service will automatically insert a sequential number for each record. There is no equivalent for Record ID for the REST interface.

Syntax
SOAP
Request.Record().RecordID = string

XML
<RequestArray> <Record> <RecordID>String</RecordID> </Record> </RequestArray>

13

Property Service Request Chapter 3

AddressKey
This field is an 11-character string value that uniquely identifies a specific address.

Remarks
Address keys are returned by the Melissa Data WebSmart Address Verifier Web Service. Without an Address key, you can still use the Property Web Service if you have a valid FIPS code and Assessors Parcel Number (APN).

Syntax
SOAP
Request.Record().AddressKey = string

XML
<RequestArray> <Record> <AddressKey>String</AddressKey> </Record> </RequestArray>

REST
AddressKey={AddressKey}

14

Property Service Request Chapter 3

FIPS
The FIPS is a five-digit code that uniquely identifies a specific county.

Remarks
The Federal Information Processing Standard (FIPS) is a five-digit code defined by the U.S. Bureau of Census. The first two digits are the state code and the last three indicate the county within the state. A request without an AddressKey must contain both a FIPS code and an APN.

Syntax
SOAP
Request.Record().Fips = string

XML
<RequestArray> <Record> <Fips>String</Fips> </Record> </RequestArray>

REST
fips={countyFIPS}

15

Property Service Request Chapter 3

APN
The Assessors Parcel Number is a code that uniquely identifies a specific parcel of land within a county.

Remarks
APNs can be obtained through your local county assessors office. A request without an AddressKey must contain both a FIPS code and an APN.

Syntax
SOAP
Request.Record().APN = string

XML
<RequestArray> <Record> <APN>String</APN> </Record> </RequestArray>

REST
APN={APN}

16

Property Service Response

The SOAP interface for the Property Service returns a ResponseArray Object. The primary component of this object is an array of Record objects, one for each record submitted with the RequestArray, containing the verified and standardized address data. The XML interface returns an XML document containing a number of <Record> elements, one for each record submitted with the Request, containing the verified and standardized address data. The REST interface returns an XML document with a single <Record> element.

17

Property Service Response Chapter 4

TransmissionReference
Returns a string value containing the contents of the TransmissionReference field from the original Request.

Remarks
If you passed any value to the TransmissionReference field when building your request, it is returned here. You can use this property to match the response to the request.

Syntax
SOAP
string = Response.TransmissionReference

XML
<ResponseArray> <TransmissionReference> String </TransmissionReference> </ResponseArray>

18

Property Service Response Chapter 4

Total Records
Returns a string value containing the number of records returned with the current response.

Remarks
This property returns the number of records processed and returned by the response as a string value.

Syntax
SOAP
string = Response.TotalRecords

XML
<ResponseArray> <TotalRecords>String</TotalRecords> </ResponseArray>

19

Property Service Response Chapter 4

Results
Returns a string value containing the general and system error messages from the most recent request sent to the service.

Remarks
Do not confuse this field with the Results field returned with each record, described on page 24. This field returns error messages caused by the most recent request as a whole. The possible values are: Code
SE01 GE01 GE02 GE03 GE04 GE05 GE06 GE07

Description
Web Service internal error. General Error Empty XML request structure. General Error Empty XML request record structure. General Error Counted records send more than number of records allowed per request. General Error CustomerID is empty. General Error CustomerID is invalid. General Error CustomerID is disabled. General Error XML request is invalid.

Syntax
SOAP
string = Response.Results

XML
<ResponseArray> <Results>String</Results> </ResponseArray>

20

Property Service Response Chapter 4

Version
Returns a string value containing the current version number of the Property Service service.

Syntax
SOAP
string = Response.Version

XML
<ResponseArray> <Version>String</Version> </ResponseArray>

21

Property Service Response Chapter 4

Record Fields
The SOAP version of the Response Array returns a property called Record which is an array of Record objects, one for each record submitted with the original Request Array. The XML service returns one <Record> element for every record submitted with the original request. The REST response is identical to the XML response, but will only contain a single <Record> element. The following section describes the fields returned by each record in the Response Array.

22

Property Service Response Chapter 4

Record ID
For each record in the Response Array, this field returns a string value containing the unique identifier for the current record if one was passed to the Request Array.

Remarks
Use this field to match the record in the Response Array with the record originally passed with the request.

Syntax
SOAP
string = Response.Record().RecordID

XML
<ResponseArray> <Record> <RecordID>String</RecordID> </Record> </ResponseArray>

23

Property Service Response Chapter 4

Results
For each record in the Response Array, this field returns a string value containing status and error codes for the current record. Multiple codes are separated by commas.

Remarks
This field returns the status and error messages for each record in the Response Array. For the general status and error messages generated by the most recent Property request, see the general Result field on page 20. The Result field may return one or more four-character strings, separated by commas, depending on the result generated by the current record. The possible values are: Code
YS01 YS02 YS03 YS04 YE01 YE02 YE03

Description
FIPS/APN Match found AddressKey Match found Basic information returned Detailed information returned No FIPS/APN or AddressKey provided No match found Invalid FIPS/APN or AddressKey provided

If the location in the current request was valid, this field will contain the value YS01 or YS02, based on the information used for the request. It will also either contain YS03 or YS04, based on the detail level requested. If the service cannot return a property record, the YE result codes will indicate the reason.

24

Property Service Response Chapter 4 The request must contain a valid address key or a valid combination of APN and FIPS code for the Property service to locate and return a property record.

Syntax
SOAP
string = Response.Record().Results

XML
<ResponseArray> <Record> <Results>String</Results> </Record> </ResponseArray>

Data Fields
The remaining fields are listed with their explanations in the tables below. Beside each field description is a percentage. This indicates what percentage of records return this field. Some fields are returned by virtually every record, while others are returned by very few. Some fields do not apply for many property types, while other fields are simply not recorded in every jurisdiction.

Parcel
The following fields return information used to uniquely identify the parcel of land which the property occupies. Field
FIPSCode

Description
Federal Information Processing Standards codes used nationally to numerically identify a specific county or political jurisdiction. A secondary classification of a jurisdiction within a FIPS. Assessor's Parcel Number in an unformatted form. This is most often used by the county and others as a unique key (e.g.,10132021A).

Freq.
N/A

FIPSSubCode UnformattedAPN

N/A 99%

25

Property Service Response Chapter 4 Field


APNSequenceNo

Description
This internal sequence number is used to ensure "uniqueness" of the Assessor's Parcel Number (e.g., 10132021A seq 001). Assessor's Parcel Number in a formatted form. Dashes and decimals are commonly used to break an APN down into logical components (e.g., 101-32-021.A). Assessor's Parcel Number exactly as received by source (e.g., 10132-021A00000). Comprised of Census Tract, Census Block and Census Block Suffix. These numbers are established by the US Department of Commerce (Bureau Of The Census). The data contained in this field is based upon County and/or Local established Zoning Codes and are not converted by FARES. The range portion of geographical coordinates based on local surveys. Ranges typically run east or west of predetermined meridian in sixmile intervals. The township portion of geographical coordinates based on local surveys. Townships typically run north or south of predetermined meridian in six-mile intervals. The "section" portion of geographical coordinates based on local surveys. Sections are 1 square mile and there are 36 sections within the intersection of a Range / Township. A section that has been divided into four sub sections (e.g., NE, NW, SE, SW). This field will be set with a Y if the owner has qualified for a Homeowner/Homestead exemption. Please see Absentee Owner Table for Code Descriptions. A FARES established Land Use code converted from various county Land Use codes to aid in search and extract functions.

Freq.
99%

FormattedAPN

99%

OriginalAPN CensusTract

60% 87%

Zoning

37%

Range

34%

Township

36%

Section

35%

QuarterSection HomesteadExempt

8% 22%

AbsenteeOwnerCode LandUseCode

.69% 99%

26

Property Service Response Chapter 4 Field


CountyLandUse1 CountyLandUse2 PropertyIndicatorCode

Description
Primary (i.e., highest) Land Use as established by the county or local taxing administration. Secondary Land Use as established by the county or local taxing administration. A FARES general code used to easily recognize specific property types (e.g, Residential, Condominium, Commercial). See the PROPN table on page 121 for code descriptions. Name of the Municipality where parcel is located. View from building (e.g., Gulf, Mountains, Pool). Please see the VIEW table on page 136 for code descriptions. Positive or negative aspects associated with the location of the parcel (e.g., waterfront, flood plane, airport). Please see the LOCIN table on page 104 for code descriptions. Total number of buildings on the parcel.

Freq.
93% 16% 99%

MunicipalityName ViewCode

50% 1%

LocationInfluenceCode

7%

NumberOfBuildings

63%

SOAP Fields
Response.Record().Parcel.FIPSCode Response.Record().Parcel.FIPSSubCode Response.Record().Parcel.UnformattedAPN Response.Record().Parcel.APNSequenceNo Response.Record().Parcel.FormattedAPN Response.Record().Parcel.OriginalAPN Response.Record().Parcel.CensusTract Response.Record().Parcel.Zoning Response.Record().Parcel.Range Response.Record().Parcel.Township Response.Record().Parcel.Section Response.Record().Parcel.QuarterSection Response.Record().Parcel.HomesteadExempt Response.Record().Parcel.AbsenteeOwnerCode Response.Record().Parcel.LandUseCode Response.Record().Parcel.CountyLandUse1 Response.Record().Parcel.CountyLandUse2 27

Property Service Response Chapter 4 Response.Record().Parcel.PropertyIndicatorCode Response.Record().Parcel.MunicipalityName Response.Record().Parcel.ViewCode Response.Record().Parcel.LocationInfluenceCode Response.Record().Parcel.NumberOfBuildings

XML Elements
<Parcel> <FIPSCode /> <FIPSSubCode /> <UnformattedAPN /> <APNSequenceNo /> <FormattedAPN /> <OriginalAPN /> <CensusTract /> <Zoning /> <Range /> <Township /> <Section /> <QuarterSection /> <HomesteadExempt /> <AbsenteeOwnerCode /> <LandUseCode /> <CountyLandUse1 /> <CountyLandUse2 /> <PropertyIndicatorCode /> <MunicipalityName /> <ViewCode /> <LocationInfluenceCode /> <NumberOfBuildings /> </Parcel>

28

Property Service Response Chapter 4

Owner
These fields return information on the current owner of the requested property. Field
CorporateOwner Name Name2 UnparsedName1 UnparsedName2 Phone PhoneOptOut

Description
The Name of the property owner has been recognized as a corporation or business. The name of the property owner. Additional owner names if more than one person owns the property. Non-parsed owner name. Additional owner names if more than one person owns the property - non-parsed. Phone number of property owner (e.g., 9095551212). A Y represents a record where the property owner has contacted the DMA (i.e., Direct Marketing Association) and has asked not to be contacted by phone for solicitation.

Freq.
17% 99% 45% 99% 23% 41% 32%

SOAP Fields
Response.Record().Owner.CorporateOwner Response.Record().Owner.Name Response.Record().Owner.Name2 Response.Record().Owner.UnparsedName1 Response.Record().Owner.UnparsedName2 Response.Record().Owner.Phone Response.Record().Owner.PhoneOptOut

XML Elements
<Owner> <CorporateOwner /> <Name /> <Name2 /> <UnparsedName1 /> <UnparsedName2 />

29

Property Service Response Chapter 4 <Phone /> <PhoneOptOut /> </Owner>

Owner Address
This fields return the mailing address for the requested property. Field
Address Suite City State

Description
The first line of the street address. The unit or suite number of the property address (e.g., 649 LAKE SHORE DR #1400). The city associated with the property address (e.g., CHICAGO, ATLANTA, DENVER). The two-letter USPS postal abbreviation associated with the state / protectorants / commonwealth (e.g., CA, VI, PR). The nine-digit code (i.e., ZIP & plus 4) assigned by the USPS. This is populated by various source files and other proprietary and nonproprietary processes (e.g., 954630042). This is the four-digit code used by the local mail carrier to identify the delivery path. See MATCH TABLE KEY worksheet on page 129 for an explanation of these codes. A Y represents a record where the property owner has contacted the DMA (i.e., Direct Marketing Association) and has asked not to be contacted by mail for solicitation.

Freq.
98% 7% 98% 98%

Zip

98%

CarrierRoute Matchcode MailOptOut

95% 98% 4%

SOAP Fields
Response.Record().OwnerAddress.Address Response.Record().OwnerAddress.Suite Response.Record().OwnerAddress.City Response.Record().OwnerAddress.State Response.Record().OwnerAddress.Zip Response.Record().OwnerAddress.CarrierRoute

30

Property Service Response Chapter 4 Response.Record().OwnerAddress.Matchcode Response.Record().OwnerAddress.MailOptOut

XML Elements
<OwnerAddress> <Address /> <Suite /> <City /> <State /> <Zip /> <CarrierRoute /> <Matchcode /> <MailOptOut /> </OwnerAddress>

Values
These fields return data on the current value of the requested property. Field
CalculatedTotalValue

Description
The TOTAL (i.e., Land + Improvement) Value closest to current market value used for assessment by county or local taxing authorities. The LAND Value closest to current market value used for assessment by county or local taxing authorities. The IMPROVEMENT Value closest to current market value used for assessment by county or local taxing authorities. The code appearing in this indicator field reflects the type of values (e.g., Market, Appraised) used to seed the TOTAL VALUE CALCULATED field. Please see the VALTY table on page 136 for code descriptions.

Freq.
97%

CalculatedLandValue

86%

CalculatedImprovementValue

68%

CalculatedTotalValueCode

99%

31

Property Service Response Chapter 4 Field


CalculatedLandValueCode

Description
The code appearing in this indicator field reflects the type of values (e.g., Market, Appraised) used to seed the LAND VALUE CALCULATED field. Please see the VALTY table on page 136 for code descriptions. The code appearing in this indicator field reflects the type of values (e.g., Market, Appraised) used to seed the IMPROVEMENT VALUE CALCULATED field. Please see the VALTY table on page 136 for code descriptions. The Total Assessed Value of the Parcel's Land & Improvement values as provided by the county or local taxing/assessment authority. The Assessed Land Values as provided by the county or local taxing/assessment authority. The Assessed Improvement Values as provided by the county or local taxing/assessment authority. The Total Market Value of the Parcel's Land & Improvement values as provided by the county or local taxing/assessment authority. The Market Land Values as provided by the county or local taxing/assessment authority. The Market Improvement Values as provided by the county or local taxing/assessment authority. The Total Appraised Value of the Parcel's Land & Improvement values as provided by the county or local taxing/assessment authority. The Appraised Land Values as provided by the county or local taxing/assessment authority. The Appraised Improvement Values as provided by the county or local taxing/assessment authority. The Total Tax amount provided by the county or local taxing/assessment authority.

Freq.
99%

CalculatedImprovementValue Code

99%

AssessedTotalValue

92%

AssessedLandValue AssessedImprovementValue

64% 51%

MarketTotalValue

65%

MarketLandValue MarketImprovementValue AppraisedTotalValue

53% 42% 11%

AppraisedLandValue AppraisedImprovementValue

8% 6%

TaxAmount

89%

32

Property Service Response Chapter 4 Field


TaxYear

Description
The tax or assessment year for which the taxes were billed.

Freq.
89%

SOAP Fields
Response.Record().Values.CalculatedTotalValue Response.Record().Values.CalculatedLandValue Response.Record().Values.CalculatedImprovementValue Response.Record().Values.CalculatedTotalValueCode Response.Record().Values.CalculatedLandValueCode Response.Record().Values.CalculatedImprovementValueCode Response.Record().Values.AssessedTotalValue Response.Record().Values.AssessedLandValue Response.Record().Values.AssessedImprovementValue Response.Record().Values.MarketTotalValue Response.Record().Values.MarketLandValue Response.Record().Values.MarketImprovementValue Response.Record().Values.AppraisedTotalValue Response.Record().Values.AppraisedLandValue Response.Record().Values.AppraisedImprovementValue Response.Record().Values.TaxAmount

XML Elements
<Values> <CalculatedTotalValue /> <CalculatedLandValue /> <CalculatedImprovementValue /> <CalculatedTotalValueCode /> <CalculatedLandValueCode /> <CalculatedImprovementValueCode /> <AssessedTotalValue /> <AssessedLandValue /> <AssessedImprovementValue /> <MarketTotalValue /> <MarketLandValue /> <MarketImprovementValue /> <AppraisedTotalValue /> <AppraisedLandValue /> <AppraisedImprovementValue /> 33

Property Service Response Chapter 4 <TaxAmount /> <TaxYear /> </Values>

Current Sale
These fields return information from the most recent sale of the requested property. Field
TransactionId

Description
This is a FARES internal number used to identify a specific transaction. This number may aid customers in the creation of unique keys. The year a sales transaction document was recorded (e.g., 1984). The type of deed used to record the sales transaction (e.g., Grant, Quit, Foreclosure). Please see the DEEDC table on page 127 for code descriptions. The date the sales transaction was recorded at the county (e.g., 19621028). The date the sales transaction was legally completed (i.e., contact signed) (e.g., 19621025). Price of the sale as depicted on the recorded sales transaction. This field indicates whether the financial consideration is F = Full or P = Partial. For a full list, see the SCODE table on page 127. The seller's name as it appears on the recorded sales transaction. The data contained in this field depicts multiple or split parcel sales. Please see the SLMLT table on page 112 for code descriptions. This reflects the number of parcels associated with the sale (e.g., 14 parcels recorded on the same document number).

Freq.
61%

DocumentYear DeedCategoryCode

41% N/A

RecordingDate SaleDate

47% 47%

SalePrice SaleCode

46% 13%

SellerName MultiAPNCode

52% 7%

MultiAPNCount

30%

34

Property Service Response Chapter 4 Field


ResidentalModel

Description
A code to indicate whether the property is residential based on individual ZIP codes and values. Y = yes, N or blank = no.

Freq.
62%

SOAP Fields
Response.Record().CurrentSale.TransactionId Response.Record().CurrentSale.DocumentYear Response.Record().CurrentSale.DeedCategoryCode Response.Record().CurrentSale.RecordingDate Response.Record().CurrentSale.SaleDate Response.Record().CurrentSale.SalePrice Response.Record().CurrentSale.SaleCode Response.Record().CurrentSale.SellerName Response.Record().CurrentSale.MultiAPNCode Response.Record().CurrentSale.MultiAPNCount Response.Record().CurrentSale.ResidentalModel

XML Elements
<CurrentSale> <TransactionId /> <DocumentYear /> <DeedCategoryCode /> <RecordingDate /> <SaleDate /> <SalePrice /> <SaleCode /> <SellerName /> <MultiAPNCode /> <MultiAPNCount /> <ResidentalModel /> </CurrentSale>

35

Property Service Response Chapter 4

Current Deed
These fields return the available information about the current mortgage holder on the requested property. Field
MortgageAmount MortgageDate MortgageLoanTypeCode

Description
The amount of the first mortgage as depicted on the recorded document. The date the Mortgage was initiated. Type of loan secured (e.g., Conventional, FHA, VA). Please see the MTGTP table on page 111 for code descriptions Type of deed used for recording (e.g., Agreement of Sale, Assumption, Correction Deed). Please see the DOCTY table on page 108 for code descriptions This code is used to identify whether the number stored in the MORTGAGE TERM field is in Days, Months or Years. Please see the MTGTC table on page 112 for code descriptions. The length of time before the mortgage matures (e.g., 15yrs, 30 yrs, 45dys). The date the mortgage amount becomes due. The assumption amount related to an existing mortgage. This is a FARES internal code used to identify the Lending Company that was associated with the sales transaction. This is the name of the lender on the original recorded document. This is the amount associated with the 2nd mortgage.

Freq.
27%

27%

MortgageDeedTypeCode

21%

MortgageTermCode

19%

MortgageTerm MortgageDueDate MortgageAssumptionAmount LenderCode

19% 19% <1% 26%

LenderName SecondMortgageAmount

27% 4% 4%

SecondMortgageLoanTypeCode Type of loan secured as part of the 2nd mortgage (e.g., Conventional, FHA, VA). Please see the MTGTP table on page 111 for code descriptions.

36

Property Service Response Chapter 4 Field Description Freq.


4%

SecondMortgageDeedTypeCode Type of deed used for recording the 2nd mortgage (e.g., Agreement of Sale, Assumption, Correction Deed). Please see the DOCTY table on page 108 for code descriptions.

SOAP Fields
Response.Record().CurrentDeed.MortgageAmount Response.Record().CurrentDeed.MortgageDate Response.Record().CurrentDeed.MortgageLoanTypeCode Response.Record().CurrentDeed.MortgageDeedTypeCode Response.Record().CurrentDeed.MortgageTermCode Response.Record().CurrentDeed.MortgageTerm Response.Record().CurrentDeed.MortgageDueDate Response.Record().CurrentDeed.MortgageAssumptionAmount Response.Record().CurrentDeed.LenderCode Response.Record().CurrentDeed.LenderName Response.Record().CurrentDeed.SecondMortgageAmount Response.Record().CurrentDeed.SecondMortgageLoanTypeCode Response.Record().CurrentDeed.SecondMortgageDeedTypeCode

XML Elements
<CurrentDeed> <MortgageAmount /> <MortgageDate /> <MortgageLoanTypeCode /> <MortgageDeedTypeCode /> <MortgageTermCode /> <MortgageTerm /> <MortgageDueDate /> <MortgageAssumptionAmount /> <LenderCode /> <LenderName /> <SecondMortgageAmount /> <SecondMortgageLoanTypeCode /> <SecondMortgageDeedTypeCode /> </CurrentDeed>

37

Property Service Response Chapter 4

Prior Sale
These fields return information about a sale of the requested property prior to the most recent one. Field
TransactionId

Description
This is a FARES internal number used to identify a specific transaction. This number may aid customers in the creation of unique keys. The year a sales transaction document was recorded (e.g., 1984). The type of deed used to record the prior sales transaction (e.g., Grant, Quit, Foreclosure). Please see the DEEDC table on page 127 for code descriptions. The date the sales transaction was recorded at the county (e.g., 19621028). The date the sales transaction was legally completed (i.e., contact signed) (e.g., 19621025). Price of the sale as depicted on the recorded sales transaction. This field indicates whether the financial consideration is F = Full or P = Partial. This identifies situations associated with the sale (e.g., Resale, Construction Loan, Seller Carryback). Please see the TRNTP table for code descriptions. The data contained in this field depicts multiple or split parcel sales. Please see the SLMLT table on page 112 for code descriptions. This reflects the number of parcels associated with the sale (e.g., 14 parcels recorded on the same document number). This is the amount associated with the mortgage of the prior sale.

Freq.
30%

DocumentYear DeedCategoryCode

17% 30%

RecordingDate SaleDate

22% 22%

SalePrice SaleCode TransactionCode

23% 7% <1%

MultiAPNCode

3%

MultiAPNCount

<1%

MortgageAmount

12%

38

Property Service Response Chapter 4 Field


DeedTypeCode

Description
Type of deed used for recording (e.g., Agreement of Sale, Assumption, Correction Deed). Please see the DOCTY table on page 108 for code descriptions.

Freq.
7%

SOAP Fields
Response.Record().PriorSale.TransactionId Response.Record().PriorSale.DocumentYear Response.Record().PriorSale.DeedCategoryCode Response.Record().PriorSale.RecordingDate Response.Record().PriorSale.SaleDate Response.Record().PriorSale.SalePrice Response.Record().PriorSale.SaleCode Response.Record().PriorSale.TransactionCode Response.Record().PriorSale.MultiAPNCode Response.Record().PriorSale.MultiAPNCount Response.Record().PriorSale.MortgageAmount Response.Record().PriorSale.DeedTypeCode

XML Elements
<PriorSale> <TransactionId /> <DocumentYear /> <DeedCategoryCode /> <RecordingDate /> <SaleDate /> <SalePrice /> <SaleCode /> <TransactionCode /> <MultiAPNCode /> <MultiAPNCount /> <MortgageAmount /> <DeedTypeCode /> </PriorSale>

39

Property Service Response Chapter 4

Lot
These fields return data on the physical dimensions of the entire requested property. Field
FrontFootage DepthFootage Acreage SquareFootage

Description
The linear feet across the front of the lot - facing the street. The linear feet between the front and back of the lot. Total land mass in Acres. Total land mass in Square Feet.

Freq.
25% 23% 86% 86%

SOAP Fields
Response.Record().Lot.FrontFootage Response.Record().Lot.DepthFootage Response.Record().Lot.Acreage Response.Record().Lot.SquareFootage

XML Elements
<Lot> <FrontFootage /> <DepthFootage /> <Acreage /> <SquareFootage /> </Lot>

40

Property Service Response Chapter 4

Square Footage
These fields return physical information about the building or buildings on the requested property. Field
UniversalBuilding

Description
The Building Square Footage that can most accurately be used for assessments or comparables (e.g., Living, Adjusted, Gross). The codes appearing in this field indicate the source used to populate the UNIVERSAL BUILDING SQUARE FEET field (e.g., Living, Adjusted, Gross). Please see the BLDSF table on page 136 for code descriptions. The size of the building in Square Feet. This field is most commonly populated as a cumulative total when a county does not differentiate between Living and Non-living areas. This is the area of a building that is used for general living. This is typically the area of a building that is heated or air conditioned and does not include Garage, Porch or Basement square footage. Square footage of the part of the building which is level with the ground (typically the front of the building). This is generally above the basement(s) and below the second floor. This is the square footage for the entire building. Typically this represents all square feet under the roof. This is the square footage used by the county or local taxing / assessment authority to determine Improvement Value. This figure is typically 100% of the living area, plus lower percentage of non-living area. This is total square footage associated with Basement portion of a building. This would include both finished and unfinished areas.

Freq.
58%

BuildingAreaCode

58%

BuildingArea

35%

LivingSpace

53%

GroundFloor

28%

Gross

8%

AdjustedGross

6%

Basement

9%

41

Property Service Response Chapter 4 Field


GarageOrParking

Description
This is the total square footage of the primary garage or parking area (i.e., commercial). This includes both finished and unfinished areas.

Freq.
23%

SOAP Fields
Response.Record().SquareFootage.UniversalBuilding Response.Record().SquareFootage.BuildingAreaCode Response.Record().SquareFootage.BuildingArea Response.Record().SquareFootage.LivingSpace Response.Record().SquareFootage.GroundFloor Response.Record().SquareFootage.Gross Response.Record().SquareFootage.AdjustedGross Response.Record().SquareFootage.Basement Response.Record().SquareFootage.GarageOrParking

XML Elements
<SquareFootage> <UniversalBuilding /> <BuildingAreaCode /> <BuildingArea /> <LivingSpace /> <GroundFloor /> <Gross /> <AdjustedGross /> <Basement /> <GarageOrParking /> </SquareFootage>

42

Property Service Response Chapter 4

Building
These fields return information about the features of the building or buildings on the requested property. Field
YearBuilt EffectiveYearBuilt

Description
This is the construction year of the original building. This is the first year the building was assessed with its current components (e.g., a building is originally constructed in 1960 and a bedroom and bath was added to the building in 1974). The Year Built would be 1960 and the Effective Year Built would be 1974. Total number of Bedrooms contained in the primary building. Total number of rooms contained in the primary building. Total number of Bathrooms in whole numbers (e.g., a home containing 2 1/2 baths would have the number 3 stored in this field as, three actual rooms have been designated for this purpose). Total number of Bathrooms as provided by our data sources (e.g., 4.00, 2.50, 1.75). Total number of Full Baths (typically comprised of a sink, toilet, and bathtub / shower stall). A home containing 2 1/2 baths would have the number 2 stored in this field. Total number of Half Baths (typically comprised of a sink & toilet). A home containing 2 1/2 baths would have the number 1 stored in this field. Total number of Quarter Baths (typically comprised only of a sink, as found in many laundry rooms). Total number of Three-Quarter Baths (typically comprised of a sink, toilet & shower stall). The total number of bathroom fixtures (typically a Full Bath would have 4 fixtures - 1 = sink, 1 = toilet, 1 = bathtub, 1 = shower head).

Freq.
55% 20%

BedRooms TotalRooms TotalBathsCalculated

39% 27% 48%

TotalBaths FullBaths

48% 47%

HalfBaths

13%

OneQuarterBaths

<1%

ThreeQuarterBaths BathFixtures

<1% 11%

43

Property Service Response Chapter 4 Field


AirConditioningCode

Description
The type of air conditioning method used to cool the building (e.g., Central, Wall Unit, Evaporative). Please see the AC table on page 53 for code descriptions. The type of basement found in the building (e.g., Finished, Half, Crawl). Please see the BSMTF table on page 54 for code descriptions. The primary building type (e.g., Bowling Alley, Supermarket). Please see the the BLDG table on page 62 for code descriptions. The primary improvement type (e.g., Grain Silo, Hanger, Marina). Please see the IMPRV table on page 55 for code descriptions. This represents the physical condition of the main improvement (e.g., Good, Fair, Under Construction). Please see the COND table on page 69 for code descriptions. The primary method of construction (e.g., Steel / Glass, Concrete Block, Log). Please see the CNSTR table on page 70 for code descriptions. The type and/or finish of the exterior walls (e.g., Vinyl Siding, Brick Veneer, Frame / Stone). Please see the EXTNW table on page 72 for code descriptions. This field is populated with a Y if a fireplace is located within the building. This represents the number of fireplace openings located within the building The type of fireplace (e.g., 2 Story / 3 Openings, 2 Story Brick). Please see the FIREP table on page 81 for code descriptions. The type of foundation (e.g., Continuous Footing, Pier, Mud Sill). Please see the FOUND table on page 84 for code descriptions.

Freq.
31%

BasementCode

3%

BuildingCode

26%

ImprovementCode

3%

ConditionCode

27%

ConstructionCode

11%

ExteriorWallCode

42%

Fireplace Fireplaces FireplaceCode

20% 18% 20%

FoundationCode

19%

44

Property Service Response Chapter 4 Field


FlooringCode

Description
The type of floor construction (e.g., Concrete, Plywood). Please see the FLTYP table on page 83 for code descriptions. The type of roof framing used (e.g., Bar Joist, Reinforced Concrete, Flexicore). Please see the RFFRM table on page 85 for code descriptions. Type of garage or carport present (e.g., Attached Finished, Enclosed Carport, Basement Garage). Please see the GRGCD table on page 87 for code descriptions. Type or method of heating (e.g., Hot Water, Heat Pump, Baseboard, Radiant). Please see the HEAT table on page 92 for code descriptions. This field is populated with a Y if a Mobile Home is present on the parcel. This represent the total number of Parking Spaces or Car Capacity associated with the Garage or Parking type. Type of parking found on the parcel. This is typically commercial or communal (e.g., Condos) in nature. Please see the PARKG table on page 112 for code descriptions. This field is populated with a Y if a Pool is present on the parcel. Type of pool, construction or pool amenities (e.g., Kidney, Gunite, Vinyl, Jacuzzi, Heated). Please see the POOL table on page 118 for code descriptions. Type of construction quality of building (e.g., excellent, economical). Please see the QUAL table on page 122 for code descriptions. Type of roof covering (e.g., Clay Tile, Aluminum, Shake). Please see the RFCOV table on page 123 for code descriptions.

Freq.
6%

RoofFramingCode

1%

GarageCode

33%

HeatingCode

42%

MobileHome ParkingSpaces

2% 3%

ParkingCode

34%

Pool PoolCode

4% 4%

QualityCode

20%

RoofCoverCode

32%

45

Property Service Response Chapter 4 Field


RoofTypeCode

Description
Type of roof shape (e.g., Gambrel, Gable, Flat, Mansard). Please see RFSHP table on page 126 for code descriptions. Type / number of stories (e.g., Split Foyer, Tri Level, 2 Story). Please see the STORY table on page 129 for code descriptions. Number of stories associated with the building (e.g., 2, 1.5). Type of building style (e.g., Colonial, Cape Code, Bungalow). Please see the STYLE table on page 133 for code descriptions. Number of Residential, Apartment or Business Units. Type of electricity or energy use within the building (e.g., Average Wiring, Underground Wired, Private Source). Please see the ELEC table on page 72 for code descriptions. Type of fuel used for heating of water and building (e.g., Solar, Gas, Oil). Please see the FUEL table on page 87 for code descriptions. Type of sewer system on the parcel (e.g., Public, Septic, Commercial). Please see the SEWER table on page 128 for code descriptions. Type of water service on the parcel (e.g., Public, Well, Cistern). Please see the WATER table on page 138 for code descriptions.

Freq.
18%

StoriesCode

17%

Stories BuildingStyleCode

49% 27%

Units ElectricityCode

16% 16%

FuelCode

16%

SewerCode

22%

WaterCode

21%

SOAP Fields
Response.Record().Building.YearBuilt Response.Record().Building.EffectiveYearBuilt Response.Record().Building.BedRooms Response.Record().Building.TotalRooms Response.Record().Building.TotalBathsCalculated Response.Record().Building.TotalBaths Response.Record().Building.FullBaths Response.Record().Building.HalfBaths Response.Record().Building.OneQuarterBaths

46

Property Service Response Chapter 4 Response.Record().Building.ThreeQuarterBaths Response.Record().Building.BathFixtures Response.Record().Building.AirConditioningCode Response.Record().Building.BasementCode Response.Record().Building.BuildingCode Response.Record().Building.ImprovementCode Response.Record().Building.ConditionCode Response.Record().Building.ConstructionCode Response.Record().Building.ExteriorWallCode Response.Record().Building.Fireplace Response.Record().Building.Fireplaces Response.Record().Building.FireplaceCode Response.Record().Building.FoundationCode Response.Record().Building.FlooringCode Response.Record().Building.RoofFramingCode Response.Record().Building.GarageCode Response.Record().Building.HeatingCode Response.Record().Building.MobileHome Response.Record().Building.ParkingSpaces Response.Record().Building.ParkingCode Response.Record().Building.Pool Response.Record().Building.PoolCode Response.Record().Building.QualityCode Response.Record().Building.RoofCoverCode Response.Record().Building.RoofTypeCode Response.Record().Building.StoriesCode Response.Record().Building.Stories Response.Record().Building.BuildingStyleCode Response.Record().Building.Units Response.Record().Building.ElectricityCode Response.Record().Building.FuelCode Response.Record().Building.SewerCode Response.Record().Building.WaterCode

XML Elements
<Building> <YearBuilt /> <EffectiveYearBuilt /> <BedRooms /> <TotalRooms />

47

Property Service Response Chapter 4 <TotalBathsCalculated /> <TotalBaths /> <FullBaths /> <HalfBaths /> <OneQuarterBaths /> <ThreeQuarterBaths /> <BathFixtures /> <AirConditioningCode /> <BasementCode /> <BuildingCode /> <ImprovementCode /> <ConditionCode /> <ConstructionCode /> <ExteriorWallCode /> <Fireplace /> <Fireplaces /> <FireplaceCode /> <FoundationCode /> <FlooringCode /> <RoofFramingCode /> <GarageCode /> <HeatingCode /> <MobileHome /> <ParkingSpaces /> <ParkingCode /> <Pool /> <PoolCode /> <QualityCode /> <RoofCoverCode /> <RoofTypeCode /> <StoriesCode /> <Stories /> <BuildingStyleCode /> <Units /> <ElectricityCode /> <FuelCode /> <SewerCode /> <WaterCode /> </Building>

48

Property Service Response Chapter 4

Basic Fields
The following fields may be populated when the Basic service level is requested. All of the fields listed will still be present, and the XML structure will be the same, but only the fields in this table can be populated with values. Field
FormattedAPN

Description
Assessor's Parcel Number in a formatted form. Dashes and decimals are commonly used to break an APN down into logical components (e.g., 101-32-021.A). The name of the property owner. The TOTAL (i.e., Land + Improvement) Value closest to current market value used for assessment by county or local taxing authorities. The IMPROVEMENT Value closest to current market value used for assessment by county or local taxing authorities. The Total Assessed Value of the Parcel's Land & Improvement values as provided by the county or local taxing/assessment authority. The Total Tax amount provided by the county or local taxing/assessment authority. The date the sales transaction was legally completed (i.e., contact signed) (e.g., 19621025). Price of the sale as depicted on the recorded sales transaction. Total land mass in Acres. Total land mass is Square Feet. The size of the building in Square Feet. This field is most commonly populated as a cumulative total when a county does not differentiate between Living and Non-living areas.

Freq.
99%

Name CalculatedTotalValue

99% 97%

CalculatedImprovementValue

68%

AssessedTotalValue

92%

TaxAmount SaleDate

89% 47%

SalePrice Acreage SquareFootage BuildingArea

46% 86% 86% 35%

49

Property Service Response Chapter 4 Field


LivingSpace

Description
This is the area of a building that is used for general living. This is typically the area of a building that is heated or air conditioned and does not include Garage, Porch or Basement square footage. This is the construction year of the original building. Total number of rooms contained in the primary building. Total number of Bedrooms contained in the primary building. Total number of Bathrooms as provided by our data sources (e.g., 4.00, 2.50, 1.75). The length of time before the mortgage matures (e.g., 15yrs, 30 yrs, 45dys). The date the mortgage amount becomes due. The amount of the first mortgage as depicted on the recorded document.

Freq.
53%

YearBuilt TotalRooms BedRooms TotalBaths MortgageTerm MortgageDueDate MortgageAmount

55% 27% 39% 48% 19% 19% 27%

Basic SOAP Fields


Response.Record().Parcel.FormattedAPN Response.Record().Owner.Name Response.Record().Values.CalculatedTotalValue Response.Record().Values.CalculatedImprovementValue Response.Record().Values.AssessedTotalValue Response.Record().Values.TaxAmount Response.Record().CurrentSale.SaleDate Response.Record().CurrentSale.SalePrice Response.Record().CurrentDeed.MortgageAmount Response.Record().CurrentDeed.MortgageTerm Response.Record().CurrentDeed.MortgageDueDate Response.Record().Lot.Acreage Response.Record().Lot.SquareFootage Response.Record().SquareFootage.BuildingArea Response.Record().SquareFootage.LivingSpace Response.Record().Building.YearBuilt

50

Property Service Response Chapter 4 Response.Record().Building.BedRooms Response.Record().Building.TotalRooms Response.Record().Building.TotalBaths

Basic XML Elements


<Parcel> <FormattedAPN /> </Parcel> <Owner> <Name /> </Owner> <Values> <CalculatedTotalValue /> <CalculatedImprovementValue /> <AssessedTotalValue /> <TaxAmount /> </Values> <CurrentSale> <SaleDate /> <SalePrice /> </CurrentSale> <CurrentDeed> <MortgageAmount /> <MortgageTerm /> <MortgageDueDate /> </CurrentDeed> <Lot> <Acreage /> <SquareFootage /> </Lot> <SquareFootage> <BuildingArea /> <LivingSpace /> </SquareFootage> <Building> <YearBuilt /> <BedRooms /> <TotalRooms /> <TotalBaths /> </Building>

51

Property Service Response Chapter 4

52

Air Conditioning Table

Property Service Codes Chapter 4

Property Service Codes


The following section lists the codes returned by some fields of the Property Service.

Air Conditioning Table


This table lists the codes returned by the field AirConditioningCode:

Table Code: AC
Value
000 001 ACA ACE ACH ACP ACW ADU AEV AFA AHT AOF APF APK APR APT APV ASE ASO ASP AWA AWI AWN CAC CEN

Description
NONE TYPE UNKNOWN AC.COMMERCIAL A/C AC.CENTRAL AC.CHILLED WATER AC.CENTRAL PARTIAL AC.CENTRAL & UNIT AC.DUAL UNIT AC.EVAPORATIVE AC.FAN COOLING AC.HEAT PUMP AC.OFFICE ONLY AC.REFRIGERATION AC.PACKAGE AC.PACKAGE ROOF AC.PARTIAL AC.REFRIGERATION/EVAPORATION AC.SEPARATE SYSTEM AC.SOLAR AC.SPLIT SYSTEM AC.WALL UNIT AC.WINDOW UNIT AC.WALL/WINDOW UNIT COMMERCIAL A/C CENTRAL

53

Basement Finish Type

Property Service Codes Chapter 4

Table Code: AC
Value
CHW CPR CWU DUL EVP FAN HTP OFC PKG PKR PRT REF REV SEP SOL SPL WAU WIU WNU

Description
CHILLED WATER CENTRAL PARTIAL CENTRAL & UNIT DUAL UNIT EVAPORATIVE FAN COOLING HEAT PUMP OFFICE ONLY PACKAGE PACKAGE ROOF PARTIAL REFRIGERATION REFRIGERATION/EVAPORAT SEPARATE SYSTEM SOLAR SPLIT SYSTEM WALL UNIT WINDOW UNIT WALL/WINDOW UNIT

Basement Finish Type


This table lists the codes returned by the field BasementCode:

Table Code: BSMTF


Value
000 001 BFL CRA FBE FBR FCF

Description
NONE TYPE UNKNOWN FULL CRAWL-SPACE BEDROOM BEDROOM & RECREATION ROOM COMPLETELY FINISHED

54

Building Improvement Type

Property Service Codes Chapter 4

Table Code: BSMTF


Value
FFD FFI FFL FFP FOF FPA FPF FRE FRR FST FUN FUT

Description
FINISHED WITH DRYWALL FINISHED FINISHED WITH PLASTER FINISHED WITH PANEL OFFICE PARKING PARTIALLY FINISHED RESIDENT RECREATION ROOM STORAGE UNFINISHED UTILITY

Building Improvement Type


This table lists the codes returned by the field ImprovementCode:

Table Code: IMPRV


Value
000 001 A0I A0L A0S A0Y A1E AA0 AA1 AAA AAH AAS AKY AMG

Description
NONE TYPE UNKNOWN FARM CRIB SHED TANK HOG HOUSE BARN PACKING BARN DAIRY BARN HORSE BARN BARN/SHED GRAIN TANK MILK HOUSE

55

Building Improvement Type

Property Service Codes Chapter 4

Table Code: IMPRV


Value
AMR AQ0 ATG AU0 AV0 AVF AW0 AY0 AZL C00 C04 C06 C07 C0C C0E C0P C0Q C0R C3D C40 C5Y C60 C61 C6Q C6W C82 C98 CA0 CAA CAK CB0 CCA CCB CCD

Description
MILK PARLOR AGRICULTURAL BUILDING POULTRY HOUSE UTILITY SILO FRAME SILO STABLE BIN CORN CRIB COMMERCIAL MARKET SAVINGS & LOAN SUPERMARKET HANGAR COMMERCIAL SALES MOTEL COMMERCIAL CONDO STORE FURNITURE SHOWROOM COMMERCIAL GREENHOUSE LUMBER YARD OFFICE MEDICAL OFFICE OFFICE CONDO OFFICE HIGH RISE PROFESSIONAL OFFICE DRIVE-UP WINDOW COMMERCIAL SERVICE SERVICE STATION SERVICE GARAGE BUSINESS PARK AUTO STATION AUTO AGENCY AUTO SHOWROOM

56

Building Improvement Type

Property Service Codes Chapter 4

Table Code: IMPRV


Value
CCE CCF CCK CCS CD0 CDA CE0 CG0 CHK CJ0 CJ2 CJH CJS CN0 CN8 CNQ CO0 COL COM CPK CS0 CT4 CU0 CVP CX0 CYR CZ5 CZR E00 E07 E08 E0K E0U E10

Description
AUTO SALES AUTO SALES & SERVICE AUTO GARAGE AUTO SERVICE GAS GAS STATION MARINA AIRPORT MAINTENANCE GARAGE BANK BANK OFFICES BANK DRIVE-IN BANK SERVICE RETAIL RETAIL DRIVE UP RETAIL CONDO CAR WASH CAR WASH AUTOMATIC CAR WASH MANUAL PARKING GARAGE FINANCIAL INSTITUTION CONVENIENCE MARKET HOTEL HOTEL/MOTEL SHOPPING CENTER DEPARTMENT STORE LUMBER STORAGE DISCOUNT STORE ENTERTAINMENT FOOD STAND FRANCHISE FOOD FAST FOOD LOUNGE/NITE CLUB FRATERNAL BUILDING

57

Building Improvement Type

Property Service Codes Chapter 4

Table Code: IMPRV


Value
E2I E33 E50 E51 E5Z EB0 EC0 EE0 EEC EH0 EI0 EJQ EL0 EM0 EN0 EP0 EPL ER0 ES0 ESK ET0 ETA ETE ETJ ETQ EU0 EVQ EVS EW0 EWX EZ0 G00 G0H G0P

Description
NITE CLUB/DINNER TENNIS/HANDBALL RADIO/TV RADIO/TV TRANSMITTER STATION RADIO/TV STUDIO BOWLING ALLEY ARENA BAR BAR/LOUNGE CLUBHOUSE CLUB/LODGE COUNTRY CLUB CULTURAL FACILITY FITNESS CENTER CAMP GOLF GOLF COURSE RECREATION RESTAURANT FAST FOOD RESTAURANT THEATER TENNIS COURT THEATER/CINEMA DRIVE-IN THEATER TENNIS CLUB GYMNASIUM HEALTH CLUB HEALTH SPA SKATING RINK SKATING RINK OUTDOORS RACQUETBALL GOVERNMENT COURTHOUSE POLICE STATION

58

Building Improvement Type

Property Service Codes Chapter 4

Table Code: IMPRV


Value
GA0 GB0 GC0 GE0 GG0 GGP GH0 GIE GM0 GP0 GS0 I80 IAJ IB0 ICJ IFE IFI IFP IFR IFS IFT M00 M0A M0H M0T M50 MA0 MAA MAH MAI MAT MC0 MCA MCE

Description
ARMORY MUNICIPAL COUNTY FEDERAL FIRE STATION FIRE STATION/POLICE STATION CORRECTIONAL CITY/VILLAGE/TOWN EXEMP MILITARY POST OFFICE STATE TERMINAL ASPHALT PAVING LIGHT CONCRETE PAVING FENCE CHAINLINK FENCE IRON FENCE PICKET FENCE POST/RAIL FENCE BRICK/STONE FENCE STOCKADE MULTI FAMILY HIGH RISE GARDEN MULTI FAMILY TOWNHOUSE 5-PLEX AND HIGHER APARTMENT APARTMENTS HIGH RISE APARTMENT GARDEN APARTMENTS MID RISE APARTMENT TOWNHOUSE CONDO CONDO HIGH RISE CONDO-APARTMENT

59

Building Improvement Type

Property Service Codes Chapter 4

Table Code: IMPRV


Value
MCH MCM MCO MCT MD0 MDF R00 R99 RC0 RG0 RI0 RM0 RM1 RM2 RMP RS0 RT0 RU0 U00 U0A U0F U0H U0K U0L U0P U0Q U21 U85 U87 U97 UA8 UBB UFP ULA

Description
CONDO-GARDEN CONDO-MULTIPLEX CONDO-OFFICE CONDO-TOWNHOUSE DUPLEX DUPLEX/TRIPLEX RESIDENTIAL HOUSE/OFFICE RESIDENTIAL CABINS GUEST HOUSE GREENHOUSE MOBILE HOME MOBILE HOME SINGLE WIDE MOBILE HOME DOUBLE WIDE MOBILE HOME PARK SINGLE FAMILY TOWNHOUSE PATIO HOME INDUSTRIAL PLANT FACTORY INDUSTRIAL - HEAVY COLD STORAGE INDUSTRIAL - LIGHT PROCESSING FREEZER FUEL SUPPLY TERMINAL TRANSIT TRUCK TERMINAL TRUCK STOP CIGARETTE MANUFACTURER BOTTLING/BREWERY FOOD PROCESSING PACKING PLANT

60

Building Improvement Type

Property Service Codes Chapter 4

Table Code: IMPRV


Value
UM0 UMH UML UMP UN0 URJ UW0 UWI UWN UWO UWP UWX UWZ UX9 WUO X0A X0F XA0 XB0 XBQ XBU XC0 XCP XDD XE0 XEH XEP XEQ XEV XF0 XGO XH0 XI0 XK0

Description
MANUFACTURING MANUFACTURING - HEAVY MANUFACTURING - LIGHT MANUFACTURING/PROCESSING MINING RESEARCH & DEVELOPMENT WAREHOUSE WAREHOUSE - PREFAB WAREHOUSE - MINI OFFICE/WAREHOUSE PROCESSING WAREHOUSE WAREHOUSE CONDO WAREHOUSE STORAGE LABORATORY/RESEARCH WAREHOUSE/OFFICE AUDITORIUM EXEMPT CHARITABLE COLLEGE COLLEGE PRIVATE COLLEGE/UNIVERSITY CHURCH COLLEGE - PUBLIC DAY CARE CENTER HOSPITAL CONVALESCENT HOSPITAL HOSPITAL - PUBLIC HOSPITAL - PRIVATE VETERINARY HOSPITAL DORMITORY FOREST PARK ORPHANAGE INSTITUTION FRATERNITY

61

Building Type

Property Service Codes Chapter 4

Table Code: IMPRV


Value
XL0 XMM XMN XQ0 XQR XR0 XRI XS0 XSP XTV

Description
LIBRARY FUNERAL HOME NURSING HOME MORTUARY MORTUARY/CEMETARY RELIGIOUS RELIGIOUS EDUCATION SCHOOL SCHOOL - PUBLIC VETERINARY CLINIC

Building Type
This table lists the codes returned by the field BuildingCode:

Table Code: BLDG


Value
001 A0L A0M A0U A0V A1E AA0 AA1 AAA AAH AAS AKY AMG AMR AQ0 AR0

Description
TYPE UNKNOWN CRIB BIN OUT BUILDING TANK HOG HOUSE BARN PACKING BARN DAIRY BARN HORSE BARN BARN/SHED GRAIN TANK MILK HOUSE MILK PARLOR AGRICULTURAL BUILDING SHED

62

Building Type

Property Service Codes Chapter 4

Table Code: BLDG


Value
ATG AU0 AV0 AVF AW0 AY0 AZL C00 C04 C06 C07 C0E C0Q C0R C10 C3D C40 C5Y C5Z C60 C61 C6L C6Q C6W C82 C98 CA0 CAA CAK CB0 CCA CCB CCD CCE

Description
POULTRY HOUSE UTILITY SILO FRAME SILO STABLE FARM CORN CRIB COMMERCIAL MARKET SAVINGS & LOAN SUPERMARKET SALES COMMERICAL CONDO STORE FOOD STAND FURNITURE SHOWROOM COMMERCIAL GREENHOUSE LUMBER YARD LUMBER STORAGE OFFICE MEDICAL OFFICE OFFICE LOW RISE OFFICE CONDO OFFICE HI RISE PROFESSIONAL OFFICE DRIVE-UP WINDOW SERVICE SERVICE STATION SERVICE GARAGE BUSINESS AUTO STATION AUTO AGENCY AUTO SHOWROOM AUTO SALES

63

Building Type

Property Service Codes Chapter 4

Table Code: BLDG


Value
CCF CCK CCS CD0 CDA CE0 CHK CJ0 CJ2 CJH CJS CN0 CN8 CNQ CO0 COL COM CPK CQ0 CS0 CT4 CU0 CUP CV0 CX0 CYR CZR E00 E08 E0K E0U E10 E2I E33

Description
AUTO SALES & SERVICE AUTO GARAGE AUTO SERVICE GAS GAS STATION LAUNDROMAT/DRY CLEANERS MAINTENANCE GARAGE BANK BANK OFFICES BANK DRIVE-IN BANK SERVICE RETAIL RETAIL DRIVE UP RETAIL CONDO CAR WASH CAR WASH AUTOMATIC CAR WASH MANUAL PARKING GARAGE MARINA FINANCIAL INSTITUTION CONVENIENCE MARKET HOTEL HOTEL/MOTEL MOTEL SHOPPING CENTER DEPARTMENT STORE DISCOUNT STORE ENTERTAINMENT FRANCHISE FOOD FAST FOOD LOUNGE/NITE CLUB FRATERNAL NIGHT CLUB/DINNER TENNIS/HANDBALL

64

Building Type

Property Service Codes Chapter 4

Table Code: BLDG


Value
E3A E3Q E60 E61 E6Z EB0 EC0 EE0 EEC EH0 EI0 EJQ EL0 EM0 EN0 EP0 EPL ER0 ES0 ESK ET0 ETE ETJ EU0 EVQ EVS EW0 EWX EZ0 G00 G0A G0P GA0 GB0

Description
TENNIS COURT TENNIS CLUB RADIO/TV RADIO/TV TRANSMITTER STATION RADIO/TV STUDIO BOWLING ALLEY ARENA/STADIUM BAR BAR COCKTAIL LOUNGE CLUBHOUSE CLUB/LODGE COUNTRY CLUB CULTURAL FACILITY FITNESS CENTER CAMP SITES GOLF GOLF COURSE RECREATION RESTAURANT RESTAURANT FAST FOOD THEATER THEATER/CINEMA DRIVE-IN THEATER GYMNASIUM HEALTH CLUB HEALTH SPA SKATING RINK SKATING RINK OUTDOORS RACQUETBALL GOVERNMENT COURTHOUSE POLICE STATION ARMORY MUNICIPAL

65

Building Type

Property Service Codes Chapter 4

Table Code: BLDG


Value
GC0 GE0 GG0 GGP GH0 GIE GM0 GP0 GS0 IAJ IB0 ICJ IFE IFI IFP IFR IFS IFT M00 M0A M0H M0T M50 M51 MA0 MAA MAH MAL MAT MC0 MCA MCE MCH MCM

Description
COUNTY FEDERAL FIRE STATION FIRE STATION/POLICE STATION CORRECTIONAL CITY/VILLAGE/TOWN EXEMP MILITARY POST OFFICE STATE ASPHALT PAVING LIGHT IMPROVEMENTS CONCRETE PAVING FENCE CHAINLINK FENCE IRON FENCE PICKET FENCE POST/RAIL FENCE BRICK/STONE FENCE STOCKADE MULTI FAMILY MULTI FAMILY HI RISE GARDEN MULTI FAMILY TOWNHOUSE 5-PLEX 5-PLEX AND HIGHER APARTMENT APARTMENT HI RISE APARTMENT GARDEN APARTMENT MID RISE APARTMENT TOWNHOUSE MULTI FAMILY CONDO CONDO HI RISE CONDO APARTMENT CONDO GARDEN CONDO-MULTIPLEX

66

Building Type

Property Service Codes Chapter 4

Table Code: BLDG


Value
MCO MCT MD0 MDF R00 RC0 RG0 RI0 RM0 RM1 RM2 RMP RS0 RT0 RU0 T0T TA0 TH0 TTT TTU U00 U0A U0F U0H U0K U0L U0P U0Q U21 U80 U85 UA8 UB0 UBB

Description
CONDO OFFICE CONDO TOWNHOUSE DUPLEX DUPLEX/TRIPLEX RESIDENTIAL CABIN/COTTAGE GUEST HOUSE RESIDENTIAL GREENHOUSE MOBILE HOME MOBILE HOME SINGLE WIDE MOBILE HOME DOUBLE WIDE MOBILE HOME PARK SINGLE FAMILY TOWNHOUSE PATIO HOME TRANSPORTATION TERMINAL AIRPORT HANGAR TRUCK TERMINAL TRUCK STOP INDUSTRIAL PLANT FACTORY INDUSTRIAL HEAVY COLD STORAGE INDUSTRIAL LIGHT PROCESSING FREEZER FUEL SUPPLY PACKING PLANT TERMINAL TRANSIT CIGARETTE MANUFACTURER BOTTLING BOTTLING BREWERY

67

Building Type

Property Service Codes Chapter 4

Table Code: BLDG


Value
UFP UM0 UMH UML UMP UN0 URJ UW0 UWI UWN UWO UWP UWX UWZ UX9 X0A X0F XA0 XB0 XBP XBQ XBU XC0 XDD XE0 XEH XEP XEQ XEV XF0 XGO XH0 XI0 XK0

Description
FOOD PROCESSING MANUFACTURING MANUFACTURING HEAVY MANUFACTURING LIGHT MANUFACTURING PROCESSING MINING RESEARCH & DEVELOPMENT WAREHOUSE WAREHOUSE PREFAB MINI WAREHOUSE OFFICE WAREHOUSE WAREHOUSE PROCESSING WAREHOUSE CONDO WAREHOUSE STORAGE LABORATORY/RESEARCH AUDITORIUM/GYMNASIUM EXEMPT CHARITABLE COLLEGE COLLEGE PUBLIC COLLEGE PRIVATE COLLEGE UNIVERSITY CHURCH/SYNAGOGUE DAY CARE CENTER HOSPITAL HOSPITAL CONVALESCENT HOSPITAL PUBLIC HOSPITAL PRIVATE VETERINARY HOSPITAL DORMITORY FOREST PARK ORPHANAGE INSTITUTION FRATERNITY

68

Condition

Property Service Codes Chapter 4

Table Code: BLDG


Value
XL0 XMM XNM XQ0 XQR XR0 XR5 XS0 XSP XTV

Description
LIBRARY FUNERAL HOME NURSING HOME MORTUARY MORTUARY/CEMETARY RELIGIOUS RELIGIOUS EDUCATION SCHOOL SCHOOL PUBLIC VETERINARY CLINIC

Condition
This table lists the codes returned by the field ConditionCode:

Table Code: COND


Value
000 001 AVE DMG EXC FAI GOO POO UCN UNS VGO

Description
NONE TYPE UNKNOWN AVERAGE PHYSICAL DAMAGE EXCELLENT FAIR GOOD POOR UNDER CONSTRUCTION UNSOUND VERY GOOD

69

Construction Type

Property Service Codes Chapter 4

Construction Type
This table lists the codes returned by the field ConstructionCode:

Table Code: CNSTR


Value
000 001 ADB AFR ALF ALS ALV AOD BCB BLB BLM BLS BRC BRF BRK BRL BRM BRS BST CCB CCM CCS CLP CND COM CRE CUS DOM FLX FRM FRS

Description
NONE TYPE UNKNOWN ADOBE A FRAME ALUMINUM FRAME ALUMINUM SIDING ALUMINUM/VINYL ARCHED/DOME BRICK/CINDER BLOCK BLOCK/BRICK BLOCK/METAL BLOCK/STEEL BRICK/CONCRETE BRICK/FRAME BRICK BRICK/STEEL BRICK/METAL BRICK/STUCCO BRICK/STONE CONCRETE BLOCK CONCRETE MASONRY CONCRETE/STEEL CLAPBOARD CINDER BLOCK COMBINATION CONCRETE CUSTOM DOME FLEXIBLE/FLEXICORE FRAME FRAME/STEEL

70

Construction Type

Property Service Codes Chapter 4

Table Code: CNSTR


Value
FRY FST GLA HEA LIG LOG MAN MAS MET MTU PFR PRM SFM SRO STE STS STU STV STW TBM TLU TUC WBR WCB WMT WOO WSC WSL WSN

Description
FRAME/MASONRY FRAME/STUCCO GLASS HEAVY LIGHT LOG MANUFACTURED/MODULAR MASONRY METAL MASONRY TILT-UP POLE FRAME PREFAB METAL STEEL/MASONRY STONE/ROCK STEEL STEEL/STUCCO STUCCO STONE VENEER STEEL/WOOD TILT-UP BRICK/METAL TILT-UP TILT-UP CONCRETE WOOD/BRICK WOOD FRAME/CONCRETE BLOCK WOOD FRAME/METAL WOOD WOOD/STUCCO WOOD/STEEL WOOD/STONE

71

Electricity/Energy

Property Service Codes Chapter 4

Electricity/Energy
This table lists the codes returned by the field ElectricityCode:

Table Code: ELEC


Value
000 001 EAG EAV EBA ECN EEX EGO EHE ELI EMA EME EMI EOV EPR ETY EUN

Description
NONE TYPE UNKNOWN AVERAGE WIRING AVAILABLE BELOW AVERAGE WIRING CONNECTED EXTENSIVE WIRING GOOD WIRING HEAVY WIRING LIGHT WIRING MAXIMUM WIRING MEDIUM WIRING MINIMAL WIRING OVERHEAD WIRES PRIVATE SOURCE TYPICAL WIRING UNDERGROUND WIRES

Exterior Wall Type


This table lists the codes returned by the field ExteriorWallCode:

Table Code: EXTNW


Value
ABL ABP ABR ABV ABW ADO

Description
ALUMINUM/BLOCK ASBESTOS/BLOCK/PLYWOOD ASBESTOS/BRICK ASBESTOS/BRICK VENEER/WOOD ASBESTOS/BLOCK/WOOD ADOBE BLOCK

72

Exterior Wall Type

Property Service Codes Chapter 4

Table Code: EXTNW


Value
AFW ALB ALF ALM ALN ALS ALU ALV AME AMS ASB ASC ASD ASF ASG ASI ASK ASM ASO ASP AST ASV ASW AWD BAS BBA BBD BBS BBW BFS BFT BFV BFW BLB

Description
ASPHALT/FIBERGLASS/WOOD FRAME ALUMINUM/BRICK FRAME/ALUMINUM ALUMINUM/MASONITE ALUMINUM/STONE ALUMINUM SIDING ALUMINUM ALUMINUM/VINYL ALUMINUM/METAL ALUMINUM SIDING/STUCCO ASBESTOS ASBESTOS/CONCRETE ASPHALT SIDING ASBESTOS FRAME ASBESTOS SHINGLE ASBESTOS SIDING ASBESTOS/BLOCK ASBESTOS/MASONITE ALUMINUM/STUCCO ASBESTOS/PERMASTONE ASBESTOS/STONE ASBESTOS/VINYL ASBESTOS/WOOD ASBESTOS/STONE/WOOD BLOCK/ASBESTOS SHINGLE BOARD & BATTEN BLACK-BOARD BRICK/CONCRETE BLOCK STUCCO BOARD & BATTEN/WOOD FRAME BRICK FRAME/STONE BRICK/FRAME/STUCCO BRICK/FRAME/VENEER BRICK/FRAME/WOOD BLOCK/BRICK

73

Exterior Wall Type

Property Service Codes Chapter 4

Table Code: EXTNW


Value
BLF BLM BLO BLP BLS BLT BLW BMG BMM BMN BMS BMT BMV BOP BRC BRI BRM BRO BRP BRS BRV BRW BRX BSD BSH BSO BST BSV BSW BTL BVB BVN BVW BWB

Description
FRAME/BLOCK BLOCK/MASONRY BLOCK BLOCK PAINTED BLOCK/STONE BLOCK/METAL BLOCK/WOOD BRICK/METAL & GLASS PANEL BRICK/MASONITE BRICK/MASONRY/STONE BLOCK/MASONRY/STUCCO BRICK/METAL BRICK/METAL/VENEER BOARD ON POST BRICK/CONCRETE BRICK BRICK/MASONRY BRICK/STUCCO BRICK/PERMASTONE BRICK/STONE BRICK VENEER BRICK/WOOD BRICK VENEER/STONE/WOOD BRICK SIDING BRICK/SHINGLE BLOCK/STONE/WOOD BLOCK/STUCCO BRICK/STONE VENEER BRICK/STONE/WOOD SIDING BRICK/TILE BRICK VENEER/BLOCK BRICK/VINYL BRICK VENEER/WOOD BRICK VENEER/WALL BOARD

74

Exterior Wall Type

Property Service Codes Chapter 4

Table Code: EXTNW


Value
BWD BWS BWT BWV CBC CBE CBL CBM CBP CBS CBU CBV CBW CBY CCB CCC CDR CFS CGP CHA CLA CLT CMG CMS CMT CMW CNB CNT COM CON COS CRP CRS CSH

Description
BRICK/WOOD SIDING BRICK/STUCCO/WOOD BRICK/WOOD/STONE VENEER BRICK/WOOD/VINYL CONCRETE BRICK/COMPOSITION CONCRETE BLOCK/STEEL CONCRETE BLOCK/METAL CINDER BLOCK/MASONITE CONCRETE BRICK/PANEL CONCRETE BLOCK/STUCCO CINDER BLOCK/STUCCO CONCRETE BLOCK/STONE VENEER CINDER BLOCK/WOOD CONCRETE BLOCK/MASONRY CINDER BLOCK CONCRETE/CINDER BLOCK CONCRETE/DRYVIT CONCRETE/FRAME/STEEL CONCRETE/GLASS PANELS TONGUE & GROOVE/CHANNEL CLAPBOARD CLAY TILE CB/METAL/GLASS PANEL CONCRETE MASONRY CONCRETE/METAL CORRUGATED METAL/WALLBOARD CONCRETE BLOCK CONCRETE TILE COMPOSITION CONCRETE COPPER SIDING CORRUGATED PANEL CORRUGATED SIDING COMPOSITION SHINGLE

75

Exterior Wall Type

Property Service Codes Chapter 4

Table Code: EXTNW


Value
CSI CSP CSS CST CUS CWL EIF FAB FAV FBR FCB FCL FHB FIB FMM FMV FPM FPP FRA FRB FRC FRE FRG FRM FRS FRV FRW FSB FSD FSG FSL FSM FSP FSS

Description
COMPOSITION SIDING CORRUGATED STEEL PANEL COMPOSITION SIDING/STUCCO CONCRETE STUCCO CUSTOM PORCELAIN/ENAMEL PANEL INSULATED FINISH/EIFS FRAME ALUMINUM/BRICK FRAME/ALUMINUM/VINYL FIBERBOARD FRAME CONCRETE BLOCK/BRICK FRAME CLAPBOARD FRAME HARDBOARD FIBERGLASS FRAME/MASONRY FRAME/MASONRY/VENEER FRAME/PERMASTONE FRAME/PLYWOOD FRAME FRAME BRICK FRAME COMPOSITION FRAME/SHINGLE FRAME/GLASS FRAME/METAL FRAME/STONE FRAME/VINYL FRAME/WOOD FRAME SHINGLE/BRICK FRAME SIDING FRAME/STEEL/SIDING FRAME-STUD/LATH/STUC/ASB SDG FRAME/STEEL/METAL FRAME/STEEL PANEL FRAME/SHINGLE SIDING

76

Exterior Wall Type

Property Service Codes Chapter 4

Table Code: EXTNW


Value
FST FSV FSW FTS FTW FWB FWC FWD FWS GLA GLB GLL GLM GLS GMA GST GUN GWD HAR HAY HBP HBV HRW IMI INC IRN LOG LPS LWS MAR MAS MBS MEL MET

Description
FRAME/STUCCO FRAME/STONE/VENEER FRAME/WOOD SHINGLE FRAME/STUCCO/SIDING FRAME/TILE/WOOD FRAME WOOD/BRICK FRAME WOOD/STUCCO FRAME WOOD FRAME/WOOD SIDING GLASS BRICK/GLASS ALUMINUM/GLASS GLASS/METAL GLASS/STEEL GLASS/MASONRY GLASS/STONE GUNITE GLASS/WOOD HARDBOARD HAYDITE HARDBOARD/PLYWOOD HARDBOARD/VINYL HARDWOOD SYNTHETIC PANEL/SIDING FIREPROOF/FIRE RETARDANT IRON POST/CORRUGATED IRON LOG LAP SIDING LOG/WOOD SHINGLE MARBLE MASONITE MARBLE/STONE METAL/STEEL METAL

77

Exterior Wall Type

Property Service Codes Chapter 4

Table Code: EXTNW


Value
MIX MLS MSC MSH MSM MSN MSS MST MSV MSW MTP MTS MVN MVS MWD MWF MYS MYW OPE PAB PAN PCP PCW PER PFM PFW PLS PLY POR PRB PRC PRF PRP PST

Description
MIXTURE METAL/STUCCO MASONITE/STUCCO MASONITE/SHEATHING MASONRY/METAL MASONRY MASONRY/STONE MASONITE/STONE MASONITE/VINYL MASONITE/WOOD METAL PANEL METAL SIDING MASONRY VENEER METAL/STONE/VENEER METAL/WOOD METAL/WOOD FRAME MASONRY/STUCCO MASONRY/WOOD OPEN END POST & BOARD PANEL PRECAST CONCRETE PANEL PRECAST CURTAIN WALLS PERMASTONE PREFAB METAL PREFAB WOOD PLASTER PLYWOOD PORCELAIN/ENAMEL PANEL PRESSBOARD PRECAST CONCRETE PREFAB PREFAB PANEL PANEL/STUCCO

78

Exterior Wall Type

Property Service Codes Chapter 4

Table Code: EXTNW


Value
PTP PWD PWF PWP RBW ROC SBR SDS SEW SFW SGL SGS SGW SHB SHE SHI SHS SHW SIN SLU SNS SNW SPR SSC SSD SSF SSG SSH SSS SST SSW STE STF STM

Description
PRECAST TEXTURED PANEL PERMASTONE/WOOD PLYWOOD/WOOD FRAME PREFAB WOOD PANEL BRICK/CONCRETE BLOCK/WOOD ROCK/STONE SIMULATED BRICK, ROCK, STONE SIDING SHEATHING STEEL/WOOD STEEL FRAME/WOOD SOLAR GLASS SHINGLE SIDING SHINGLE/WOOD SHINGLE/BRICK SHEATHING SHINGLE SHEATHING/STUCCO SHEATHING/WOOD SINGLE SLUMP STONE/SIDING STONE/WOOD GUNITE/SPRAYCRETE STONE/STUCCO STONE/WOOD SIDING FRAME/STUCCO SHINGLE STAINLESS STEEL W/BRONZED GLAS SLATE SHINGLE/STUCCO STEEL/STUCCO SHINGLE SIDING/WOOD FRAME STEEL STEEL FRAME STUCCO/MASONRY

79

Exterior Wall Type

Property Service Codes Chapter 4

Table Code: EXTNW


Value
STO STP STT STU STV STW STY SUV SVE SVF SVL SVW SWD SWF SWS TAP TIL TLU TUU VIN VIT VNW WAF WAS WDA WDF WDH WDS WDV WFA WFS WFV WFX WLB

Description
STONE STEEL/PANEL STUCCO/TILE STUCCO STONE VENEER STUCCO/TILE/WOOD STYROFOAM STUCCO STUCCO/VINYL STUCCO/VENEER STONE VENEER/WOOD FRAME STONE/VINYL STONE/VENEER/WOOD STUCCO/WOOD STUCCO/WOOD FRAME STONE/WOOD FRAME TAR PAPER TILE TILT-UP/CONCRETE TILT-UP VINYL VITROLITE VINYL/WOOD WAFERBOARD WOOD/ALUMINUM/COMPOSITION SHIN WOOD/ALUMINUM WOOD FRAME WOOD SIDING/SHINGLE WOOD SHEATHING WOOD VENEER WOOD FRAME/ASBESTOS WOOD FRAME/SIDING WOOD FRAME/VINYL WOOD FRAME(STUCCO OR ASBESTOS) WALLBOARD

80

Fireplace Type

Property Service Codes Chapter 4

Table Code: EXTNW


Value
WOO WOS WRB WSS WWL WWS XXX

Description
WOOD WOOD SIDING WEATHERBOARD WOOD SHAKE/SHINGLE WINDOW WALL WALLBOARD/WOOD SHINGLE CBS/HOLW TILE/FR/STUD/SHEAT/SD

Fireplace Type
This table lists the codes returned by the field FireplaceCode:

Table Code: FIREP


Value
000 001 0B0 0C0 0G0 0L0 0M0 0M1 0N0 0P0 0P2 0R0 0S0 0T0 0T1 0U0 0U1 0U2 0U3

Description
NONE TYPE UNKNOWN BRICK CHIMNEY COAL/WOOD GAS/LOG STEEL MASONRY MASONRY 1 OPENING CINDER/CONCRETE BLOCK CHIMNE PREFAB 2 OPENINGS PREFAB SEE THRU STONE METAL 1 METAL OPENING TYPE UNKNOWN 1 OPENING 2 OPENINGS 3 OPENINGS

81

Fireplace Type

Property Service Codes Chapter 4

Table Code: FIREP


Value
0U4 0U5 0U6 0U7 0U8 0U9 0UA 0UB 0UC 0V0 0V2 0W0 0X0 1B0 1F0 1O0 1P0 1S0 1U0 1U1 1U2 1UX 2B0 2F0 2O0 2P0 2S0 2U0 2U1 2U2 2U3 2U4 2UX 3B0

Description
4 OPENINGS 5 OPENINGS 6 OPENINGS 7 OPENINGS 8 OPENINGS 9 OPENINGS 10 OPENINGS 11 OPENINGS 12 OPENINGS MASSIVE MASSIVE 2 OPENINGS WOOD STOVE STONE, BRICK, MARBLE 1 STORY BRICK 1 STORY FRAME 1 STORY STUCCO 1 STORY PREFAB 1 STORY STONE 1 STORY 1 STORY 1 OPENING 1 STORY 2 OPENINGS 1 STORY EXTRA OPENING 2 STORY BRICK 2 STORY FRAME 2 STORY STUCCO 2 STORY PREFAB 2 STORY STONE 2 STORY 2 STORY 1 OPENING 2 STORY 2 OPENINGS 2 STORY 3 OPENINGS 2 STORY 4 OPENINGS 2 STORY EXTRA OPENING 3 STORY BRICK

82

Floor Type

Property Service Codes Chapter 4

Table Code: FIREP


Value
3F0 3P0 3U1 3U2 3U3 3UX AB0 AO0 AP0 AS0 AU0

Description
3 STORY FRAME 3 STORY PREFAB 3 STORY 1 OPENINGS 3 STORY 2 OPENINGS 3 STORY 3 OPENINGS 3 STORY EXTRA OPENING 1.5 STORY BRICK 1.5 STORY STUCCO 1.5 STORY PREFAB 1.5 STORY STONE 1.5 STORY

Floor Type
This table lists the codes returned by the field FlooringCode:

Table Code: FLTYP


Value
000 001 A B C D E F G H I J K L M

Description
NONE TYPE UNKNOWN CONCRETE WOOD PLYWOOD CONCRETE/ASPHALT BRICK ACRYLIC ASBESTOS GRAVEL SLATE DIRT CINDER BLOCK ASPHALT BRICK/STONE

83

Foundation Type

Property Service Codes Chapter 4

Table Code: FLTYP


Value
N P Q R S T U

Description
BRICK/STONE/SLATE METAL DECK METAL GRATING CORREGATED DECK WOOD SHEATHING STEEL-FLAT-SLAB SUB-FLOORING

Foundation Type
This table lists the codes returned by the field FoundationCode:

Table Code: FOUND


Value
000 001 BLK BRK CNB CNF CNW CRB CRE CRS DRE GDB MSN MUD PIL PIR PPI PRE RAS

Description
NONE TYPE UNKNOWN BLOCK BRICK CONCRETE BLOCK CONTINUOUS FOOTING CONTINUOUS WALL CONCRETE/BEAM CONCRETE CROSS BRIDGED/WALLS DIRT/EARTH GRADE-BEAM MASONRY MUD SILL PILINGS PIER PIPE/IRON PRE-FAB RAISED

84

Roof Frame Type

Property Service Codes Chapter 4

Table Code: FOUND


Value
SDF SLB STD STE STM STN UBM UCR UPB WOO

Description
SPREAD FOOTING SLAB STANDARD STEEL STEM WALL STONE TYPE UNKNOWN WITH BASEMENT TYPE UNKNOWN WITH CRAWSPACE TYPE UNKNOWN WITH PART BASEMENT WOOD

Roof Frame Type


This table lists the codes returned by the field RoofFramingCode:

Table Code: RFFRM


Value
000 001 00B 00C 00D 00E 00F 00G 00J 00L 00M 00O 00P 00Q 00R 00S

Description
NONE TYPE UNKNOWN BAR JOIST CONCRETE BAR JOIST & WOOD DECK METAL PIPE WOOD FRAME BOWSTRING BAR JOIST & CONCRETE DECK FLEXIBLE/FLEXICORE METAL REINFORCED CONCRETE LONGSPAN TRUSS PRESTRESS CONCRETE BAR JOIST & RIGID FRAME STEEL

85

Roof Frame Type

Property Service Codes Chapter 4

Table Code: RFFRM


Value
00T 00U 00W 00X 00Y 00Z B C D E F G J L M O P Q R S T U W X Y Z

Description
TRUSS/JOIST WOOD BEAM WOOD WOOD JOIST WOOD ON STEEL WOOD TRUSS BAR JOIST CONCRETE BAR JOIST & WOOD DECK METAL PIPE WOOD FRAME BOWSTRING BAR JOIST & CONCRETE DECK FLEXIBLE/FLEXICORE METAL REINFORCED CONCRETE LONGSPAN TRUSS PRESTRESS CONCRETE BAR JOIST & RIGID FRAME STEEL TRUSS/JOIST WOOD BEAM WOOD WOOD JOIST WOOD ON STEEL WOOD TRUSS

86

Fuel Type

Property Service Codes Chapter 4

Fuel Type
This table lists the codes returned by the field FuelCode:

Table Code: FUEL


Value
000 001 FBU FCO FCV FCW FEL FGA FGS FKE FLP FOI FOS FSO FWD FWO

Description
NONE TYPE UNKNOWN BUTANE COAL CONVECTION COAL/WOOD ELECTRIC GAS GAS/SOLAR KEROSENE LIQUEFIED PETROLEUM GAS OIL OIL/SOLAR SOLAR WOOD COAL/WOOD/OIL

Garage/Carport Type
This table lists the codes returned by the field GarageCode:

Table Code: GRGCD


Value
000 001 002 003 004 005 006

Description
NONE UNDEFINED TYPE UNDEFINED TYPE - 2 CAR UNDEFINED TYPE - 3 CAR UNDEFINED TYPE - 4 CAR UNDEFINED TYPE - 5 CAR UNDEFINED TYPE - 6 CAR

87

Garage/Carport Type

Property Service Codes Chapter 4

Table Code: GRGCD


Value
010 020 030 040 050 060 061 062 063 064 070 080 081 082 083 084 090 100 110 112 113 114 115 116 120 121 122 130 140 170 200 210 220 230

Description
ATTACHED GARAGE/CARPORT ATTACHED BASEMENT DETACHED BASEMENT DETACHED GARAGE/CARPORT ENCLOSED BRICK GARAGE/CARPORT BASEMENT FINISHED FINISHED BASEMENT - 1 CAR FINISHED BASEMENT - 2 CAR FINISHED BASEMENT - 3 CAR FINISHED BASEMENT - 4 CAR FINISHED BUILT IN UNFINISHED BASEMENT UNFINISHED BASEMENT - 1 CAR UNFINISHED BASEMENT - 2 CAR UNFINISHED BASEMENT - 3 CAR UNFINISHED BASEMENT - 4 CAR UNFINISHED BUILT IN PREFAB BASEMENT BASEMENT - 2 CAR BASEMENT - 3 CAR BASEMENT - 4 CAR BASEMENT - 5 CAR BASEMENT - 6 CAR BUILT IN BUILT IN - 1 CAR BUILT IN - 2 CAR BUILT UNDER GARAGE/CARPORT FINISHED BRICK GARAGE FINISHED ATTACHED MASONRY UNFINISHED ATTACHED MASONRY DETACHED MASONRY FINISHED DETACHED MASONRY GARA

88

Garage/Carport Type

Property Service Codes Chapter 4

Table Code: GRGCD


Value
240 250 260 270 280 290 300 310 320 330 340 350 360 370 380 390 400 410 430 440 450 451 452 453 454 460 470 480 490 500 501 502 510 520

Description
FINISHED MASONRY UNFINISHED MASONRY MASONRY ATTACHED METAL DETACHED METAL METAL/WOOD SALT BOX STEEL ATTACHED STONE DETACHED STONE FINISHED STONE UNFINISHED STONE STONE ATTACHED STUCCO STUCCO VINYL ATTACHED WOOD DETACHED WOOD UNFINISHED WOOD WOOD ATTACHED ATTACHED - 1 CAR ATTACHED - 2 CAR ATTACHED - 3 CAR ATTACHED - 4 CAR ATTACHED FINISHED UNFINISHED ATTACHED ENCLOSED DETACHED DETACHED FINISHED UNFINISHED DETACHED UNFINISHED DETACHED FRAME GARA UNFINISHED DETACHED MASONRY GA ENCLOSED ALUMINUM

89

Garage/Carport Type

Property Service Codes Chapter 4

Table Code: GRGCD


Value
530 540 550 560 570 580 590 600 610 620 640 650 660 670 680 690 701 710 716 720 730 740 750 760 770 780 790 800 810 820 830 840 850 860

Description
ALUMINUM/WOOD DETACHED BLOCK UNFINISHED DETACHED BLOCK FINISHED BLOCK PREFAB METAL BLOCK DETACHED BLOCK/FRAME WOOD FRAME ATTACHED BRICK DETACHED BRICK UNFINISHED BRICK BRICK BRICK/FRAME MASONRY/BRICK DETACHED BRICK/STONE BRICK/STONE DETACHED CINDERBLOCK - 1 CAR CONCRETE CONCRETE - 6 CAR ATTACHED CONCRETE BLOCK DETACHED CONCRETE BLOCK FINISHED CONCRETE BLOCK UNFINISHED CONCRETE BLOCK CONCRETE BLOCK UNFINISHED STUCCO/CONCRETE BLO ATTACHED FRAME FINISHED ATTACHED FRAME UNFINISHED ATTACHED FRAME DETACHED FRAME DETACHED FRAME FINISHED ENCLOSED FRAME FINISHED FRAME UNFINISHED FRAME DETACHED FRAME/CONCRETE BLOCK

90

Garage/Carport Type

Property Service Codes Chapter 4

Table Code: GRGCD


Value
870 880 890 900 910 911 912 913 920 921 922 923 924 930 940 950 960 971 980 00X A00 A01 A02 A03 A04 A05 A06 B00 C00 D00 E00 F00 G00 H00

Description
DETACHED GABLE/HIP LOG ATTACHED MASONRY FINISHED UNFINISHED UNFINISHED - 1 CAR UNFINISHED - 2 CAR UNFINISHED - 3 CAR DETACHED DETACHED - 1 CAR DETACHED - 2 CAR DETACHED - 3 CAR DETACHED - 4 CAR COVERED PARKING/GARAGE DETACHED FINISHED STUCCO FRAME FRAME/CONCRETE BLOCK UNDEFINED TYPE - 1 CAR METAL UNDEFINED TYPE - 10 CAR CARPORT CARPORT - 1 CAR CARPORT - 2 CAR CARPORT - 3 CAR CARPORT - 4 CAR CARPORT - 5 CAR CARPORT - 6 CAR ATTACHED CARPORT DETACHED CARPORT ENCLOSED CARPORT FINISHED DETACHED CARPORT UNFINISHED DETACHED CARPORT COVERED CARPORT UNFINISHED CARPORT

91

Heating Type

Property Service Codes Chapter 4

Table Code: GRGCD


Value
I00 J00 K00 L00 M00 N00 O00 P00 Q00 R00 S00 T00 U00 V01 V02 WOO Z00

Description
FINISHED CARPORT MASONRY CARPORT METAL CARPORT WOOD CARPORT ALUMINUM CARPORT ALUMINUM FRAME CARPORT ALUMINUM/WOOD CARPORT CONCRETE CARPORT CONCRETE BLOCK CARPORT FRAME CARPORT DETACHED GABLE/HIP CARPORT ATTACHED GABLE/HIP CARPORT DETACHED ALUMINUM CARPORT DETACHED CARPORT - 1 CAR DETACHED CARPORT - 2 CAR PREFAB CARPORT OPEN CARPORT

Heating Type
This table lists the codes returned by the field HeatingCode:

Table Code: HEAT


Value
000 001 00A 00C 00D 00E 00G 00I 00M

Description
NONE TYPE UNKNOWN ELECTRIC/SOLAR COAL GAS/WOOD ELECTRIC GAS ELECTRIC/OIL GAS STEAM

92

Heating Type

Property Service Codes Chapter 4

Table Code: HEAT


Value
00N 00O 00P 00Q 00R 00S 00T 00W 00Y 00Z BB0 BBE BBG BBO BBP BH0 BRE BS0 BTE CF0 CFO CL0 CLE CLG CP0 CV0 CVE CVG CVO FA0 FAC FAE FAG FAH

Description
SOLAR/COAL/WOOD OIL COAL/WOOD SOLAR/OIL ELECTRIC/RADIANT SOLAR ELECTRIC/HOT WATER WOOD OIL/WOOD GAS SOLAR BASEBOARD BASEBOARD ELECTRIC BASEBOARD GAS BASEBOARD OIL BASEBOARD COAL/WOOD BASEBOARD HOT WATER BASEBOARD ELECTRIC/RADIANT BASEBOARD HOT WATER/STEAM BASEBOARD ELECTRIC/HOT WATER CENTRAL FORCED AIR CENTRAL FORCED AIR OIL CENTRAL CENTRAL ELECTRIC CENTRAL GAS CENTRAL PARTIAL CONVECTION CONVECTION ELECTRIC CONVECTION GAS CONVECTION OIL FORCED AIR FORCED AIR COAL FORCED AIR ELECTRIC FORCED AIR GAS FORCED HOT WATER

93

Heating Type

Property Service Codes Chapter 4

Table Code: HEAT


Value
FAO FAW FC0 FCW FF0 FFE FFG FFL FFO FL0 FN0 FP0 FR0 FRC FRE FRG FRW FS0 GF0 GFG GN0 GR0 GRC GRE GRG GRO GRS HA0 HAE HAO HAS HN0 HP0 HPE

Description
FORCED AIR OIL FORCED AIR WOOD CEILING FURNACE FORCED AIR COAL/WOOD FLOOR FURNACE FLOOR FURNACE ELECTRIC FLOOR FURNACE GAS FLOOR FURNACE COAL/WOOD FLOOR FURNACE OIL FLOOR/WALL FURNACE FORCED AIR NOT DUCTED FIREPLACE FURNACE FURNACE COAL FURNACE ELECTRIC FURNACE GAS WOOD FURNACE FURNACE/STOVE GRAVITY FURNACE GRAVITY FURNACE GAS GRAVITY NOT DUCTED GRAVITY GRAVITY COAL GRAVITY ELECTRIC GRAVITY GAS GRAVITY OIL GRAVITY SOLAR HOT AIR HOT AIR ELECTRIC HOT AIR OIL HOT AIR SOLAR HOT AIR NOT DUCTED HEAT PUMP HEAT PUMP ELECTRIC

94

Heating Type

Property Service Codes Chapter 4

Table Code: HEAT


Value
HPG HPH HPL HPO HPS HS0 HW0 HWE HWG HWL HWO HWS HWW IN0 JT0 ND0 PK0 PKE PT0 RC0 RD0 RDE RDH RDI RDW RGO RR0 RS0 SP0 SPG SPL SPO SS0 ST0

Description
HEAT PUMP GAS HEAT PUMP HOT WATER HEAT PUMP COAL/WOOD HEAT PUMP OIL HEAT PUMP SOLAR HOT WATER STEAM HOT WATER HOT WATER/ELECTRIC HOT WATER GAS HOT WATER COAL/WOOD HOT WATER OIL HOT WATER SOLAR HOT WATER WOOD INDUSTRIAL JETS NOT DUCTED PACKAGE PACKAGE ELECTRIC PARTIAL RADIANT CEILING RADIANT RADIANT ELECTRIC RADIANT HOT WATER RADIANT ELECTRIC/OIL RADIANT WOOD RADIANT HOT WATER OIL RADIATOR RADIANT STEAM SPACE SPACE GAS SPACE COAL/WOOD SPACE OIL STOVE/SPACE STEAM

95

Land Use

Property Service Codes Chapter 4

Table Code: HEAT


Value
STE STG STH STO STW SV0 SVG UN0 UNE UNG WA0 WF0 WFL WFO WH0 WL0 WLE WLG WS0 WU0

Description
STEAM ELECTRIC STEAM GAS STEAM HOT WATER STEAM OIL STEAM WOOD STOVE STOVE GAS UNIT UNIT ELECTRIC UNIT GAS WARM AIR WALL FURNACE WALL FURNACE COAL/WOOD WALL FURNACE OIL WALL HEAT PUMP WALL WALL ELECTRIC WALL GAS WOOD STOVE WALL UNIT

Land Use
This table lists the codes returned by the field LandUseCode:

Table Code: LUSEI


Value
100 102 103 106 109 111

Description
RESIDENTIAL (NEC) TOWNHOUSE/ROWHOUSE APARTMENT/HOTEL APARTMENT CABIN COOPERATIVE

96

Land Use

Property Service Codes Chapter 4

Table Code: LUSEI


Value
112 113 114 115 116 117 118 119 127 130 131 132 133 134 135 136 137 138 142 148 151 155 156 157 160 163 164 165 167 199 200 201 202 203

Description
CONDOMINIUM CONDOMINIUM PROJECT COMMON AREA DUPLEX MID-RISE CONDOMINIUM HIGH-RISE CONDO FRATERNIT/SORORITY HOUSE RESIDENCE HALL/DORMITORIES HOTEL RESORT HOTEL MULTI FAMILY 10 UNITS PLUS MULTI FAMILY 10 UNITS LESS MULTI FAMILY DWELLING MIXED COMPLEX MOBILE HOME LOT MOBILE HOME PARK MOBILE HOME PP MOBILE HOME CO OP MOTEL PUD QUADRUPLEX GROUP QUARTERS ORPHANAGE NURSING HOME RURAL HOMESITE SFR TRANSIENT LODGING TRIPLEX TIME SHARE TIME SHARE CONDO COMMERCIAL (NEC) AIR RIGHTS MULTIPLE USES AUTO EQUIPMENT

97

Land Use

Property Service Codes Chapter 4

Table Code: LUSEI


Value
204 205 207 208 209 210 211 212 213 214 215 217 218 220 221 222 223 225 226 229 230 234 235 236 237 238 239 240 242 243 244 245 246 247

Description
AUTO REPAIR AUTO SALES SALVAGE IMPRV AUTO WRECKING BUSINESS PARK CARWASH COMMERCIAL BUILDING CEMETERY COMMERCIAL CONDOMINIUM CONVALESCENT HOSPITAL CONVENTION CENTER DEPARTMENT STORE FACILITIES STORE FRANCHISE FAST FOOD FRANCHISE FIN/INSURANCE/REAL ESTATE FINANCIAL BUILDING FUNERAL HOME GARAGE GREENHOUSE HOSPITAL KENNEL ANIMAL HOSPITAL/VET LOFT BUILDING MEDICAL BUILDING MEDICAL CONDO LABORATORY LAUNDROMAT NIGHTCLUB BAR OFFICE BUILDING OFFICE & RESIDENTIAL OFFICE & SHOWROOM OFFICE CONDO

98

Land Use

Property Service Codes Chapter 4

Table Code: LUSEI


Value
248 249 250 251 252 255 257 258 261 262 266 268 269 270 273 276 278 279 281 282 283 284 285 286 290 299 300 301 302 303 304 308 309 310

Description
CONVERTED RESIDENCE MISC IMPROVEMENTS PRE FABRICATED BLDG MISC BUILDING PARKING LOT PARKING STRUCTURE PRODUCE MARKET PUBLIC STORAGE RESTAURANT BUILDING RESTAURANT DRIVE IN SERVICE STATION SERVICE STATION/MARKET MISC COMMERCIAL SERVICES SHOPPING CENTER STRIP COMMERCIAL CENTER APPAREL STORE BUILDING STORES & OFFICES STORES & RESIDENTIAL RETAIL TRADE SUPERMARKET FOOD STORES TAVERN WHOLESALE LEASED LAND/BLDG LEASED LAND/BLDG II INDUSTRIAL (NEC) COMMERCIAL/INDUSTRIAL BREWERY BULK PLANT CANNERY CHEMICAL TEXTILE/CLOTHES/CARPET INDUSTRY PAPER & ALLIED INDUSTRY

99

Land Use

Property Service Codes Chapter 4

Table Code: LUSEI


Value
311 312 313 316 318 320 321 322 323 324 326 328 331 333 334 336 338 342 344 349 352 353 354 356 358 361 364 366 399 400 401 402 410 415

Description
DUMP SITE DURABLE GOODS NON DURABLE GOODS FOOD PROCESSING GRAIN ELEVATOR HEAVY INDUSTRIAL INDUSTRIAL CONDOMINIUM INDUSTRIAL PARK INDUSTRIAL PLANT LIGHT INDUSTRIAL LUMBER YARD LUMBER MILL METAL PRODUCT MINERAL RIGHTS MINERAL PROCESSING MINI WAREHOUSE MULTI TENANT INDUSTRIAL PACKING PETROLEUM MINE/QUARRY R&D FACILITY TECHNOLOGICAL INDUSTRY SHIPYARD STOCKYARD STORAGE STORAGE TANKS WAREHOUSE WINERY WINERY II VACANT LAND (NEC) MARSHLAND FLOOD PLAIN BARREN LAND COMMERCIAL ACREAGE

100

Land Use

Property Service Codes Chapter 4

Table Code: LUSEI


Value
420 421 425 430 435 440 445 446 450 452 453 454 455 460 465 480 481 490 499 500 501 502 505 509 510 511 512 514 515 520 530 533 540 542

Description
COMMERCIAL LOT COMMON LAND DESERT AGRICULTURAL LAND INDUSTRIAL ACREAGE INDUSTRIAL LOT MOUNTAINOUS LAND NATURAL RESOURCES MULTI FAMILY ACREAGE MULTI FAMILY LOT OPEN SPACE VACANT, MOBILE HOME RECREATIONAL ACREAGE RESIDENTIAL ACREAGE RESIDENTIAL LOT WASTE LAND VACANT LMTD/NO DEV POTENTIAL WILDLIFE REFUGE WILDLIFE REFUGE II AGRICULTURAL (NEC) LIVESTOCK NURSERY/HORTICULTURE AGRICULTURAL PLANT RANCH ANIMAL FARM FARMS AVOCADO GROVE CITRUS GROVE DAIRY FARM FALLOW LAND FIELD & SEED FISHERIES FOREST GREENBELT

101

Land Use

Property Service Codes Chapter 4

Table Code: LUSEI


Value
550 560 562 570 575 599 600 601 602 603 604 605 606 607 609 610 611 614 615 618 620 630 640 650 652 654 655 656 660 664 665 670 671 675

Description
ORCHARD PASTURE POULTRY RANCH TRUCK CROPS VINEYARD VINEYARD II PUBLIC (NEC) TAX EXEMPT STATE PROPERTY COUNTY PROPERTY MUNICIPAL PROPERTY POLICE/FIRE/CIVIL DEFENSE US POSTAL SERVICE EMBASSIES/CHANCERIES CORRECTIONAL FACILITY COMMUNITY CENTER HISTORICAL DISTRICT FEDERAL PROPERTY FEDERAL BUILDING INDIAN RESERVATION ART MILITARY BUILDING POSSESSORY INTEREST SCHOOL NURSERY SCHOOL HIGH SCHOOL PRIVATE SCHOOL VOCATIONAL/TRADE SCHOOL EDUCATIONAL SERVICE SECONDARY EDUCATIONAL SCHOOL PUBLIC SCHOOL PUBLIC SERVICE CHARITABLE ORGANIZATION RELIGIOUS

102

Land Use

Property Service Codes Chapter 4

Table Code: LUSEI


Value
680 690 699 700 701 703 706 709 712 721 724 725 727 728 733 742 745 750 754 755 757 766 769 770 775 780 784 787 790 795 796 797 798 800

Description
UNIVERSITY NATURE FACILITY ZOO RECREATIONAL (NEC) CASINO AMPHITHEATRE AMUSEMENT ARCADE AMUSEMENT PARK AUDITORIUM BOWLING ALLEY BILLIARD HALL CLUB COUNTRY CLUB HEALTH CLUB DANCE HALL GOLF COURSE GOLF RANGE GYMNASIUM LAKE/RIVER/BEACH MARINA FACILITY/RECREATIONAL PARK RACE TRACK RACQUET/TENNIS COURT TENNIS CLUB RV PARK SKATING RINK STADIUM STABLE SWIMMING POOL DRIVE IN THEATER THEATER TOURIST ATTRACTION/EXHIBITS LIBRARY/MUSEUM TRANSPORT (NEC)

103

Location Influence Type

Property Service Codes Chapter 4

Table Code: LUSEI


Value
801 806 808 818 830 839 850 860 863 864 867 872 875 877 879 880 883 885 886 887 899 999

Description
COMMUNICATION FACILITY AIRCRAFT FACILITY AIRPORT ELECTRICAL FACILITY GAS PRODUCTION MARINE FACILITY/COMMERCIAL PORT/HARBOR RAILROAD FACILITY RECORDING STUDIO RADIO FACILITY EASEMENT TELEPHONE FACILITY/COMMUNICATION TV FACILITY TRANSPORT FACILITY TRUCK TERMINAL UTILITIES WASTE DISPOSAL WELL/WATER WELL/GAS-OIL PIPELINE WELL/GAS/OIL II TYPE UNKNOWN

Location Influence Type


This table lists the codes returned by the field LocationInfluenceCode:

Table Code: LOCIN


Value
000 001 I01 IAC

Description
NONE TYPE UNKNOWN TYPE UNKNOWN ALLEY/CORNER

104

Location Influence Type

Property Service Codes Chapter 4

Table Code: LOCIN


Value
IAG IAI IAV IBA IBB IBF IBG IBI IBL IBM IBR IBU IBY ICA ICC ICD ICF ICI ICL ICM ICN ICO ICR ICT ICU ICW ICY IDE IDO IDU IEF IEL IFL IFP

Description
AGRICULTURAL AIRPORT AVERAGE BAY ACCESS BEHIND BAY FRONT BAY FRONT BEHIND GULF FRONT BAY FRONT ISLAND BACK LOT BAY FRONT MAIN-LAND BEACH ROAD BAYOU BAY CANAL CREEK CANAL DRAINAGE CANAL FRONT CANAL FRONT ISLAND CORNER/LANDLOCK CANAL MAIN-LAND CORNER/WOODLOT/WATERFRONT CORNER/WOODLOT CORNER CORNER/WATERFRONT CUL-DE-SAC CORNER/LANDLOCK/WOODLOT CITY DRAINAGE EASEMENT DOWNTOWN DUPLEX LOTS EXTRA FRONT EXPENSIVE LAND FOUR PLEX LOT FLOOD PLAIN

105

Location Influence Type

Property Service Codes Chapter 4

Table Code: LOCIN


Value
IGC IGG IGO IGR IGU IHI IIC IIF IIN IIO IIW ILA ILD ILF ILK ILL ILP ILT ILW IMH IML IMO INB INC INE INR INT IOC IOT IPA IPF IPO IPR IRA

Description
GOLF COURSE GREENBELT/GOLF COURSE GOOD GREENBELT GULF HIGHWAY INSIDE CITY ISLAND GULF FRONT INDUSTRIAL IN-OUT CITY ISLAND NO WATERFRONT LAGOON LANDLOCKED/WOODLOT/WATERFRONT LAKE FRONT LAKE LANDLOCKED LAKE/POND LANDLOCKED/WOODLOT LANDLOCKED/WATERFRONT MOBILE HOME MAIN LAND MOUNTAIN NON BUILDABLE INTRACOASTAL NEIGHBORHOOD INFERIOR INTERIOR OCEAN OUTSIDE CITY PARK LAND PARK FRONT POOL PRESERVE RAVINE

106

Mail Match Code

Property Service Codes Chapter 4

Table Code: LOCIN


Value
IRC IRE IRI IRL IRO IRS IRU ISL IST ISU ITH ITL IUR IVA IWE IWF IWL IWW IZL

Description
RECREATIONAL REAR RIVER IRREGULAR LOT ROAD RESTRICTIONS RURAL SUBMERGED LAND STREET SUBURBAN TOWNHOUSE TRI PLEX LOT URBAN VALLEY WETLAND WATER FRONT WOODLAND WOODLOT/WATERFRONT ZERO LOT LINE

Mail Match Code


This table lists the codes returned by the field Matchcode:

Table Code: MATCH


Value
E001 E002 E003 E004 E010 E011

Description
LOW LEVEL ERROR COULD NOT FIND GSD FILE FOR THAT STATE INCORRECT GSD FILE SIGNATURE, OR VERSION ID GSD FILE OUT OF DATE (CAN ONLY OCCUR WHEN CASS MODE IS ON) NO CITY+STATE OR ZIP CODE WAS FOUND INPUT ZIP WAS NOT IN THE DIRECTORY

107

Mortgage Deed Type

Property Service Codes Chapter 4

Table Code: MATCH


Value
E012 E013 E014 E020 E021 E022 E023 E024 E025 E999

Description
INPUT CITY WAS NOT IN THE DIRECTORY INPUT CITY WAS NOT UNIQUE IN THE DIRECTORY OUT OF LICENSED AREA NO MATCHING STREETS FOUND IN DIRECTORY NO MATCHING CROSS STREETS FOR AN INTERSECTION MATCH NO MATCHING RANGES MATCH IS UNRESOLVED NO MATCHING RANGES (SAME AS S022) TOO MANY POSSIBLE CROSS STREETS FOR INTERSECTION MATCH SITUS ADDRESS WAS OUT OF COUNTY AND ALL FIELDS WERE RESET

Mortgage Deed Type


This table lists the codes returned by the field MortgageDeedTypeCode:

Table Code: DOCTY


Value
AA AD AF AG AI AJ AL AN AP AS AU BA CA CD CL

Description
ASSIGNMENT AND AGREEMENT OF SALE ADMINISTRATOR'S DEED AFFIDAVIT AGREEMENT OF SALE ALL INCLUSIVE DEED OF TRUST ADMINISTRATOR JOINT TENANCY ASSGNMT/ASSMPTN OF LEASE/SUBLS ASSIGNMENT DEED ASSUMPTION ASSIGNMENT OF DEED OF TRUST AUCTION BARGAIN & SALE DEED COUNTY DEED CORRECTION DEED CONSTRUCTION DEED OF TRUST

108

Mortgage Deed Type

Property Service Codes Chapter 4

Table Code: DOCTY


Value
CM CN CQ CR CS CT CV DA DD DI DL DP DR EJ EQ EX FD FI FJ FR FS GD GF GJ GU IC ID IF IM IN IS IV JT LA

Description
COMMISSIONER'S DEDED CONDOMINIUM DEED CORPORATION QUIT CLAIM DEED CORPORATE DEED CONTRACT OF SALE COMMITTEE DEED CONVEYANCE DEED DEED OF ASSUMPTION DEED DEED OF DISTRIBUTION DEED IN LIEW OF FORCLOSURE DOWN PAYMENT ASSISTANCE LOAN (SC) DEED OR RELEASE EXECUTOR JOINT TENANT EQUITY OR CREDIT LINE EXECUTORS DEED FORECLOSURE DEED FIDUCIARY DEED FINAL JUDGMENT FORFEITURE DEED FEE SIMPLE DEED GRANT DEED GIFT DEED FUARDIAN JOIN TENANT GUARDIAN DEED INTERCOMPANY DEED TRANSFER INTERCOMPANY/INTERFAMILY DEED INTERFAMILY DEED TRANSFER INDEMNITY DEED OF TRUST INSTITUTIONAL DEED INTERSPOUSAL DEED TRANSFER INDIVIDUAL GRANT DEED JOINT TENANCY DEED LEASE AGREEMENT

109

Mortgage Deed Type

Property Service Codes Chapter 4

Table Code: DOCTY


Value
LH LM LP MA MD MF MG ND NT OT PA PB PD PJ PN PO PR PT PV QC QJ RC RD RF RV SA SC SD SE SJ SL SO SR ST

Description
LEASEHOLD DEED LIMITED WARRANTY DEED LIS PENDENS MARSHALLS DEED MASTERS DEED (SC) MORTGAGE FORECLOSURE DEED MORTGAGE DEED NOTICE OF DEFAULT NOTICE OF TRUSTEES SALE MISCELLANEOUS DOCUMENT PUBLIC AUCTION DEED PROBATE COURT DEED PARTNERSHIP GRANT DEED PERSONAL REP JOINT TENANT PATENT (LAND) PAY OFF DEED PERSONAL REP'S DEED PUBLIC TRUSTEES DEED PRIVATE SALE QUIT CLAIM DEED JOINT TENANT QUIT CLAIM DEED RECEIVER'S DEED RERECORDED DEED REFEREES DEED REVOLVING LINE OF CREDIT STATE DEED CERTIFICATE OF SALE - SHERIFF / MARSHALL SHERIFF'S DEED SECURITY DEED SPECIAL WARRANTY DEED JOINT TENANT SUB LEASE SELLING OFFICER'S DEED (IL) STRAW DEED SETTLEMENT DEED

110

Mortgage Loan Type Code

Property Service Codes Chapter 4

Table Code: DOCTY


Value
SU SW TA TC TD TJ TR TT TU TX UD WD WJ XD XP

Description
JOINT SURVIVORSHIP / RIGHT OF SPECIAL WARRANTY DEED TRUST AGREEMENT CERTIFICATE OF TITLE (FL) TRUSTEE'S DEED (FORCLOSURE) TRUSTEES JOINT TENANT DEED OF TRUST TORRENS DOCUMENT TRUSTEE'S DEED (TRANSFER) TAX DEED UNIT DEED WARRANTY DEED WARRANTY DEED JOINT TENANT EXCHANGE DEED EXEMPTION DEED

Mortgage Loan Type Code


This table lists the codes returned by the field MortgageLoanTypeCode:

Table Code: MTGTP


Value
CDA CNV FHA LHM PP SBA VA WRP

Description
COMMUNITY DEVELOPMENT AUTHORITY CONVENTIONAL FEDERAL HOUSING AUTHORITY LEASE HOLD MORTGAGE PRIVATE PARTY LENDER SMALL BUSINESS ADMINISTRATION VETERIANS ADMINISTRATION WRAP-AROUND MORTGAGE

111

Mortgage Term Code

Property Service Codes Chapter 4

Mortgage Term Code


This table lists the codes returned by the field MortgageTermCode:

Table Code: MTGTC


Value
D M Y

Description
DAYS MONTHS YEARS

Multi APN Flag


This table lists the codes returned by the field MultiAPNCode:

Table Code: SLMLT


Value
D M S X

Description
MULTI / DETAIL PARCEL SALE MULTIPLE PARCEL SALE SPLIT PARCEL SALE MULTI / SPLIT PARCEL SALE

Parking Type
This table lists the codes returned by the field ParkingCode:

Table Code: PARKG


Value
000 001 002 003 004 005 006 010

Description
NONE TYPE UNKNOWN UNDEFINED TYPE - 2 CAR GARAGE UNDEFINED TYPE - 3 CAR GARAGE UNDEFINED TYPE - 4 CAR GARAGE UNDEFINED TYPE - 5 CAR GARAGE UNDEFINED TYPE - 6 CAR GARAGE ATTACHED GARAGE/CARPORT

112

Parking Type

Property Service Codes Chapter 4

Table Code: PARKG


Value
020 030 040 050 060 061 062 063 064 070 080 081 082 083 084 090 100 110 111 112 113 114 115 116 120 121 122 130 140 150 160 200 210 220

Description
ATTACHED BASEMENT GARAGE DETACHED BASEMENT GARAGE DETACHED GARAGE/CARPORT ENCLOSED BRICK GARAGE/CARPORT BASEMENT FINISHED GARAGE FINISHED BASEMENT - 1 CAR GARA FINISHED BASEMENT - 2 CAR FINISHED BASEMENT - 3 CAR GARA FINISHED BASEMENT - 4 CAR GARA FINISHED BUILT IN GARAGE UNFINISHED BASEMENT GARAGE UNFINISHED BASEMENT - 1 CAR GA UNFINISHED BASEMENT - 2 CAR GA UNFINISHED BASEMENT - 3 CAR GA UNFINISHED BASEMENT - 4 CAR GA UNFINISHED BUILT IN GARAGE PREFAB GARAGE BASEMENT GARAGE BASEMENT - 1 CAR GARAGE BASEMENT - 2 CAR GARAGE BASEMENT - 3 CAR GARAGE BASEMENT - 4 CAR GARAGE BASEMENT - 5 CAR GARAGE BASEMENT - 6 CAR GARAGE BUILT-IN GARAGE BUILT IN - 1 CAR GARAGE BUILT IN - 2 CAR GARAGE BUILT UNDER GARAGE GARAGE/CARPORT CINDERBLOCK GARAGE ASBESTOS GARAGE FINISHED ATTACHED MASONRY GARA UNFINISHED ATTACHED MASONRY GA DETACHED MASONRY GARAGE

113

Parking Type

Property Service Codes Chapter 4

Table Code: PARKG


Value
230 240 250 260 270 280 290 300 310 320 330 340 350 360 361 362 363 370 380 390 400 410 420 430 440 450 451 452 453 454 460 470 480 490

Description
FINISHED DETACHED MASONRY GARA FINISHED MASONRY GARAGE UNFINISHED MASONRY GARAGE MASONRY GARAGE ATTACHED METAL GARAGE DETACHED METAL GARAGE METAL/WOOD GARAGE SALT BOX GARAGE STEEL GARAGE ATTACHED STONE GARAGE DETACHED STONE GARAGE FINISHED STONE GARAGE UNFINISHED STONE GARAGE STONE GARAGE STONE GARAGE - 1 CAR STONE GARAGE - 2 CAR STONE GARAGE - 3 CAR ATTACHED STUCCO GARAGE STUCCO GARAGE VINYL GARAGE ATTACHED WOOD GARAGE DETACHED WOOD GARAGE ATTACHED MASONRY GARAGE UNFINISHED WOOD GARAGE WOOD GARAGE ATTACHED GARAGE ATTACHED - 1 CAR GARAGE ATTACHED - 2 CAR GARAGE ATTACHED - 3 CAR GARAGE ATTACHED - 4 CAR GARAGE ATTACHED FINISHED GARAGE UNFINISHED ATTACHED GARAGE ENCLOSED DETACHED GARAGE DETACHED FINISHED GARAGE

114

Parking Type

Property Service Codes Chapter 4

Table Code: PARKG


Value
500 501 502 510 520 530 540 550 560 570 580 590 600 610 620 630 640 650 651 652 653 654 660 670 680 690 701 710 716 720 730 740 750 760

Description
UNFINISHED DETACHED GARAGE UNFINISHED DETACHED FRAME GARA UNFINISHED DETACHED MASONRY GA ENCLOSED GARAGE ALUMINUM GARAGE ALUMINUM/WOOD GARAGE DETACHED BLOCK GARAGE UNFINISHED DETACHED BLOCK GARA FINISHED BLOCK GARAGE PREFAB METAL GARAGE BLOCK GARAGE DETACHED BLOCK/FRAME GARAGE WOOD FRAME GARAGE ATTACHED BRICK GARAGE DETACHED BRICK GARAGE DETACHED STUCCO GARAGE UNFINISHED BRICK GARAGE BRICK GARAGE BRICK GARAGE - 1 CAR BRICK GARAGE - 2 CAR BRICK GARAGE - 3 CAR BRICK GARAGE - 4 CAR BRICK/FRAME GARAGE MASONRY/BRICK GARAGE DETACHED BRICK/STONE GARAGE BRICK/STONE GARAGE DETACHED CINDERBLOCK - 1 CAR G CONCRETE GARAGE CONCRETE - 6 CAR GARAGE ATTACHED CONCRETE BLOCK GARAGE DETACHED CONCRETE BLOCK GARAGE FINISHED CONCRETE BLOCK GARAGE UNFINISHED CONCRETE BLOCK GARA CONCRETE BLOCK GARAGE

115

Parking Type

Property Service Codes Chapter 4

Table Code: PARKG


Value
761 762 763 770 780 790 800 810 820 830 840 850 860 870 880 890 900 910 911 912 913 920 921 922 923 924 930 940 950 951 952 953 954 960

Description
CONCRETE BLOCK GARAGE - 1 CAR CONCRETE BLOCK GARAGE - 2 CAR CONCRETE BLOCK GARAGE - 3 CAR UNFINISHED STUCCO/CONCRETE BLO ATTACHED FRAME GARAGE FINISHED ATTACHED FRAME GARAGE UNFINISHED ATTACHED FRAME GARA DETACHED FRAME GARAGE DETACHED FRAME FINISHED GARAGE ENCLOSED FRAME GARAGE FINISHED FRAME GARAGE UNFINISHED FRAME GARAGE DETACHED FRAME/CONCRETE BLOCK VINYL GARAGE LOG GARAGE VINYL GARAGE FINISHED GARAGE UNFINISHED GARAGE UNFINISHED - 1 CAR GARAGE UNFINISHED - 2 CAR GARAGE UNFINISHED - 3 CAR GARAGE DETACHED GARAGE DETACHED - 1 CAR GARAGE DETACHED - 2 CAR GARAGE DETACHED - 3 CAR GARAGE DETACHED - 4 CAR GARAGE COVERED PARKING/GARAGE DETACHED FINISHED STUCCO GARAG FRAME GARAGE FRAME GARAGE - 1 CAR FRAME GARAGE - 2 CAR FRAME GARAGE - 3 CAR FRAME GARAGE - 4 CAR FRAME/CONCRETE BLOCK GARAGE

116

Parking Type

Property Service Codes Chapter 4

Table Code: PARKG


Value
971 980 00P 00X A00 A01 A02 A03 A04 A05 A06 ADP ASP B00 C00 CAP CUP CVP D00 DEP DGP E00 F00 G00 GAP H00 I00 J00 K00 L00 M00 N00 O00 OAP

Description
UNDEFINED TYPE - 1 CAR GARAGE METAL GARAGE UNDEFINED TYPE UNDEFINED TYPE - 10 CAR GARAGE CARPORT CARPORT - 1 CAR CARPORT - 2 CAR CARPORT - 3 CAR CARPORT - 4 CAR CARPORT - 5 CAR CARPORT - 6 CAR ADEQUATE CAPACITY ASSIGNED SPACES(S) ATTACHED CARPORT DETACHED CARPORT COVERED/ASSIGNED SPACE(S) COVERED/UNASSIGNED SPACE(S) COVERED ENCLOSED CARPORT DECK DECK/GARAGE FINISHED DETACHED CARPORT UNFINISHED DETACHED CARPORT COVERED CARPORT GARAGE/ADEQUATE CAPACITY UNFINISHED CARPORT FINISHED CARPORT MASONRY CARPORT METAL CARPORT WOOD CARPORT ALUMINUM CARPORT ALUMINUM FRAME CARPORT ALUMINUM/WOOD CARPORT OPEN & ASSIGNED SPACE(S)

117

Pool Type

Property Service Codes Chapter 4

Table Code: PARKG


Value
OFP ONP OOP OSP OTP OUP P00 PAP Q00 R00 ROP S00 SBP SCP T00 U00 UNP V01 V02 WOO Z00

Description
OFF STREET ON STREET ON & OFF STREET OFF SITE ON SITE OPEN/UNASSIGNED SPACE(S) CONCRETE CARPORT PAVED CONCRETE BLOCK CARPORT FRAME CARPORT ROOF DETACHED GABLE/HIP CARPORT SUBTERRANEAN SHARED/COMMON ATTACHED GABLE/HIP CARPORT DETACHED ALUMINUM CARPORT UNCOVERED DETACHED CARPORT - 1 CAR DETACHED CARPORT - 2 CAR PREFAB CARPORT OPEN CARPORT

Pool Type
This table lists the codes returned by the field PoolCode:

Table Code: POOL


Value
000 001 002 003 004

Description
NONE TYPE UNKNOWN 2 POOLS 3 POOLS 4 POOLS

118

Pool Type

Property Service Codes Chapter 4

Table Code: POOL


Value
005 006 007 008 009 100 200 300 400 500 00A 00B 00C 00D 00E 00F 00H 00J 00K 00L 00N 00O 00P 00R 00S 00T 00V 00W 00X 00Y 0A0 0B0 0C0 0CB

Description
5 POOLS 6 POOLS 7 POOLS 8 POOLS 9 POOLS POOL/HOT TUB POOL/SAUNA POOL/SPA HOT TUB/SPA SAUNA/SPA POOL & SAUNA POOL & BATH HOUSE POOL & COVER POOL & DECK POOL & EQUIP POOL & FENCE HEATED POOL & HOT TUB POOL & CABANA POOL HOUSE POOL & CANOPY SOLAR HEATED POOL & PATIO POOL & BAR POOL & SPA POOL & HOT TUB/SPA POOL & FOUNTAIN POOL & WATERFALL MULTIPLE POOL & DIVING BOARD GRANITE BRICK CONCRETE CONCRETE & BATH HOUSE

119

Pool Type

Property Service Codes Chapter 4

Table Code: POOL


Value
0CE 0CF 0CG 0F0 0G0 0GC 0GH 0GJ 0GP 0GS 0L0 0M0 0P0 0R0 0S0 0V0 0VD 0VP A00 C00 CF0 D00 E00 EG0 F00 G00 G0J G0S GC0 GG0 GV0 H00 I00 J00

Description
CONCRETE & EQUIPMENT CONCRETE & FENCED CONCRETE/GUNITE FIBERGLASS GUNITE CONCRETE/GRANITE GUNITE HEATED GUNITE & HOT TUB GUNITE & PATIO GUNITE & SPA VINYL/FIBERGLASS METAL PLASTIC PREFAB VINYL STEEL/VINYL VINYL VINYL & DECK VINYL & PATIO ABOVE GROUND COMMERCIAL COMMERICAL FIBERGLASS ADULT/KIDDIE ENCLOSED ENCLOSED GUNITE FISH INGROUND INGROUND & HOT TUB INGROUND & SPA INGROUND CONCRETE INGROUND GUNITE INGROUND VINYL IRREGULAR SHAPE INDOOR HOT TUB/JACUZZI

120

Property Indicator

Property Service Codes Chapter 4

Table Code: POOL


Value
J0S K00 KC0 L00 LV0 M00 N00 O00 OV0 P00 Q00 S00 S0D S0Z SD0 T00 U00 V00 W00 WC0 Y00 Z00 ZG0 ZV0

Description
HOT TUB & SPA KIDDIE/PLAY KIDDIE/PLAY POOL - CONCRETE L SHAPE L SHAPE VINYL SAUNA LAGOON OVAL SHAPE OVAL SHAPE VINYL COMMUNITY CIRCULAR SPA POOL/SPA & DECK SPA & GAZEBO SPA & DECK BUMPER BOAT LAP ARROW SHAPE WADING WADING CONCRETE MUNICIPAL KIDNEY SHAPE KIDNEY SHAPED GUNITE KIDNEY SHAPE VINYL

Property Indicator
This table lists the codes returned by the field PropertyIndicatorCode:

Table Code: PROPN


Value
10 11

Description
Single Family Residence / Townhouse Condominium (residential)

121

Quality Type

Property Service Codes Chapter 4

Table Code: PROPN


Value
20 21 22 23 24 25 26 27 28 29 30 31 32 50 51 52 53 54 70 80 90 00 000

Description
Commercial Duplex, Triplex, Quadplex Apartment Hotel, Motel Commercial (condominium) Retail Service (general public) Office Building Warehouse Financial Institution Hospital (medical complex, clinic) Parking Amusement-Recreation Industrial Industrial Light Industrial Heavy Transport Utilities Agricultural Vacant Exempt Miscellaneous Not Available / None

Quality Type
This table lists the codes returned by the field QualityCode:

Table Code: QUAL


Value
000 001 QAV

Description
NONE TYPE UNKNOWN AVERAGE

122

Roof Cover Type

Property Service Codes Chapter 4

Table Code: QUAL


Value
QBA QEC QEX QFA QGO QLO QLU QPO

Description
BELOW AVERAGE ECONOMICAL EXCELLENT FAIR GOOD LOW LUXURY POOR

Roof Cover Type


This table lists the codes returned by the field RoofCoverCode:

Table Code: RFCOV


Value
000 001 002 003 004 005 010 011 013 014 015 016 017 018 019 020 021 022

Description
NONE TYPE UNKNOWN ASPHALT SHINGLE BUILT UP ALUMINUM CUSTOM ASBESTOS ASBESTOS SHINGLE COMPOSITION COMPOSITION ROLL COMPOSITION SHINGLE CONCRETE COPPER COPPER/SHINGLE GALVANIZED SHEET METAL GYPSUM METAL SHEETING ROLL

123

Roof Cover Type

Property Service Codes Chapter 4

Table Code: RFCOV


Value
023 024 025 026 027 028 029 030 101 104 105 106 107 109 110 111 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 131 132 133

Description
SHINGLE SLATE/SLAG TAR & GRAVEL TAR PAPER TILE WOOD WOOD SHAKE WOOD SHAKE/SHINGLE ALUMINUM/SHINGLE ASBESTOS/WOOD ASBESTOS/WOOD/SHINGLE ASPHALT ASPHALT ROLL ASPHALT TILE ASPHALT/COMPOSITION ASPHALT/COMPOSITION SHINGLE BUILT UP COMPOSITION BUILT UP GYPSUM BUILT UP METAL BUILT UP ROCK BUILT UP TAR & GRAVEL BUILT UP WOOD BUILT-UP METAL/GYPSUM CEDAR SHAKE CEMENT TILE CEMENT/COMPOSITION CERAMIC/GLAZED TILE CLAY TILE CLAY TILE/GLAZED TILE CLAY TILE/SLATE CLAY/CONCRETE TILE COMPOSITION SHINGLE/METAL COMPOSITION TILE COMPOSTION SHINGLE

124

Roof Cover Type

Property Service Codes Chapter 4

Table Code: RFCOV


Value
135 136 138 139 140 141 142 143 144 145 146 147 148 150 151 152 154 155 157 158 159 160 161 162 163 164 165 166 167 169 170 173 174 175

Description
CONCRETE DECK CONCRETE TILE COPPER/ENAMEL METAL SHEETING COPPER/METAL CORRUGATED ASBESTOS CORRUGATED COMPOSITION CORRUGATED IRON CORRUGATED METAL CORRUGATED STEEL CRUSHED ROCK ENAMELED METAL FIBERGLASS FIBERGLASS/PLASTIC GLAZED TILE GRAVEL GRAVEL & ROCK HARDWOOD METAL METAL TILE METAL/SHINGLE METAL/TAR PAPER METAL/TIN MODULAR METAL PLASTIC/URETHANE PRECAST CONCRETE PREFINISHED METAL REINFORCED CONCRETE ROCK ROCK & GRAVEL ROLL PAPER RUBBER/ELASTOMERIC SLATE/TILE STONE/ROCK STONE/PEBBLE

125

Roof Shape Type

Property Service Codes Chapter 4

Table Code: RFCOV


Value
176 177 178 179

Description
STONE SHAKE ROLL TAR & GRAVEL TIN

Roof Shape Type


This table lists the codes returned by the field RoofTypeCode:

Table Code: RFSHP


Value
000 001 9A0 9B0 A B C D E F G H I J K L M N O P Q R

Description
NONE TYPE UNKNOWN IRREGULAR LEAN TO A-FRAME BARN CANOPY DORMER FRAME FLAT GABLE GABLE/HIP HIP GEODESIC MANSARD BARREL MONITOR CONTEMPORARY SHED PITCHED PYRAMID ARCHED

126

Sale Code

Property Service Codes Chapter 4

Table Code: RFSHP


Value
S T U V W X Y Z

Description
SAWTOOTH CATHEDRAL/CLERESTORY BUBBLE GAMBREL SWISS CHALET/ALPINE COMPLEX/CUSTOM BUTTERFLY GAMBREL/MANSARD

Sale Code
This table lists the codes returned by the field SaleCode:

Table Code: SCODE


Value
C E F L N P R U V

Description
CONFIRMED ESTIMATED SALE PRICE (FULL) SALE PRICE (PARTIAL) NOT OF PUBLIC RECORD SALE PRICE (PARTIAL) LEASE UNKNOWN VERIFIED

Sales Deed Category Type


This table lists the codes returned by the field DeedCategoryCode:

Table Code: DEEDC


Value
CD

Description
CORRECTION DEED

127

Sewer Type

Property Service Codes Chapter 4

Table Code: DEEDC


Value
D F G L N Q R S T U X Z

Description
RELEASE FINAL JUDGEMENT GRANT DEED LIS PENDENS NOTICE OF DEFAULT QUIT CLAIM RELEASE LOAN ASSIGNMENT DEED OF TRUST FORECLOSURE MULTI CNTY/ST OR OPEN-END MORTGAGE NORMAL TYPE DOC

Sewer Type
This table lists the codes returned by the field SewerCode:

Table Code: SEWER


Value
000 001 SCE SCO SPR SPU SSE STR

Description
NONE TYPE UNKNOWN CESSPOOL COMMERCIAL PRIVATE PUBLIC SEPTIC STORM

128

SITUS Match Code

Property Service Codes Chapter 4

SITUS Match Code


This table lists the codes returned by the field Matchcode:

Table Code: MATCH


Value
E001 E002 E003 E004 E010 E011 E012 E013 E014 E020 E021 E022 E023 E024 E025 E999

Description
LOW LEVEL ERROR COULD NOT FIND GSD FILE FOR THAT STATE INCORRECT GSD FILE SIGNATURE, OR VERSION ID GSD FILE OUT OF DATE (CAN ONLY OCCUR WHEN CASS MODE IS ON) NO CITY+STATE OR ZIP CODE WAS FOUND INPUT ZIP WAS NOT IN THE DIRECTORY INPUT CITY WAS NOT IN THE DIRECTORY INPUT CITY WAS NOT UNIQUE IN THE DIRECTORY OUT OF LICENSED AREA NO MATCHING STREETS FOUND IN DIRECTORY NO MATCHING CROSS STREETS FOR AN INTERSECTION MATCH NO MATCHING RANGES MATCH IS UNRESOLVED NO MATCHING RANGES (SAME AS S022) TOO MANY POSSIBLE CROSS STREETS FOR INTERSECTION MATCH SITUS ADDRESS WAS OUT OF COUNTY AND ALL FIELDS WERE RESET

Stories Type
This table lists the codes returned by the field StoriesCode:

Table Code: STORY


Value
000 001 005 007 010

Description
NONE TYPE UNKNOWN 1/2 3/4 1

129

Stories Type

Property Service Codes Chapter 4

Table Code: STORY


Value
012 015 017 020 022 025 027 030 032 035 037 040 045 050 055 060 070 080 090 100 110 120 130 140 150 160 170 180 190 200 210 220 230 240

Description
1 1/4 1 1/2 1 3/4 2 2 1/4 2 1/2 2 3/4 3 3 1/4 3 1/2 3 3/4 4 4 1/2 5 5 1/2 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24

130

Stories Type

Property Service Codes Chapter 4

Table Code: STORY


Value
250 260 270 280 290 300 310 320 330 340 350 360 370 380 390 400 410 420 430 440 450 460 470 480 490 500 510 520 530 540 550 560 570 580

Description
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58

131

Stories Type

Property Service Codes Chapter 4

Table Code: STORY


Value
590 600 610 620 630 640 650 660 670 680 690 700 710 720 730 740 750 760 770 780 790 800 810 820 830 840 850 860 870 880 890 900 910 920

Description
59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92

132

Style Type

Property Service Codes Chapter 4

Table Code: STORY


Value
930 940 950 960 970 980 990 00A 00E 00I 00M 00N 00P 00Q 00R 00S 00T 00U 00V 00W 03S 50A 50E

Description
93 94 95 96 97 98 99 100 200 300 BI-LEVEL MULTI-LEVEL SPLIT 2 LEVEL SPLIT 3 LEVEL SPLIT 4 LEVEL SPLIT 5 LEVEL SPLIT 6 LEVEL SPLIT FOYER SPLIT LEVEL TRI-LEVEL 3 PLUS 150 250

Style Type
This table lists the codes returned by the field BuildingStyleCode:

Table Code: STYLE


Value
000 001 ADC

Description
NONE TYPE UNKNOWN ART DECO

133

Style Type

Property Service Codes Chapter 4

Table Code: STYLE


Value
AFR ANT BIL BUN CAB CAP CHL CLU CND CNT COA COL CON CTB DES DOM DUP EUR FED FRE GAM GEO GOT GRA GRE GRG GRS HRI HSH LOG LRI LSH MAN MDR

Description
A-FRAME ANTIQUE/HISTORIC BI-LEVEL BUNGALOW CABIN CAPE COD CHALET/ALPINE CLUSTER CONDOMINIUM CONTEMPORARY COACH/CARRIAGE HOUSE COLONIAL CONVENTIONAL COTTAGE/BUNGALOW CUSTOM/DESIGNER DOME DUPLEX EUROPEAN FEDERALIST FRENCH PROVINCIAL GAMBREL/BARN GEODESIC GOTHIC GARAGE APARTMENT GREEK REVIVAL GEORGIAN GARRISON/FRONTIER HIGH RISE H-SHAPE LOG LOW RISE L-SHAPE MANSION MODULAR/PREFAB

134

Style Type

Property Service Codes Chapter 4

Table Code: STYLE


Value
MED MIS MLF MLL MOB MOD MRI NEN OLD OLE PAT QLV QUA RAN REC ROW RRA SLT SPA SPF SPL SQU SWN TLV TPX TRA TUD TWN UND USH VIC WIL WSH

Description
MEDITERRANEAN MISSION MULTI-FAMILY MULTI-LEVEL MOBILE HOME MODERN MID RISE NEW ENGLAND OLD OLD ENGLISH PATIO-HOME QUAD-LEVEL QUADRAPLEX RANCH RECTANGULAR DESIGN ROW HOUSE RAISED RANCH SALT BOX SPANISH SPLIT FOYER SPLIT LEVEL SQUARE DESIGN SOUTHWESTERN TRI-LEVEL TRIPLEX TRADITIONAL TUDOR TOWNHOUSE UNDERGROUND/BERM U-SHAPE VICTORIAN WILLIAMSBURG W-SHAPE

135

Total Value Calculated Indicator

Property Service Codes Chapter 4

Total Value Calculated Indicator


This table lists the codes returned by the fields CalculatedTotalValueCode, CalculatedLandValueCode, and CalculatedImprovementValueCode:

Table Code: CALTY


Value
A M P T

Description
ASSESSED MARKET APPRAISED TRANSITIONAL

Universal Building Square Foot Indicator


This table lists the codes returned by the field BuildingAreaCode:

Table Code: BLDSF


Value
A B G L M R

Description
ADJUSTED BUILDING GROSS LIVING MAIN OR BASE AREA GROUND FLOOR LEVEL

View Type
This table lists the codes returned by the field ViewCode:

Table Code: VIEW


Value
000 001 V01 VAI

Description
NONE TYPE UNKNOWN TYPE UNKNOWN AIRPORT

136

View Type

Property Service Codes Chapter 4

Table Code: VIEW


Value
VAV VBA VBE VBR VCA VCI VCL VCN VCV VEX VFA VGC VGO VGP VGU VHM VHV VIN VIW VLA VLG VLP VMN VMO VOB VOC VPA VPD VPG VPI VPL VPM VPR VRC

Description
AVERAGE BAY BEST BETTER CANAL CITY CREEK/LAKE CANYON CANYON/VALLEY EXCELLENT FAIR GOLF COURSE GOOD GREENBELT/PARK GULF HILLS/MOUNTAINS HILL/VALLEY INFERIOR INTERCOASTAL WATERWAY LAKE LAGOON LAKE/POND MOUNTAIN MOUNTAIN/OCEAN OBSTRUCTED OCEAN PARK POND PARKING PRIME POOL PREMIUM POOR RECREATIONAL

137

Water Type

Property Service Codes Chapter 4

Table Code: VIEW


Value
VRD VRR VSD VSN VSR VST VTY VWD VWR

Description
ROAD RIVER STANDARD SUBURBAN SUPERIOR STREET TYPICAL WOODLAND WATER

Water Type
This table lists the codes returned by the field WaterCode:

Table Code: WATER


Value
000 001 WCI WCO WPR WPU WPW WSC WWE

Description
NONE TYPE UNKNOWN CISTERN COMMERCIAL PRIVATE PUBLIC PUBLIC WELL SPRING/CREEK WELL

138

Das könnte Ihnen auch gefallen