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

Run a calculation

Point at a local data directory of parquet/CSV inputs and run the RWA pipeline.

{% if error %}
{{ error }}
{% endif %} {% if reusable_run %}
This exact calculation (same inputs, unchanged data) already ran at {{ reusable_run.completed_at }} — view its results, or run it again below.
{% endif %}
Output format(s) — written to the output folder when one is set
{% for fmt in export_formats %} {% set is_workbook = fmt in ("excel", "corep", "pillar3") %} {% endfor %}
{% if not xlsx_available %}

Install xlsxwriter to enable Excel, COREP and Pillar III.

{% endif %}
{% endblock %}