MarcusRainbow / QuantMath

Financial maths library for risk-neutral pricing and risk
MIT License
371 stars 43 forks source link

Recursion for instruments, for example Basket #35

Closed MarcusRainbow closed 6 years ago

MarcusRainbow commented 6 years ago

Implement Basket using the composite pattern. Modify vanilla options so their underlier can be any instrument that is priceable, for example a Basket. Test europeans on baskets (with the vol surface at the basket level, so we can use standard Black Scholes).