{% load portfolio_tags %} {% load mathfilters %}

Please find bellow the rebalancing summary that the system automatically detected


We detected {{map_rebalancing|length}} rebalanced equity that day.

{% for equity_repr, report_dict in map_rebalancing.items %}

{{ equity_repr }}

{% for product_repr, value in report_dict.items %} {% if value|abs <= rebalancing_threshold %} {% else %} {% endif %} {% endfor %}
Product Weight Δ
{{ product_repr }} {{ value|percent_filter:3 }}{{ product_repr }} {{ value|percent_filter:3 }}
{% endfor %}