Investment401k

Investment401k class

Investment 401(k) account information class.

public class Investment401k

Constructors

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

Properties

NameDescription
BrokerContactInformation { get; set; }Gets or sets the name of contact person at broker, plus any available contact information, such as phone number.
ContributionInformation { get; set; }Gets or sets the collection of ContributionSecurity.
CurrentVestPercent { get; set; }Gets or sets the estimated percentage of employer contributions vested as of the current date.
DeferPercentAfterTax { get; set; }Gets or sets the percent of employee salary deferred after tax.
DeferPercentPreTax { get; set; }Gets or sets the percent of employee salary deferred before tax.
EmployerContactInformation { get; set; }Gets or sets the name of contact person at employer, plus any available contact information, such as phone number.
EmployerName { get; set; }Gets or sets the name of the employer.
Investment401kSummary { get; set; }Gets or sets the Investment401kSummary.
LoanInfos { get; set; }Gets or sets the collection of LoanInfo.
MatchInfo { get; set; }Gets or sets the MatchInfo.
PlanId { get; set; }Gets or sets the plan number.
PlanJoinDate { get; set; }Gets or sets the date the employee joined the plan.
VestInfos { get; set; }Gets or sets the collection of VestInfo.

See Also