MatchInfo class

MatchInfo class

This class contains employer match information.

The MatchInfo type exposes the following members:

Constructors

ConstructorDescription
MatchInfo()Initializes a new instance of MatchInfo class.

Properties

PropertyDescription
match_percentGets or sets the percent of employee contribution matched.
max_match_amountGets or sets the maximum employer contribution amount in any year.
max_match_percentGets or sets the current maximum employer contribution percentage.
start_of_yearGets or sets the specifies when the employer contribution max is reset. Some
plans have a maximum based on the company fiscal year rather
than calendar year.Assume calendar year if omitted.Only the
month and day (MMDD) are used; year(YYYY) and time are ignored.
base_match_amountGets or sets the fixed dollar amount contributed by the employer if the employee participates in the plan at all.
base_match_percentGets or sets the fixed percent of employee salary matched if the employee participates in the plan at all.

See Also