Report Line Employment Allowance
The pay run generated object details the amount of Employment Allowance reclaimed.
Represents an amount reclaimed against the employment allowance. This value is used in EPS transmissions and contributes to the cumulative amount reclaimed.
ReportLineEmploymentAllowance [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"?>
<ReportLineEmploymentAllowance 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-26T00:00:00+00:00</Generated>
<TaxYear>123</TaxYear>
<TaxMonth>123</TaxMonth>
</ReportLineEmploymentAllowance>
{
"ReportLineEmploymentAllowance": {
"Value": "123.99",
"Description": "string",
"Generated": "2021-01-26T00:00:00+00:00",
"TaxYear": "123",
"TaxMonth": "123"
}
}