Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Description
Specifies how tax calculations will be rounded.
Constant |
Description |
---|---|
Up to the Next Currency Decimal Digit |
Round numbers to the next currency decimal digit. For example, if the tax amount is calculated to be $1.563, the tax will be $1.57. |
To the Nearest Currency Decimal Digit |
Round numbers to the nearest currency decimal digit. For example, if the tax amount is calculated to be $1.563, the tax will be $1.56. |
Down to the Previous Currency Decimal Digit |
Round numbers down to the previous whole digit. For example, if the tax amount is calculated to be $1.3306, the tax will be $1.33. |
Up to the Next Whole Digit |
Round numbers up to the next whole digit. For example, if the tax amount is calculated to be $1.263, the tax will be $2.00. |
To the Nearest Whole Digit |
Round numbers to the nearest whole digit. For example, if the tax amount is calculated to be $1.26, the tax will be $1.00. If the tax amount is calculated to be $1.51, the tax will be $2.00. |
Down to the Previous Whole Digit |
Round numbers down to the previous whole digit. For example, if the tax amount is calculated to be $1.563, the tax will be $1.00. |