LeaveNotionalPayDetails

Name / Description Type / Format Example
leaveId string uuid "string"
notionalPayPeriodBreakdowns
Breakdown of notional pay details by percent of pay bands
Every leave has entries representing a continuous period of leave with the same percent of pay
NotionalPayPeriodBreakdown[] {NotionalPayPeriodBreakdown}
payableOccupationalLeavesCount integer int32 0
occupationalPay number double 0.0
ospDaysToBeExcludedForNotionalPay number double 0.0
occupationalPayWithLessThanHalfPay number double 0.0
notionalPay number double 0.0
{
  "leaveId": "string",
  "notionalPayPeriodBreakdowns": [
    {
      "leaveId": "string",
      "from": "2025-11-13",
      "to": "2025-11-13",
      "percentOfPay": 0.0,
      "notionalPay": 0.0,
      "occupationalPayWithLessThanHalfPay": 0.0,
      "daysExcluded": 0,
      "percentOfPayBand": "HundredPercent"
    }
  ],
  "payableOccupationalLeavesCount": 0,
  "occupationalPay": 0.0,
  "ospDaysToBeExcludedForNotionalPay": 0.0,
  "occupationalPayWithLessThanHalfPay": 0.0,
  "notionalPay": 0.0
}
Contained in Models
PensionSummary
Consumed by Operations

- none -

Returned by Operations

- none -