Skip to main content

Schedulesettingsforschedulepreview

The schedule settings, holds all schedule properties needed for schedule preview request.

amortizationPeriodinteger<int32>

The PMT is calculated as the loan would have [amortizationPeriod] installments.

fixedDaysOfMonthinteger<int32>[]

Specifies the days of the month when the repayment due dates should be. Only available if the Repayment Methodology is FIXED_DAYS_OF_MONTH.

gracePeriodinteger<int32>

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.

  • Array [
  • amountnumberrequired

    The PMT value used in periodic payment

    toInstallmentinteger<int32>required

    The installment's position up to which the PMT will be used

  • ]
  • periodicPaymentnumber

    The periodic payment amount for the accounts which have balloon payments or Reduce Number of Installments and Optimized Payments

    principalRepaymentIntervalinteger<int32>

    The principal repayment interval. Indicates the interval of repayments that the principal has to be paid.

    repaymentInstallmentsinteger<int32>

    The repayment installments. Represents how many installments are required to pay back the loan.

    repaymentPeriodCountinteger<int32>

    The repayment period count. Represents how often the loan is to be repaid: stored based on the type repayment option.

    repaymentPeriodUnitstring

    The frequency of the loan repayment.

    Possible values: [DAYS, WEEKS, MONTHS, YEARS]

    Schedulesettingsforschedulepreview
    {
    "amortizationPeriod": 0,
    "fixedDaysOfMonth": [
    0
    ],
    "gracePeriod": 0,
    "paymentPlan": [
    {
    "amount": 0,
    "toInstallment": 0
    }
    ],
    "periodicPayment": 0,
    "principalRepaymentInterval": 0,
    "repaymentInstallments": 0,
    "repaymentPeriodCount": 0,
    "repaymentPeriodUnit": "DAYS"
    }