Risk Profile
ComplyCube automatically generates an AML risk score for your clients.
A Risk Profile provides you with an AML risk score for a given client. It facilitates a risk-based framework for Client Due Diligence (CDD) and Enhanced Due Diligence (EDD). Furthermore, the risk profile will assist you in shaping your ongoing client relationship. Learn more about Risk Profile.
ComplyCube's proprietary risk model calculates the risk profile. The value of the overall score, or a constituent risk score, will be not_set
if the client does not have sufficient details.
The Risk Profile object
Attribute
Type
Description
overallRisk
string
The overall risk score. Valid values are:
low
medium
high
not_set
countryRisk
object
politicalExposureRisk
object
occupationRisk
object
watchlistRisk
object
updatedAt
string
The date and time when the risk profile was updated.
The countryRisk
object
countryRisk
objectAttribute
Type
Description
risk
string
The overall country risk score.
country
string
breakdown
array[object]
This contains all the constituents used to derive the score for the country with the highest risk. It is an array of objects, comprising of the following:
source
: The name of the country metrics publishing authority.normalisedRiskScore
: The normalised risk score for that authority.
The politicalExposureRisk
object
politicalExposureRisk
objectAttribute
Type
Description
risk
string
The political exposure risk score.
checkId
string
The check ID that triggered the score.
The occupationRisk
object
occupationRisk
objectAttribute
Type
Description
risk
string
The political exposure risk score.
checkId
string
The related check ID that triggered the score.
occupationCategory
string
The occupation category has been risk assessed.
occupationTitle
string
The occupation title has been risk assessed.
The watchlistRisk
object
watchlistRisk
objectAttribute
Type
Description
risk
string
The watchlist risk score.
checkId
string
The check ID that triggered the score.
Last updated