Mastercard · JSON Structure

Mastercard Consumer Credit Analytics Score Structure

Type: object Properties: 8
Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

score is a JSON Structure definition published by Mastercard, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

scoreType productType score decile modelName embeddingFeatures hasScoreChangedFromLastWeek isNewProspect

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "score",
  "type": "object",
  "properties": {
    "scoreType": {
      "type": "string"
    },
    "productType": {
      "type": "string"
    },
    "score": {
      "type": "integer"
    },
    "decile": {
      "type": "integer"
    },
    "modelName": {
      "type": "string"
    },
    "embeddingFeatures": {
      "type": "string"
    },
    "hasScoreChangedFromLastWeek": {
      "type": "boolean"
    },
    "isNewProspect": {
      "type": "boolean"
    }
  }
}