Temenos Transact · JSON Structure

Temenos Transact Core Banking Customer Structure

Type: object Properties: 22
BankingCore BankingDigital BankingEnterpriseFinancial ServicesFintech

Customer is a JSON Structure definition published by Temenos Transact, describing 22 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

customerId customerMnemonic shortName customerNames displayNames title gender dateOfBirth nationalityId residenceId language customerStatus sectorId industryId accountOfficerId target communicationDevices addresses customerCompany amlCheck amlResult kycStatus

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Customer",
  "type": "object",
  "properties": {
    "customerId": {
      "type": "string"
    },
    "customerMnemonic": {
      "type": "string"
    },
    "shortName": {
      "type": "string"
    },
    "customerNames": {
      "type": "array"
    },
    "displayNames": {
      "type": "array"
    },
    "title": {
      "type": "string"
    },
    "gender": {
      "type": "string"
    },
    "dateOfBirth": {
      "type": "string"
    },
    "nationalityId": {
      "type": "string"
    },
    "residenceId": {
      "type": "string"
    },
    "language": {
      "type": "integer"
    },
    "customerStatus": {
      "type": "integer"
    },
    "sectorId": {
      "type": "integer"
    },
    "industryId": {
      "type": "integer"
    },
    "accountOfficerId": {
      "type": "integer"
    },
    "target": {
      "type": "integer"
    },
    "communicationDevices": {
      "type": "array"
    },
    "addresses": {
      "type": "array"
    },
    "customerCompany": {
      "type": "string"
    },
    "amlCheck": {
      "type": "string"
    },
    "amlResult": {
      "type": "string"
    },
    "kycStatus": {
      "type": "string"
    }
  }
}