Skip to content

Performance condition

Performance Condition

Description: Details of a performance condition.

Referenced By (1): - Vesting Period

References (4): - Decimal - Iso8601 Complete Calendar Date - Performance Condition Status - Performance Condition Type

Example:

{
  "name": "IPO Condition",
  "type": "PERFORMANCE_CONDITION_TYPE_EVENT_NON_MARKET",
  "minPayoutPercentage": "0",
  "maxPayoutPercentage": "100",
  "vestsPostTermination": true,
  "status": "PERFORMANCE_CONDITION_STATUS_NOT_EVALUATED"
}

Properties:

Property Type Description Required
description STRING The description of the performance condition.
Constraints: Max length: 2000
-
evaluationDate Iso8601 Complete Calendar Date The date when the condition was evaluated (ISO 8601 format). -
maxPayoutPercentage Decimal The maximum payout percentage. -
minPayoutPercentage Decimal The minimum payout percentage. -
name STRING The name of the performance condition.
Constraints: Max length: 500
-
payoutPercentage Decimal The actual payout percentage after evaluation. -
status Performance Condition Status The evaluation status of the performance condition. -
type Performance Condition Type The type of performance condition. -
vestsPostTermination BOOLEAN Whether shares vest after termination if the condition is met. -