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
This C++ program prices multi-asset options (Basket, Rainbow, Exchange, Spread) using Monte Carlo simulation based on Geometric Brownian Motion, supporting interactive parameter input, correlation modeling via Cholesky decomposition, and sensitivity analysis.
A lightweight C++ tool that prices European call and put options using the Black–Scholes formula, computes all key Greeks (Δ, Γ, Θ, Vega, Rho), and lets you run quick ATM/ITM/OTM scenario checks—all via a simple command‑line interface.