{% extends "warden/warden_layout.html" %} {% block content %}
Date | Portfolio Value ({{current_user['symbol']}}) |
Cost ({{current_user['symbol']}}) |
PnL ({{current_user['symbol']}}) |
₿ (Position) |
₿ (Flow) |
₿ (price in {{current_user['symbol']}}) |
NAV |
---|---|---|---|---|---|---|---|
{{key.strftime("%Y-%b-%d")}} | {{current_user['symbol']}} {{value['PORT_fx_pos'] | jformat(0)}} | {{current_user['symbol']}} {{value['PORT_ac_CFs_fx'] | jformat(0)}} | {{current_user['symbol']}} {{(value['PORT_fx_pos'] - value['PORT_ac_CFs_fx']) | jformat(0)}} | {{value['BTC_pos'] | jformat(4)}} | {%if value['BTC_quant'] > 0 %} {%elif value['BTC_quant'] < 0 %} {%endif%} {{value['BTC_quant'] | jformat(4)}} | {{current_user['symbol']}} {{value['BTC_price'] | jformat(0)}} | {{value['NAV_fx'] | jformat(2)}} |