diff options
Diffstat (limited to 'python/collateral/baml_isda.py')
| -rw-r--r-- | python/collateral/baml_isda.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/collateral/baml_isda.py b/python/collateral/baml_isda.py index 01809bee..92727236 100644 --- a/python/collateral/baml_isda.py +++ b/python/collateral/baml_isda.py @@ -56,7 +56,7 @@ def download_from_secure_id( z.extract(f, path=path) -def download_files(em, d=None, count=20): +def download_files(em, d=None, count=20, **kwargs): DATA_DIR = DAILY_DIR / "BAML_ISDA_reports" emails = em.get_msgs(path=["NYops", "Margin Calls Baml"], count=count) for msg in emails: @@ -136,7 +136,7 @@ def load_excel(fname): return df -def collateral(d, dawn_trades, *args): +def collateral(d, dawn_trades, **kwargs): report_date = d + BDay() REPORTS_DIR = DAILY_DIR / "BAML_ISDA_reports" try: |
