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 |
|---|---|---|
| businessId | string | HMRC's identifier for the income source the document belongs to. |
HMRC's identifier for the income source the document belongs to. | ||
| submittedOn | string | When HMRC recorded what they hold. HMRC's own stamp. |
When HMRC recorded what they hold. HMRC's own stamp. | ||
| claims | LossClaims | |
| losses | LossesBroughtForward | |
| lastAction | MtdSubmissionStampDto | |
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"
}
}