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

    Interface OcfPlanSecurityExercise

    Object - Plan Security Exercise Transaction Object describing a plan security exercise transaction OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/exercise/PlanSecurityExercise.schema.json

    interface OcfPlanSecurityExercise {
        balance_security_id?: string;
        comments?: string[];
        consideration_text?: string;
        date: string;
        id: string;
        quantity: string | number;
        resulting_security_ids: string[];
        security_id: string;
    }
    Index

    Properties

    balance_security_id?: string

    Identifier for the security that holds the remainder balance (for partial exercises)

    comments?: string[]

    Unstructured text comments related to and stored for the object

    consideration_text?: string

    Unstructured text description of consideration

    date: string

    Date on which the transaction occurred

    id: string

    Identifier for the object

    quantity: string | number

    Quantity being exercised

    resulting_security_ids: string[]

    Array of identifiers for new securities resulting from the exercise

    security_id: string

    Identifier for the plan security being exercised