NetWithdrawal
The NetWithdrawal Assignment type, located in the transaction XML,is used to remove money from funds. The Assignment parameters specify details of fees that may accompany the withdrawal.
Type = Withdrawal | ||
---|---|---|
Allocations needed? |
Yes |
|
Attributes |
MONEYTYPE |
Money type to assign to the principal withdrawal amount. |
POLICYFREEAMOUNT |
Policy Amount in base currency |
|
REDEMPTIONFEE | Indicates if a redemption fee is applied (Yes/No). Math variables are also supported. | |
REDEMPTIONMONEYTYPE | Indicates a value from the AsCodeMoneyType table. | |
REMOVALMETHOD |
[Gross, Net] literal values only. Default is Gross. |
|
IF |
Conditional expression that, if true, will allow the assignment to execute. |
|
Element Value |
none |
|
Note: This assignment does not support the MoneyType element. Requires MathStatement element with FindNextExchangeDatePricing or FindLastExchangeDatePricing function. |
||
Used when |
To remove money... |
|
Examples |
Withdrawal |
XML Example
<Assignment TYPE="NetWithdrawal" REDEMPTIONFEE="Yes" REDEMPTIONMONEYTYPE="71"> </Assignment>