diff options
| -rw-r--r-- | python/external_deriv_marks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/external_deriv_marks.py b/python/external_deriv_marks.py index 28a7b048..6efbc37a 100644 --- a/python/external_deriv_marks.py +++ b/python/external_deriv_marks.py @@ -95,7 +95,7 @@ def citi_navs(date: datetime.date = None, **kwargs): "Notional", "Market Value", "Market Value", - "BaxsicAmt", + "BasicAmt", ] ] df.columns = COLUMNS |
