diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/collateral/citi.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/python/collateral/citi.py b/python/collateral/citi.py index 00722b4c..dcd6992c 100644 --- a/python/collateral/citi.py +++ b/python/collateral/citi.py @@ -57,9 +57,8 @@ def get_total_collateral(d): raise FileNotFoundError(f"CITI file not found for date {d.date()}") l = load_pdf(fname) col1 = (370, 500, 70, 100) - col2 = (370, 500, 100, 500) - col3 = (370, 500, 500, 600) - + col2 = (370, 500, 100, 510) + col3 = (370, 500, 510, 600) variation_margin = get_df(l, col1, col2, col3) anchor = next(c for c in l if c.text == "Non Regulatory Initial Margin") top = int(anchor["top"]) + 10 |
