A Appendix : Rounding Amounts and Rate Attributes
This topic provides the information about the rounding rules applied to amounts and rate-related attributes to ensure accuracy and consistency within the system.
Rounding Amounts
- Rounding will increase the resulting amount to next number up to the second decimal, based on values of third decimal.
- Raising will always increase the resulting amount to next number up to the second decimal.
- Cutting off will always cut the number after the second decimal.
Note:
The system rounds only calculated amounts (calculated fees, calculated payment, and so on) and not user-entered amounts.User can choose the rounding method user want to use by setting the parameter value for system parameter CMN_AMOUNT_ROUND_METHOD on the Administration form (Setup, click Administration. Under Administration, click System. Under System, click System Parameters. Under System Parameters, click System tab).
User can choose the rounding factor user want to use by setting the parameter value for system parameter CMN_AMOUNT_ROUND_FACTOR on the Administration form. Currently, Oracle Financial Services Lending and Leasing supports rounding up to two decimals only.
Examples of how resulting amounts differ by RAISE, ROUND, and CUTOFF:
Table A-1 Example 1: Amount: 234.136
| Method | Result |
|---|---|
| Round | 234.14 |
| Raise | 234.14 |
| Cut off | 234.13 |
Table A-2 Example 2: Amount: 234.134
| Method | Result |
|---|---|
| Round | 234.13 |
| Raise | 234.14 |
| Cut off | 234.13 |
Table A-3 Example 3: Amount: 234.1319999
| Method | Result |
|---|---|
| Round | 234.13 |
| Raise | 234.14 |
| Cut off | 234.13 |
Rate Attributes
Note:
Index rounding does not apply to fixed rate Loan.- NO ROUNDING TO INDEX RATE
- INDEX RATE ROUNDED TO NEAREST.25
- INDEX RATE ROUNDED TO NEAREST.125
NO ROUNDING TO INDEX RATE:
Select this method for no rounding.
INDEX RATE ROUNDED TO NEAREST 0.25:
Select this method to round up to 1/4th (to keep the index rate in the multiple of 0.25).
Table A-4 Example 1
| Type | Value |
|---|---|
| Current rate: | 5.125 |
| Round of rate: | 5.25 |
Table A-5 Example 2
| 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).
Table A-6 Example 1
| Type | Value |
|---|---|
| Current rate: | 5.325 |
| Rate rounded to: | 5.375 |
Table A-7 Example 2
| Type | Value |
|---|---|
| Current rate: | 5.312 |
| Rate rounded to: | 5.250 |