Documentation
    Preparing search index...

    Pre-trade payout-tree reads a mint's inventory-impact charge is evaluated against (strike_exposure::quote_mint_range). All in quote units.

    interface MintBookTerms {
        maxPayout: bigint;
        rangeMaxPayout: bigint;
        totalPayout: bigint;
    }

    Hierarchy (View Summary)

    Index
    maxPayout: bigint

    M — largest summed net payout at any one settlement price.

    rangeMaxPayout: bigint

    The payout peak inside the mint's own (lower, higher].

    totalPayout: bigint

    T — sum of every live order's payout.