February 24th, 2008, 2:37 am
Suppose C_a is the call price of an arithmetic average Asian option with a payoff function like max((S_T+S_(T-1))/2 - K, 0). Let C_e_T be the European call price of similar term and payoff function max(S_T - K, 0)I know that C_e_T = exp(-rT)*E[max(S_T - K, 0)] and C_e_(T-1) = exp(-r(T-1))*E[max(S_(T-1) - K, 0)]Since C_a = exp(-rT)*E[max((S_T+S_(T-1))/2 - K, 0)], does that meanC_a = exp(-rT)*(exp(rT)*C_e_T + exp(r(T-1))*C_e_(T-1))/2 = (C_e_T + exp(-r)*C_e(T-1))/2???Is there something wrong here? If it is true, does that mean I can express any discrete arithmetic average Asian option in terms of European options?