API Docs / Schemas / MtdDirectorshipDividendDto

MtdDirectorshipDividendDto

The additional directorship and dividend information HMRC hold against one of the client's
employments. HMRC require this from 2025-26 where the client is a director of a close company,
which is why it hangs off an employment rather than the tax year alone.

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
employmentIdstring

HMRC's identifier for the employment the directorship belongs to.

HMRC's identifier for the employment the directorship belongs to.

directorshipDirectorshipDividend

JSON Example

{
  "clientCode": "string",
  "taxYear": "string",
  "isHeld": false,
  "lastAction": {
    "kind": "string",
    "action": "string",
    "reference": "string",
    "taxYear": "string",
    "performedByUserCode": "string"
  },
  "employmentId": "string"
}

Used By Operations