Wednesday, September 18, 2019

Pricing Forward Start Option with PDE


I am looking for references (books and papers) or suggestions on how to price forward starting calls using a PDE approach typically in the Heston model (In the BS world, the computation is trivial), with forward payoff (St+τStK)+,

where t and τ are positive numbers.


I feel like the only way to use a PDE approach would be to identify the fundamental solution of the PDE in order to be able to apply the tower property on the expectation of the payoff.


All I have read up to know focus computing the characteristic function, and the martingale approach.



Answer



Here's an approach that's easy to code (but FAR from the fastest). Let f(T,S,v,K) denote the price of a European call in the Heston model with time-to-expire T, initial price S, initial volatility v, strike K. First, use the tower property to transform the pricing problem: V0=E[er(t+τ)(St+τ/StK)+]=E[ertStE[erτ(St+τKSt)+Ft]]=E[ertStf(τ,St,vt,KSt)].

Now perform a Monte-Carlo simulation to approximate the above (the advantage here is that you can use existing procedures to compute f).



No comments:

Post a Comment

technique - How credible is wikipedia?

I understand that this question relates more to wikipedia than it does writing but... If I was going to use wikipedia for a source for a res...