March 29th, 2004, 9:19 am
I was being a dufus....This is simple. The qualitative behavior all comes out in a simple Taylor expansion.v is premium charged. U is expected upside, D expected downside.To make upside a multiple of downsideU(v(k))=k.D(v(k))if k=1, v=v_fairHence v(k)=v_fair+ (dv/dk)*(k-1)Diff wrt. kdv/dk = D/ (dU/dv - dD/dv)When working out dU/dk since the payoff disappears at the integration limits:dU/dv = prob( f < x+v)dD/dv = probl(f > x+v)Hence, v=v_fair + [D/(prob( f < x+v)- probl(f > x+v))]*(k-1)+...which has the qualitative form I was looking for. QuoteOriginally posted by: twQuoteOriginally posted by: AaronI'm not sure I understand you, but let me take a crack at it anyway. To keep things simple, subtract off the mean and divide by the standard deviation so the forward price has a lognormal distribution with underlying normal mean zero and standard deviation 1. Adjust the premium (v) and exercise price (x) by the same transformation. There are three possibilities about the future (not forward) price (f):f < x, you make vx < f < x + v, you make x + v - ff > x + v, you lose f - x - vThe probability of the first case is N[ln(x)] where N is the standard cumulative normal distribution.The expected value of ln(f) in the second case is where n is the standard normal probability density functionThe expected value of ln(f) in the third case is I think this is enough for you to compute your answer.Thanks Aaron,I did something similar and numericallly searched for the v that gave the correct ratio.The rough answer seemed to be that you needed to sell the calls at roughy twice the "fair"value (meaning fair price = expected profit) to give expected profits at three times expectedlosses for an ATM options ("ATM" in this sense meaning the strike is at the futureexpected mean). Raising the strike increased this ratio, which was what I wanted to demonstrate inthis (illustratative) calculation.What I was hoping to was some to approximate the calculation to get a function g of the form, (price need to achive payoff ratio)/(fair price) ~ g(moneyness, payoff ratio)Tinkering around with approximation methods (e.g expansions of N etc)didn't seem to give anything cleanly, but I suspect there's some way to get at itout there...Thanks again.