Shareworks · Schema

Individual Stakeholder Search Body

Equity CompensationStock OptionsRSUESPPEmployee EquityFinancial ServicesMorgan StanleyEquity AdministrationPrivate CompaniesPublic Companies

Properties

Name Type Description
firstName string First name for the stakeholder
lastName string Last name for the stakeholder
stakeholderNumber string Number for the stakeholder, typically generated
View JSON Schema on GitHub

JSON Schema

IndividualStakeholderSearchRequest.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/shareworks/main/json-schema/IndividualStakeholderSearchRequest.json",
  "title": "Individual Stakeholder Search Body",
  "type": "object",
  "properties": {
    "firstName": {
      "type": "string",
      "description": "First name for the stakeholder"
    },
    "lastName": {
      "type": "string",
      "description": "Last name for the stakeholder"
    },
    "stakeholderNumber": {
      "type": "string",
      "description": "Number for the stakeholder, typically generated"
    }
  }
}