{{ t.last_update }}: {{ val.last_price_date }}
{% else %}{{ t.no_data }}
{% endif %}| {{ t.fund }} | {{ t.cost }} | {{ t.value }} | {{ t.profit }} | {{ t.profit_pct }} |
|---|---|---|---|---|
| {{ f.name }} | {{ fmt(f.cost) }} | {{ fmt(f.value) }} | {{ fmt(f.profit) }} | {{ fmt_pct(f.profit_pct) }} |
| {{ t.profit_pct }} | {{ fmt(val.total_cost) }} | {{ fmt(val.total_value) }} | {{ fmt(val.total_profit) }} | {{ fmt_pct(val.total_profit_pct) }} |
{{ t.yearly_limit }} {{ row.year }}
| {{ t.tsumitate }} | {{ fmt(row.tsumitate) }} / {{ fmt(limits.tsumitate) }} | |
|---|---|---|
| {{ t.growth }} | {{ fmt(row.growth) }} / {{ fmt(limits.growth) }} | |
| {{ t.used }} | {{ fmt(row.total) }} / {{ fmt(limits.yearly) }} |
{{ t.lifetime_limit }}
| {{ t.used }} | {{ fmt(lifetime.total) }} / {{ fmt(limits.lifetime) }} | |
|---|---|---|
| {{ t.growth }} ({{ t.lifetime }}) | {{ fmt(lifetime.growth) }} / {{ fmt(limits.growth_lifetime) }} |
{{ t.monthly }}: {{ fmt(fc.monthly_tsumitate) }} · {{ t.monthly_growth }}: {{ fmt(fc.monthly_growth) }} · {{ t.annual_return }}: {{ fc.annual_return_pct }}%
{% if fc.over_limit_monthly %}{{ t.no_warning }}
{% endif %}| {{ t.date }} | {{ t.fund }} | {{ t.account }} | {{ t.quantity }} | {{ t.unit_price }} | {{ t.cost }} |
|---|---|---|---|---|---|
| {{ p.date }} | {{ p.name }} | {{ p.account }} | {{ p.quantity|round|int }} | {{ p.unit_price|round|int }} | {{ fmt(p.invested) }} |