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

    Interface DamlQuantityCancellationData

    Common DAML data structure for quantity-based cancellations (Stock, Warrant, EquityCompensation). All three share the same field structure for the cancellation operation.

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

    Properties

    balance_security_id?: string
    comments?: string[]
    date: string
    id: string
    quantity: string
    reason_text: string
    security_id: string