Serving the Quantitative Finance Community

 
User avatar
quantworm
Topic Author
Posts: 0
Joined: July 30th, 2004, 6:40 pm

exotic option pricing

February 3rd, 2006, 3:13 pm

payoff = max( (max(X,-1)+max(Y,-1)+max(Z,-1) ), 0) where X, Y,Z are i.i.d (N(a,b))any hints? Thanks
Last edited by quantworm on February 2nd, 2006, 11:00 pm, edited 1 time in total.
 
User avatar
doublebarrier2000
Posts: 15
Joined: July 14th, 2002, 3:00 am

exotic option pricing

February 6th, 2006, 12:48 pm

Monte Carlo
 
User avatar
quantworm
Topic Author
Posts: 0
Joined: July 30th, 2004, 6:40 pm

exotic option pricing

February 6th, 2006, 1:23 pm

No Monte Carlo, is it possible to get a closed form solution?
 
User avatar
ppauper
Posts: 11729
Joined: November 15th, 2001, 1:29 pm

exotic option pricing

February 6th, 2006, 1:38 pm

Quotepayoff = max( (max(X,-1)+max(Y,-1)+max(Z,-1) ), 0) you must have written this wrongmax(X,-1) < 0max(Y,-1) < 0max(Z,-1) < 0therefore max(X,-1)+max(Y,-1)+max(Z,-1) < 0so max( (max(X,-1)+max(Y,-1)+max(Z,-1) ), 0) =0and value is zero
Last edited by ppauper on February 5th, 2006, 11:00 pm, edited 1 time in total.
 
User avatar
mutley
Posts: 20
Joined: February 9th, 2005, 3:51 pm

exotic option pricing

February 7th, 2006, 7:29 am

I think he said X,Y,Z ~ N(a,b), not N(0,1)As the underliers, X, Y and Z, are uncorrelated i.i.d. random normals, each with the same N(a,b) distribution each payoff max(T,-1) will have the payoff shape of a call struck at -1. Summing the expectations and variances and taking the expectation of your new distribution conditional upon greater than zero might work? EDIT: Quantworm, there is an analytic solution for N of these X,Y,Z variables. If you set a = 0.2, b = 6 (b is variance, not stdev) then the expected payoff is ~2.55. have checked it using Monte Carlo too. Just follow the initial thoughts I had above to get to the solution.J
Last edited by mutley on February 8th, 2006, 11:00 pm, edited 1 time in total.
 
User avatar
wstguru
Posts: 0
Joined: July 8th, 2004, 8:57 am

exotic option pricing

February 9th, 2006, 2:30 pm

as X, Y and Z are iid, then you know the joint law of (X, Y, Z) which is the product of the other laws, then by writing your payoff as a some of combinaisons of X, Y and Z multiplied by indicator functions then you cancompute the expectancy using the density functions on the right intervalls