API Docs / Schemas / MtdUkDividendsDto

MtdUkDividendsDto

The plain UK dividends HMRC hold for a client and tax year — dividends from UK companies and
other UK sources such as authorised unit trusts. The pair is saved and cleared together.

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
ukDividendsUkDividendsIncome

JSON Example

{
  "clientCode": "string",
  "taxYear": "string",
  "isHeld": false,
  "lastAction": {
    "kind": "string",
    "action": "string",
    "reference": "string",
    "taxYear": "string",
    "performedByUserCode": "string"
  },
  "ukDividends": {
    "ukDividends": 0,
    "otherUkDividends": 0
  }
}

Contained in Schemas