aboutsummaryrefslogtreecommitdiffstats
path: root/python/notebooks
diff options
context:
space:
mode:
Diffstat (limited to 'python/notebooks')
-rw-r--r--python/notebooks/Interest Statement.ipynb66
1 files changed, 6 insertions, 60 deletions
diff --git a/python/notebooks/Interest Statement.ipynb b/python/notebooks/Interest Statement.ipynb
index bd053ff3..cf0c64bd 100644
--- a/python/notebooks/Interest Statement.ipynb
+++ b/python/notebooks/Interest Statement.ipynb
@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
- "execution_count": 49,
+ "execution_count": null,
"metadata": {},
"outputs": [],
"source": [
@@ -23,7 +23,7 @@
},
{
"cell_type": "code",
- "execution_count": 104,
+ "execution_count": null,
"metadata": {},
"outputs": [],
"source": [
@@ -60,24 +60,9 @@
},
{
"cell_type": "code",
- "execution_count": 105,
+ "execution_count": null,
"metadata": {},
- "outputs": [
- {
- "data": {
- "application/vnd.jupyter.widget-view+json": {
- "model_id": "6f7a35fe5dcd486480d9819426ef7f6d",
- "version_major": 2,
- "version_minor": 0
- },
- "text/plain": [
- "VBox(children=(HBox(children=(Dropdown(description='Broker:', index=3, options=('BAML_FCM', 'BAML_ISDA', 'BNP'…"
- ]
- },
- "metadata": {},
- "output_type": "display_data"
- }
- ],
+ "outputs": [],
"source": [
"from ipywidgets import widgets, Layout\n",
"import datetime\n",
@@ -113,48 +98,9 @@
},
{
"cell_type": "code",
- "execution_count": 106,
+ "execution_count": null,
"metadata": {},
- "outputs": [
- {
- "data": {
- "text/plain": [
- "date\n",
- "2019-08-30 -910,332.93\n",
- "2019-09-02 -910,332.93\n",
- "2019-09-03 -910,332.93\n",
- "2019-09-04 -911,899.69\n",
- "2019-09-05 -911,899.69\n",
- "2019-09-06 -911,899.69\n",
- "2019-09-09 -911,899.69\n",
- "2019-09-10 -911,899.69\n",
- "2019-09-11 -911,899.69\n",
- "2019-09-12 -911,899.69\n",
- "2019-09-13 -911,899.69\n",
- "2019-09-16 -911,899.69\n",
- "2019-09-17 -911,899.69\n",
- "2019-09-18 -911,899.69\n",
- "2019-09-19 -911,899.69\n",
- "2019-09-20 -911,899.69\n",
- "2019-09-23 -911,899.69\n",
- "2019-09-24 -911,899.69\n",
- "2019-09-25 -911,899.69\n",
- "2019-09-26 -911,899.69\n",
- "2019-09-27 -911,899.69\n",
- "2019-09-30 -911,899.69\n",
- "2019-10-01 -911,899.69\n",
- "2019-10-02 -913,453.48\n",
- "2019-10-03 -913,453.48\n",
- "2019-10-04 -913,453.48\n",
- "2019-10-07 -913,453.48\n",
- "Name: amount, dtype: float64"
- ]
- },
- "execution_count": 106,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
+ "outputs": [],
"source": [
"df_baml=df_balances[df_balances.broker == \"BAML_ISDA\"]\n",
"df_baml.groupby(df_baml.index)['amount'].sum()[\"2019-08-30\":]"