Tamr Enrich ID

Use the Tamr Enrich ID step to match the companies in your source data to Tamr Enrich IDs.

The Tamr Enrich ID is a unique, proprietary organizational identifier owned and managed by Tamr, and is used to match your source company data to referential data provided by the Tamr Enrich service and other data providers (Enigma, Pitchbook, and so on).

The Tamr Enrich ID match is based on the following attributes, and matches are prioritized in the following order:

PriorityAttributestamr_firmographic_match_status
1Company name and full addressMATCH_NAME_ADDRESS
2Company name, city, country, and either region or postal codeMATCH_NAME_CITY
3Company name, domestic parent company, and country codeMATCH_HIERARCHY_COUNTRY
3Registration numberMATCH_REGISTRATION_NUMBER
3Company name and country codeMATCH_NAME_COUNTRY
4Cleaned company phone numberMATCH_PHONE
5Cleaned company websiteMATCH_WEBSITE

When there is a tie in priority order, the ranking of records is determined based on attribute similarity between the source and reference record.

See Tamr Firmographic Enrichment for examples of Tamr Enrich data provided for these match types.

Input Fields for Tamr Enrich ID

Required Input Fields

The input dataset for this enricher must include fields that can be mapped to the following required enrichment input fields.

Input Field Name Description
company_name Company name
country Address country

Optional Input Fields

Optionally, map fields from the input dataset for this enricher to the following enrichment input fields.

important Important: You must map address fields to return matches based on company name and full address. You must map the phone number field to return matches based on phone number.

Input Field Name Description
company_name_alternate Alternate company name
address_line_1 Address line 1
address_line_2 Address line 2
city Address city
region Address region or state
postal_code Address postal code
phone Phone number
website URL for the company website

Output Schema

The following fields are provided by the enricher.

Output Field Name Description
tamr_enrich_id The organization's official Tamr Enrich ID
tamr_firmographic_match_status The status of the Tamr Enrich ID match. This status indicates whether and how Tamr was able to match the source company to a reference record available from one or more of the supported data providers.
  • MATCH_NAME_ADDRESS: A match was found based on the combination of the company name and full address.
  • MATCH_NAME_CITY: A match was found based on the combination of the company name, city, country, and either region or postal code. This match is typically less precise than one based on company name and full address.
  • MATCH_HIERARCHY_COUNTRY: A match was found based on the combination of the company name, domestic ultimate parent, and country. This match is typically less precise than one based on company name and full address.
  • MATCH_REGISTRATION_NUMBER: A match was found based on the company's registration number.
  • MATCH_NAME_COUNTRY: A match was found based on the combination of the company name and country. This match is typically less precise than one based on company name and full address or city.
  • MATCH_PHONE: A match was found based on the cleaned phone number.
  • MATCH_WEBSITE: A match was found based on the cleaned website.
  • NO_MATCH_INVALID_NAME: A match was not found due to an invalid company name. Either the company name was empty, or the name contained only special characters or generic legal form information (for example CORP or LLC).
  • NO_MATCH_INVALID_COUNTRY: A match was not found due to an invalid (empty) country.
  • NO_MATCH: A match was not found.