Workday Advanced Compensation · Example Payload

Workday Advanced Compensation Stock Plan Example

Workday Advanced Compensation Stock Plan Example is an example object payload from Workday Advanced Compensation, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamecompensationPlanIdeffectiveDateawardTypevestingSchedulecurrencystatus

Example Payload

Raw ↑
{
  "id": "SP-RSU-2026",
  "name": "2026 RSU Grant Plan",
  "compensationPlanId": "CP-003",
  "effectiveDate": "2026-01-01",
  "awardType": "RSU",
  "vestingSchedule": "4-year quarterly vesting with 1-year cliff",
  "currency": "USD",
  "status": "ACTIVE"
}