Documentation
    Preparing search index...
    • The forward the contract prices against: Pyth spot re-anchored by the Block-Scholes basis (spot · forward/bsSpot), falling back to the Block-Scholes forward when Pyth is absent. Pass pythSpot <= 0 to force the fallback. NOTE: on-chain this branch is also gated by the admin flag use_pyth_spot_for_forward (default on) and a Pyth freshness window — when the flag is off or the Pyth spot is stale, the chain uses bsForward. If you track that config/freshness, apply it before calling (or use read.pricer, which gets the resolved forward from the chain).

      Parameters

      • pythSpot: number
      • bsSpot: number
      • bsForward: number

      Returns number