book on {{ at.date }}

{% if at.nav %}

equity ${{ at.nav.equity|money }} · realized {{ at.nav.realized|money_signed }} · unrealized {{ at.nav.unrealized|money_signed }}

{% endif %}

positions ({{ at.positions|length }})

{% for p in at.positions %} {% else %} {% endfor %}
sleevesymbolqtyentry
{{ p.sleeve }} {{ p.symbol }} {{ p.qty|qty }} {{ p.entry_price|qty }}
no open positions on this date

trades on {{ at.date }} ({{ at.trades|length }})

{% for t in at.trades %} {% else %} {% endfor %}
tssleevesymbolsideqtypricereason
{{ t.ts }} {{ t.sleeve }} {{ t.symbol }} {{ t.side }} {{ t.qty|qty }} {{ t.price|qty }} {{ t.reason }}
no trades on this date