Documentation
    Preparing search index...

    A resolved pricer snapshot: the forward the contract prices against and its rolled SVI surface, both in decimal. Produced by read.pricer(market); consume via boardPricer or the pure functions below.

    interface PricerInputs {
        forward: number;
        svi: Svi;
    }

    Hierarchy (View Summary)

    Index
    forward: number

    Forward price the digital settles against, in decimal (same units as strike).

    svi: Svi