aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/collateral/jpm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/collateral/jpm.py b/python/collateral/jpm.py
index 6d62a8b3..5d4c4db9 100644
--- a/python/collateral/jpm.py
+++ b/python/collateral/jpm.py
@@ -41,7 +41,7 @@ def get_collateral(collat_page):
def load_positions(positions_page):
anchor = next(c for c in positions_page if c.text.startswith("Total Product Group"))
- bottom = int(anchor["top"]) - 30
+ bottom = int(anchor["top"]) - 25
widths = (10, 160, 300, 380, 450, 500, 550, 635, 700, 780, 850, 960, 1000, 1200)
cols = [
get_col(positions_page, 200, bottom, l, r) for l, r in zip(widths, widths[1:])