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

    Interface OcfStockPlanData

    interface OcfStockPlanData {
        board_approval_date?: string;
        comments?: string[];
        default_cancellation_behavior?: StockPlanCancellationBehavior;
        id: string;
        initial_shares_reserved: string | number;
        plan_name: string;
        stock_class_ids: string[];
        stockholder_approval_date?: string;
    }
    Index

    Properties

    board_approval_date?: string

    Date of board approval for the plan

    comments?: string[]

    Unstructured text comments related to and stored for the object

    default_cancellation_behavior?: StockPlanCancellationBehavior

    Default cancellation behavior if not specified at the security level

    id: string
    initial_shares_reserved: string | number

    Initial number of shares reserved for the plan

    plan_name: string

    Human-friendly name of the plan

    stock_class_ids: string[]

    List of stock class ids associated with this plan

    stockholder_approval_date?: string

    Date of stockholder approval for the plan