ForeignPropertyAnnualEntry
Properties
| Name | Type | Description |
|---|---|---|
| countryCode | string | |
| propertyId | string | |
| adjustments | ForeignPropertyAnnualAdjustments | |
| allowances | ForeignPropertyAnnualAllowances |
JSON Example
{
"countryCode": "string",
"propertyId": "string",
"adjustments": {
"privateUseAdjustment": 0,
"balancingCharge": 0
},
"allowances": {
"annualInvestmentAllowance": 0,
"costOfReplacingDomesticItems": 0,
"otherCapitalAllowance": 0,
"zeroEmissionsCarAllowance": 0,
"propertyIncomeAllowance": 0
}
}