Contributions

Contributions class

401(k) contribution class, this includes loan payments.

public class Contributions

Constructors

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

Properties

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

See Also