Temenos Transact · Example Payload

Temenos Transact Core Banking Loan Example

BankingCore BankingDigital BankingEnterpriseFinancial ServicesFintech

Temenos Transact Core Banking Loan Example is an example object payload from Temenos Transact, with 17 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

loanIdcustomerIdproductIdproductNameprincipalAmountoutstandingBalancecurrencyinterestRateeffectiveRatedisbursementDatematurityDatenextPaymentDatenextPaymentAmountrepaymentFrequencystatusoverdueAmountdaysPastDue

Example Payload

Raw ↑
{
  "loanId": "500123",
  "customerId": "500123",
  "productId": "500123",
  "productName": "example_value",
  "principalAmount": 42.5,
  "outstandingBalance": 42.5,
  "currency": "example_value",
  "interestRate": 42.5,
  "effectiveRate": 42.5,
  "disbursementDate": "example_value",
  "maturityDate": "example_value",
  "nextPaymentDate": "example_value",
  "nextPaymentAmount": 42.5,
  "repaymentFrequency": "example_value",
  "status": "example_value",
  "overdueAmount": 42.5,
  "daysPastDue": 10
}