Pension Payment Reporting Instruction
PensionPaymentReportingInstruction [Schema]
Name | Type | Required | Description |
---|---|---|---|
Pension | Link | yes | The pension scheme link. Provides a link to the pension scheme relating to the specified payment. |
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"?>
<PensionPaymentReportingInstruction 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>
<TaxMonth>123</TaxMonth>
<Value>123.99</Value>
<Pension title="string" href="string" rel="string" />
</PensionPaymentReportingInstruction>
{
"PensionPaymentReportingInstruction": {
"StartDate": "2022-05-18",
"EndDate": "2022-05-18",
"TaxYear": "123",
"TaxMonth": "123",
"Value": "123.99",
"Pension": {
"@title": "string",
"@href": "string",
"@rel": "string"
}
}
}