Skip to content

VestingConditionTrigger

Primitive - Vesting Condition Trigger Type#

https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/types/vesting/VestingConditionTrigger.schema.json

Description Abstract type describing fields needed in all triggers types, with a 'trigger' being a condition that must be satisfied for a VestingCondition to be met

⚠ Primitives are Abstract and Should Not be Used for Data. They are used to enforce uniformity in OCF data types - specifically "types" and "objects". ⚠

Properties:

Property Type Description Required
type Enum - Vesting Trigger Type

Description: Enumeration of vesting trigger types

ONE OF:
• VESTING_START_DATE
• VESTING_SCHEDULE_ABSOLUTE
• VESTING_SCHEDULE_RELATIVE
• VESTING_EVENT
Identifies the sub-type of trigger REQUIRED

Source Code: schema/primitives/types/vesting/VestingConditionTrigger

Copyright © 2024 Open Cap Table Coalition.