InterestRateCalculation

Oracle Insurance Rules Palette

You are here: Configuration > Valuation > Valuation Business Rules > InterestRateCalculation Rule

 

InterestRateCalculation Rule

The InterestRateCalculation rule supports fixed interest calculation. It supports guaranteed and current interest calculations as well as any number of additive interest rates such as bonus interest rates. The interest calculation may be compounded or simple and there are methods for different interpretations of the year (360, 365, 365 plus leap year determination).  

 

In its simplest implementation, the InterestRateCalculation rule can be used to set static fixed rates for a fixed fund. More complex configurations, such as retrieving interest rates from a rate table can also be configured. Please refer to the XML Configuration Guide under Business Rules | System Rules | InterestRateCalculation .  A prototype sample is also included in this help.   

 

Steps to Configure the InterestRateCalculation Business Rule

  1. Navigate to the Global Rules Explorer.

  2. Expand the Business Rule folder.

  3. Expand the System folder.

  4. Right-click on InterestRateCalculation.

  5. Select New InterestRateCalculation override. The Override Wizard opens. 

  6. In step 1, select Next.

  7. In step 2, select the company, plan and fund where this override will be used.  

  8. Select Finish.

 

Configure the interest calculation logic in the Xml Source Pane of the override of the InterestRateCalculation that was created. Refer to InterestRateCalculation in the V9 XML Configuration Guide under Tools | Help for a complete explanation of XML elements and attributes. 

 

InterestRateCalculation rule in Global Rules Explorer

InterestRateCalculation rule in Global Rules Explorer

 

Example of InterestRateCalculation business rule for a fixed fund:

<InterestRateCalculation>
<InterestType>Compound</InterestType>   
<LeapYearMethod> 
<Method YEAR="Calendar"></Method>  
</LeapYearMethod>   
<InterestPeriod>Begin</InterestPeriod>   
<ValueAsOfPreviousDate>No</ValueAsOfPreviousDate>   
<GuaranteedInterestRate>   
<RateType TYPE="Static">   
<StaticRate>.03</StaticRate>  
<RateAsPercent>No</RateAsPercent>  
</RateType> 
</GuaranteedInterestRate>   
<CurrentInterestRate>   
<RateType TYPE="Static"> 
<StaticRate>.05</StaticRate>  
<RateAsPercent>No</RateAsPercent>  
</RateType> 
</CurrentInterestRate>   
</InterestRateCalculation>

 

Copyright © 2009, 2014, Oracle and/or its affiliates. All rights reserved. Legal Notices