Interface PolicyPnlOutcomeAmount

Plain-object form of a realized-P&L outcome amount.

interface PolicyPnlOutcomeAmount {
    absolute:
        | string
        | number
        | bigint
        | Pnl;
    delta:
        | string
        | number
        | bigint
        | Pnl;
}

Properties

Properties

absolute:
    | string
    | number
    | bigint
    | Pnl
delta:
    | string
    | number
    | bigint
    | Pnl