{% extends "base.html" %} {% from "_recon_table.html" import fmt, render_table %} {% block title %}Loan forensic — RWA Calculator{% endblock %} {% block content %}
← Back to the report · per-key explorer
{{ detail.recon_key }}
{% if signoff_error %}The loan's RWA build, legacy vs ours at each step. Indented rows are our-side drivers explaining how we reached the value above; a driver tagged legacy not provided has no legacy counterpart in the mapping.
| step | legacy | ours | abs Δ | rel Δ | status | |
|---|---|---|---|---|---|---|
| {{ step.label }} | {{ fmt(step.legacy) }} | {{ fmt(step.ours) }} | {{ fmt(step.abs_delta) }} | {{ fmt(step.rel_delta) }} | {{ step.bucket if step.bucket is not none else "" }} | |
| ↳ {{ d.name }} | {% if d.legacy_available %}{{ fmt(d.legacy) }} | {% else %}legacy not provided | {% endif %}{{ fmt(d.ours) }} |
Record whether this exposure's difference is acceptable. Accepting or rejecting takes it off the Open worklist; reopen it to put it back.
{% if decision and signoff_stale %}