Employment Allowance Reporting Instruction
Allows for tax month specific adjustments to employment allowance reporting.
EmploymentAllowanceReportingInstruction [Schema]
Name | Type | Required | Description |
---|
Interits from: ReportingInstruction[Schema]
Name | Type | Required | Description |
---|---|---|---|
TaxMonth | TaxMonth | yes | |
Value | Money | yes |
Interits from: ReportingInstructionBase [Schema]
Name | Type | Required | Description" |
---|---|---|---|
StartDate | xsd:date | yes | |
EndDate | xsd:date | no | |
TaxYear | TaxYear | yes |
Example
<?xml version="1.0"?>
<EmploymentAllowanceReportingInstruction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<StartDate>2021-03-03</StartDate>
<EndDate>2021-03-03</EndDate>
<TaxYear>123</TaxYear>
<TaxMonth>123</TaxMonth>
<Value>123.99</Value>
</EmploymentAllowanceReportingInstruction>
{
"EmploymentAllowanceReportingInstruction": {
"StartDate": "2021-03-03",
"EndDate": "2021-03-03",
"TaxYear": "123",
"TaxMonth": "123",
"Value": "123.99"
}
}