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

    Interface OcfPlanSecurityIssuance

    Object - Plan Security Issuance Transaction Object describing a plan security issuance transaction OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/issuance/PlanSecurityIssuance.schema.json

    interface OcfPlanSecurityIssuance {
        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 | null;
        id: string;
        plan_security_type?: "OTHER" | "OPTION" | "RSU";
        quantity: string;
        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 per share/unit (for SARs)

    board_approval_date?: string

    Date on which the board approved the issuance

    comments?: string[]

    Unstructured text comments related to and stored for the object

    compensation_type?: CompensationType

    Canonical compensation type

    consideration_text?: string

    Unstructured text description of consideration

    custom_id: string

    A custom ID for this security

    date: string

    Date on which the transaction occurred

    early_exercisable?: boolean

    Whether security is early exercisable

    exercise_price?: Monetary

    Exercise price per share/unit

    expiration_date?: string | null

    Expiration date for this security

    id: string

    Identifier for the object

    plan_security_type?: "OTHER" | "OPTION" | "RSU"

    Deprecated legacy plan security type alias

    quantity: string

    Quantity of plan securities being issued

    security_id: string

    Identifier for the security being issued

    security_law_exemptions?: SecurityExemption[]

    Security law exemptions

    stakeholder_id: string

    Identifier for the stakeholder receiving the security

    stock_class_id?: string

    Identifier for the stock class

    stock_plan_id?: string

    Identifier for the stock plan

    stockholder_approval_date?: string

    Date on which stockholders approved the issuance

    termination_exercise_windows?: TerminationWindow[]

    Termination exercise windows

    vesting_terms_id?: string

    Identifier for the vesting terms

    vestings?: Vesting[]

    Inline vesting installments