{% extends "index.html" %} {% block result -%}
Report year {{ report_year }} from {{ file_count }} uploaded file{% if file_count != 1 %}s{% endif %}.
{%- endif %}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)) }} |
| Symbol / Arvopaperi | Quantity / Määrä | Acquisition date / Hankintapäivä | Acquisition cost / Hankintahinta | {%- if use_deemed_acquisition_cost %}Deemed / Olettama | {%- endif %}Disposal 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 use_deemed_acquisition_cost %}{% if item.used_deemed_acquisition_cost %}✓{% endif %} | {%- endif %}{{item.disposed_on.isoformat()}} | {{"%.2f"|format(item.proceeds|round(2))}} | {{"%.2f"|format(item.realized|round(2))}} |