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

    Interface OcfWarrantCancellation

    interface OcfWarrantCancellation {
        balance_security_id?: string;
        comments?: string[];
        date: string;
        id: string;
        quantity: string | number;
        reason_text: string;
        security_id: string;
    }
    Index

    Properties

    balance_security_id?: string

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

    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 warrants being cancelled

    reason_text: string

    Reason for the cancellation

    security_id: string

    Identifier for the security being cancelled