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

    Interface OcfWarrantIssuanceDataNative

    Object - Warrant Issuance Transaction (native subset) Object describing warrant 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/WarrantIssuance.schema.json

    interface OcfWarrantIssuanceDataNative {
        board_approval_date?: string;
        comments?: string[];
        consideration_text?: string;
        conversion_triggers?: unknown[];
        custom_id: string;
        date: string;
        exercise_price?: Monetary;
        exercise_triggers: unknown[];
        id: string;
        percent_of_outstanding?: string | number;
        purchase_price: Monetary;
        quantity?: string | number;
        quantity_source?:
            | "UNSPECIFIED"
            | "HUMAN_ESTIMATED"
            | "MACHINE_ESTIMATED"
            | "INSTRUMENT_FIXED"
            | "INSTRUMENT_MAX"
            | "INSTRUMENT_MIN";
        ratio_denominator?: string
        | number;
        ratio_numerator?: string | number;
        security_id: string;
        security_law_exemptions: { description: string; jurisdiction: string }[];
        stakeholder_id: string;
        stockholder_approval_date?: string;
        vesting_terms_id?: string;
        warrant_expiration_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[]

    Conversion triggers (complex nested type)

    custom_id: string
    date: string
    exercise_price?: Monetary

    The exercise price of the warrant

    exercise_triggers: unknown[]

    Warrant Issuance - Exercise Trigger Array (complex nested type)

    id: string
    percent_of_outstanding?: string | number
    purchase_price: Monetary

    Actual purchase price of the warrant (sum up purported value of all consideration, including in-kind)

    quantity?: string | number

    Quantity of shares the warrant is exercisable for

    quantity_source?:
        | "UNSPECIFIED"
        | "HUMAN_ESTIMATED"
        | "MACHINE_ESTIMATED"
        | "INSTRUMENT_FIXED"
        | "INSTRUMENT_MAX"
        | "INSTRUMENT_MIN"
    ratio_denominator?: string | number
    ratio_numerator?: string | number
    security_id: string
    security_law_exemptions: { description: string; jurisdiction: string }[]
    stakeholder_id: string
    stockholder_approval_date?: string
    vesting_terms_id?: string

    Identifier of the VestingTerms to which this security is subject

    warrant_expiration_date?: string

    What is expiration date of the warrant (if applicable)