{% 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 }}
| component | legacy | ours | abs Δ | rel Δ | bucket |
|---|---|---|---|---|---|
| {{ p.component }} | {{ fmt(p.legacy) }} | {{ fmt(p.ours) }} | {{ fmt(p.abs_delta) }} | {{ fmt(p.rel_delta) }} | {{ p.bucket if p.bucket is not none else "" }} |
The wide explain / input columns behind this row — dropped from the on-screen summary tables and previously reachable only via the CSV export.
| {{ k }} | {{ fmt(v) }} |
|---|