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

    Interface OcfEquityCompensationIssuanceEvent

    interface OcfEquityCompensationIssuanceEvent {
        base_price?: { amount: string; currency: string };
        board_approval_date?: string;
        comments?: string[];
        compensation_type:
            | "OPTION_NSO"
            | "OPTION_ISO"
            | "OPTION"
            | "RSU"
            | "CSAR"
            | "SSAR";
        consideration_text?: string;
        custom_id: string;
        date: string;
        early_exercisable?: boolean;
        exercise_price?: { amount: string; currency: string };
        expiration_date: null | string;
        id: string;
        object_type: "TX_EQUITY_COMPENSATION_ISSUANCE";
        quantity: string;
        security_id: string;
        security_law_exemptions: { description: string; jurisdiction: string }[];
        stakeholder_id: string;
        stock_class_id?: string;
        stock_plan_id?: string;
        stockholder_approval_date?: string;
        termination_exercise_windows: {
            period: number;
            period_type: "DAYS" | "MONTHS";
            reason: string;
        }[];
        vesting_terms_id?: string;
        vestings?: Vesting[];
    }
    Index

    Properties

    base_price?: { amount: string; currency: string }
    board_approval_date?: string
    comments?: string[]
    compensation_type:
        | "OPTION_NSO"
        | "OPTION_ISO"
        | "OPTION"
        | "RSU"
        | "CSAR"
        | "SSAR"
    consideration_text?: string
    custom_id: string
    date: string
    early_exercisable?: boolean
    exercise_price?: { amount: string; currency: string }
    expiration_date: null | string
    id: string
    object_type: "TX_EQUITY_COMPENSATION_ISSUANCE"
    quantity: string
    security_id: string
    security_law_exemptions: { description: string; jurisdiction: string }[]
    stakeholder_id: string
    stock_class_id?: string
    stock_plan_id?: string
    stockholder_approval_date?: string
    termination_exercise_windows: {
        period: number;
        period_type: "DAYS" | "MONTHS";
        reason: string;
    }[]
    vesting_terms_id?: string
    vestings?: Vesting[]