{% extends "base.html" %} {% block title %}Report templates — RWA Calculator{% endblock %} {% block container_mod %}container--wide{% endblock %} {% block content %}

← Back to results

Report templates · {{ page.framework }}

{% if not page.templates %}
This run produced no report templates.
{% else %}

The COREP and Pillar III templates generated from this run, exactly as they export. Cells are shown as the generator produced them — a blank cell () is an empty or not-reported cell, which is not the same as a reported 0.

{% if page.selected and page.has_lineage %}

Click any cell to see which exposures and rules produced it.

{% endif %}
{% if page.selected and page.selected.sheets %}
{% else %} {% endif %}
{% if page.selected %}

{{ page.selected.title }}{% if page.sheet %} · {{ page.sheet }}{% endif %} · {{ page.columns | length }} columns

{% if page.groups %} {% for group in page.groups %}{% endfor %} {% endif %} {% for col in page.columns %}{% endfor %} {% for row in page.rows %} {% for cell in row.cells %} {% endfor %} {% endfor %}
{{ group.name }}
Row Name{{ col.ref }}
{{ row.row_ref }} {{ row.row_name }}{% if page.has_lineage %}{{ cell.display }}{% else %}{{ cell.display }}{% endif %}
{% else %}
That template is not available for this run.
{% endif %} {% endif %} {% endblock %}