Left Curve Software Stack
    Preparing search index...

    Type Alias DeleveragedData

    type DeleveragedData = {
        closing_size: string;
        fill_price: string;
        pair_id: string;
        realized_funding?: string | null;
        realized_pnl: string;
        user: string;
    }
    Index

    Properties

    closing_size: string
    fill_price: string
    pair_id: string
    realized_funding?: string | null

    Funding settled on the counter-party's pre-existing position immediately before this ADL fill. null for ADL fills executed before v0.17.0 — funding was reported as part of realized_pnl prior to that release.

    realized_pnl: string

    Closing PnL realized by the counter-party from this ADL fill. Prior to v0.17.0 (exclusive) this also bundled the funding settled on the counter-party's pre-existing position immediately before the fill; from v0.17.0 (inclusive) onward, that funding component is reported separately as realized_funding.

    user: string