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

    Interface OcfEquityCompensationRelease

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

    interface OcfEquityCompensationRelease {
        balance_security_id?: string;
        comments?: string[];
        consideration_text?: string;
        date: string;
        id: string;
        quantity: string;
        release_price: Monetary;
        resulting_security_ids: string[];
        security_id: string;
        settlement_date: string;
    }
    Index

    Properties

    balance_security_id?: string

    Identifier for the security that holds the remainder balance (for partial releases)

    comments?: string[]

    Unstructured text comments related to and stored for the object

    consideration_text?: string

    Unstructured text description of consideration provided

    date: string

    Date on which the transaction occurred

    id: string

    Identifier for the object

    quantity: string

    Quantity of equity compensation being released

    release_price: Monetary

    Price used to value the released security at release time

    resulting_security_ids: string[]

    Array of identifiers for new securities resulting from the release

    security_id: string

    Identifier for the equity compensation security being released

    settlement_date: string

    Settlement date for the release