{% extends "base.html" %} {% block title %}Map account labels · net-alpha{% endblock %} {% block content %}

Map broker labels to your accounts

The positions CSV you just uploaded uses {% if unresolved|length == 1 %}an account name{% else %}account names{% endif %} we don’t recognize. Pick which of your accounts each one belongs to so the verify engine can reconcile broker totals against your local data. Skipped labels stay un-aliased and continue to show as PositionsMissingLocal findings.

{% for label in unresolved %}
Broker label
{{ label }}
Maps to
{% endfor %}
Cancel
{% endblock %}