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

← Back to {{ panel.template_title }}

Cell lineage

{{ panel.template_title }}{% if panel.sheet %} · {{ panel.sheet }}{% endif %} · row {{ panel.row_ref }} · column {{ panel.col_ref }}

{{ panel.cell_display }}
Reported value
{% if panel.contribution_display %}
{{ panel.contribution_display }}
Sum of contributions
{% endif %}
{{ "{:,}".format(panel.total_rows) }}
Contributing legs
{% if panel.warning %}
{{ panel.warning }}
{% endif %} {% if panel.reconciles is not none %}
{% if panel.reconciles %} The contributing legs reconcile to the reported figure{% if panel.sign == 'negated' %} (allowing for the deduction-column sign convention){% endif %}. {% else %} The contributing legs do not reconcile to the reported figure — this is a defect, please report it. {% endif %}
{% endif %}

{{ panel.row_name or panel.row_ref }} · {{ panel.col_name }}

{{ panel.summary }}

{% if panel.metric %}

Measure: {{ panel.metric }}

{% endif %} {% if panel.refs %}

Derived from cells: {% for ref in panel.refs %}{{ ref }}{% if not loop.last %}, {% endif %}{% endfor %} of this row.

{% endif %} {% if panel.kind == 'rows' %}

A leg is included when:

{% if panel.criteria %} {% else %}

No further condition — this cell covers the whole sheet population.

{% endif %} {% endif %}

Population:

Basis: {{ panel.basis }} — the sealed per-exposure ledger.

{% if panel.total_rows %}

Contributing exposure legs

A guaranteed exposure is split into legs (guaranteed / retained), so a row here is a leg, not necessarily a whole exposure — see reporting_leg_role. Largest contributor first.

{% for col in panel.columns %}{% endfor %} {% for row in panel.rows %} {% for cell in row %}{% endfor %} {% endfor %}
{{ col }}
{{ cell }}
{% endif %} {% endblock %}