Restructureschedulesettings
The schedule settings, allowed on the loan account restructure
The PMT is calculated as the loan would have [amortizationPeriod] installments.
billingCycleDays object
Defines the billing cycles settings for a loan account
The billing cycle start days in case it is enabled
The days of the month, when the repayment due dates should be
The grace period
paymentPlan object[]
A list of periodic payments for the current loan account.
The PMT value used in periodic payment
The encoded key of the periodic payment, auto generated, unique.
The installment's position up to which the PMT will be used
The periodic payment
previewSchedule object
The number of previewed instalments for an account
The number of previewed instalments
The number of installments
The payments frequency per set period of time
The frequency of the loan repayment.
Possible values: [DAYS, WEEKS, MONTHS, YEARS]
{
"amortizationPeriod": 0,
"billingCycleDays": {
"days": [
0
]
},
"fixedDaysOfMonth": [
0
],
"gracePeriod": 0,
"paymentPlan": [
{
"amount": 0,
"encodedKey": "string",
"toInstallment": 0
}
],
"periodicPayment": 0,
"previewSchedule": {
"numberOfPreviewedInstalments": 0
},
"repaymentInstallments": 0,
"repaymentPeriodCount": 0,
"repaymentPeriodUnit": "DAYS"
}