Current Holdings

{% for h in holdings_report['holdings']|sort %} {% if holdings_report['holdings'][h]['name'] %} {% else %} {% endif %} {% if holdings_report['holdings'][h]['value'] is not none %} {% if holdings_report['holdings'][h]['gain'] >= 0 %} {% else %} {% endif %} {% else %} {% endif %} {% endfor %}
Asset Quantity Cost (inc. fees) Market Value Gain
{{ h }} ({{ holdings_report['holdings'][h]['name'] }}){{ h }}{{ holdings_report['holdings'][h]['quantity']|quantityfilter }} {{ holdings_report['holdings'][h]['cost']|valuefilter }}{{ holdings_report['holdings'][h]['value']|valuefilter }}{{ holdings_report['holdings'][h]['gain']|valuefilter }}{{ holdings_report['holdings'][h]['gain']|valuefilter }} Not available
{% if holdings_report['totals']['gain'] >= 0 %} {% else %} {% endif %}
Total {{ holdings_report['totals']['cost']|valuefilter }} {{ holdings_report['totals']['value']|valuefilter }}{{ holdings_report['totals']['gain']|valuefilter }}{{ holdings_report['totals']['gain']|valuefilter }}