Serving the Quantitative Finance Community

 
User avatar
mdrand
Topic Author
Posts: 3
Joined: September 27th, 2005, 9:57 am

Cliquet decomposition payoff question

May 15th, 2012, 3:24 pm

Hi,I have a basic decomposition question regarding the payoff of locally floored, globally capped cliquets.The payoff of such a product is defined as :I see this being decomposed as :Could somebody take me through the min and max decomposition. Any hints/references will be greatly appreciated.Thx
 
User avatar
Alan
Posts: 3050
Joined: December 19th, 2001, 4:01 am
Location: California
Contact:

Cliquet decomposition payoff question

May 16th, 2012, 12:21 am

First apply max(A,B) = A + max(0,B-A); then apply min(C,D) = D - max(0,D-C)
Last edited by Alan on May 15th, 2012, 10:00 pm, edited 1 time in total.
 
User avatar
BramJ
Posts: 1
Joined: January 10th, 2006, 2:01 pm

Cliquet decomposition payoff question

May 16th, 2012, 12:26 am

Just applyMax(A,B) = A + Max(0,B-A)Min(A,B) = -Max(-A,-B)Edit: crossed posts with Alan
Last edited by BramJ on May 15th, 2012, 10:00 pm, edited 1 time in total.
 
User avatar
mdrand
Topic Author
Posts: 3
Joined: September 27th, 2005, 9:57 am

Cliquet decomposition payoff question

May 17th, 2012, 9:23 am

Thats straight forward. Thanks for your help