Skip to main content

Loanaccountsortingcriteria

Represents the sorting criteria used for loan account searches.

fieldstringrequired

Contains the field that can be used as sorting selection. Can be native (one from the provided list) or otherwise can specify a custom field definition using the format [customFieldSetId].[customFieldId].

Possible values: [encodedKey, loanName, id, accountHolderId, recipient, creationDate, approvedDate, lastModifiedDate, lastSetToArrearsDate, lastLockedDate, closedDate, daysInArrears, daysLate, loanAmount, tranches.amount, numInstallments, accruedInterest, accruedPenalty, penaltySettings.penaltyRate, arrearsTolerancePeriod, interestSettings.interestSpread, totalPaid, totalBalance, totalDue, firstRepaymentDate, lastPaymentDate, lastPaymentAmount, expectedMaturity, rescheduledAccountKey, refinancedAccountId, originalAccountKey, taxRate, taxPaid, taxDue, settlementAccountKey, interestCommission, numberOfFunds, fundsEnabled, availableAmount, wasRescheduled, wasRefinanced, expectedPrincipalRedraw, balances.principalDue, balances.principalPaid, balances.principalBalance, balances.interestDue, balances.interestPaid, balance.interestBalance, balances.redrawBalance, balances.feesDue, balances.feesBalance, balances.feesPaid, balances.penaltyDue, balances.penaltyPaid, balances.penaltyBalance, fundingSources.amount, fundingSources.sharePercentage]

orderstring

The sorting order: ASC or DESC. The default order is DESC.

Possible values: [ASC, DESC]

Loanaccountsortingcriteria
{
"field": "encodedKey",
"order": "ASC"
}