Skip to content

Certificate issuance transaction

Certificate Issuance Transaction

Description: The issuance transaction for a certificate. Represents the initial issuance of stock.

Referenced By (1): - Certificate Transaction Item

References (4): - Certificate Issuance Reason - Decimal - Iso8601 Complete Calendar Date Time - Money

Example:

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

Properties:

Property Type Description Required
acquisitionCost Money The total acquisition cost paid by the holder for the shares. -
equityPlanId STRING The identifier of the equity plan from which the certificate was issued.
Constraints: Max length: 50
-
issuanceReason Certificate Issuance Reason How the certificate was created. See CertificateIssuanceReason for all supported values. -
issueDatetime Iso8601 Complete Calendar Date Time The date and time the certificate was issued. -
precededBySecurityId STRING The identifier of the security that preceded this certificate (e.g. the option grant that was exercised). May be absent if the certificate was issued directly from the share reserve.
Constraints: Max length: 50
-
quantity Decimal The number of shares issued. -
shareClassId STRING The identifier of the share class. May be absent if the plan has no associated share class.
Constraints: Max length: 50
-
vestingScheduleTemplateId STRING The identifier of the vesting schedule template. May be absent if the certificate has no vesting schedule.
Constraints: Max length: 50
-