Reconciliation
{% if portfolio.reconciliation %}
{{ portfolio.reconciliation.status }} · {{ portfolio.reconciliation.broker_id }} / {{ portfolio.reconciliation.broker_account_id }}
{{ portfolio.reconciliation.created_at }}
{% else %}
No reconciliation run yet.
Run sync to create one.
{% endif %}
Last sync
{% if portfolio.last_sync %}
{{ portfolio.last_sync.status }} · {{ portfolio.last_sync.broker_id }}
{{ portfolio.last_sync.started_at }}
{% else %}
No broker sync run yet.
Sync is optional for the local paper portfolio.
{% endif %}