FundCategoryOrder
The FundCategoryOrder system rule provides definition that turns on the fund categorization feature and provides the order that the categories will display on the Policy Values screen and the Valuation tab of processed activities. When this feature is turned off, Funds are presented on the screens without categorization in an order defined by the AssignmentProcessing rule. When this feature is turned on, categories are presented in an order defined by this rule and the Funds within each category are presented as defined by the AssignmentProcessing rule.
Any Fund not defined under a category will be presented as Uncategorized. If this rule does not define a category presentation order, the categories are displayed in alphabetical order by their category labels. This rule has a context of Plan and Primary Company.
The Fund Categorization feature allows funds to be categorized under specific topics which are also configurable. Categorization is suitable for multiple uses such as taxable and non-taxable funds, variable and non-variable funds or another organization that the customer wants. Categorization codes are defined under the AsCodePlanFundCategory code table.
Note: The rule is in a plan context so it can have definitions at the Global, Sub company, Product hierarchy and Plan. To accommodate GroupCustomers, the definition can be Global and Primary Company.
| Elements | Attributes | Parent Element | Description | Element/Attribute Value |
|---|---|---|---|---|
|
<FundCategoryOrder> |
|
Required: This is the opening element and matches the name of the business rule. |
||
| <CategoryOrderToggle> | <FundCategoryOrder> |
Required: This tag dictates the execution of the rule. |
Values:
|
|
| <CategoryOrder> | <FundCategoryOrder> |
Required: This tag dictates the presentation order of the category of the funds. The element must contain a comma-delimited list of code values from AsCodePlanFundCategory. A user specifies code values code values in the order in which the user wishes the fund categories to be displayed. The short description corresponding to the codes from AsCodePlanFundCategory will be the label of the fund category. |
Values:
|
XML Schema
<FundCategoryOrder>
<CategoryOrderToggle>[on | off]</CategoryOrderToggle>
<CategoryOrder>[code value list]</CategoryOrder>
</FundCategoryOrder>
XML Example
<FundCategoryOrder>
<CategoryOrderToggle>on</CategoryOrderToggle>
<CategoryOrder>01,02</CategoryOrder>
</FundCategoryOrder>