Skip to content

Option issuance transaction

Option Issuance Transaction

Description: The issuance transaction for an option grant. Represents the initial grant of options.

Referenced By (1): - Option Transaction Item

References (4): - Issuerstransactions Stock Option Type - Decimal - Iso8601 Complete Calendar Date Time - Money

Example:

{
  "issueDatetime": {
    "value": "2024-01-15T00:00:00Z"
  },
  "quantity": {
    "value": "10000"
  },
  "stockOptionType": "STOCK_OPTION_TYPE_ISO",
  "exercisePrice": {
    "currencyCode": {
      "value": "USD"
    },
    "amount": {
      "value": "1.50"
    }
  },
  "equityPlanId": "42",
  "expirationDatetime": {
    "value": "2034-01-15T00:00:00Z"
  }
}

Properties:

Property Type Description Required
equityPlanId STRING The identifier of the equity plan from which the option grant was issued.
Constraints: Max length: 50
-
exercisePrice Money The per-share price at which the holder can purchase the underlying shares. -
expirationDatetime Iso8601 Complete Calendar Date Time The date and time the option grant expires. -
issueDatetime Iso8601 Complete Calendar Date Time The date and time the option grant was issued. -
quantity Decimal The number of shares reserved from the equity plan share reserve. -
shareClassId STRING The identifier of the share class. May be absent if the plan has no associated share class.
Constraints: Max length: 50
-
stockOptionType Issuerstransactions Stock Option Type The tax classification of the option grant. Determines the tax treatment based on the jurisdiction and plan type. See StockOptionType for all supported values. -
vestingScheduleTemplateId STRING The identifier of the vesting schedule template. May be absent if the grant has no vesting schedule.
Constraints: Max length: 50
-