API Docs / Schemas / MtdOtherCapitalGainsDto

MtdOtherCapitalGainsDto

The capital gains HMRC hold for a client and tax year other than UK residential property:
listed and unlisted shares, crypto-assets, other assets and non-UK residential property, plus
the year's loss claims, adjustments and the relief lifetime allowances used.

UK residential property is a separate HMRC resource — see
SodiumHQ.DTOs.MtdSubmissions.MtdCgtResidentialDisposalsDto — and the two are saved and cleared independently.

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
otherGainsOtherCapitalGains

JSON Example

{
  "clientCode": "string",
  "taxYear": "string",
  "isHeld": false,
  "lastAction": {
    "kind": "string",
    "action": "string",
    "reference": "string",
    "taxYear": "string",
    "performedByUserCode": "string"
  },
  "otherGains": {
    "submittedOn": "2024-01-01T00:00:00Z",
    "cryptoassets": [
      "..."
    ],
    "otherGains": [
      "..."
    ],
    "unlistedShares": [
      "..."
    ],
    "gainsFromExcludedIndexedSecurities": 0
  }
}

Contained in Schemas