aboutsummaryrefslogtreecommitdiffstats
path: root/python/collateral
diff options
context:
space:
mode:
Diffstat (limited to 'python/collateral')
-rw-r--r--python/collateral/jpm.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/collateral/jpm.py b/python/collateral/jpm.py
index 7d4d51ad..5c0584a4 100644
--- a/python/collateral/jpm.py
+++ b/python/collateral/jpm.py
@@ -81,7 +81,6 @@ def collateral(d, dawn_trades, *, fund="BowdSt", **kwargs):
collat = get_collateral(pages[3])
except IndexError:
collat = 0.0
- df = load_positions(pages[4])
try:
df = pd.concat([load_positions(pages[4]), load_positions(pages[5])])
except StopIteration: