module Implied_volatility:sig
..end
type
t
include Query_intf.S
val create : contract:[ `Option ] Contract.t ->
option_price:Price.t ->
underlying_price:Price.t -> t
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t