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

    Interface OcfEquityCompensationRepricing

    Object - Equity Compensation Repricing Transaction Object describing an equity compensation repricing transaction OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/repricing/EquityCompensationRepricing.schema.json

    interface OcfEquityCompensationRepricing {
        comments?: string[];
        date: string;
        id: string;
        new_exercise_price: Monetary;
        security_id: string;
    }
    Index

    Properties

    comments?: string[]

    Unstructured text comments related to and stored for the object

    date: string

    Date on which the transaction occurred

    id: string

    Identifier for the object

    new_exercise_price: Monetary

    Updated exercise price after repricing

    security_id: string

    Identifier for the security being repriced