BS.IMPLIED_VOL.CALL
implied volatility from call option price · a deepcalc original · no excel equivalent · no sheets equivalent
signature
BS.IMPLIED_VOL.CALL(price, S, K, T, r)
returns: number
| argument | required |
|---|---|
| price | required |
| S | required |
| K | required |
| T | required |
| r | required |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
fx
=BS.IMPLIED_VOL.CALL(10.45, 100, 100, 1, 0.05) 0.1999846654167173 errors
error values observed from the engine — each with a call that produces it.
| error | produced by |
|---|---|
| #NUM! | =BS.IMPLIED_VOL.CALL(2, 2, 0.5, 2, 2) |
related
- ASIAN.CALL Asian call on the geometric average of n_avg observations (exact closed form; approximates the arithmetic Asian)
- BARRIER.CALL barrier call option: type 1=down-and-out, 2=down-and-in, 3=up-and-out, 4=up-and-in (Hull ch. 26 formulas)
- BINOMIAL.AMERICAN.PUT binomial tree American put option price
- BINOMIAL.CALL binomial tree call option price
- BINOMIAL.PUT binomial tree put option price
- BS.CALL Black-Scholes call option price