Ability to Retrieve Interest Rate

This feature allows for the storage and retrieval of the interest rate for display and use in calculations:

Prerequisites

Fixed Fund fund type (01) that utilizes InterestRateCalculation business rules.

New Items

Changes to Existing Items

Configuration Details

PolicyValues- Dynamic Prototype Plan

<MathVariable VARIABLENAME="FundGUIDMV" TYPE="SQL" DATATYPE="Text">SELECT FundGUID FROM AsFund WHERE FundName='Dynamic Calc Fund 1'</MathVariable>
<MathVariable VARIABLENAME="InterestRate" TYPE="FIELD" DATATYPE="DECIMAL">Valuation:Fund:FundGUIDMV:CurrentInterestRate</MathVariable>

ValuesScreen - Dynamic Prototype Plan

<Field>
<Name>InterestRate</Name>
<Display>Interest Rate</Display>
<DataType>Decimal</DataType>
<Disabled>Yes</Disabled>
</Field>

StoreFundValuationInterestRates - Dynamic Prototype Plan

<StoreFundValuationInterestRates>
<FundType TYPECODE="01"></FundType>
</StoreFundValuationInterestRates>
     
Copyright © 2017, Oracle and/or its affiliates. All rights reserved. About Oracle Insurance | Contact Us