diff options
Diffstat (limited to 'python/populate_tranche_cashflows.py')
| -rw-r--r-- | python/populate_tranche_cashflows.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/populate_tranche_cashflows.py b/python/populate_tranche_cashflows.py index a46d169a..1a7264d5 100644 --- a/python/populate_tranche_cashflows.py +++ b/python/populate_tranche_cashflows.py @@ -99,5 +99,5 @@ if __name__ == "__main__": import serenitas.analytics serenitas.analytics._include_todays_cashflows = True - for fund in ("SERCGMAST", "BOWDST", "BRINKER"): - insert_tranche_accrued(datetime.date(2022, 6, 17), dawndb, fund) + for fund in ("SERCGMAST", "BOWDST", "BRINKER", "ISOSEL"): + insert_tranche_accrued(datetime.date(2022, 9, 19), dawndb, fund) |
