Hey guys,
I am new to the forum and I would like to implement a pricing engine for classic equity derivatives and structured products.
I am not sure whether this topic belongs to this section (My apologies if this is not the case).
I am looking for two to three people with basic knowledge of Object-Oriented Programming in C++ and design patterns.
We would start from a basic Monte Carlo engine for Vanilla, Asian options in the Black&Scholes world. Bit by bit we would move to more complex products in a multi-asset framework with the Heston model (Phoenix Notes, Auto-Callable Notes, or Capital-Guaranteed Notes).
The goal is to think ahead of an architecture that satisfies as much as possible the SOLID principles (cf. down below for the meaning).
Depending on the success of this implementation, we could implement a binomial tree and/or the finite difference method for American options. And hopefully, we would move towards interest rate and credit derivatives.
This is not an easy task and it will take time.
If you're interested do not hesitate to contact me.
Regards.
NotAQuant
PS: The SOLID principles are:
I am new to the forum and I would like to implement a pricing engine for classic equity derivatives and structured products.
I am not sure whether this topic belongs to this section (My apologies if this is not the case).
I am looking for two to three people with basic knowledge of Object-Oriented Programming in C++ and design patterns.
We would start from a basic Monte Carlo engine for Vanilla, Asian options in the Black&Scholes world. Bit by bit we would move to more complex products in a multi-asset framework with the Heston model (Phoenix Notes, Auto-Callable Notes, or Capital-Guaranteed Notes).
The goal is to think ahead of an architecture that satisfies as much as possible the SOLID principles (cf. down below for the meaning).
Depending on the success of this implementation, we could implement a binomial tree and/or the finite difference method for American options. And hopefully, we would move towards interest rate and credit derivatives.
This is not an easy task and it will take time.
If you're interested do not hesitate to contact me.
Regards.
NotAQuant
PS: The SOLID principles are:
1. Single-Responsibility Principle
2. Open-Close Principle
3. Liskov Substitution Principle
4. Interface Segregation Principle
5. Dependency Inversion Principle