net-alpha computed:
${{ "{:,.2f}".format(result.net_alpha_total) }}
·
{% if result.status.value == "unavailable" %}
{{ result.source_label or "Broker G/L" }}: not available for this account
{% else %}
{{ result.source_label or "Broker G/L" }}:
${{ "{:,.2f}".format(result.broker_total) }}
{% if result.status.value == "match" %}
✓
{% elif result.status.value == "near_match" %}
~match (within tolerance)
{% else %}
△ ${{ "{:,.2f}".format(result.delta|abs) }}
{% endif %}
{% endif %}