aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/citco_monitor.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/citco_monitor.py b/python/citco_monitor.py
index 29c0369a..56bbb0e3 100644
--- a/python/citco_monitor.py
+++ b/python/citco_monitor.py
@@ -97,6 +97,7 @@ def check_bond_factors(date, fund, conn):
d = row._asdict() | {"date": date}
BondFactorMonitor.stage(d)
BondFactorMonitor.email(fund)
+ BondFactorMonitor.clear()
def notify_swaption_exercise(expiration_date, fund, conn):
@@ -122,6 +123,7 @@ def notify_swaption_exercise(expiration_date, fund, conn):
)
SwaptionExerciseNotification.stage(d)
SwaptionExerciseNotification.email(fund, expiration_date)
+ SwaptionExerciseNotification.clear()
if __name__ == "__main__":