Opening Balance Reporting Instruction
OpeningBalanceReportingInstruction [Schema]
Name | Type | Required | Description |
---|---|---|---|
EmploymentAllowanceClaimed | Money | yes | The amount of employment allowance claimed. |
Tax | Money | yes | The amount of income tax due to date. |
StudentLoan | Money | yes | The amount of student loan due to date. |
PostGraduateLoan | Money | yes | The amount of post graduate loan due to date. |
EmployerNI | Money | yes | The amount of employers national insurance due to date. |
EmployeeNI | Money | yes | The amount of employees national insurance due to date. |
EmployerRealTimeNicClass1A | Money | yes | The amount of real time employers class 1A national insurance due to date. |
SmpRecovered | Money | yes | The amount of SMP recovered to date. |
SmpComp | Money | yes | The amount of SMP compensation claimed due to date. |
SppRecovered | Money | yes | The amount of SPP recovered to date. |
SppComp | Money | yes | The amount of SPP compensation claimed to date. |
ShppRecovered | Money | yes | The amount of ShPP recovered to date. |
ShppComp | Money | yes | The amount of ShPP compensation claimed to date. |
SapRecovered | Money | yes | The amount of SAP recovered to date. |
SapComp | Money | yes | The amount of SAP compensation claimed to date. |
SpbpRecovered | Money | yes | The amount of SPBP recovered to date. |
SpbpComp | Money | yes | The amount of SPBP compensation claimed to date. |
AmountPaid | Money | yes | The amount HMRC payments to date. |
Interits from: ReportingInstructionBase[Schema]
Name | Type | Required | Description |
---|---|---|---|
StartDate | xsd:date | yes | |
EndDate | xsd:date | no | |
TaxYear | TaxYear | yes |
Example
<?xml version="1.0"?>
<OpeningBalanceReportingInstruction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<StartDate>2022-05-18</StartDate>
<EndDate>2022-05-18</EndDate>
<TaxYear>123</TaxYear>
<EmploymentAllowanceClaimed>123.99</EmploymentAllowanceClaimed>
<Tax>123.99</Tax>
<StudentLoan>123.99</StudentLoan>
<PostGraduateLoan>123.99</PostGraduateLoan>
<EmployerNI>123.99</EmployerNI>
<EmployeeNI>123.99</EmployeeNI>
<EmployerRealTimeNicClass1A>123.99</EmployerRealTimeNicClass1A>
<SmpRecovered>123.99</SmpRecovered>
<SmpComp>123.99</SmpComp>
<SppRecovered>123.99</SppRecovered>
<SppComp>123.99</SppComp>
<ShppRecovered>123.99</ShppRecovered>
<ShppComp>123.99</ShppComp>
<SapRecovered>123.99</SapRecovered>
<SapComp>123.99</SapComp>
<SpbpRecovered>123.99</SpbpRecovered>
<SpbpComp>123.99</SpbpComp>
<AmountPaid>123.99</AmountPaid>
</OpeningBalanceReportingInstruction>
{
"OpeningBalanceReportingInstruction": {
"StartDate": "2022-05-18",
"EndDate": "2022-05-18",
"TaxYear": "123",
"EmploymentAllowanceClaimed": "123.99",
"Tax": "123.99",
"StudentLoan": "123.99",
"PostGraduateLoan": "123.99",
"EmployerNI": "123.99",
"EmployeeNI": "123.99",
"EmployerRealTimeNicClass1A": "123.99",
"SmpRecovered": "123.99",
"SmpComp": "123.99",
"SppRecovered": "123.99",
"SppComp": "123.99",
"ShppRecovered": "123.99",
"ShppComp": "123.99",
"SapRecovered": "123.99",
"SapComp": "123.99",
"SpbpRecovered": "123.99",
"SpbpComp": "123.99",
"AmountPaid": "123.99"
}
}