You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
How should I build a Bermudan Option on a general swap in the LMM? For example a swap paying CMS v Libor. The BermudanSwaption class assumes a Fixed/Libor swap.
Thanks
Paul
The text was updated successfully, but these errors were encountered:
This can be done using the component in net.finmath.montecarlo.interestrate.products.components.Option and build the product from individual components. Easier is to just create your own product starting from BermudanSwaption and using an Index like net.finmath.montecarlo.interestrate.products.indices.ConstantMaturitySwaprate (this would be a minimal change to the BermudanSwaption class). Good suggestion, maybe I will add it.
Hi,
How should I build a Bermudan Option on a general swap in the LMM? For example a swap paying CMS v Libor. The BermudanSwaption class assumes a Fixed/Libor swap.
Thanks
Paul
The text was updated successfully, but these errors were encountered: