Strise Connect API Docs
TypesObjects

RiskScoreResult

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

type RiskScoreResult {
  score: Int!
  matchedValues: [String!]!
  status: RiskScoreStatus!
}

Fields

score Int! non-null scalar

Int!

matchedValues [String!]! non-null scalar

[String!]!

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