TypesObjects
RiskMatchedValue
A risk score matched value: the code/description that triggered the score, and the network entities that contributed it.
type RiskMatchedValue {
code: String!
description: String!
sources: [RiskMatchSource!]!
}Fields
code String! non-null scalar
String!
Stable code/identifier of the matched value (e.g. industry code, ISO country code, legal-form code).
description String! non-null scalar
String!
Human-readable description of the matched value in the current user's language.
sources [RiskMatchSource!]! non-null object
[RiskMatchSource!]!
Entities in the screened network that contributed this matched value to the score.
Member Of
RiskScoreResult object