Mastercard · Schema

EmailRiskScore

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
score number Comprehensive risk score associated with an email address, with a higher score indicating a riskier individual. A number between 0 and 1 rounded to three decimal places.
View JSON Schema on GitHub

JSON Schema

mastercard-identity-insights-for-transactions-email-risk-score-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EmailRiskScore",
  "type": "object",
  "properties": {
    "score": {
      "type": "number",
      "description": "Comprehensive risk score associated with an email address, with a higher score indicating a riskier individual.  A number between 0 and 1 rounded to three decimal places."
    }
  }
}