Re: How are binary prices calculated?
Where S = spot, X = strike, b = carry, sigma = implied vol, T = time to exp as proportion of year, r = risk free rate, CND is the cumulative normal distribution and W = win amount if the binary pays out.
Binary call price = W * Exp(-r * T) * CND(d)
so it follows that a binary put must be: W * Exp(-r * T) * CND(-d)
Where, as in Black Scholes:
d = (Log(S / X) + (b - sigma^ 2 / 2) * T) / (sigma * Sqr(T))
Simply stated, it is the present value of the payout if the bet is won multiplied by the probability of winning.
Hedging? Not sure how they each do it. There are a number of possible methods. |