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

    Interface OcfConvertibleCancellationEvent

    OCF Convertible Cancellation Event with object_type discriminator OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/cancellation/ConvertibleCancellation.schema.json

    Note: Convertible cancellations don't have a quantity field since convertibles are monetary instruments (SAFEs, convertible notes) rather than share-based securities.

    interface OcfConvertibleCancellationEvent {
        balance_security_id?: string;
        comments?: string[];
        date: string;
        id: string;
        object_type: "TX_CONVERTIBLE_CANCELLATION";
        reason_text: string;
        security_id: string;
    }
    Index

    Properties

    balance_security_id?: string
    comments?: string[]
    date: string
    id: string
    object_type: "TX_CONVERTIBLE_CANCELLATION"
    reason_text: string
    security_id: string