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

    Interface OcfConvertibleIssuanceDataNative

    Object - Convertible Issuance Transaction (native subset) Object describing convertible instrument issuance transaction by the issuer and held by a stakeholder OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/issuance/ConvertibleIssuance.schema.json

    interface OcfConvertibleIssuanceDataNative {
        board_approval_date?: string;
        comments?: string[];
        consideration_text?: string;
        conversion_triggers: unknown[];
        convertible_type: ConvertibleType;
        custom_id: string;
        date: string;
        id: string;
        investment_amount: Monetary;
        pro_rata?: string | number;
        security_id: string;
        security_law_exemptions: { description: string; jurisdiction: string }[];
        seniority: number;
        stakeholder_id: string;
        stockholder_approval_date?: string;
    }
    Index

    Properties

    board_approval_date?: string
    comments?: string[]

    Unstructured text comments related to and stored for the object

    consideration_text?: string
    conversion_triggers: unknown[]

    Convertible - Conversion Trigger Array (simplified)

    convertible_type: ConvertibleType

    What kind of convertible instrument is this (of the supported, enumerated types)

    custom_id: string
    date: string
    id: string
    investment_amount: Monetary

    Amount invested and outstanding on date of issuance of this convertible

    pro_rata?: string | number

    What pro-rata (if any) is the holder entitled to buy at the next round?

    security_id: string
    security_law_exemptions: { description: string; jurisdiction: string }[]
    seniority: number

    If different convertible instruments have seniority over one another, use this value to build a seniority stack

    stakeholder_id: string
    stockholder_approval_date?: string