Shareworks · Schema

Manual Vesting Row Body

List of all manual vesting rows for the grant, specified when using a manual vesting schedule

Equity CompensationStock OptionsRSUESPPEmployee EquityFinancial ServicesMorgan StanleyEquity AdministrationPrivate CompaniesPublic Companies

Properties

Name Type Description
vestDate string Date on which the vesting occurs for the row/tranche
vestQuantity number Quantity of shares to vest for the row/tranche
View JSON Schema on GitHub

JSON Schema

ManualVestingRowCrudRequest.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/shareworks/main/json-schema/ManualVestingRowCrudRequest.json",
  "title": "Manual Vesting Row Body",
  "type": "object",
  "properties": {
    "vestDate": {
      "type": "string",
      "description": "Date on which the vesting occurs for the row/tranche",
      "format": "date"
    },
    "vestQuantity": {
      "type": "number",
      "description": "Quantity of shares to vest for the row/tranche",
      "format": "double"
    }
  },
  "description": "List of all manual vesting rows for the grant, specified when using a manual vesting schedule"
}