If an interviewer asks you to value a project's "real option" — typically the option to expand, abandon, or delay — they are testing whether you can go beyond a mechanical DCF and reason about flexibility under uncertainty. Here is the calculation framework that works reliably in a live interview setting, without requiring Black-Scholes.
Step 1: Separate the Base Case from the Option
Start by running (or being given) the project's standard DCF NPV, assuming management takes no further action — this is the "static" or "base case" value. Keep this number separate from the option value; you will add them together only at the end. It is common, and intentional in most interview prompts, for this base-case NPV to be negative or marginal — that's the setup that makes the option valuable.
Step 2: Define the Option's Payoff
For an expansion option, the payoff is the incremental value created if the expansion is pursued, net of the additional investment required to exercise it:
Option Payoff = MAX(PV of Incremental Cash Flows − Exercise Investment, 0)
The MAX(…, 0) is the part candidates most often forget. Just like a financial call option, management will never exercise if doing so destroys value — the downside is capped at zero, not negative.
Step 3: Probability-Weight the Payoff
Because the option is only exercised in the favorable scenario, multiply the payoff by the probability that the favorable scenario actually occurs, and add the (zero) payoff in the unfavorable scenario:
Expected Option Value = [P(favorable) × Option Payoff] + [P(unfavorable) × $0]
This is the step that turns a simple "what if" into an actual valuation. Interviewers will often flex the probability assumption to test how sensitive your answer is — be ready to recompute quickly if they change it.
Step 4: Discount It Back to Today
PV of Real Option = Expected Option Value / (1 + r)^n
Discount using the number of years until the decision point, and be explicit about which discount rate you're using — some candidates use the same WACC as the base project for simplicity (a reasonable interview-level approximation), while more rigorous treatments would argue for a rate closer to risk-free given the option's contingent payoff structure.
Step 5: Add It Back to the Base Case
Total Project Value = Base Project NPV (Static DCF) + PV of Real Option
This final number is what should actually drive the go/no-go recommendation — not the static DCF alone. A full worked example of this exact five-step framework, using real numbers from a base case NPV of -$5.0m to a final positive project value, is available in Real Options in DCF.
Common Ways This Goes Wrong in Interviews
The most frequent mistake is skipping the probability-weighting step entirely and just adding the full incremental value into NPV as if the option were certain to be exercised — that overstates the value dramatically. The second most common mistake is forgetting the MAX(…, 0) floor, which lets a candidate's math imply management would exercise an option that actually destroys value. If you want to sharpen the surrounding DCF fundamentals — discount rate selection, terminal value, sensitivity to key assumptions — Sensitivity Analysis and WACC: The Building Blocks are good companion cases before tackling a real options question live.