Open Cap Table Protocol Canton SDK - v0.2.84
    Preparing search index...

    Interface VestingCondition

    interface VestingCondition {
        description?: string;
        id: string;
        next_condition_ids: string[];
        portion?: VestingConditionPortion;
        quantity?: string | number;
        trigger: VestingTrigger;
    }
    Index

    Properties

    description?: string

    Detailed description of the condition

    id: string

    Reference identifier for this condition (unique within the vesting terms)

    next_condition_ids: string[]

    List of ALL VestingCondition IDs that can trigger after this one

    If specified, the fractional part of the whole security that vests

    quantity?: string | number

    If specified, the fixed amount of the whole security to vest

    Describes how this vesting condition is met