pyocf.types.vesting.vestingcondition

Describes condition / triggers to be satisfied for vesting to occur

pydantic model pyocf.types.vesting.vestingcondition.VestingCondition

Describes condition / triggers to be satisfied for vesting to occur

field description: str | None = None
field id: str [Required]

Reference identifier for this condition

field next_condition_ids: list[str] [Required]

List of ALL VestingCondition IDs that can trigger after this one. If there arenone, use an empty array.Conditions should be in priority order in the array, ordered from the highestpriority to the lowest.

field portion: VestingConditionPortion | None = None
field quantity: Numeric | None = None
field trigger: VestingStartTrigger | VestingScheduleAbsoluteTrigger | VestingScheduleRelativeTrigger | VestingEventTrigger [Required]

Describes how this vesting condition is met, resulting in vesting the specifiedtranche of shares