Investment401kBalance
Contents
[
Hide
]
Investment401kBalance class
The class contains an optional cash balance. It also contains the balances of the standard 401(k) sub-accounts.
public class Investment401kBalance
Constructors
Name | Description |
---|---|
Investment401kBalance() | Initializes a new instance of Investment401kBalance class. |
Properties
Name | Description |
---|---|
AfterTax { get; set; } | Gets or sets the current value of all securities purchased with After Tax Employee contributions. |
BalanceList { get; set; } | Gets or sets the collection of Balance . |
CashBalance { get; set; } | Gets or sets the cash balance available for the 401(k) account. |
Match { get; set; } | Gets or sets the current value of all securities purchased with Employer Match contributions. |
OtherNonvest { get; set; } | Gets or sets the current value of all securities purchased with Other (non-vesting) Employer contributions. |
OtherVest { get; set; } | Gets or sets the current value of all securities purchased with Other (vesting) Employer contributions. |
PreTax { get; set; } | Gets or sets the current value of all securities purchased with Before Tax Employee contributions |
ProfitSharing { get; set; } | Gets or sets the Current value of all securities purchased with Employer Profit Sharing contributions |
Rollover { get; set; } | Gets or sets the current value of all securities purchased with Rollover contributions. |
Total { get; set; } | Gets or sets the current value of all securities purchased with all contributions. |
See Also
- namespace Aspose.Finance.Ofx.Investment
- assembly Aspose.Finance