diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/parse_citi_pdf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/parse_citi_pdf.py b/python/parse_citi_pdf.py index 39a33f5a..def5bc67 100644 --- a/python/parse_citi_pdf.py +++ b/python/parse_citi_pdf.py @@ -63,8 +63,8 @@ def get_citi_collateral(d): top = int(anchor["top"]) + 10 bottom = top + 150 col1 = (top, bottom, 70, 100) - col2 = (top, bottom, 100, 500) - col3 = (top, bottom, 500, 600) + col2 = (top, bottom, 100, 505) + col3 = (top, bottom, 505, 600) initial_margin = get_df(l, col1, col2, col3) return ( variation_margin.loc["VM Total Collateral", "amount"] |
