| address_id | string(uuid) | ID of the address | |
| full_address | string | null | One-line address for convenience | |
| address_nature | string | null | The type of adress | enum: MAILING, PHYSICAL, LIENHOLDER, INCIDENT_LOCATION, AGENCY_LOCATION, MORTGAGEE |
| country | string | null | Country of Address | |
| number | string | null | House or street number of Address | |
| street | string | null | Name of the street without directional or type qualifier | |
| type | string | null | Abbreviated street type, eg. Rd, St, Ave, etc | |
| city | string | null | City of Address | |
| state | string | null | State of Address | |
| sec_unit_type | string | null | The type of unit | |
| sec_unit_num | string | null | The number of the unit (may not be numeric) | |
| zip | string | null | Zipcode of Address | |
| prefix | string | null | Directional prefix for the street, such as N, NE, E, etc. A given prefix should be one to two characters long. | |