Loanproductroundingconfiguration
Defines the rounding settings used in the loan computation.
repaymentCurrencyRoundingstringrequired
Repayment currency rounding method
Possible values: [NO_ROUNDING, ROUND_TO_NEAREST_WHOLE_UNIT, ROUND_UP_TO_NEAREST_WHOLE_UNIT]
repaymentElementsRoundingMethodstring
Rounding options for principal, interest and penalties
Possible values: [NO_ROUNDING, ROUND_ALL, PAYMENT_DUE]
roundingRepaymentScheduleMethodstringrequired
Rounding method for repayment schedule
Possible values: [NO_ROUNDING, ROUND_REMAINDER_INTO_LAST_REPAYMENT, ROUND_PRINCIPAL_AND_INTEREST_REMAINDER_INTO_LAST_REPAYMENT]
Loanproductroundingconfiguration
{
"repaymentCurrencyRounding": "NO_ROUNDING",
"repaymentElementsRoundingMethod": "NO_ROUNDING",
"roundingRepaymentScheduleMethod": "NO_ROUNDING"
}