{% extends "base.html" %} {% block title %}Results — RWA Calculator{% endblock %} {% block content %}
Split by method — STD (standardised), FIRB, AIRB (advanced IRB, retail included), and slotting / equity where present.
{% for section in class_method_sections %}Split by method — STD (standardised), FIRB, AIRB (advanced IRB, retail included), and slotting / equity where present.
{% for section in class_method_ead_sections %}View the COREP and Pillar III templates generated from this run on screen, sheet by sheet — the same figures the regulatory workbooks export.
Save the full result set to a file. Parquet and CSV download as a zip of one file per dataset; Excel, COREP and Pillar III download as a single workbook.
Write the selected formats straight to a folder on this machine. Each save lands in its own rwa_export_<id> subfolder so it never overwrites earlier results.
{% if save_outcome and save_outcome.files %}First {{ table_rows | length }} exposures.
| {{ c }} | {% endfor %}
|---|
| {% if v is number %}{{ "{:,.2f}".format(v) }}{% else %}{{ v if v is not none else "" }}{% endif %} | {% endfor %}