Allocation Element
The Allocation element allows configuration development to specify settings for allocations that move money into funds.
This is used in conjunction with <Allocation> and for a transfer allocation. The <Allocation> element defines the funds and characteristics available to the transfer's targets and <AllocationFrom> element defines the funds and characteristics available to the transfer's sources.
Note: The functionality of this element is replaced by the TransactionAllocationScreen attached rule and configuration should migrate toward using the new rule.
Element/Tag | Parent Element | Attributes | Definition |
---|---|---|---|
<Allocation> |
<Transaction>
|
|
Optional Element: This element should be used when there must be different configuration for the 'From' and 'To' funds. The functionality of this element is replaced by the TransactionAllocationScreen attached rule and configuration should migrate toward using the new rule. Values:
|
<Allocation>
|
ALLOCATIONTYPES |
Required Element: This attribute identifies, in a comma delimited list, allocation methods that the user can choose from. Values:
|
|
ALLOWMIXEDMETHODS |
Optional Elements: This attribute indicates when mixed allocation methods are allowed. Normally, all funds in an allocation apply a single allocation method chosen by the user. When mixed methods are allowed, an allocation may apply a different allocation method per fund. Values:
|
||
EXCLUDEFUNDFIELD |
Optional Element: This attribute provides a fund's dynamic field name that is used in combination with EXCLUDEFUNDFIELDVALUE. Together the attributes represent a filter that excludes funds with matching field name and value. Values:
|
||
EXCLUDEFUNDFIELDVALUE |
Optional Element: This attribute provides a fund's dynamic field value that is used in combination with EXCLUDEFUNDFIELD. Together the attributes represent a filter that excludes funds with matching field name and value. Values:
|
||
EXCLUDEFUNDNAME |
Optional Element This attribute provides a list of fund names that will not populate the fund drop down list. This is a comma delimited list. Values:
|
||
EXCLUDEFUNDSTATUS |
Optional Element This attribute provides a list of fund statuses so that funds with one of the status values will not populate the fund drop down list. This is a comma delimited list of status codes from AsCodeFundStatus. Values:
|
||
EXCLUDEFUNDSTATUSERROR |
Optional Element: Values:
|
||
EXCLUDETYPE |
Optional Element: This attribute provides a list of fund types that will be excluded from the fund drop down list. This is a comma delimited list from AsCodeFundType. Values:
|
||
FUNDLIMIT |
Optional Element: The element provides a maximum limit on the number of funds that can be allocated. When the element is not configured, there is no maximum. Values:
|
||
INCLUDEFUNDFIELD |
Optional Element: This attribute provides a fund's dynamic field name that is used in combination with INCLUDEFUNDFIELDVALUE. Together the attributes represent a filter that includes funds with matching field name and value. Values:
|
||
INCLUDEFUNDFIELDVALUE |
Optional Element: This attribute provides a fund's dynamic field value that is used in combination with INCLUDEFUNDFIELD. Together the attributes represent a filter that includes funds with matching field name and value. Values:
|
||
MIXEDALLOCATIONTYPES |
Optional Element: This attribute provides a comma delimited list of the allocation methods available for the individual funds when the allocation is allowed mixed allocation methods to be entered. The ALLOWMIXEDMETHODS attribute must be "Yes". Values:
|
||
SHOWVALUATION |
Optional Element: This attribute allows fund valuation to be displayed and may indicate that the funds available for user choice in the funds' drop down list is limited to non-zero cash values. Values:
|
XML Schema
<Allocation ALLOCATIONTYPES="[[Percent | Amount | PercentOfFund | Units],...]" ALLOWMIXEDMETHODS="[No | Yes]" EXCLUDEFUNDFIELD="[literal]" EXCLUDEFUNDFIELDVALUE="[literal]" EXCLUDEFUNDNAME="[[list fund name],...]" EXCLUEDFUNDSTATUS="[[list fund status],...]" EXCLUDEFUNDSTATUSERROR="[No | Yes]" EXCULDETYPE="[[list fund types],...]" FUNDLIMIT="[integer]" INCLUDEFUNDFIELD="[field name]" INCLUDEFUNDFIELDVALUE="[literal]" MIXEDALLOCATIONTYPES="[[Mixed | Percent | Amount | Units],...]" SHOWVALUATION="[No | Yes]">[Yes | No]</Allocation>
XML Example
<Allocation EXCLUDETYPE="01,02,05" EXCLUDEFUNDNAME="Suspense,AIMFund">Yes</Allocation>
<Allocation ALLOWMIXEDMETHODS="Yes" FUNDLIMIT="18"></Allocation>
<Allocation EXCLUDEFUNDSTATUS="01,02,03"></Allocation>