Name / Description | Type / Format | Example | |
---|---|---|---|
spineName
Name of the Pay Spine
|
string
|
"string"
|
|
fullTimeHours
Maximum Full Time Hours on this Pay Spine
|
number
double
|
0.0
|
|
fullTimeWeeks
Maximum Full Time Weeks on this Pay Spine
|
number
double
|
0.0
|
|
salaryFormula
Formula used to derive annual salary
|
string
|
"string"
|
|
hourlyDivisor
Hours used to determine Hourly Rate
|
number
double
|
0.0
|
|
hourlyDecimals
Number of decimal places to calculate Hourly Rates
|
integer
int32
|
0
|
|
dailyDivisor
Days used to determine Full time Daily Rate
|
number
double
|
0.0
|
|
dailyDecimals
Number of decimal places to calculate Daily Rates
|
integer
int32
|
0
|
|
annualDecimals
Number of decimal places to calculate Annual Salaries
|
integer
int32
|
0
|
|
annualRoundingRule
|
string
|
"RoundOff"
"Exact"
"RoundUp"
"RoundDown"
|
|
incrementRule
|
string
|
"Manual"
"Annual"
"April"
"April6m"
|
|
requiresLondonAllowance
Requires LA column to be completed on the spine
|
boolean
|
true
|
|
gradeEffectiveDate
Effective date for applicable grades
|
string
date
|
"2024-11-21"
|
|
pointEffectiveDate
Effective date for applicable spinal points
|
string
date
|
"2024-11-21"
|
|
employee
|
Item
|
{Item}
|
|
payrollCode
|
string
|
"string"
|
|
department
|
string
|
"string"
|
{
"spineName": "string",
"fullTimeHours": 0.0,
"fullTimeWeeks": 0.0,
"salaryFormula": "string",
"hourlyDivisor": 0.0,
"hourlyDecimals": 0,
"dailyDivisor": 0.0,
"dailyDecimals": 0,
"annualDecimals": 0,
"annualRoundingRule": "RoundOff",
"incrementRule": "Manual",
"requiresLondonAllowance": true,
"gradeEffectiveDate": "2024-11-21",
"pointEffectiveDate": "2024-11-21",
"employee": {
"id": "string",
"name": "string",
"metadata": {},
"url": "string"
},
"payrollCode": "string",
"department": "string"
}