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

    Interface OcfStockPlanReturnToPool

    Object - Stock Plan Return To Pool Transaction Object describing shares returned to the stock plan pool OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/adjustment/StockPlanReturnToPool.schema.json

    interface OcfStockPlanReturnToPool {
        comments?: string[];
        date: string;
        id: string;
        quantity: string | number;
        reason_text: string;
        stock_plan_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

    quantity: string | number

    Quantity of shares being returned to the pool

    reason_text: string

    Reason for shares returning to pool

    stock_plan_id: string

    Identifier for the stock plan to which shares are being returned