Temenos Transact · JSON Structure

Temenos Transact Core Banking Deposit Structure

Type: object Properties: 14
BankingCore BankingDigital BankingEnterpriseFinancial ServicesFintech

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

Properties

depositId customerId productId productName principalAmount currentBalance currency interestRate accruedInterest startDate maturityDate term renewalType status

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Deposit",
  "type": "object",
  "properties": {
    "depositId": {
      "type": "string"
    },
    "customerId": {
      "type": "string"
    },
    "productId": {
      "type": "string"
    },
    "productName": {
      "type": "string"
    },
    "principalAmount": {
      "type": "number"
    },
    "currentBalance": {
      "type": "number"
    },
    "currency": {
      "type": "string"
    },
    "interestRate": {
      "type": "number"
    },
    "accruedInterest": {
      "type": "number"
    },
    "startDate": {
      "type": "string"
    },
    "maturityDate": {
      "type": "string"
    },
    "term": {
      "type": "string"
    },
    "renewalType": {
      "type": "string"
    },
    "status": {
      "type": "string"
    }
  }
}