Temenos Transact · JSON Structure

Temenos Transact Core Banking Transaction Structure

Type: object Properties: 18
BankingCore BankingDigital BankingEnterpriseFinancial ServicesFintech

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

Properties

transactionId accountId transactionType debitOrCredit amount currency bookingDate valueDate processingDate reference narrative counterpartyAccountId counterpartyName balance exchangeRate chargesAmount reversalIndicator statementNumber

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Transaction",
  "type": "object",
  "properties": {
    "transactionId": {
      "type": "string"
    },
    "accountId": {
      "type": "string"
    },
    "transactionType": {
      "type": "string"
    },
    "debitOrCredit": {
      "type": "string"
    },
    "amount": {
      "type": "number"
    },
    "currency": {
      "type": "string"
    },
    "bookingDate": {
      "type": "string"
    },
    "valueDate": {
      "type": "string"
    },
    "processingDate": {
      "type": "string"
    },
    "reference": {
      "type": "string"
    },
    "narrative": {
      "type": "string"
    },
    "counterpartyAccountId": {
      "type": "string"
    },
    "counterpartyName": {
      "type": "string"
    },
    "balance": {
      "type": "number"
    },
    "exchangeRate": {
      "type": "number"
    },
    "chargesAmount": {
      "type": "number"
    },
    "reversalIndicator": {
      "type": "boolean"
    },
    "statementNumber": {
      "type": "string"
    }
  }
}