remove npv in roi calculator
This commit is contained in:
parent
cea00c7e8c
commit
25400be405
2 changed files with 3 additions and 67 deletions
|
|
@ -57,7 +57,6 @@
|
|||
<p><strong>Monthly Revenue per Instance:</strong> The recurring revenue generated from each managed service instance (excl. compute).</p>
|
||||
<p><strong>Servala Revenue Share:</strong> Percentage of revenue shared with Servala after the grace period. This is Servala's platform fee.</p>
|
||||
<p><strong>Grace Period:</strong> Initial months where you keep 100% of revenue before sharing begins with Servala.</p>
|
||||
<p><strong>Discount Rate:</strong> Used for NPV calculations - represents your required rate of return or cost of capital.</p>
|
||||
</div>
|
||||
|
||||
<h6 class="text-primary mb-2 mt-3"><i class="bi bi-graph-up"></i> Growth Scenarios</h6>
|
||||
|
|
@ -68,14 +67,10 @@
|
|||
<p>Each scenario has 4 growth phases with customizable instance acquisition rates in Advanced Parameters.</p>
|
||||
</div>
|
||||
|
||||
<h6 class="text-primary mb-2 mt-3"><i class="bi bi-calculator"></i> What is NPV?</h6>
|
||||
<p class="small"><strong>Net Present Value (NPV)</strong> represents the current worth of future cash flows, discounted back to today's value using your discount rate. A positive NPV indicates the investment is profitable. NPV accounts for the time value of money - money received today is worth more than the same amount received in the future.</p>
|
||||
|
||||
<h6 class="text-primary mb-2 mt-3"><i class="bi bi-bullseye"></i> Understanding Results</h6>
|
||||
<div class="small">
|
||||
<p><strong>ROI:</strong> Return on Investment as a percentage of your initial investment.</p>
|
||||
<p><strong>Break-even:</strong> Month when cumulative revenue equals your initial investment.</p>
|
||||
<p><strong>NPV Break-even:</strong> Month when discounted cash flows become positive (more accurate timing).</p>
|
||||
<p><strong>Churn:</strong> Monthly percentage of instances that stop generating revenue (customer loss).</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -158,31 +153,6 @@
|
|||
</select>
|
||||
</div>
|
||||
|
||||
<div class="input-group-custom">
|
||||
<label for="discount-rate">
|
||||
Discount Rate for NPV (%)
|
||||
<i class="bi bi-question-circle-fill text-muted ms-1"
|
||||
data-bs-toggle="tooltip"
|
||||
data-bs-placement="top"
|
||||
title="The discount rate represents your required rate of return or cost of capital. It's used to calculate the present value of future cash flows. A higher rate means you need higher returns to justify the investment. For example: 8-10% for conservative investors, 12-15% for moderate risk tolerance, 15-20% for high-risk/high-return expectations. This rate accounts for inflation, risk, and opportunity cost of your capital."
|
||||
style="cursor: help; font-size: 0.8rem;"></i>
|
||||
</label>
|
||||
<input type="number" class="form-control" id="discount-rate"
|
||||
min="5" max="20" step="0.5" value="10"
|
||||
onchange="updateCalculations()">
|
||||
<div class="slider-container">
|
||||
<input type="range" class="slider" id="discount-slider"
|
||||
min="5" max="20" step="0.5" value="10"
|
||||
onchange="updateDiscountRate(this.value)">
|
||||
</div>
|
||||
<small class="text-muted">5% - 20% (your required annual return rate)</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Revenue Model -->
|
||||
<div class="calculator-section">
|
||||
<h4><i class="bi bi-graph-up"></i> Revenue Model</h4>
|
||||
|
||||
<div class="input-group-custom">
|
||||
<label for="revenue-per-instance">Monthly Revenue per Instance</label>
|
||||
<div class="input-group">
|
||||
|
|
@ -534,7 +504,6 @@
|
|||
<th>Servala Revenue</th>
|
||||
<th>ROI</th>
|
||||
<th>Break-even</th>
|
||||
<th>NPV Break-even</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="comparison-tbody">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue