API Docs / Schemas / OtherEmploymentIncome

OtherEmploymentIncome

Properties

Name Type Description
submittedOnstring
shareOptionarray of ShareOptionItem
sharesAwardedOrReceivedarray of SharesAwardedOrReceivedItem
disabilityEmploymentDeductionItem
foreignServiceEmploymentDeductionItem
lumpSumsarray of EmploymentLumpSums

JSON Example

{
  "submittedOn": "2024-01-01T00:00:00Z",
  "shareOption": [
    {
      "employerName": "...",
      "employerRef": "...",
      "schemePlanType": "...",
      "dateOfOptionGrant": "...",
      "dateOfEvent": "..."
    }
  ],
  "sharesAwardedOrReceived": [
    {
      "employerName": "...",
      "employerRef": "...",
      "schemePlanType": "...",
      "dateSharesCeasedToBeSubjectToPlan": "...",
      "noOfShareSecuritiesAwarded": "..."
    }
  ],
  "disability": {
    "customerReference": "string",
    "amountDeducted": 0
  },
  "foreignService": {
    "customerReference": "string",
    "amountDeducted": 0
  }
}

Contained in Schemas