Workday · Schema
Compensation
Represents compensation data for a worker in Workday, including salary plans, allowance plans, bonus plans, and total compensation details.
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The Workday ID of the compensation record. |
| descriptor | string | A display descriptor for the compensation record. |
| worker | object | The worker this compensation belongs to. |
| effectiveDate | string | The effective date of the compensation. |
| compensationPlans | array | The compensation plans assigned to the worker. |
| totalBasePayAmount | number | The total base pay amount across all salary plans. |
| totalBasePayAnnualizedAmount | number | The annualized total base pay amount. |
| totalSalaryAndAllowancesAmount | number | Total salary and allowances combined. |
| primaryCompensationBasis | number | The primary compensation basis amount. |
| currency | object | The currency for compensation amounts. |
| frequency | object | The pay frequency (e.g., Annual, Monthly, Bi-Weekly, Weekly). |
| compensationGrade | object | The compensation grade. |
| compensationGradeProfile | object | The compensation grade profile. |
| compensationStep | object | The compensation step within the grade. |
| compaRatio | number | The compa-ratio (current pay relative to midpoint of compensation range). |
| rangePosition | number | The range position (where in the pay range the worker falls). |
| payRateType | object | The pay rate type (e.g., Salary, Hourly). |
| href | string | A link to the full compensation resource. |