diff options
Diffstat (limited to 'python/pnl_explain.py')
| -rw-r--r-- | python/pnl_explain.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/pnl_explain.py b/python/pnl_explain.py index 3178e7a4..914c84ed 100644 --- a/python/pnl_explain.py +++ b/python/pnl_explain.py @@ -306,7 +306,6 @@ def get_fx_pv(start_date: datetime.date, end_date: datetime.date, fund: str, **k df_pv, df_upfront = {}, {} for d in dr.date: portf = FxForward.get_portfolio(d, fund=fund) - df_pv[d] = portf.pv upfront = 0 pv = 0 for t in portf.trades: |
