Skip to content

Sar issuance transaction

Sar Issuance Transaction

Description: The issuance transaction for a SAR. Represents the initial issuance of the stock appreciation right.

Referenced By (1): - Sar Transaction Item

References (3): - Decimal - Iso8601 Complete Calendar Date Time - Money

Example:

{
  "issueDatetime": {
    "value": "2024-01-15T00:00:00Z"
  },
  "quantity": {
    "value": "10000"
  },
  "exercisePrice": {
    "currencyCode": {
      "value": "USD"
    },
    "amount": {
      "value": "2.00"
    }
  },
  "equityPlanId": "42",
  "shareClassId": "10",
  "vestingScheduleTemplateId": "7",
  "expirationDatetime": {
    "value": "2034-01-15T00:00:00Z"
  }
}

Properties:

Property Type Description Required
equityPlanId STRING The identifier of the equity plan under which the SAR was issued.
Constraints: Max length: 50
-
exercisePrice Money The per-share exercise price. -
expirationDatetime Iso8601 Complete Calendar Date Time The date and time the SAR expires. -
issueDatetime Iso8601 Complete Calendar Date Time The date and time the SAR was issued. -
quantity Decimal The number of units issued. -
shareClassId STRING The identifier of the share class associated with the SAR.
Constraints: Max length: 50
-
vestingScheduleTemplateId STRING The identifier of the vesting schedule template.
Constraints: Max length: 50
-