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

    Interface DamlEquityCompensationReleaseData

    DAML EquityCompensationRelease data structure. This matches the shape of data returned from DAML contracts.

    interface DamlEquityCompensationReleaseData {
        balance_security_id?: string | null;
        comments: string[];
        consideration_text?: string | null;
        date: string;
        id: string;
        quantity: string;
        resulting_security_ids: string[];
        security_id: string;
        settlement_date?: string | null;
    }
    Index

    Properties

    balance_security_id?: string | null
    comments: string[]
    consideration_text?: string | null
    date: string
    id: string
    quantity: string
    resulting_security_ids: string[]
    security_id: string
    settlement_date?: string | null