MatchInfo

MatchInfo class

This class contains employer match information.

public class MatchInfo

Constructors

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

Properties

NameDescription
BaseMatchAmount { get; set; }Gets or sets the fixed dollar amount contributed by the employer if the employee participates in the plan at all.
BaseMatchPercent { get; set; }Gets or sets the fixed percent of employee salary matched if the employee participates in the plan at all.
MatchPercent { get; set; }Gets or sets the percent of employee contribution matched.
MaxMatchAmount { get; set; }Gets or sets the maximum employer contribution amount in any year.
MaxMatchPercent { get; set; }Gets or sets the current maximum employer contribution percentage.
StartOfYear { get; set; }Gets 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.

See Also