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

    Interface OcfStockRepurchase

    interface OcfStockRepurchase {
        balance_security_id?: string;
        comments?: string[];
        consideration_text?: string;
        date: string;
        id: string;
        price: Monetary;
        quantity: string | number;
        security_id: string;
    }
    Index

    Properties

    balance_security_id?: string

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

    comments?: string[]

    Unstructured text comments related to and stored for the object

    consideration_text?: string

    Unstructured text description of consideration provided in exchange for security repurchase

    date: string

    Date on which the transaction occurred

    id: string

    Identifier for the object

    price: Monetary

    Price per share paid for repurchase

    quantity: string | number

    Quantity of shares being repurchased

    security_id: string

    Identifier for the security being repurchased