From a8dbdea45a048ef389edaf8508f82e2b2dfb5a2c Mon Sep 17 00:00:00 2001 From: Charles Augello Date: Tue, 11 May 2021 15:19:15 -0400 Subject: [PATCH] Update README.md Fix formatting of Implied Volatility Formulas lists --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a195be6..04d7345 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ Pricing Formulas 8. `american_76()` American Commodity Options Implied Volatility Formulas + 9. `euro_implied_vol()` Implied volatility calculator for European options 10. `euro_implied_vol_76()` Implied volatility calculator for European commodity options 11. `amer_implied_vol()` Implied volatility calculator for American options @@ -508,6 +509,7 @@ Pricing Formulas 8. `american_76(option_type, fs, x, t, r, v)` Implied Volatility Formulas + 9. `euro_implied_vol(option_type, fs, x, t, r, q, cp)` 10. `euro_implied_vol_76(option_type, fs, x, t, r, cp)` 11. `amer_implied_vol(option_type, fs, x, t, r, q, cp)`