Worker Group employeeContributionPercent

Synopsis The percentage of the relevant part of the employee's earnings contributed by each employee to their pension in each pay reference period.
Where used

/accounts/{accountId} response, for each Worker Group

This field is one of four that indicate how pension contributions are calculated for employees within a Worker Group. If this field has a non-zero value, the employee’s and employer’s pension contributions are calculated as a percentage, not a fixed amount of earnings. The worker group contribution basis must be the same for employee and employer contributions.

When contributions are a fixed amount of earnings this field will be zero.

Data type

double

Constraints/format

A numeric value between 0 and 100, inclusive.

Example

For contributions as a percentage of earnings:
...
"employeeContributionAmount": 0,
"employeeContributionPercent": 0.8,
"employerContributionAmount": 0,
"employerContributionPercent": 1.0
...

See also

earningsBasis

taxBasis

Worker Group employeeContributionAmount

Worker Group employerContributionAmount

Worker Group employerContributionPercent