Earnings

Earnings class

401(k) earnings class. This is the market value change. It includes dividends/interest, and capital gains - realized and unrealized.

public class Earnings

Constructors

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

Properties

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

See Also