| Asset | Date | Income Type | Description | Quantity | Market Value | Fees |
|---|---|---|---|---|---|---|
| {{ te.asset }} | {{ te.date|datefilter }} | {{ te.type.value }} | {{ te.note }} | {{ te.quantity|quantityfilter }} | {% set asset_totals.quantity = asset_totals.quantity + te.quantity %}{{ te.amount|valuefilter }} | {% set asset_totals.amount = asset_totals.amount + te.amount %}{{ te.fees|valuefilter }} | {% set asset_totals.fees = asset_totals.fees + te.fees %}
| Total | {{ asset_totals.quantity|quantityfilter }} | {{ asset_totals.amount|valuefilter }} | {{ asset_totals.fees|valuefilter }} |
| Income Type | Market Value | Fees | ||||
|---|---|---|---|---|---|---|
| {{ i_type }} | {{ income.type_totals[i_type]['amount']|valuefilter }} | {{ income.type_totals[i_type]['fees']|valuefilter }} |
| Total | {{ income.totals['amount']|valuefilter }} | {{ income.totals['fees']|valuefilter }} |