Attribute: Address
BrandOperating LocationLegal Entity
Core
Description
The address is a physical street address for the business. We conform to the standards provided by USPS Publication 28 where possible.
If information is available we indicate the specific street address and unit. This means that two units in the same building appear as two distinct addresses. Otherwise, the address may be a postal code or city/state rather than a complete street address.
Data Fields
| Field Name | Label | Description | Data Type | Tier |
|---|---|---|---|---|
| city | City | The city where this address is located. | String | Core |
| csa | Combined Statistical Area | The Combined Statistical Area where this address is located. | String | Core |
| country | Country | The three-digit ISO3 country code, null typically indicates USA. | String | Core |
| county | County | The county where this address is located. | String | Core |
| firstObservedDate | First Observed Date | String | Core | |
| fullAddress | Full Address | The complete address including street address, unit, city, state and ZIP code. | String | Core |
| h3Index | H3 Index | The h3 index (resolution 10) for geo-hashing applications. | String | Core |
| id | ID | UUID! | Core | |
| lastObservedDate | Last Observed Date | String | Core | |
| latitude | Latitude | The approximate latitude (decimal form) of the street address. | Float | Core |
| longitude | Longitude | The approximate longitude (decimal form) of the street address. | Float | Core |
| msa | Metropolitan Statistical Area | The Metropolitan/Micropolitan Statistical Area where this address is located. | String | Core |
| state | State | The two-letter abbreviation of the U.S. state or territory. | String | Core |
| streetAddress1 | Street Address 1 | The main street address with number, name, and directionals using USPS standards. | String | Core |
| streetAddress2 | Street Address 2 | Additional address information like unit, suite or floor number using USPS abbreviations. | String | Core |
| zip | ZIP Code | The current five-digit U.S. postal code of the address. | String | Core |