diff options
Diffstat (limited to 'python/notebooks/Realized Vol.ipynb')
| -rw-r--r-- | python/notebooks/Realized Vol.ipynb | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/python/notebooks/Realized Vol.ipynb b/python/notebooks/Realized Vol.ipynb index 4fa97ede..65d70d5f 100644 --- a/python/notebooks/Realized Vol.ipynb +++ b/python/notebooks/Realized Vol.ipynb @@ -8,7 +8,7 @@ "source": [ "from option_trades import realized_vol\n", "from matplotlib import pyplot as plt\n", - "plt.style.use('ggplot')" + "#plt.style.use('ggplot')" ] }, { @@ -18,7 +18,7 @@ "outputs": [], "source": [ "ig28, model_ig = realized_vol(\"IG\", 28, \"5yr\", years=3)\n", - "hy27, model_hy = realized_vol(\"HY\", 27, \"5yr\", years=3)" + "hy28, model_hy = realized_vol(\"HY\", 28, \"5yr\", years=3)" ] }, { @@ -36,7 +36,7 @@ "metadata": {}, "outputs": [], "source": [ - "hy27.plot()" + "hy28.plot()" ] }, { @@ -53,6 +53,24 @@ "execution_count": null, "metadata": {}, "outputs": [], + "source": [ + "ig28" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "hy28" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], "source": [] } ], |
