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

    Interface OcfVestingTermsData

    Object - Vesting Terms Object describing the terms under which a security vests OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/VestingTerms.schema.json

    interface OcfVestingTermsData {
        allocation_type: AllocationType;
        comments?: string[];
        description: string;
        id: string;
        name: string;
        vesting_conditions: VestingCondition[];
    }
    Index

    Properties

    allocation_type: AllocationType

    Allocation/rounding type for the vesting schedule

    comments?: string[]

    Unstructured text comments related to and stored for the object

    description: string

    Detailed description of the vesting schedule

    id: string
    name: string

    Concise name for the vesting schedule

    vesting_conditions: VestingCondition[]

    Conditions and triggers that describe the graph of vesting schedules and events