Temenos Transact · JSON Structure

Temenos Transact Core Banking Loan Structure

Type: object Properties: 17
BankingCore BankingDigital BankingEnterpriseFinancial ServicesFintech

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

Properties

loanId customerId productId productName principalAmount outstandingBalance currency interestRate effectiveRate disbursementDate maturityDate nextPaymentDate nextPaymentAmount repaymentFrequency status overdueAmount daysPastDue

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Loan",
  "type": "object",
  "properties": {
    "loanId": {
      "type": "string"
    },
    "customerId": {
      "type": "string"
    },
    "productId": {
      "type": "string"
    },
    "productName": {
      "type": "string"
    },
    "principalAmount": {
      "type": "number"
    },
    "outstandingBalance": {
      "type": "number"
    },
    "currency": {
      "type": "string"
    },
    "interestRate": {
      "type": "number"
    },
    "effectiveRate": {
      "type": "number"
    },
    "disbursementDate": {
      "type": "string"
    },
    "maturityDate": {
      "type": "string"
    },
    "nextPaymentDate": {
      "type": "string"
    },
    "nextPaymentAmount": {
      "type": "number"
    },
    "repaymentFrequency": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "overdueAmount": {
      "type": "number"
    },
    "daysPastDue": {
      "type": "integer"
    }
  }
}