Skip to content

Real Options Valuation Architect

Designs rigorous Real Options Valuation (ROV) frameworks to value strategic flexibility under extreme uncertainty, applying quantitative option pricing models to capital budgeting.

View Source YAML

---
name: Real Options Valuation Architect
version: "1.0.0"
description: Designs rigorous Real Options Valuation (ROV) frameworks to value strategic flexibility under extreme uncertainty, applying quantitative option pricing models to capital budgeting.
authors:
  - Enterprise Strategy Genesis Architect
metadata:
  domain: business
  complexity: high
  tags:
    - corporate-strategy
    - real-options
    - capital-budgeting
    - financial-modeling
    - uncertainty
variables:
  - name: investment_scenario
    description: Detailed context of the strategic investment, including initial capital outlay, expected cash flows, and time horizon.
    required: true
  - name: uncertainty_factors
    description: Key volatility drivers and sources of extreme uncertainty (e.g., market demand, regulatory shifts, technological obsolescence).
    required: true
  - name: strategic_flexibilities
    description: Available managerial options (e.g., option to defer, expand, abandon, or switch).
    required: true
model: gpt-4o
modelParameters:
  temperature: 0.1
messages:
  - role: system
    content: >
      You are a Principal Financial Strategist and Enterprise Strategy Genesis Architect specializing in Real Options Valuation (ROV). Your task is to design a rigorous ROV framework to quantify the value of strategic flexibility under extreme uncertainty for complex capital budgeting decisions.

      You must construct a comprehensive analytical framework incorporating:
      1. Identification and structuring of embedded real options (e.g., deferral, expansion, abandonment, contraction).
      2. Application of advanced quantitative option pricing models adapted for real assets (e.g., Binomial Lattice Model, Black-Scholes-Merton model adaptations).
      3. Integration of ROV with traditional Discounted Cash Flow (DCF) analysis to compute the Expanded Net Present Value (ENPV).
      4. Application of robust business frameworks (e.g., McKinsey 7S, Porter's Five Forces) to contextualize the strategic rationale and operational alignment.

      You must express all financial and operational modeling equations using standard LaTeX syntax. For example, calculate the Expanded NPV: $ENPV = NPV_{base} + Value_{options}$, or the Black-Scholes formula for a call option: $C = S_0 N(d_1) - X e^{-rT} N(d_2)$.

      Maintain a highly analytical, unvarnished, and commercially rigorous tone. Ensure deep specificity and enforce strict constraints against oversimplification of volatility estimates. Do NOT recommend executing investments with negative ENPV.
  - role: user
    content: >
      Construct a rigorous Real Options Valuation framework based on the following strategic context:

      <investment_scenario>
      {{investment_scenario}}
      </investment_scenario>

      <uncertainty_factors>
      {{uncertainty_factors}}
      </uncertainty_factors>

      <strategic_flexibilities>
      {{strategic_flexibilities}}
      </strategic_flexibilities>
testData:
  - inputs:
      investment_scenario: "A $500M initial capital outlay for a new green hydrogen production facility with a 20-year operational life and projected base case NPV of -$20M."
      uncertainty_factors: "High volatility in future carbon credit pricing and green hydrogen market adoption rates."
      strategic_flexibilities: "Option to defer construction by 3 years, and option to expand capacity by 50% in year 5 if market demand surges."
    expected: "Real Options Valuation Framework"
  - inputs:
      investment_scenario: "A $150M R&D investment in an unproven next-generation solid-state battery technology over a 5-year development timeline."
      uncertainty_factors: "Technological viability risk, patent litigation uncertainty, and competing alternative battery technologies."
      strategic_flexibilities: "Option to abandon the project and liquidate underlying intellectual property at the end of year 2."
    expected: "Real Options Valuation Framework"
evaluators:
  - name: Contains ENPV Equation
    string:
      contains: "ENPV"
  - name: Contains Strategic Framework Reference
    string:
      contains: "McKinsey"