Valuation Element
The <Valuation> element initiates the Valuation process. This is one of the first processing steps of a Policy level financial Activity. The Valuation information will be available to the Activity's Math processing and assignment. Normally, NUVs must exist on the valuation date (activity effective date) for all unit based fund types except for unit linked variable fund types. When the NUVs do not exist the activity will error. This error can be avoided through configuration in this element's structure and only when there are no trade attempts (money movement) in the unit based funds. NUVs must also exist on the System Date in order to calculate the monetary differences between trading units on the Activity's Effective Date and the System Date.
The Activity virtually trades units on the Activity's Effective Date and actually trades units on the System Date. This will generate gain/loss for the carrier who must keep the policy whole based on the Activity's Effective Date. Configuration in this element's structure can avoid the error and progress the Activity to gain/loss status. Activities with this status would be considered successful and complete except for the calculation and accounting of gain/loss.
Element |
Parent Element |
Attribute |
Description |
---|---|---|---|
<Valuation> |
<Transaction> |
Optional: This element initiates the Valuation process within an Activity and provides options to calculate additional information not provided by the system and deal with the potential lack of relevant unit pricing. |
|
<Valuation> |
POLICYVALUES |
Optional: This element instructs the system to process the PolicyValue business rule while calculating fund values. Values:
|
|
<Valuation> |
VALUEFINANCIALENTRY |
Optional: This attribute triggers Financial Entry functionality to be executed and those values will be available to the PolicyValues business rule. The system creates a IsValueFinancialEntry system variable with a value of Yes. Values:
|
|
<EffectiveDateNUVMustExist> |
<Valuation> |
Required: This element indicates if valuation progresses when NUVs dated with the activity's effective date are not present. Valuation requires NUVs dated with the activity's effective date for each unit based fund type except for Unit Linked Variable and IUL Index Variable fund types. Values:
|
|
SystemDateNUVMustExist |
<Valuation> |
Required: This element indicates if the activity generates an error when NUVs dated for the System Date are not present. NUVs dated with the System Date are required in order to calculate gain/loss values. This is relevant for each unit based fund when an Activity's Effective Date is not the same as the System Date. The activity will trade units with the unit value on the Activity's Effective Date and the buy/sell process will trade units with the unit value on the System Date. The difference between the value of these two trades is the gain or loss to the carrier. Values:
|
XML Schema
<Transaction> ... <Valuation> <EffectiveDateNUVMustExist>[Yes | No]</EffectiveDateNUVMustExist> <SystemDateNUVMustExist>[Yes | No]</SystemDateNUVMustExist> </Valuation> ... </Transaction>
XML Example
<Transaction> ... <Valuation> <EffectiveDateNUVMustExist>Yes</EffectiveDateNUVMustExist> <SystemDateNUVMustExist>No</SystemDateNUVMustExist> </Valuation> ... </Transaction>