YearEnd

This model gives you a summary of what will happen when you confirm the closing of one year and the start of the next

Name / Description Type / Format Example
endingYear string "Year2017" "Year2018" "Year2019" "Year2020" "Year2021" "Year2022" "Year2023" "Year2024"
startingYear string "Year2017" "Year2018" "Year2019" "Year2020" "Year2021" "Year2022" "Year2023" "Year2024"
createEpsForFinalSubmission
Whether or not the system will automatically create an EPS to tell HMRC the year has ended.
boolean true
createEpsForEmploymentAllowance
Whether or not the system will automatically create an EPS to tell HMRC you qualify for Employment Allowance.
boolean true
createExb
Whether or not the system will automatically create an EXB to inform HMRC of Expenses and Benefits
boolean true
setEmploymentAllowance
If the Employment Allowance needs to be changed, this indicates the new value
number double 0.0
taxCodeChanges
Details of changes that wil be made to Tax Codes
YearEndTaxCodeChange[] {YearEndTaxCodeChange}
removeWeek1Month1
Employees that will have the Week1Month1 flag removed from their tax code
Item[] {Item}
emailP60
Employees who will be automatically emailed P60s
Item[] {Item}
pushP60
ExternalDataProviderIds to which P60s can be pushed
ExternalDataProviderId[]
emailCisStatement
Subcontractors who will be automatically sent an annual CIS Statement
Item[] {Item}
{
  "endingYear": "Year2017",
  "startingYear": "Year2017",
  "createEpsForFinalSubmission": true,
  "createEpsForEmploymentAllowance": true,
  "createExb": true,
  "setEmploymentAllowance": 0.0,
  "taxCodeChanges": [
    {
      "employee": {
        "id": "string",
        "name": "string",
        "metadata": {},
        "url": "string"
      },
      "currentCode": "string",
      "newCode": "string"
    }
  ],
  "removeWeek1Month1": [
    {
      "id": "string",
      "name": "string",
      "metadata": {},
      "url": "string"
    }
  ],
  "emailP60": [
    {
      "id": "string",
      "name": "string",
      "metadata": {},
      "url": "string"
    }
  ],
  "pushP60": [],
  "emailCisStatement": [
    {
      "id": "string",
      "name": "string",
      "metadata": {},
      "url": "string"
    }
  ]
}
Contained in Models

- none -

Consumed by Operations

- none -

Year End Process Review Year End Changes
Year End Process Apply Year End Changes