ReassignBenefitSplit
The rule deactivates the current active benefit split record and activates the future record. The existing active Benefit Split record with the target (To) type code is expired and its status changes to Deleted (99).
Element | Attribute | Definition | Value and Description |
---|---|---|---|
<ReassignBenefitSplit> |
|||
<Segments> |
|||
<Segment> |
Repeatable element. One activity can update multiple benefitSplits. |
||
SEGMENTGUID |
SegmentGUID | ||
<From> |
Specifies the source BenefitSplit Type Code of the allocation to activate. Generally "51" is the Type Code used here. | ||
<To> |
Specifies the target BenefitSplit Type Code for the allocation. Generally "05" is the Type Code used here. |
XML Example
<ReassignBenefitSplit>
<Segments>
<Segment SEGMENTGUID=”AnnuityBenefit”>
<From>51</From>
<To>05</To>
<Segment>
</Segments>
</ReassignBenefitSplit>