{% extends "base.html" %} {% block content %}

Step 2: Test Period

Automatic Benchmark: The benchmark period will be automatically calculated as the same time period from 1 year prior to your test dates. For example, if your test runs from Jan 1, 2026 to Mar 1, 2026, the benchmark will be Jan 1, 2025 to Mar 1, 2025.
TEST PERIOD
When does the strategy go live?
BENCHMARK Auto-calculated (1 year prior)

{% if case_study.benchmark_start_date and case_study.benchmark_end_date %} Current: {{ case_study.benchmark_start_date }} {{ case_study.benchmark_end_date }} {% else %} Will be calculated when you proceed {% endif %}

Back
{% endblock %}