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

3. Fill out the forms at vero.fi

{%- if report_year is not none %}

Report year {{ report_year }} from {{ file_count }} uploaded file{% if file_count != 1 %}s{% endif %}.

{%- endif %}

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(proceeds|round(2)) }}
Total capital gains / Luovutusvoitot yhteensä{{ "%.2f"|format(gains|round(2)) }}
Total capital losses / Luovutustappiot yhteensä{{ "%.2f"|format(losses|round(2)) }}

Details / Tiedot

{%- if use_deemed_acquisition_cost %} {%- endif %} {%- for item in disposals %} {%- if use_deemed_acquisition_cost %} {%- endif %} {%- endfor %}
Symbol / Arvopaperi Quantity / Määrä Acquisition date / Hankintapäivä Acquisition cost / HankintahintaDeemed / OlettamaDisposal date / Luovutuspäivä Disposal price / Luovutushinta Gain or loss / Voitto tai tappio
{{item.symbol}} {{item.quantity}} {{item.acquired_on.isoformat()}} {{"%.2f"|format(item.acquisition_cost|round(2))}}{% if item.used_deemed_acquisition_cost %}✓{% endif %}{{item.disposed_on.isoformat()}} {{"%.2f"|format(item.proceeds|round(2))}} {{"%.2f"|format(item.realized|round(2))}}
{%- endblock %}