SaveMtdOtherReliefsRequest
Saves the year's other reliefs at HMRC — a full replacement, so every entry that should survive
must be in the request.
Properties
| Name | Type | Description |
|---|---|---|
| nonDeductibleLoanInterest | ReliefClaim | |
| payrollGiving | ReliefClaim | |
| qualifyingDistributionRedemptionOfSharesAndSecurities | ReliefAmount | |
| maintenancePayments | array of MaintenancePayment | Maintenance payments to a former spouse or civil partner. |
Maintenance payments to a former spouse or civil partner. | ||
| postCessationTradeReliefAndCertainOtherLosses | array of PostCessationRelief | Post-cessation trade relief and certain other losses. |
Post-cessation trade relief and certain other losses. | ||
| annualPaymentsMade | ReliefClaim | |
| qualifyingLoanInterestPayments | array of QualifyingLoanInterest | Qualifying loan interest payments. |
Qualifying loan interest payments. | ||
JSON Example
{
"nonDeductibleLoanInterest": {
"customerReference": "string",
"reliefClaimed": 0
},
"payrollGiving": {
"customerReference": "string",
"reliefClaimed": 0
},
"qualifyingDistributionRedemptionOfSharesAndSecurities": {
"customerReference": "string",
"amount": 0
},
"maintenancePayments": [
{
"customerReference": "...",
"exSpouseName": "...",
"exSpouseDateOfBirth": "...",
"amount": "..."
}
],
"postCessationTradeReliefAndCertainOtherLosses": [
{
"customerReference": "...",
"businessName": "...",
"dateBusinessCeased": "...",
"natureOfTrade": "...",
"incomeSource": "..."
}
]
}