MVAAmountFormula

MVAAmountFormula is a rule that defines all expressions needed for MVA amount calculation during valuation. A fund level override of the rule is required for type 06 funds and processes after the fund’s InterestCateCalculation rule. Results of the InterestRateCalculation rule are available to the MVAAmountFormula Input section using “Valuation:Fund:FundGUID:…” syntax. The output math variables of the rule are available to the transaction math for further processing using the same valuation syntax.

MVAAmountFormula Elements/Attributes
Element/Tag Attributes Definition Element/Attribute Value and Description
<MVAAmountFormula>  

 

 

<Input>   Required: Opening element for the Input section.  
<MathVariables>   Required: Opening element for the Math calculations.  
<MathVariable>   User defined MVA calculation Standard Policy level transaction Math syntax supported
<Output>   Required: Opening element for the Ouput section.  
<Mappings>   Required: Opening element for the Mappings.  
<Mapping>   Mapping inputs to outputs. Named math variable from the input section above.
  OUTPUTNAME Required: Name that the Mapping value will be assigned to in the valuation XML. User defined variable name.
  DATATYPE Required: Data type for the mapping value. This should agree with the data type of the source math variable. INTEGER, DECIMAL,TEXT,DATE
<Valuation>   Optional: Used to map values to the Scheduled Valuation table columns  
<MVAAmount>   Defines the output name from the Mappings to pass to the Scheduled Valuation MVA Amount columns Output name from Mappings section. Decimal data type.

XML Schema

<MVAAmountFormula>
<Input>
<MathVariables>
<MathVariable VARIABLENAME="[VariableName]" TYPE="[TYPE]" DATATYPE="[DATATYPE]">[Value]</MathVariable>
</MathVariables>
</Input>
<Output>
<Mappings>
<Mapping OUTPUTNAME="[OutputName]" DATATYPE="[INTEGER,DECIMAL,TEXT,DATE]">[VariableName]</Mapping>
</Mappings>
<Valuation>
<MVAAmount>[OutputName]</MVAAmount>
</Valuation>
</Output>
</MVAAmountFormula>

 

 

 

 

Oracle Insurance Logo Copyright © 2017, Oracle and/or its affiliates. All rights reserved. About Oracle Insurance | Contact Us