- Joined
- 6/4/22
- Messages
- 40
- Points
- 118
Hi Community,
Many C++ quantitative books use relatively simple payoffs (e.g. European, America , Barrier options) as examples to illustrate the design of the pricing application. These products’ payoff are pretty easy to implement in MC’s terminal or PDE’s initial condition.
However, the OTC market trades more complex payoffs which involves term structure (e.g. cap/floor, IRS callable, Accumulator, Target forward resumption). And it is not straight-forward in terms of how to integrate their payoff into the pricing engine (MC or PDE).
In practice, I have some questions:
(1) how would you design the Payoff case to make it a term-structure like?
(2) how would you adapt the MC or PDE pricing engine’s input and conditions to be able to price term-structure-like products?
(3) is there any books/resources/code samples to give us an idea of the application design?
Many C++ quantitative books use relatively simple payoffs (e.g. European, America , Barrier options) as examples to illustrate the design of the pricing application. These products’ payoff are pretty easy to implement in MC’s terminal or PDE’s initial condition.
However, the OTC market trades more complex payoffs which involves term structure (e.g. cap/floor, IRS callable, Accumulator, Target forward resumption). And it is not straight-forward in terms of how to integrate their payoff into the pricing engine (MC or PDE).
In practice, I have some questions:
(1) how would you design the Payoff case to make it a term-structure like?
(2) how would you adapt the MC or PDE pricing engine’s input and conditions to be able to price term-structure-like products?
(3) is there any books/resources/code samples to give us an idea of the application design?