API Docs / Schemas / MtdLossesAndClaimsDto

MtdLossesAndClaimsDto

One income source's losses and claims for a tax year from 2026-27 onwards — the whole position
as a single document.

Properties

Name Type Description
businessIdstring

HMRC's identifier for the income source the document belongs to.

HMRC's identifier for the income source the document belongs to.

submittedOnstring

When HMRC recorded what they hold. HMRC's own stamp.

When HMRC recorded what they hold. HMRC's own stamp.

claimsLossClaims
lossesLossesBroughtForward
lastActionMtdSubmissionStampDto

JSON Example

{
  "businessId": "string",
  "submittedOn": "2024-01-01T00:00:00Z",
  "claims": {
    "carryBack": "...",
    "carrySideways": "...",
    "preferenceOrder": "...",
    "carryForward": "..."
  },
  "losses": {
    "broughtForwardLosses": 0
  },
  "lastAction": {
    "kind": "string",
    "action": "string",
    "reference": "string",
    "taxYear": "string",
    "performedByUserCode": "string"
  }
}

Contained in Schemas