OtherReliefs
Properties
| Name | Type | Description |
|---|---|---|
| submittedOn | string | |
| nonDeductibleLoanInterest | ReliefClaim | |
| payrollGiving | ReliefClaim | |
| qualifyingDistributionRedemptionOfSharesAndSecurities | ReliefAmount | |
| maintenancePayments | array of MaintenancePayment | |
| postCessationTradeReliefAndCertainOtherLosses | array of PostCessationRelief | |
| annualPaymentsMade | ReliefClaim | |
| qualifyingLoanInterestPayments | array of QualifyingLoanInterest |
JSON Example
{
"submittedOn": "2024-01-01T00:00:00Z",
"nonDeductibleLoanInterest": {
"customerReference": "string",
"reliefClaimed": 0
},
"payrollGiving": {
"customerReference": "string",
"reliefClaimed": 0
},
"qualifyingDistributionRedemptionOfSharesAndSecurities": {
"customerReference": "string",
"amount": 0
},
"maintenancePayments": [
{
"customerReference": "...",
"exSpouseName": "...",
"exSpouseDateOfBirth": "...",
"amount": "..."
}
]
}