Open Cap Table Protocol Canton SDK - v0.2.125
    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 {
        board_approval_date?: string;
        comments?: string[];
        consideration_text?: string;
        custom_id: string;
        date: string;
        exercise_price?: Monetary;
        id: string;
        plan_security_type: "OTHER" | "OPTION" | "RSU";
        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;
        vesting_terms_id?: string;
    }
    Index

    Properties

    board_approval_date?: string

    Date on which the board approved the issuance

    comments?: string[]

    Unstructured text comments related to and stored for the object

    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

    exercise_price?: Monetary

    Exercise price per share/unit

    id: string

    Identifier for the object

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

    Type of plan security

    quantity: string | number

    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

    vesting_terms_id?: string

    Identifier for the vesting terms