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

    Interface OcfEquityCompensationIssuanceData

    interface OcfEquityCompensationIssuanceData {
        base_price?: Monetary;
        board_approval_date?: string;
        comments?: string[];
        compensation_type: CompensationType;
        consideration_text?: string;
        custom_id: string;
        date: string;
        early_exercisable?: boolean;
        exercise_price?: Monetary;
        expiration_date?: string;
        id: string;
        quantity: string | number;
        security_id: string;
        security_law_exemptions?: SecurityExemption[];
        stakeholder_id: string;
        stock_class_id?: string;
        stock_plan_id?: string;
        stockholder_approval_date?: string;
        termination_exercise_windows?: TerminationWindow[];
        vesting_terms_id?: string;
        vestings?: Vesting[];
    }
    Index

    Properties

    base_price?: Monetary

    Base price used to value compensation (for SARs)

    board_approval_date?: string
    comments?: string[]

    Unstructured text comments

    compensation_type: CompensationType

    Type of equity compensation instrument

    consideration_text?: string
    custom_id: string
    date: string
    early_exercisable?: boolean

    Whether early exercise is permitted

    exercise_price?: Monetary

    Exercise price per share/unit

    expiration_date?: string

    Expiration date of instrument

    id: string
    quantity: string | number

    Quantity granted/issued

    security_id: string
    security_law_exemptions?: SecurityExemption[]

    List of security law exemptions (and applicable jurisdictions) for this security

    stakeholder_id: string
    stock_class_id?: string
    stock_plan_id?: string
    stockholder_approval_date?: string
    termination_exercise_windows?: TerminationWindow[]

    Termination exercise windows after termination events

    vesting_terms_id?: string
    vestings?: Vesting[]

    Vesting events for the grant