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

    Interface OcfConvertibleConversion

    Object - Convertible Conversion Transaction Object describing a convertible conversion transaction OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/conversion/ConvertibleConversion.schema.json

    interface OcfConvertibleConversion {
        balance_security_id?: string;
        capitalization_definition?: CapitalizationDefinitionRules;
        comments?: string[];
        date: string;
        id: string;
        quantity_converted?: string;
        reason_text: string;
        resulting_security_ids: string[];
        security_id: string;
        trigger_id: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    balance_security_id?: string

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

    capitalization_definition?: CapitalizationDefinitionRules

    Optional capitalization-definition details used in conversion calculations

    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_converted?: string

    Optional quantity converted

    reason_text: string

    Reason for the conversion

    resulting_security_ids: string[]

    Array of identifiers for new securities resulting from the conversion

    security_id: string

    Identifier for the convertible security being converted

    trigger_id: string

    Identifier of the trigger that caused conversion