diff options
Diffstat (limited to 'python/monthly_interest.py')
| -rw-r--r-- | python/monthly_interest.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/monthly_interest.py b/python/monthly_interest.py index 73485241..13a19ab6 100644 --- a/python/monthly_interest.py +++ b/python/monthly_interest.py @@ -18,7 +18,9 @@ def download_messages(em, counterparty, start, end): if counterparty == "CITI": base_dir = DAILY_DIR / f"{counterparty}_reports" / "Interest Statements" elif counterparty == "BAML": - base_dir = DAILY_DIR / f"BoA_reports" / "Interest Statements" + base_dir = ( + DAILY_DIR / "Serenits" / "Test" / f"BoA_reports" / "Interest Statements" + ) else: base_dir = ( DAILY_DIR |
