MatchInfo class
MatchInfo class
This class contains employer match information.
The MatchInfo type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| MatchInfo() | Initializes a new instance of MatchInfo class. |
Properties
| Property | Description |
|---|---|
| match_percent | Gets or sets the percent of employee contribution matched. |
| max_match_amount | Gets or sets the maximum employer contribution amount in any year. |
| max_match_percent | Gets or sets the current maximum employer contribution percentage. |
| start_of_year | 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. |
| base_match_amount | Gets or sets the fixed dollar amount contributed by the employer if the employee participates in the plan at all. |
| base_match_percent | Gets or sets the fixed percent of employee salary matched if the employee participates in the plan at all. |