Temenos Transact · JSON Structure

Temenos Transact Core Banking Product Structure

Type: object Properties: 9
BankingCore BankingDigital BankingEnterpriseFinancial ServicesFintech

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

Properties

productId productName productGroup description currency interestRate minimumBalance fees status

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Product",
  "type": "object",
  "properties": {
    "productId": {
      "type": "string"
    },
    "productName": {
      "type": "string"
    },
    "productGroup": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "currency": {
      "type": "array"
    },
    "interestRate": {
      "type": "object"
    },
    "minimumBalance": {
      "type": "number"
    },
    "fees": {
      "type": "array"
    },
    "status": {
      "type": "string"
    }
  }
}