Temenos Transact · JSON Structure

Temenos Transact Core Banking Currency Structure

Type: object Properties: 7
BankingCore BankingDigital BankingEnterpriseFinancial ServicesFintech

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

Properties

currencyCode currencyName numericCode decimalPlaces buyRate sellRate midRate

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Currency",
  "type": "object",
  "properties": {
    "currencyCode": {
      "type": "string"
    },
    "currencyName": {
      "type": "string"
    },
    "numericCode": {
      "type": "string"
    },
    "decimalPlaces": {
      "type": "integer"
    },
    "buyRate": {
      "type": "number"
    },
    "sellRate": {
      "type": "number"
    },
    "midRate": {
      "type": "number"
    }
  }
}