ForeignPropertyBsasAdjustmentEntry
Properties
| Name | Type | Description |
|---|---|---|
| countryCode | string | |
| propertyId | string | |
| income | ForeignPropertyBsasIncome | |
| expenses | ForeignPropertyBsasExpenses |
JSON Example
{
"countryCode": "string",
"propertyId": "string",
"income": {
"totalRentsReceived": 0,
"premiumsOfLeaseGrant": 0,
"otherPropertyIncome": 0
},
"expenses": {
"premisesRunningCosts": 0,
"repairsAndMaintenance": 0,
"financialCosts": 0,
"professionalFees": 0,
"costOfServices": 0
}
}