{{cfg.title}}

Balance
{{balance}}
Earnings ({{cfg.days}} days)
{{earnings_amount}}
Rate of return ({{cfg.days}} days)
{{ror}}%
Number of holdings
{{nb_holdings}}
Balance
Earnings
Transactions
{% for tr in transactions %} {% endfor %}
Date Action Holding Quantity Price Amount Fees
{{tr.date.strftime("%d %B %Y")}} {{tr.action.name}} {{tr.name or tr.ticker or tr.isin or "-"}} {{tr.quantity or "-"}} {{tr.price or "-"}} {{tr.amount or "-"}} {{tr.fees or "-"}}