Temenos Transact · JSON Structure

Temenos Transact Core Banking Account Balances Structure

Type: object Properties: 10
BankingCore BankingDigital BankingEnterpriseFinancial ServicesFintech

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

Properties

accountId currency workingBalance availableBalance clearedBalance lockedAmount overdraftLimit accruedInterest pendingDeposits asOfDate

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AccountBalances",
  "type": "object",
  "properties": {
    "accountId": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "workingBalance": {
      "type": "number"
    },
    "availableBalance": {
      "type": "number"
    },
    "clearedBalance": {
      "type": "number"
    },
    "lockedAmount": {
      "type": "number"
    },
    "overdraftLimit": {
      "type": "number"
    },
    "accruedInterest": {
      "type": "number"
    },
    "pendingDeposits": {
      "type": "number"
    },
    "asOfDate": {
      "type": "string"
    }
  }
}