Investment401kBalance

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

NameDescription
Investment401kBalance()Initializes a new instance of Investment401kBalance class.

Properties

NameDescription
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