Closed waifod closed 1 year ago
This PR addresses issue https://github.com/Waifod/quant_finance_models/issues/58.
Currently the Black-Scholes model implementation only handles Call Options and has no safeguards against being called for unsupported asset types.
This change introduces such safeguards and extends Black-Scholes to handle both Call Options and Put Options.
This PR addresses issue https://github.com/Waifod/quant_finance_models/issues/58.
Currently the Black-Scholes model implementation only handles Call Options and has no safeguards against being called for unsupported asset types.
This change introduces such safeguards and extends Black-Scholes to handle both Call Options and Put Options.