UnitValuePrecision
The business rule, UnitValuePrecision, is used to determine the number of digits allowed after the decimal point. The decimal placing can be configured based on a client's need to show the proper unit value. This rule can be used to calculate the units precision at Accumulation and Benefit level by attaching this business rule to the transactions that affect Benefit. These values are ultimately stored as units in AsValuation and AsBenefitSplit tables. If this business rule is not in place the system will revert to its default setting of ten decimal places.
This rule was deprecated in release 9.5.0.0. Beginning with that release, the PrecisionValues business rule absorbed this functionality.
Element/Tag | Definition | Attribute | Element/Attribute Value and Description |
---|---|---|---|
<UnitValuePrecision> |
The opening and closing tag of the business rule. |
|
|
<Precision> |
Required element; |
|
Required
element value;
|
XML Example
<UnitValuePrecision>
<Precision>4<Precision>
</UnitValuePrecision>