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).
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. PasspythSpot <= 0to force the fallback. NOTE: on-chain this branch is also gated by the admin flaguse_pyth_spot_for_forward(default on) and a Pyth freshness window — when the flag is off or the Pyth spot is stale, the chain usesbsForward. If you track that config/freshness, apply it before calling (or useread.pricer, which gets the resolved forward from the chain).