Generally in the lending industry, computed amounts (interest, fees, costs, and so on) are rounded to the second decimal place. However, there are occasions where the rounding of the computed amounts has to be carried out using different methods. Oracle Financial Services Lending and Leasing supports the rounding, raising, or cutting off of calculated amounts.
Rounding will increase the resulting amount to the next number up to the second decimal, based on the value of third decimal.
Raising will always increase the resulting amount to the next number up to the second decimal.
Cutting off will always cut the number after the second decimal.
You can choose the rounding method you want to use by setting the parameter value for the system parameter CMN_AMOUNT_ROUND_METHOD in setup screen (Setup > Administration > System > System Parameters > System tab).
You can choose the rounding factor you want to use by setting the parameter value for the system parameter CMN_AMOUNT_ROUND_FACTOR in setup screen. (Setup > Administration > System > System Parameters > System tab). Currently, the system supports rounding up to two decimals only.
Example 1: Amount: 234.136
Method |
Result |
Round |
234.14 |
Raise |
234.14 |
Cutoff |
234.13 |
Example 2: Amount: 234.134
Method |
Result |
Round |
234.13 |
Raise |
234.14 |
Cutoff |
234.13 |
Example 3: Amount: 234.1319999
Method |
Result |
Round |
234.13 |
Raise |
234.14 |
Cutoff |
234.13 |
Note
The system rounds only calculated amounts (calculated fees, calculated payment, and so on) and not user-entered amounts.
The system supports the rounding of the index rate to keep the rate calculation as simple as possible for the customers. The general practice is to round the rate to nearest eighth (1/8th) (to keep the index rate in the multiple of .125) or fourth (1/4th) (to keep the index rate in the multiple of 25). The system rounds only the index rate and not the margin or final rate. You can define the index rounding method on the Product tab’s Product Definition screen for variable rate line of credits.
Note
Index rounding does not apply to fixed rate loans.
The system currently supports the following rounding of methods.
NO ROUNDING TO INDEX RATE: Select this method for no rounding.
INDEX RATE ROUNDED TO NEAREST .25: Select this method to round up to 1/4th (to keep the index rate in the multiple of .25).
Type |
Value |
Current rate: |
5.125 |
Round of rate: |
5.25 |
Type |
Value |
Current rate: |
5.124 |
Round of rate: |
5.00 |
INDEX RATE ROUNDED TO NEAREST 0.125: Select this method to round up to 1/8th (to keep the index rate in the multiple of 0.125).
Type |
Value |
Current rate: |
5.325 |
Rate rounded to: |
5.375 |
Type |
Value |
Current rate: |
5.312 |
Rate rounded to: |
5.250 |