API Docs / Schemas / SaveMtdOtherReliefsRequest

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
nonDeductibleLoanInterestReliefClaim
payrollGivingReliefClaim
qualifyingDistributionRedemptionOfSharesAndSecuritiesReliefAmount
maintenancePaymentsarray of MaintenancePayment

Maintenance payments to a former spouse or civil partner.

Maintenance payments to a former spouse or civil partner.

postCessationTradeReliefAndCertainOtherLossesarray of PostCessationRelief

Post-cessation trade relief and certain other losses.

Post-cessation trade relief and certain other losses.

annualPaymentsMadeReliefClaim
qualifyingLoanInterestPaymentsarray 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": "..."
    }
  ]
}

Used By Operations