Name / Description | Type / Format | Example | |
---|---|---|---|
pensionRule
|
string
|
"ReliefAtSource"
"SalarySacrifice"
"NetPayArrangement"
|
|
payCodes
The list of pay codes associated with this pension rule.
|
string[]
|
|
|
amount
The amount associated with this pension entry.
|
number
double
|
0.0
|
|
pensionableEarnings
The total pensionable earnings relevant to this pension rule.
|
number
double
|
0.0
|
|
employeePensionContribution
The contribution amount made by the employee towards the pension.
|
number
double
|
0.0
|
|
employerPensionContribution
The contribution amount made by the employer towards the pension.
|
number
double
|
0.0
|
{
"pensionRule": "ReliefAtSource",
"payCodes": [
"string"
],
"amount": 0.0,
"pensionableEarnings": 0.0,
"employeePensionContribution": 0.0,
"employerPensionContribution": 0.0
}
- none -
- none -