{% extends "base.html" %} {% block title %}{{ _("Allocation") }} · Wealth Dashboard{% endblock %} {% block heading %}{{ _("Allocation") }}{% endblock %} {% block lede %}
{{ _("Where the money is by what it is — asset class, region, and buckets of your own — against where you meant it to be. Set a target per key and the page shows the drift; give it the amount you are about to invest and it says how to spread it so the drift shrinks, without selling anything.") }}
{% endblock %} {% block content %} {% set dim_titles = {'asset_class': _("By asset class"), 'region': _("By region"), 'bucket': _("By bucket")} %} {% set dim_notes = {'asset_class': _("Cash is every account balance; the rest is each holding's class."), 'region': _("Where a fund invests, or where a share is listed — guessed from the name and the ISIN, yours to correct."), 'bucket': _("Your own taxonomy — Core and Satellite, Safe and Play, whatever you think in. Nothing is guessed here.")} %} {% if not data.holdings and not data.cash %}{{ _("Nothing to allocate yet — no holdings and no cash balance.") }}
{{ dim_notes[dim] }}
| {{ _("Security") }} | {{ _("Value") }} | {{ _("Asset class") }} | {{ _("Region") }} | {{ _("Bucket") }} | |
|---|---|---|---|---|---|
| {{ h.name or h.isin }}{{ h.isin }}{% if h.guessed %} · {{ _("guessed") }}{% endif %} | {{ money(h.value_base, base_currency) if h.value_base else '—' }} |