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

    Interface OcfVestingEvent

    interface OcfVestingEvent {
        comments?: string[];
        date: string;
        id: string;
        security_id: string;
        vesting_condition_id: string;
    }
    Index

    Properties

    comments?: string[]

    Unstructured text comments related to and stored for the object

    date: string

    Date on which the transaction occurred

    id: string

    Identifier for the object

    security_id: string

    Identifier for the security whose vesting event is occurring

    vesting_condition_id: string

    ID of the vesting condition that is satisfied by this vesting event