Strise Connect API Docs
TypesObjects

RiskScoreResult

A risk score with its matched values that contributed to the score

type RiskScoreResult {
  score: Int!
  matchedValues: [String!]! @deprecated
  matchedValuesWithSources: [RiskMatchedValue!]!
  status: RiskScoreStatus!
}

Fields

score Int! non-null scalar

Int!

matchedValues [String!]! deprecated non-null scalar

[String!]!

DEPRECATED

Use matchedValuesWithSources which exposes the matched code, description, and the source entities that contributed each value.

matchedValuesWithSources [RiskMatchedValue!]! non-null object

[RiskMatchedValue!]! Structured matched values that contributed to the score, each with the network entities that contributed them. For industry / legal form / country: one entry per matched code. For PEP / RCA / sanction: a single entry whose sources lists every flagged entity in the network.

status RiskScoreStatus! non-null enum

RiskScoreStatus! Indicates whether data was present for calculation or if it was missing

Member Of

CustomRiskFieldScore object RiskCalculationResult object

On this page