Skip to main content

Feeamortizationconfiguration

The settings for defining period intervals.

amortizationProfilestring

Type of amortization profile used for fee

Possible values: [NONE, SUM_OF_YEARS_DIGITS, STRAIGHT_LINE, EFFECTIVE_INTEREST_RATE]

amortizationRescheduleConfigurationstring

Flag for signaling if fee amortization should be continued or finished at account reschedule

Possible values: [END_AMORTIZATION_ON_THE_ORIGINAL_ACCOUNT, CONTINUE_AMORTIZATION_ON_THE_RESCHEDULED_REFINANCED_ACCOUNT]

frequencystring

Frequency settings of the fee amortization

Possible values: [ACCOUNT_INSTALLMENTS_DUE_DATES, ACCOUNT_INSTALLMENTS_DUE_DATES_DAILY_BOOKING, CUSTOM_INTERVAL]

intervalCountinteger<int32>

Total number of intervals

intervalTypestring

Defines the options for an interval

Possible values: [PREDEFINED_INTERVALS, FULL_TERM]

periodCountinteger<int32>

Period count used in conjunction with periodUnit to determine the next date of the interval

periodUnitstring

Amortization unit to determine the interval between amortizations

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

Feeamortizationconfiguration
{
"amortizationProfile": "NONE",
"amortizationRescheduleConfiguration": "END_AMORTIZATION_ON_THE_ORIGINAL_ACCOUNT",
"frequency": "ACCOUNT_INSTALLMENTS_DUE_DATES",
"intervalCount": 0,
"intervalType": "PREDEFINED_INTERVALS",
"periodCount": 0,
"periodUnit": "DAYS"
}