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

    Interface OcfWarrantExercise

    interface OcfWarrantExercise {
        balance_security_id?: string;
        comments?: string[];
        consideration_text?: string;
        date: string;
        id: string;
        quantity?: string;
        resulting_security_ids: string[];
        security_id: string;
        trigger_id: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    balance_security_id?: string

    Deprecated legacy remainder security field (not in current schema)

    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 exercise

    date: string

    Date on which the transaction occurred

    id: string

    Identifier for the object

    quantity?: string

    Deprecated legacy quantity field (optional in current schema/DAML)

    resulting_security_ids: string[]

    Array of identifiers for new securities resulting from the exercise

    security_id: string

    Identifier for the warrant security being exercised

    trigger_id: string

    Identifier for the warrant's exercise trigger that resulted in this exercise