diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/notify_tranche_cashflows.py | 4 | ||||
| -rw-r--r-- | python/populate_tranche_cashflows.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/python/notify_tranche_cashflows.py b/python/notify_tranche_cashflows.py index 6b82d98c..bac41fcc 100644 --- a/python/notify_tranche_cashflows.py +++ b/python/notify_tranche_cashflows.py @@ -6,7 +6,7 @@ import pandas as pd from serenitas.utils.db import dawn_engine from report_ops.utils import Monitor -from report_ops.misc import _recon_recipients, _cc_recipients +from report_ops.misc import _settlement_recipients, _cc_recipients class TrancheCashflowsEmails( @@ -47,7 +47,7 @@ class TrancheCashflowsEmails( </body> </html>""" ), - to_recipients=_recon_recipients[fund], + to_recipients=_settlement_recipients[fund], cc_recipients=_cc_recipients[fund], attach=[attachment], ) diff --git a/python/populate_tranche_cashflows.py b/python/populate_tranche_cashflows.py index 67730f1d..11ddf5e6 100644 --- a/python/populate_tranche_cashflows.py +++ b/python/populate_tranche_cashflows.py @@ -102,4 +102,4 @@ if __name__ == "__main__": serenitas.analytics._include_todays_cashflows = True funds = ("SERCGMAST", "BOWDST", "BRINKER", "ISOSEL") - insert_tranche_accrued(datetime.date(2023, 3, 15), dawndb, funds) + insert_tranche_accrued(datetime.date(2023, 6, 14), dawndb, funds) |
