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 | Attributes | Parent Element | Description | Element/Attribute Value |
|---|---|---|---|---|
|
<PointInTimeValuation> |
The opening and closing tags of the business rule. |
|||
|
<WriteBegin> |
<PointInTimeValuation> |
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> |
<PointInTimeValuation> |
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 Schema
<PointInTimeValuation>
<WriteBegin> Yes/No </WriteBegin>
<WriteEnd> Always/FundChange </WriteEnd>
</PointInTimeValuation>
XML Example
<PointInTimeValuation>
<WriteBegin>Yes</WriteBegin>
<WriteEnd>Always</WriteEnd>
</PointInTimeValuation>