Investment401k class

Investment401k class

Investment 401(k) account information class.

The Investment401k type exposes the following members:

Constructors

Constructor Description
Investment401k() Initializes a new instance of Investment401k class.

Properties

Property Description
employer_name Gets or sets the name of the employer.
plan_id Gets or sets the plan number.
plan_join_date Gets or sets the date the employee joined the plan.
employer_contact_information Gets or sets the name of contact person at employer, plus any available contact information, such as phone number.
broker_contact_information Gets or sets the name of contact person at broker, plus any available contact information, such as phone number.
defer_percent_pre_tax Gets or sets the percent of employee salary deferred before tax.
defer_percent_after_tax Gets or sets the percent of employee salary deferred after tax.
match_info Gets or sets the Investment401k.match_info.
contribution_information Gets or sets the collection of ContributionSecurity.
current_vest_percent Gets or sets the estimated percentage of employer contributions vested as of the current date.
vest_infos Gets or sets the collection of VestInfo.
loan_infos Gets or sets the collection of LoanInfo.
investment_401k_summary Gets or sets the Investment401k.investment_401k_summary.

See Also