Schedulesettingsforschedulepreview
The schedule settings, holds all schedule properties needed for schedule preview request.
The PMT is calculated as the loan would have [amortizationPeriod] installments.
Specifies the days of the month when the repayment due dates should be. Only available if the Repayment Methodology is FIXED_DAYS_OF_MONTH.
The grace period. Represents the grace period for loan repayment - in number of installments.
paymentPlan object[]
A list of periodic payments for the current loan account.
The PMT value used in periodic payment
The installment's position up to which the PMT will be used
The periodic payment amount for the accounts which have balloon payments or Reduce Number of Installments and Optimized Payments
The principal repayment interval. Indicates the interval of repayments that the principal has to be paid.
The repayment installments. Represents how many installments are required to pay back the loan.
The repayment period count. Represents how often the loan is to be repaid: stored based on the type repayment option.
The frequency of the loan repayment.
Possible values: [DAYS, WEEKS, MONTHS, YEARS]
{
"amortizationPeriod": 0,
"fixedDaysOfMonth": [
0
],
"gracePeriod": 0,
"paymentPlan": [
{
"amount": 0,
"toInstallment": 0
}
],
"periodicPayment": 0,
"principalRepaymentInterval": 0,
"repaymentInstallments": 0,
"repaymentPeriodCount": 0,
"repaymentPeriodUnit": "DAYS"
}