ComplyAdvantage
What kind of data I will get
ComplyAdvantage is a company that provides solutions and services related to anti-money laundering (AML), know your customer (KYC), and counter-terrorism financing (CTF) compliance for businesses and financial institutions. Their primary focus is on helping organizations identify and manage financial crime risks more effectively.
Integration Scope
ComplyAdvantage allows to you to choose what type of search will be performed on a customer. Possible values include:
sanction
warning
fitness-probity
pep
Input
searchTerm
string
Required. A string representing the name of the entity or an object
yearOfBirth
number
Optional
Output
Content
Data
id
number
ID
ref
string
Reference
searcherId
number
Searcher ID
assigneeId
number
Assignee ID
matchStatus
string
Match status
riskLevel
string
Risk level
searchTerm
string
Search term
submittedTerm
string
Submitted term
clientRef
string
Client reference
totalHits
string
Total hits
totalMatches
number
Total matches
updatedAt
string
Updated at timestamp
createdAt
string
Created at timestamp
shareUrl
string
Share URL
limit
number
Limit
offset
number
Offset
SearchProfile
name
string
Name of the search profile
slug
string
Slug for the search profile
Filters
types
array<string>
List of types
entityType
string
Entity type
birthYear
string
Birth year
passport
string
Passport
exactMatch
boolean
Exact match
fuzziness
number
Fuzziness
removeDeceased
number
Remove deceased
countryCodes
array<string>
List of country codes
Tag
name
string
Name of the tag
Hit
isWhitelisted
boolean
This information serves as an indicator of whether an entity has been whitelisted based on the provided client reference. It becomes visible when the whitelist feature is enabled for your account. You have the option to customize this setting through your settings page or get in touch with your ComplyAdvantage account manager to learn more about this feature. Entities are considered whitelisted if they are identified as false positives using your client reference and have not undergone any updates since then.
matchTypes
array<string>
Data as to what matched. Possible values include: - aka_exact - name_exact - name_fuzzy - aka_fuzzy - phonetic_name - phonetic_aka - equivalent_aka - unknown
matchTypesDetails
array<object>
A detailed breakdown of why a hit occurred. For every name you matched on an entity, it will give you how each term from your search matched it, as well other information about that name.
score
number
The search results are evaluated and ranked based on a score provided in the metadata. It's important to note that this score doesn't represent an absolute ranking of the document. Instead, it should be utilized solely for sorting search results and offering a relative measure of their relevance.
Doc
entityType
string
Entity type
firstName
string
First name
id
string
ID
lastName
string
Last name
lastUpdatedUtc
string
Last updated timestamp
middleNames
string
Middle names
array<object>
List of media entries where appropriate, with the "date", "title", "snippet" and "url" parameters
name
string
Name of entity, such as person name (e.g. "Jan Kowalski")
sources
array<string>
Array of data sources (eg. sanction lists)
types
array<string>
What kind of alert or warning is associated with the entity (from "sanction", "pep", "warning")
AKA
name
string
Name of the AKA
Associate
name
string
Name of the associate
association
string
Association information
Field
locale
string
Locale
name
string
Field name
source
string
Field source
value
string
Field value
tag
string
Field tag
Media
date
string
Media date
snippet
string
Media snippet
title
string
Media title
url
string
Media URL
User
id
string
User ID
string
User email
name
string
User name
phone
string
User phone number
createdAt
string
User creation timestamp
Output Example
Last updated