{% 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 %}
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 %}