<!-- https://staircase.co/data/property/unnormalized-address -->
# unnormalized_address

# unnormalized_address

The raw address exactly as the source system published it, before parsing.

<!--source:property-registry-->
An unnormalized address schema containing raw address data as typically found in source systems before standardization or parsing into individual components.
<!--/source-->

The question it answers

## Who owns it, and what does that imply?

A deed names its parties as strings. Resolving those strings to a person and a mailing address is what separates an owner-occupant from an investor, and what links one owner to the rest of a portfolio.

Other classes answering this question

## Why it matters

Keeping the original is what makes a parsing failure recoverable. When a parse is wrong, the correction runs against the source string; if only the parsed form were kept, the evidence for the correction would be gone.

## In practice

It is also the input to the extraction pipeline. A jurisdiction run starts from a seed address record in this shape, and the parsed form is produced by the mapping scripts rather than assumed.

## Properties

| Property | Type | Definition |
| --- | --- | --- |
| `full_address` | `string` | <!--source:property-registry-->The street address of the property including street number, street name, city, and state and postal code. Format: '123 Main, Springfield, IL' or '456 Oak Ave, Chicago, IL 1003'.<!--/source--> |
| `latitude` | `number | null` | <!--source:property-registry-->Latitude is a coordinate that specifies the north-south position of a point on the Earth's surface. It is an angular measurement, usually expressed in degrees, with values ranging from -90° at the South Pole to +90° at the North Pole.<!--/source--> |
| `longitude` | `number | null` | <!--source:property-registry-->Longitude is a coordinate that specifies the east-west position of a point on the Earth's surface. It is an angular measurement, usually expressed in degrees, with values ranging from -180° to +180°.<!--/source--> |
| `source_http_request` | `object` | <!--source:property-registry-->HTTP request configuration for retrieving this data.<!--/source--> |
| `entry_http_request` | `object` | <!--source:property-registry-->HTTP request configuration for retrieving this data.<!--/source--> |
| `request_identifier` | `string | null` | <!--source:property-registry-->Identifier value that should be substituted into the source HTTP request to retrieve this specific data.<!--/source--> |
| `county_jurisdiction` | `string` | <!--source:property-registry-->The name of the county or local jurisdiction that has authority over the property for tax assessment and administrative purposes. Should not include the word 'County' in the value. `Dallas``Miami Dade``Broward``Palm Beach``Lee``Hillsborough``Orange``Pinellas``Polk``Duval``Brevard``Pasco``Volusia``Sarasota``Collier``Marion``Manatee``Charlotte``Lake``Osceola``St. Lucie``Seminole``Escambia``St. Johns``Citrus``Bay``Santa Rosa``Hernando``Okaloosa``Highlands``Leon``Alachua``Clay``Sumter``Putnam``Martin``Indian River``Walton``Monroe``Flagler``Nassau``Levy``Washington``Jackson``Suwannee``Columbia``Hendry``Okeechobee``Gadsden``Wakulla``DeSoto``Gulf``Taylor``Franklin``Dixie``Madison``Bradford``Hardee``Gilchrist``Holmes``Calhoun``Hamilton``Baker``Jefferson``Glades``Lafayette``Union``Liberty``Fort Bend``Collin``Allegheny``Hunt``Wood``Burnet``San Patricio``Wise``Nacogdoches``Waller``Cherokee``Navarro``Medina``Alameda``Alpine``Amador``Butte``Calaveras``Colusa``Contra Costa``Del Norte``El Dorado``Fresno``Glenn``Humboldt``Imperial``Inyo``Kern``Kings``Lake``Lassen``Los Angeles``Madera``Marin``Mariposa``Mendocino``Merced``Modoc``Mono``Monterey``Napa``Nevada``Orange``Placer``Plumas``Riverside``Sacramento``San Benito``San Bernardino``San Diego``San Francisco``San Joaquin``San Luis Obispo``San Mateo``Santa Barbara``Santa Clara``Santa Cruz``Shasta``Sierra``Siskiyou``Solano``Sonoma``Stanislaus``Sutter``Tehama``Trinity``Tulare``Tuolumne``Ventura``Yolo``Yuba``Ellis`<!--/source--> |

## Provenance and coverage

A record of this class is validated against the same definition whatever jurisdiction it came from, which is what makes two counties comparable without a per-county adapter. A jurisdiction appears below only where a committed configuration serves this class's surface.

- Lee, Florida
- Palm Beach, Florida
- Miami-Dade, Florida
- Orange, Florida
- Santa Clara, California

How a new jurisdiction is brought online
