DoSegmentRecalculations
This business rule can be attached to a transaction that specifies the names and execution orders of segments attached to a policy. When the rule is processed, the segments for the current policy will be loaded and calculated in the order specified.
| Element/Tag | Attributes | Parent Element | Description | Element/Attribute Values |
|---|---|---|---|---|
|
<DoSegmentRecalculations> |
|
The required opening and closing elements of this business rule. |
||
|
<CalculationOrder> |
|
<DoSegmentRecalculations> |
Required element: Used to specify the order in which the segments have to be recalculated. Note:
|
|
|
<SegmentName> |
|
<CalculationOrder> |
Required / Repeatable element: This element is used to specify the name of the segments. The order in which the segments will be processed depends on the order in which they are mentioned in this element. |
Required element value: String: Name of the segment. |
XML Schema
<DoSegmentRecalculations>
<CalculationOrder>
<SegmentName>[String]</SegmentName>
<SegmentName>[String]</SegmentName>
</CalculationOrder>
</DoSegmentRecalculations>
XML Example
<DoSegmentRecalculations>
<CalculationOrder>
<SegmentName>Base Coverage - Term</SegmentName>
<SegmentName>Flat Extra - Temporary</SegmentName>
<SegmentName>Flat Extra - Permanent</SegmentName>
<SegmentName>Term - Disability Benefit Option</SegmentName>
</CalculationOrder>
</DoSegmentRecalculations>