VestingCondition
Type - Vesting Condition#
https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/vesting/VestingCondition.schema.json
Describes condition / triggers to be satisfied for vesting to occur
Data Type: OCF TYPE
Properties:
Property | Type | Description | Required |
---|---|---|---|
id | STRING |
Reference identifier for this condition | REQUIRED |
description | STRING |
Detailed description of the condition | - |
portion | schema/types/vesting/VestingConditionPortion | If specified, the fractional part of the whole security that is vested, e.g. 25:100 for 25%. Use quantity for a fixed vesting amount. |
- |
quantity | schema/types/Numeric | If specified, the fixed amount of the whole security to vest, e.g. 10000 shares. Use portion for a proportional vesting amount. |
- |
trigger | ONE OF the Following Types/Objs:• schema/types/vesting/VestingStartTrigger• schema/types/vesting/VestingScheduleAbsoluteTrigger• schema/types/vesting/VestingScheduleRelativeTrigger• schema/types/vesting/VestingEventTrigger | Describes how this vesting condition is met, resulting in vesting the specified tranche of shares | REQUIRED |
next_condition_ids | [STRING ] |
List of ALL VestingCondition IDs that can trigger after this one. If there are none, use an empty array.Conditions should be in priority order in the array, ordered from the highest priority to the lowest. | REQUIRED |
Source Code: schema/types/vesting/VestingCondition
Copyright © 2023 Open Cap Table Coalition.