Worker Group effective

Synopsis The date range during which the worker group was available and had the contribution amounts specified.
Where used

/accounts/{accountId} response

A single Worker Group id can have different employee and employer contributions over time. This is represented as multiple worker groups that share the same worker group id and have non-overlapping effective periods, as described by the start and end properties in this field.

The start date is inclusive: that is, this worker group is effective on the start date and all days following it. If the start date is absent or null, this worker group is effective on all dates preceding the end date.

The end date is also inclusive: that is, this worker group is effective on the end date and all days preceding it. If the end date is absent or null this indicates that the worker group currently has no defined end and is effective on all dates following the start date, though this may change in the future.

If effective is absent or null this indicates that the worker group is currently effective on all dates.

Data type

Date Range: an object with 'start' and 'end' properties.

Constraints/format

'start' and 'end': optional ISO8601-formatted date string

Example

...
"effective": {
"start": "2014-01-01",
"end": "2014-12-31"
},
...

See also

workerGroupId

workerGroups