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

    Interface OcfStockConversion

    interface OcfStockConversion {
        balance_security_id?: string;
        comments?: string[];
        date: string;
        id: string;
        quantity?: string;
        quantity_converted: string;
        resulting_security_ids: string[];
        security_id: string;
    }
    Index

    Properties

    balance_security_id?: string

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

    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

    Deprecated legacy quantity field

    quantity_converted: string

    Quantity of stock being converted (canonical field)

    resulting_security_ids: string[]

    Array of identifiers for new securities resulting from the conversion

    security_id: string

    Identifier for the stock security being converted