diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/collateral/cs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/collateral/cs.py b/python/collateral/cs.py index 78d77081..8e40dd2f 100644 --- a/python/collateral/cs.py +++ b/python/collateral/cs.py @@ -100,7 +100,7 @@ def load_cs_positions(d: datetime.date, fund: str, legacy=False): df = pd.read_excel( DATA_DIR / f"CollateralCptyStatement161{full_name[fund]}RVM_{d:%m%d%Y}.xls", header=5, - skipfooter=29, + skipfooter=28, ) if df.empty: raise ValueError(f"empty position statement for {d}") |
