API Docs / Schemas / TaxYearOtherIncomeResponse

TaxYearOtherIncomeResponse

Properties

Name Type Description
taxYearstring
unavailableAreasarray of string
ukDividendsUkDividendsIncome
foreignDividendsDividendsIncome
savingsAccountsarray of TaxYearSavingsAccount
otherSavingsOtherSavingsIncome
employmentsEmploymentsList
nonPayeEmploymentIncomeNonPayeEmploymentIncome
otherEmploymentIncomeOtherEmploymentIncome
investmentReliefsInvestmentReliefs
otherReliefsOtherReliefs
foreignReliefsForeignReliefs
pensionsReliefsPensionsReliefs
charitableGivingCharitableGivingReliefs
otherCapitalGainsOtherCapitalGains
residentialDisposalsCgtResidentialDisposals
stampsarray of SubmissionStampResponse

JSON Example

{
  "taxYear": "string",
  "unavailableAreas": [
    "string"
  ],
  "ukDividends": {
    "ukDividends": 0,
    "otherUkDividends": 0
  },
  "foreignDividends": {
    "submittedOn": "2024-01-01T00:00:00Z",
    "foreignDividend": [
      "..."
    ],
    "dividendIncomeReceivedWhilstAbroad": [
      "..."
    ],
    "stockDividend": "...",
    "redeemableShares": "..."
  },
  "savingsAccounts": [
    {
      "savingsAccountId": "...",
      "accountName": "...",
      "interest": "..."
    }
  ]
}

Contained in Schemas