{% extends "index.html" %} {% block result -%}

3. Fill out the forms at vero.fi

Profit from selling securities / Arvopaperien myyntivoitot

From Filing method / Ilmoittamistapa choose I am giving the details on securities in an attachment file / Ilmoitan arvopaperien tiedot liitetiedostossa and fill out the following fields.
Field Value
Total selling prices / Luovutushinnat yhteensä{{ "%.2f"|format(prices|round(2)) }}
Total capital gains / Luovutusvoitot yhteensä{{ "%.2f"|format(gains|round(2)) }}
Total capital losses / Luovutustappiot yhteensä{{ "%.2f"|format(losses|round(2)) }}

Details

{%- for item in details %} {%- endfor %}
Symbol Quantity Buy Date Sell Date Selling Price Gains / Losses
{{item.symbol}} {{item.quantity}} {{item.buy_date}} {{item.sell_date}} {{"%.2f"|format(item.price|round(2))}} {{"%.2f"|format(item.realized|round(2))}}
{%- endblock %}