Database
Salary
LoanTransactionDetails

LoanTransactionDetails

Documentation for the LoanTransactionDetails database schema.

Fields

FieldData TypeUsage
loanIdStringUnique reference to loan.
headIdObjectIdUnique reference to head.
loanAmountDecimal128Monetary or numeric value.
balanceAmountDecimal128Monetary or numeric value.
numberOfInstalmentsNumberStores the number of instalments data.
instalmentAmountDecimal128Monetary or numeric value.
remainingInstalmentsNumberStores the remaining instalments data.
updatedByObjectIdTimestamp/Date for updatedBy.
updatedDateIdObjectIdUnique reference to updated Date.