PointInTimeValuation
This business rule can be configured to value the policy back to the last valued date rather than the start of the policy.
Element/Tag | Definition | Attribute | Element/Attribute Value and description |
---|---|---|---|
<PointInTimeValuation> |
The opening and closing tags of the business rule. |
||
<WriteBegin> |
RequiredThis indicates whether the values are to be written at the beginning of the process. |
"Yes" - the values are always written at the beginning of the processing. "No" - the values are never written at the beginning of the processing. |
|
<WriteEnd> |
RequiredThis indicates how the values are to be written at the end of the processing. |
"Always" - the values are always written at the end of the processing, whether the fund values change or not. "FundChange" - the values are only written at the end of the processing if the fund value changes. |
XML Example
<PointInTimeValuation>
<WriteBegin>Yes</WriteBegin>
<WriteEnd>Always</WriteEnd>
</PointInTimeValuation>
XML Schema
<PointInTimeValuation>
<WriteBegin> Yes/No </WriteBegin>
<WriteEnd> Always/FundChange </WriteEnd>
</PointInTimeValuation>