Shareworks · Schema

Entity Stakeholder Body

Equity CompensationStock OptionsRSUESPPEmployee EquityFinancial ServicesMorgan StanleyEquity AdministrationPrivate CompaniesPublic Companies

Properties

Name Type Description
stakeholderNumber string Number for the stakeholder, typically generated
entityName string Name for the entity stakeholder
View JSON Schema on GitHub

JSON Schema

EntityStakeholderCrudRequest.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/shareworks/main/json-schema/EntityStakeholderCrudRequest.json",
  "title": "Entity Stakeholder Body",
  "type": "object",
  "properties": {
    "stakeholderNumber": {
      "type": "string",
      "description": "Number for the stakeholder, typically generated"
    },
    "entityName": {
      "type": "string",
      "description": "Name for the entity stakeholder"
    }
  }
}