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

    Interface OcfConvertibleTransfer

    interface OcfConvertibleTransfer {
        amount: Monetary;
        balance_security_id?: string;
        comments?: string[];
        consideration_text?: string;
        date: string;
        id: string;
        resulting_security_ids: string[];
        security_id: string;
    }
    Index

    Properties

    amount: Monetary

    Amount of convertible being transferred

    balance_security_id?: string

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

    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 transfer

    date: string

    Date on which the transaction occurred

    id: string

    Identifier for the object

    resulting_security_ids: string[]

    Array of identifiers for new securities created as a result of the transfer (min 1 item)

    security_id: string

    Identifier for the security being transferred