diff options
Diffstat (limited to 'python/collateral/common.py')
| -rw-r--r-- | python/collateral/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/collateral/common.py b/python/collateral/common.py index 48b602e0..20806ea1 100644 --- a/python/collateral/common.py +++ b/python/collateral/common.py @@ -83,7 +83,7 @@ def compare_notionals_rates( if hasattr(t, "effective_date"): msg = f"{t.Index[0]}\t{t.effective_date:%Y-%m-%d}\t{t.notional}\t{t.NOTIONAL}" else: - msg = f"{t.Index[0]}\t{t.Index[1]:%Y-%m-%d}\t{t.notional}\t{t.NOTIONAL}" + msg = f"{t.Index[1]}\t{t.Index[0]:%Y-%m-%d}\t{t.notional}\t{t.NOTIONAL}" logger.error(msg) |
