MtdBroughtForwardLossDto
One loss brought forward from a year before Making Tax Digital (to 2025-26).
Properties
| Name | Type | Description |
|---|---|---|
| lossId | string | HMRC's identifier for the loss. Every later call about it is keyed by this. |
HMRC's identifier for the loss. Every later call about it is keyed by this. | ||
| businessId | string | HMRC's identifier for the income source the loss belongs to. |
HMRC's identifier for the income source the loss belongs to. | ||
| typeOfLoss | enum | Unknown SelfEmployment SelfEmploymentClass4 UkPropertyFhl UkProperty ForeignPropertyFhlEea ForeignProperty |
Unknown SelfEmployment SelfEmploymentClass4 UkPropertyFhl UkProperty ForeignPropertyFhlEea ForeignProperty | ||
| lossAmount | number | The amount carried forward, as a positive figure. |
The amount carried forward, as a positive figure. | ||
| taxYearBroughtForwardFrom | string | The tax year the loss arose in, e.g. 2023-24. That year must have ended. |
The tax year the loss arose in, e.g. 2023-24. That year must have ended. | ||
| lastModified | string | When HMRC created or last changed the record. HMRC's own stamp. |
When HMRC created or last changed the record. HMRC's own stamp. | ||
| lastAction | MtdSubmissionStampDto | |
JSON Example
{
"lossId": "string",
"businessId": "string",
"typeOfLoss": "Unknown",
"lossAmount": 0,
"taxYearBroughtForwardFrom": "string"
}