Shareworks · Schema

Vesting Schedule Row Response

List of all rows/tranches for the vesting schedule

Equity CompensationStock OptionsRSUESPPEmployee EquityFinancial-ServicesMorgan StanleyEquity AdministrationPrivate CompaniesPublic Companies

Properties

Name Type Description
vestingScheduleRowId integer Identifier for the vesting row
amountNumerator integer Numerator of the vesting amount for the row/tranche
amountDenominator integer Denominator of the vesting amount for the row/tranche
vestingPeriodLength integer Number of periods between the row/tranche and the previous row/tranche (or vesting start date)
vestingPeriodType string Type of vesting period for the row/tranche
View JSON Schema on GitHub

JSON Schema

VestingScheduleRowDetails.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/shareworks/main/json-schema/VestingScheduleRowDetails.json",
  "title": "Vesting Schedule Row Response",
  "required": [
    "amountDenominator",
    "amountNumerator",
    "vestingScheduleRowId"
  ],
  "type": "object",
  "properties": {
    "vestingScheduleRowId": {
      "type": "integer",
      "description": "Identifier for the vesting row",
      "format": "int32"
    },
    "amountNumerator": {
      "type": "integer",
      "description": "Numerator of the vesting amount for the row/tranche",
      "format": "int64"
    },
    "amountDenominator": {
      "type": "integer",
      "description": "Denominator of the vesting amount for the row/tranche",
      "format": "int64"
    },
    "vestingPeriodLength": {
      "type": "integer",
      "description": "Number of periods between the row/tranche and the previous row/tranche (or vesting start date)",
      "format": "int32"
    },
    "vestingPeriodType": {
      "type": "string",
      "description": "Type of vesting period for the row/tranche",
      "enum": [
        "YEAR",
        "MONTH",
        "WEEK",
        "DAY"
      ]
    }
  },
  "description": "List of all rows/tranches for the vesting schedule"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/VestingScheduleRowDetails"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.