Report Line Apprenticeship Levy
This pay run generated object details apprenticeship levy deductions.
Represents an amount due in relation to the Apprenticeship Levy. This value is used in EPS transmissions.
ReportLineApprenticeshipLevy [Schema]
Name | Type | Required | Description |
---|
Interits from: ReportLine[Schema]
Name | Type | Required | Description |
---|---|---|---|
Value | Money | yes | The monetary value of the reporting line. Maybe positive or negative. |
Description | xsd:string ( max: 100) | yes | The description of the report line. |
Generated | xsd:dateTime | yes | The date and time the report line was generated. |
TaxYear | xsd:integer | yes | The relevant tax year for the report line. |
TaxMonth | xsd:integer | yes | The relevant tax month for the report line. Tax months follow the monthly tax periods. Period 1 = April 6th to May 5th. |
Example
<?xml version="1.0"?>
<ReportLineApprenticeshipLevy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Value>123.99</Value>
<Description>string</Description>
<Generated>2021-01-14T00:00:00+00:00</Generated>
<TaxYear>123</TaxYear>
<TaxMonth>123</TaxMonth>
</ReportLineApprenticeshipLevy>
{
"ReportLineApprenticeshipLevy": {
"Value": "123.99",
"Description": "string",
"Generated": "2021-01-14T00:00:00+00:00",
"TaxYear": "123",
"TaxMonth": "123"
}
}