Oracle® Insurance Rules Palette Release 9.3.1.0 E21044_01
If a plan uses funds, then
the funds must be set-up and associated to the plan. This
must be done prior to setting-up allocation structures, transactions or
business rules that use the funds. Funds are created
at the plan level.
Currently OIPA supports the following types of funds. Fund types are listed in AsCode>AsCodeFundTypes.
TypeCode Fund Type
02 Variable Fund
01 Fixed
05 Non-Invest
10 Unit linked funds
The type of fund is important since the valuation calculation is based on the type of fund. For example, if the fund is variable, then the current unit position is multiplied by the current unit price to establish a fund’s value.
Note: Funds are now available for configuration in allocations for transaction and business rule processing.

Configure the FundScreen business rule.
Set-up Fund screen options.
Enter fund information.
Before entering funds you need to configure the FundScreen business rule. This rule allows you to configure fields that can be used when entering funds. The fields configured are used when entering fund information and store custom information need by the business in the AsFundField table.
Steps to Review FundScreen Business Rule Configuration
Navigate to the Global Rules Explorer.
Expand the Business Rules folder.
Expand the Screen folder.
Open the FundScreen folder.
Either create an override or use the global rule.
Right-click on the FundScreen.xml file and select Check-out.

FundScreen Business Rule in Main Explorer
Select the XML Source pane.
Configure <Field> elements for each field required. Please see the XML Configuration Guide topic in this help system for a list of all elements, attributes and values needed for configuration. View Common Elements | Field Elements.
Right-click on the FundScreen.xml file and select Check-In.

Fund Details from Funds Node in Main Explorer
When entering funds you will enter information via a wizard. The fields are described below, along with an explanation of which fields can be updated and where updates are made.

New Fund Wizard
Company: Cannot update this field. It is auto populated by the system.
Plan: Cannot update this field. It is auto populated by the system.
Fund Name: The name of the fund being entered.
Fund Type: Populated by AsCodeFundType. You can edit these options through the Code editor in the Admin Explorer.
Effective Date: The date when the fund is effective and available for investors.
Fund Status: Populated by AsCodeFundStatus. You can edit these options through the Code editor in the Admin Explorer.
Removal Precedence: Optional integer field. Tells the order in which funds should be removed. A value of zero (0) will not allow the fund to have its value removed.
Currency Code: Populated with options specified in AsCurrency table. You can edit these options from the Currency editor in the Admin Explorer.
Removal Method: Populated by AsCodeFundRemoval. You can edit these options from the Code editor in the Admin Explorer.
Currency Code: Populated by AsCurrency. You can edit these options from the Currency editor in the Admin Explorer.
Calendar Code: Populated by AsCodePriceOffset. You can edit these options from the AsCode editor in the Admin Explorer. Scroll down to AsCodeCalendar and check out the XML file to make updates.
Fund Calendar Override: Select whether to override the Calendar associated with the fund. If Yes, enter the Fund Offset Days.
Fund Offset Days: Enter the number of days to use for the offset of the fund calendar.
Deposit Level Tracking: Set whether to track deposits or not. This setting is for plans using point-in-time valuation. A value of Y will track this fund at the deposit level.
Navigate to the Main Explorer.
Expand the appropriate Company folder.
Expand the Plans folder that the funds are to be associated with.
Right-click on the Funds folder and select Add New Fund. The New Fund Wizard will appear.

Fund Right-Click Menu
in Main Explorer
Enter the fund information.
Select Finish. If the Finish button is not enabled, you may be missing required fund information. When complete, the Fund Detail pane opens for the new fund.
Enter any additional information at the bottom of the Fund Detail pane.
Note: A child fund node will appear below the new fund. You can only generate child funds if the fund type has been specified in the <Fund Type> tag of the ChildFundScreen business rule.

New Fund with Fund Details Displayed in Configuration Area