update roi calc help page

This commit is contained in:
Tobias Brunner 2025-07-24 09:03:17 +02:00
parent 86d4b6412e
commit 410aa7e112
Signed by: tobru
SSH key fingerprint: SHA256:kOXg1R6c11XW3/Pt9dbLdQvOJGFAy+B2K6v6PtRWBGQ

View file

@ -172,13 +172,13 @@ html {
<div class="col-md-6"> <div class="col-md-6">
<div class="model-card direct-model"> <div class="model-card direct-model">
<h5><i class="bi bi-rocket"></i> Direct Investment</h5> <h5><i class="bi bi-rocket"></i> Direct Investment</h5>
<p><strong>200-400% Potential Returns</strong></p> <p><strong>40-100% Market-Realistic Returns</strong></p>
<p>Performance-based revenue sharing with exponential scaling bonuses and extended grace periods.</p> <p>Performance-based revenue sharing with conservative scaling and sustainable grace periods.</p>
<ul class="text-success small"> <ul class="text-success small">
<li>Exponential scaling rewards</li> <li>Linear scaling up to 2.0x instances</li>
<li>Revenue premiums up to 60%</li> <li>Revenue premiums up to 20%</li>
<li>Performance bonuses up to 35%</li> <li>Performance bonuses up to 15%</li>
<li>Extended grace periods</li> <li>Grace periods max 6 months</li>
</ul> </ul>
</div> </div>
</div> </div>
@ -280,10 +280,10 @@ html {
<h5 class="mb-0">Safe (Conservative)</h5> <h5 class="mb-0">Safe (Conservative)</h5>
</div> </div>
<div class="card-body"> <div class="card-body">
<p><strong>3% monthly churn</strong></p> <p><strong>2.5% monthly churn</strong></p>
<p>Steady growth: 3-8 new clients/month</p> <p>Steady growth: 15-40 new instances/month</p>
<p>Best for: Established markets, risk-averse CSPs</p> <p>Best for: Established markets, risk-averse CSPs</p>
<p class=\"small text-muted\">~200 total clients over 3 years</p> <p class=\"small text-muted\">~5-8 new clients/month × 3-5 instances each</p>
</div> </div>
</div> </div>
</div> </div>
@ -293,10 +293,10 @@ html {
<h5 class="mb-0">Balanced (Moderate)</h5> <h5 class="mb-0">Balanced (Moderate)</h5>
</div> </div>
<div class="card-body"> <div class="card-body">
<p><strong>4% monthly churn</strong></p> <p><strong>3% monthly churn</strong></p>
<p>Balanced growth: 5-15 new clients/month</p> <p>Balanced growth: 25-90 new instances/month</p>
<p>Best for: Competitive markets, balanced approach</p> <p>Best for: Competitive markets, balanced approach</p>
<p class=\"small text-muted\">~350 total clients over 3 years</p> <p class=\"small text-muted\">~8-15 new clients/month × 3-6 instances each</p>
</div> </div>
</div> </div>
</div> </div>
@ -306,10 +306,10 @@ html {
<h5 class="mb-0">Fast (Aggressive)</h5> <h5 class="mb-0">Fast (Aggressive)</h5>
</div> </div>
<div class="card-body"> <div class="card-body">
<p><strong>5% monthly churn</strong></p> <p><strong>3.5% monthly churn</strong></p>
<p>Rapid growth: 8-25 new clients/month</p> <p>Rapid growth: 40-150 new instances/month</p>
<p>Best for: High-growth strategies, active sales</p> <p>Best for: High-growth strategies, active sales</p>
<p class=\"small text-muted\">~500 total clients over 3 years</p> <p class=\"small text-muted\">~12-25 new clients/month × 3-6 instances each</p>
</div> </div>
</div> </div>
</div> </div>
@ -378,9 +378,9 @@ html {
</div> </div>
<h3>Conservative Scenario Modeling</h3> <h3>Conservative Scenario Modeling</h3>
<div class=\"table-responsive\"> <div class="table-responsive">
<table class=\"table table-bordered\"> <table class="table table-striped comparison-table">
<thead class=\"table-secondary\"> <thead class="table-success">
<tr> <tr>
<th>Scenario</th> <th>Scenario</th>
<th>Market Conditions</th> <th>Market Conditions</th>
@ -390,21 +390,21 @@ html {
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr class=\"table-danger\"> <tr class="table-danger">
<td><strong>Pessimistic</strong></td> <td><strong>Pessimistic</strong></td>
<td>Economic downturn, strong competition</td> <td>Economic downturn, strong competition</td>
<td>5-10% annually</td> <td>5-10% annually</td>
<td>30-36 months</td> <td>30-36 months</td>
<td>20-40%</td> <td>20-40%</td>
</tr> </tr>
<tr class=\"table-warning\"> <tr class="table-warning">
<td><strong>Realistic</strong></td> <td><strong>Realistic</strong></td>
<td>Normal market conditions</td> <td>Normal market conditions</td>
<td>15-25% annually</td> <td>15-25% annually</td>
<td>18-24 months</td> <td>18-24 months</td>
<td>50-80%</td> <td>50-80%</td>
</tr> </tr>
<tr class=\"table-success\"> <tr class="table-success">
<td><strong>Optimistic</strong></td> <td><strong>Optimistic</strong></td>
<td>Favorable market, rapid adoption</td> <td>Favorable market, rapid adoption</td>
<td>25-35% annually</td> <td>25-35% annually</td>
@ -501,7 +501,7 @@ html {
<div class="col-md-6"> <div class="col-md-6">
<h5>Advanced Questions</h5> <h5>Advanced Questions</h5>
<h6>How are performance bonuses calculated?</h6> <h6>How are performance bonuses calculated?</h6>
<p>Bonuses apply when you exceed 110% of baseline growth, providing up to 35% additional revenue share for large investments.</p> <p>Bonuses apply when you exceed 110% of baseline growth, providing up to 15% additional revenue share for large investments.</p>
<h6>What is the Performance Multiplier?</h6> <h6>What is the Performance Multiplier?</h6>
<p>Automatically calculated metric: actual results ÷ baseline expectations. Cannot be manually configured.</p> <p>Automatically calculated metric: actual results ÷ baseline expectations. Cannot be manually configured.</p>