{% extends "index.html" %} {% block result -%}
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)) }} |
| 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))}} |