API Docs / Schemas / ForeignPropertyPeriodEntry

ForeignPropertyPeriodEntry

Properties

Name Type Description
countryCodestring
propertyIdstring
incomeForeignPropertyIncome
expensesForeignPropertyExpenses

JSON Example

{
  "countryCode": "string",
  "propertyId": "string",
  "income": {
    "rentIncome": "...",
    "foreignTaxCreditRelief": false,
    "premiumsOfLeaseGrant": 0,
    "otherPropertyIncome": 0,
    "foreignTaxPaidOrDeducted": 0
  },
  "expenses": {
    "premisesRunningCosts": 0,
    "repairsAndMaintenance": 0,
    "financialCosts": 0,
    "professionalFees": 0,
    "costOfServices": 0
  }
}

Contained in Schemas