Withdrawals

Withdrawals class

401(k) withdrawals class, this includes loan withdrawals.

public class Withdrawals

Constructors

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

Properties

NameDescription
AfterTax { get; set; }Gets or sets the after tax withdrawals.
Match { get; set; }Gets or sets the employer matching withdrawals.
OtherNonvest { get; set; }Gets or sets the other non-vesting withdrawals.
OtherVest { get; set; }Gets or sets the other vesting withdrawals.
PreTax { get; set; }Gets or sets the pretax withdrawals.
ProfitSharing { get; set; }Gets or sets the profit sharing withdrawals.
Rollover { get; set; }Gets or sets the rollover withdrawals.
Total { get; set; }Gets or sets the sum of withdrawals from all fund sources.

See Also