aboutsummaryrefslogtreecommitdiffstats
path: root/python/collateral_calc.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/collateral_calc.py')
-rw-r--r--python/collateral_calc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/collateral_calc.py b/python/collateral_calc.py
index e734f992..770ea02e 100644
--- a/python/collateral_calc.py
+++ b/python/collateral_calc.py
@@ -82,7 +82,7 @@ def download_sftp_files(d=None,
def download_ms_emails(count=20):
- emails = get_msgs(path=["NYops"], subject_filter="SERCX **Daily",
+ emails = get_msgs(path=["NYops", "Margin calls MS"], subject_filter="SERCX **Daily",
count=count)
DATA_DIR = DAILY_DIR / "MS_reports"
for msg in emails:
@@ -99,7 +99,7 @@ def download_ms_emails(count=20):
def download_gs_emails(count=20):
emails = get_msgs(path=["NYops", "Margin calls"],
- subject_filter="Regulatory VM Margin",
+ subject_filter="Margin Summary from GSIL",
count=count)
DATA_DIR = DAILY_DIR / "GS_reports"
for msg in emails: