API Docs / Schemas / OtherSavingsIncome

OtherSavingsIncome

Properties

Name Type Description
submittedOnstring
securitiesSecuritiesIncome
foreignInterestarray of ForeignInterestItem

JSON Example

{
  "submittedOn": "2024-01-01T00:00:00Z",
  "securities": {
    "taxTakenOff": 0,
    "grossAmount": 0,
    "netAmount": 0
  },
  "foreignInterest": [
    {
      "countryCode": "...",
      "amountBeforeTax": "...",
      "taxTakenOff": "...",
      "specialWithholdingTax": "...",
      "foreignTaxCreditRelief": "..."
    }
  ]
}

Contained in Schemas