get_accumulator_balances
Retrieve cumulative balances like year-to-date earnings, taxes, and pension contributions for an employee using employee ID and optional filters.
Instructions
Get accumulator balances (YTD, MTD, etc.) for an employee.
Accumulators track cumulative values like:
- Year-to-date earnings
- Year-to-date taxes
- Lifetime pension contributions
- Month-to-date hours worked
:param employee_id: The employee ID (EMPLID)
:param accum_type: Optional filter by accumulator type (e.g., 'YTD', 'MTD', 'QTD')
:param calendar_run: Optional calendar run ID. If not provided, returns latest.
:return: Accumulator balances
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accum_type | No | ||
| employee_id | Yes | ||
| calendar_run | No |