EmploymentLumpSums
Properties
| Name | Type | Description |
|---|---|---|
| employerName | string | |
| employerRef | string | |
| taxableLumpSumsAndCertainIncome | LumpSumAmount | |
| benefitFromEmployerFinancedRetirementScheme | RetirementSchemeBenefit | |
| redundancyCompensationPaymentsOverExemption | LumpSumAmount | |
| redundancyCompensationPaymentsUnderExemption | number |
JSON Example
{
"employerName": "string",
"employerRef": "string",
"taxableLumpSumsAndCertainIncome": {
"amount": 0,
"taxPaid": 0,
"taxTakenOffInEmployment": false
},
"benefitFromEmployerFinancedRetirementScheme": {
"amount": 0,
"exemptAmount": 0,
"taxPaid": 0,
"taxTakenOffInEmployment": false
},
"redundancyCompensationPaymentsOverExemption": {
"amount": 0,
"taxPaid": 0,
"taxTakenOffInEmployment": false
}
}