Temenos Transact · JSON Structure

Temenos Transact Core Banking Account Structure

Type: object Properties: 16
BankingCore BankingDigital BankingEnterpriseFinancial ServicesFintech

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

Properties

accountId accountName customerId customerName productId productName accountType currency status openingDate workingBalance availableBalance accountOfficerId branchId iban bic

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Account",
  "type": "object",
  "properties": {
    "accountId": {
      "type": "string"
    },
    "accountName": {
      "type": "string"
    },
    "customerId": {
      "type": "string"
    },
    "customerName": {
      "type": "string"
    },
    "productId": {
      "type": "string"
    },
    "productName": {
      "type": "string"
    },
    "accountType": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "openingDate": {
      "type": "string"
    },
    "workingBalance": {
      "type": "number"
    },
    "availableBalance": {
      "type": "number"
    },
    "accountOfficerId": {
      "type": "integer"
    },
    "branchId": {
      "type": "string"
    },
    "iban": {
      "type": "string"
    },
    "bic": {
      "type": "string"
    }
  }
}