UkPropertyAnnualSubmission
Properties
| Name | Type | Description |
|---|---|---|
| submittedOn | string | |
| adjustments | UkPropertyAnnualAdjustments | |
| allowances | UkPropertyAnnualAllowances |
JSON Example
{
"submittedOn": "2024-01-01T00:00:00Z",
"adjustments": {
"balancingCharge": 0,
"privateUseAdjustment": 0,
"businessPremisesRenovationAllowanceBalancingCharges": 0,
"nonResidentLandlord": false,
"rentARoom": "..."
},
"allowances": {
"annualInvestmentAllowance": 0,
"businessPremisesRenovationAllowance": 0,
"otherCapitalAllowance": 0,
"costOfReplacingDomesticItems": 0,
"zeroEmissionsCarAllowance": 0
}
}