{% extends "base.html" %} {% block title %}Reconciling — RWA Calculator{% endblock %} {% block content %}

Reconciling…

Running the RWA pipeline and reconciling it against your legacy output. Keep this tab open — the reconciliation report opens automatically when the run finishes.

0:00 elapsed
    {% for s in stages %}
  1. {{ s.label }}{% if s.heavy %} · the heavy step{% endif %}
  2. {% endfor %}
{% endblock %} {% block scripts %} {% endblock %}