Address object
This page describes the address object, which includes geocoded address data for businesses along with risk indicators (like property type, deliverability, and location frequency) and supplementary data from sources like FMCSA, NPI registry, Form 5500, professional licenses, and tax-exempt organizations.
A business can have one or many addresses. Middesk geocodes addresses in all 50 American states, DC, five American territories including AS, GU, MP, PR and VI, Palau, and the Marshall Islands.
Middesk also returns a variety of details that can be helpful for compliance, fraud, and underwriting decisions.
Address attributes
| Attribute | Type | Description |
|---|---|---|
address_line1 | string | The street address of the business. |
address_line2 | string | The second address line typically used for apartment or suite numbers. |
city | string | The city of the business. |
state | string | The state of the business. |
postal_code | string | The postal code of the business. |
full_address | string | Display version of address. |
latitude | float | The latitude of the business address. |
longitude | float | The longitude of the business address. |
property_type | string | The type of property known to be located at this address. Possible values are COMMERCIALand RESIDENTIAL. |
cmra | boolean | Indicates when an address is a Commercial Mail Receiving Agency (CMRA). |
deliverable | boolean | A summary of the deliverability of the address. Value is Unknown if deliverability is unknown. |
is_registered_agent | boolean | Whether the address is a Registered Agent. |
location_count | float | Frequency of location us across businesses in the U.S. |
sources | object [] | A nested object containing the source details for each source where a given address was identified. |
sources[].type | string | The source type for a given address. Possible values are:
|
sources[].metadata | object [] | A nested object containing the specific details for each address source. |
sources[].metadata.file_number | string | The unique identifier of the Secretary of State record where that address was found. |
sources[].metadata.state | string | The specific state where that address was found. |
sources[].metadata.website | string | The domain where that address was found. |
sources[].metadata.labels | string[] | A list containing the address labels from each source. |
created_at | timestamp | |
updated_at | timestamp | |
rating | object | An object containing the overall risk rating for the address and the indicators that informed this rating. |
rating.risk_rating | string | The overall risk rating that we have found the address to have. Possible values are high, moderate, low, and not_available. |
rating.indicators | object[] | A list of objects containing all of the risk indicators for the address. |
rating.indicators[].type | string | The type of the indicator. Possible values are valid_us_address, geographical_location, deliverability, location_frequency, registered_agent, private_mailbox, and property_type. |
rating.indicators[].name | string | A readable name for the indicator. Possible values are Valid US address, Geographical location, Deliverability, Location frequency, Registered agent, Private mailbox, and Property type. |
rating.indicators[].rating | string | The overall score the indicator receives. Possible values are positive, negative, and neutral. |
rating.indicators[].value | string | The value that was found for the indicator. These are specific per type, see the table below in the Address risk section to learn more. |
rating.indicators[].description | string | A readable version of the indicator value. |
FMCSA registrations
As a supplementary data point for business address verification, Middesk adds the ability to search and match against the FMCSA (Federal Motor Carrier Safety Administration).
FMCSA data appears in the sources field when the business address can be found in their database.
NPPES NPI Registry data
As a supplementary data point for business address verification, Middesk adds the ability to search and match against data from the National Provider Identifier (NPI) registry, which HIPAA-covered entities are required to register with.
NPI registry data appears in the sources field when found.
Form 5500 data
As a supplementary data point for business address verification, Middesk adds the ability to search and match against data from the US Department of Labor Form 5500 datasets.
Form 5500 registry data appears in the sources field when found.
Professional license data
As a supplementary data point for business address verification, Middesk adds the ability to search and match against professional license data.
This includes construction licenses, medical licenses, cosmetology licenses, auto repair licenses, and real estate licenses.
The possible license types are construction, medical, cosmetology, real_estate, and auto_repair.
Tax exempt organization data
As a supplementary data point for business address verification, Middesk matches against tax exempt organization data. This includes charitable organizations, churches and religious organizations, private foundations, political organizations, and other non-profits.
When a tax exempt organization is found, data appears in the sources field.
Address risk
You can leverage address risk to determine an overall risk rating of High, Moderate, Low, or Not Available for each of the business’s addresses (both known and submitted).
Going one step further, you can inspect each risk indicator used to determine the overall risk rating and optionally, derive an outcome based on your own defined heuristics.
Here’s a look at the current risk indicators and their respective keys with the address object.
Each indicator includes a rating field of its own, yielding a positive, neutral, or negative rating for each category type.
If the indicator cannot be accurately determined for any reason, the indicator is absent from the payload.
| Risk indicator | Description | Key |
|---|---|---|
| Valid US address | An evaluation of whether the address is a valid address in the United State. | valid_us_address |
| Geographical location | An evaluation of whether the location of the address is in the US, international, or is unknown. | geographical_location |
| Property type | An evaluation of whether the address is residential or commercial. | property_type |
| Deliverability | An evaluation of whether the address is deliverable, undeliverable, or vacant. | deliverability |
| Private mailbox | An evaluation of if the address is one of the types of private mailboxes, including PO box and CMRA. | private_mailbox |
| Registered agent | An evaluation of if the address is a registered agent address rather than the business’s actual operating address. | registered_agent |
| Location frequency | An evaluation of how many other businesses were found by Middesk using the same address. | location_frequency |
| Virtual address | An evaluation of whether the address is the location of a virtual address provider. | virtual_address |