Category |
{{ risk_dim.replace('-', ' ') }} |
{{ risks_description.get(risk_dim) ~ " " ~ risks_intro_conclusion.get(risk_dim, {}).get("intro","") }} |
{{ metric_card_name_translation.get(card_name, card_name) }} |
{{ meta_data_based_on_id[card_id]['Benchmark Details']["Overview"] }} |
Score ({{ metrics.get('score_name', '') }}) | Margin of error |
---|---|
{{ score }} | +/- {{ margin_of_error }} |
Score target | {{ range_description }} |
Score range | {{ range_value }} |
{{ metrics_meta_data[metric_name].get("name",metric_name) }} | {{ metric_value }} |
{{ metrics_meta_data[metric_name].get('description', '') }} |
Methodology |
We now outline the methodology used for collecting {{ metric_card_name_translation.get(card_name, card_name) }} and the details of the metrics computed using this dataset. |
{{ meta_data_name }} |
{{ meta_data_value }} |
Benchmark Details |
In this section we outline the details of the {{ metric_card_name_translation.get(card_name, card_name) }} which was used for this testing. |
{{ benchmark_detail_name }} | {% if benchmark_detail_value is iterable and benchmark_detail_value is not string %} {% if benchmark_detail_value[0] is mapping %} {% for item in benchmark_detail_value %} {% for key, value in item.items() %} {{ value }} {% if not loop.last %},{% endif %} {% endfor %} {% endfor %} {% else %} {{ benchmark_detail_value | join(", ") }} {% endif %} {% else %} {{ benchmark_detail_value }} {% endif %} |
{{ meta_data_title }} |
In this section we outline the purpose and intended use of {{ metric_card_name_translation.get(card_name, card_name) }} |
This section outlines the details of the data present in {{ metric_card_name_translation.get(card_name, card_name) }} |
The details of the different risk categories covered by {{ metric_card_name_translation.get(card_name, card_name) }} are given below. |
{{ meta_data_name }} |
{{ meta_data_value }} |
{{ risks_intro_conclusion.get(risk_dim, {}).get("conclusion","") }}
{% endfor %}