TaxYearOtherIncomeResponse
Properties
| Name | Type | Description |
|---|---|---|
| taxYear | string | |
| unavailableAreas | array of string | |
| ukDividends | UkDividendsIncome | |
| foreignDividends | DividendsIncome | |
| savingsAccounts | array of TaxYearSavingsAccount | |
| otherSavings | OtherSavingsIncome | |
| employments | EmploymentsList | |
| nonPayeEmploymentIncome | NonPayeEmploymentIncome | |
| otherEmploymentIncome | OtherEmploymentIncome | |
| investmentReliefs | InvestmentReliefs | |
| otherReliefs | OtherReliefs | |
| foreignReliefs | ForeignReliefs | |
| pensionsReliefs | PensionsReliefs | |
| charitableGiving | CharitableGivingReliefs | |
| otherCapitalGains | OtherCapitalGains | |
| residentialDisposals | CgtResidentialDisposals | |
| stamps | array 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": "..."
}
]
}