Roundingsettings
Defines the rounding settings used in the loan computation.
repaymentCurrencyRoundingstringrequired
Specifies the repayment currency rounding method.
Possible values: [NO_ROUNDING, ROUND_TO_NEAREST_WHOLE_UNIT, ROUND_UP_TO_NEAREST_WHOLE_UNIT]
repaymentElementsRoundingMethodstringrequired
Determines how the repayment currency rounding is handled on each element from the schedule.
Possible values: [NO_ROUNDING, ROUND_ALL, PAYMENT_DUE]
roundingRepaymentScheduleMethodstringrequired
Specifies the rounding repayment schedule method.
Possible values: [NO_ROUNDING, ROUND_REMAINDER_INTO_LAST_REPAYMENT, ROUND_PRINCIPAL_AND_INTEREST_REMAINDER_INTO_LAST_REPAYMENT]
Roundingsettings
{
"repaymentCurrencyRounding": "NO_ROUNDING",
"repaymentElementsRoundingMethod": "NO_ROUNDING",
"roundingRepaymentScheduleMethod": "NO_ROUNDING"
}