API Docs / Schemas / MtdOtherReliefsDto

MtdOtherReliefsDto

The other reliefs HMRC hold for a client and tax year: non-deductible loan interest, payroll
giving, qualifying distributions, maintenance payments, post-cessation trade relief, annual
payments and qualifying loan interest.

Properties

Name Type Description
clientCodestring

The Sodium client the values belong to, stamped by the API on the way out.

The Sodium client the values belong to, stamped by the API on the way out.

taxYearstring

The tax year, in HMRC's format, e.g. 2025-26.

The tax year, in HMRC's format, e.g. 2025-26.

isHeldboolean

Whether HMRC hold anything for this resource and tax year.

Whether HMRC hold anything for this resource and tax year.

lastActionMtdSubmissionStampDto
otherOtherReliefs

JSON Example

{
  "clientCode": "string",
  "taxYear": "string",
  "isHeld": false,
  "lastAction": {
    "kind": "string",
    "action": "string",
    "reference": "string",
    "taxYear": "string",
    "performedByUserCode": "string"
  },
  "other": {
    "submittedOn": "2024-01-01T00:00:00Z",
    "nonDeductibleLoanInterest": "...",
    "payrollGiving": "...",
    "qualifyingDistributionRedemptionOfSharesAndSecurities": "...",
    "maintenancePayments": [
      "..."
    ]
  }
}

Contained in Schemas