OtherSavingsIncome
Properties
| Name | Type | Description |
|---|---|---|
| submittedOn | string | |
| securities | SecuritiesIncome | |
| foreignInterest | array of ForeignInterestItem |
JSON Example
{
"submittedOn": "2024-01-01T00:00:00Z",
"securities": {
"taxTakenOff": 0,
"grossAmount": 0,
"netAmount": 0
},
"foreignInterest": [
{
"countryCode": "...",
"amountBeforeTax": "...",
"taxTakenOff": "...",
"specialWithholdingTax": "...",
"foreignTaxCreditRelief": "..."
}
]
}