Insight

ROI Projections

Model returns across 3 scenarios and 12/24/36-month horizons with 91% algorithmic accuracy, compare annualised rates, and benchmark against traditional asset classes.

ROI Projections

Model returns across 3 scenarios and 12/24/36-month horizons with 91% algorithmic accuracy, compare annualised rates, and benchmark against traditional asset classes.

Introduction

Return on investment is the ultimate measure of portfolio success. Prophetic projects ROI across multiple scenarios, time horizons, and strategy combinations to support informed investment planning across all 10 luxury segments.

Our 3-scenario framework (Conservative, Central, Optimistic) delivers probability-weighted projections rather than single-point forecasts, enabling investors to plan for different market conditions while understanding the range of potential outcomes.

Note: ROI projections are probabilistic estimates based on historical patterns and market analysis. Actual returns may vary.

Projection Overview

ROI Intelligence

json

{
  "roi_projections": {
    "scenarios": 3,
    "horizons": ["12mo", "24mo", "36mo"],
    "components": ["appreciation", "income"],
    "accuracy": "91%",
    "benchmark_comparison": true
  }
}
```

### Projection Dimensions

| Dimension | Focus | Benefit |
|-----------|-------|---------|
| **Time Horizon** | 12/24/36 months | Short to long-term planning |
| **Scenario** | Conservative/Central/Optimistic | Risk-adjusted expectations |
| **Components** | Appreciation + Income | Total return clarity |
| **Annualised** | Comparable rates | Cross-period comparison |
| **Risk-adjusted** | Context-aware | Informed decision-making |

> **Tip:** Ask Prophetic for ROI projections on any asset or portfolio.

---

## ROI Components

### Return Structure
```
ROI COMPOSITION
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

             TOTAL ROI
                
        ┌───────┴───────┐
        
   ┌──────────┐   ┌──────────┐
   Capital  Income  
   │Appreciat.   Yield   
   └──────────┘   └──────────┘
        
        └───────┬───────┘
                
        ┌──────────────┐
        Combined ROI 
        └──────────────┘

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Component Definitions

Component

Description

Source

Capital Appreciation

Asset value increase

Market price movement

Income Yield

Lease/rental returns

Dual performance strategy

Total Return

Combined ROI

Appreciation + Income

Net Return

After costs

Total minus fees

json

{
  "roi_components": {
    "appreciation": { "type": "capital_growth", "primary": true },
    "income": { "type": "yield", "source": "lease_rental", "optional": true },
    "total": { "type": "combined", "formula": "appreciation + income" },
    "net": { "type": "after_costs", "formula": "total - fees" }
  }
}
```

> **Note:** Dual performance strategies combine both appreciation and income.

---

## 3-Scenario Framework

### Multi-Scenario Projections
```
ROI SCENARIO PROJECTION
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

ROI %
    
    Optimistic
+30%●─────●
    ●─────┘
+20%●─────┘─────────────● Central
    ●─────┘
+10%●─────┘     
    ⟍───────────────● Conservative
  0%│─┘
    └──────────────────────────────────────────▶
    Now        12mo       24mo       36mo

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Scenario Definitions

Scenario

Assumption

Probability

Use Case

Conservative

Cautious market conditions

~30%

Downside planning

Central

Expected trajectory

~50%

Base case planning

Optimistic

Favourable conditions

~20%

Upside potential

json

{
  "scenario_projections": {
    "conservative": { "probability": 0.30, "assumption": "cautious_market" },
    "central": { "probability": 0.50, "assumption": "expected_trajectory" },
    "optimistic": { "probability": 0.20, "assumption": "favourable_conditions" }
  }
}
```

> **Important:** Central scenario represents the most probable outcome.

---

## Time Horizons

### Projection Periods
```
ROI BY TIME HORIZON
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Horizon      Projection Range   Confidence
──────────────────────────────────────────────────
12 months    +X% to +XX%        ████████████████ High
24 months    +XX% to +XX%       ████████████░░░░ Moderate
36 months    +XX% to +XXX%      ████████░░░░░░░░ Indicative

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Horizon Characteristics

Horizon

Confidence

Range Width

Best For

12 months

High

Narrower

Tactical decisions

24 months

Moderate

Standard

Portfolio planning

36 months

Indicative

Wider

Strategic allocation

json

{
  "horizon_projections": {
    "12_months": { "confidence": "high", "range": "narrow" },
    "24_months": { "confidence": "moderate", "range": "standard" },
    "36_months": { "confidence": "indicative", "range": "wider" }
  }
}
```

> **Note:** Longer horizons have wider projection ranges reflecting increased uncertainty.

---

## Annualised Returns

### Comparable Rates

Annualised returns enable comparison across different holding periods:
```
ANNUALISED ROI COMPARISON
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Segment              Annualised ROI (Central)
──────────────────────────────────────────────────
Watches              ████████████████████░░░░░░  ~12%
Fine Wines           ██████████████████░░░░░░░░  ~10%
Sneakers             ████████████████░░░░░░░░░░  ~9%
Contemporary Art     ██████████████░░░░░░░░░░░░  ~8%
Luxury Bags          ████████████░░░░░░░░░░░░░░  ~7%
Collectible Cards    ████████████████░░░░░░░░░░  ~9%

                     ──────────────────────────────
                     0%    5%    10%   15%   20%

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
```

### Annualisation Formula

| Metric | Calculation | Purpose |
|--------|-------------|---------|
| **Total Return** | End Value / Start Value - 1 | Raw performance |
| **Annualised** | (1 + Total Return)^(1/years) - 1 | Comparable rate |
| **CAGR** | Compound Annual Growth Rate | Standard metric |

> **Tip:** Annualised rates allow comparison across different holding periods.

---

## Dual Performance ROI

### Appreciation + Income (Prophetic Double Performance)
```
DUAL PERFORMANCE PROJECTION
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

ROI %
    
    ┌─────────────────────────────────────────┐
+35%│░░░░░░░░░░░░░ TOTAL ROI ░░░░░░░░░░░░░░░░│
    ├─────────────────────────────────────────┤
+25%│▒▒▒▒▒▒▒▒▒▒▒ APPRECIATION ▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
    ├─────────────────────────────────────────┤
+10%│▓▓▓▓▓▓▓▓▓▓▓▓ INCOME YIELD ▓▓▓▓▓▓▓▓▓▓▓▓▓│
  0%└─────────────────────────────────────────┘
    └──────────────────────────────────────────────▶
              36-Month Projection

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Dual Performance Example

Horizon

Lease Income

Capital Growth

Total ROI

Annualised

12 months

~6%

+X%

+XX%

XX%

24 months

~12%

+XX%

+XX%

XX%

36 months

~18%

+XX%

+XX%

XX%

json

{
  "dual_performance_roi": {
    "horizon": "36_months",
    "components": {
      "appreciation": { "contribution": "primary", "typical": "+20-25%" },
      "income_yield": { "contribution": "supplementary", "typical": "+15-18%" }
    },
    "total_roi": "+35-43%",
    "suitable_segments": ["watches", "bags", "jewellery", "art"]
  }
}
```

> **Note:** Dual performance enhances total return through income generation during appreciation.

---

## Benchmark Comparison

### ROI vs. Traditional Assets
```
ROI COMPARISON LUXURY VS. TRADITIONAL (5Y Annualised)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Asset Class          Projected Annualised ROI
──────────────────────────────────────────────────
Luxury Portfolio     ██████████████████████░░░░  ~12%
Equities (S&P 500)   ████████████████░░░░░░░░░░  ~9%
Real Estate          ██████████████░░░░░░░░░░░░  ~7%
Gold                 ██████████░░░░░░░░░░░░░░░░  ~5%
Bonds                ████████░░░░░░░░░░░░░░░░░░  ~4%
Cash                 ████░░░░░░░░░░░░░░░░░░░░░░  ~2%

                     ──────────────────────────────
                     0%    5%    10%   15%   20%

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Benchmark Considerations

Comparison

Advantage

Consideration

vs. Equities

Tangible, decorrelated

Lower liquidity

vs. Real Estate

More portable, lower entry

No leverage

vs. Gold

Enjoyment value

Storage requirements

vs. Bonds

Higher returns potential

Higher volatility

json

{
  "benchmark_comparison": {
    "luxury_portfolio": { "annualised": "~12%", "volatility": "moderate" },
    "sp500": { "annualised": "~9%", "volatility": "high" },
    "real_estate": { "annualised": "~7%", "volatility": "low" },
    "gold": { "annualised": "~5%", "volatility": "moderate" },
    "advantage": "decorrelation_plus_enjoyment"
  }
}
```

> **Note:** Luxury assets offer portfolio diversification benefits beyond raw returns.

---

## Risk-Adjusted Returns

### Return vs. Risk
```
RISK-ADJUSTED ROI
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Expected
ROI
    
    High ROI /
+20%Higher Risk
    
    Balanced
+15%Profile
    
    Lower Risk /
+10%Moderate ROI
    
 +5%
    
    └──────────────────────────────────────────▶
       Low         Moderate        High
                   Volatility

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
```

### Risk Metrics

| Metric | Description | Application |
|--------|-------------|-------------|
| **Volatility** | Price fluctuation | Risk indicator |
| **Sharpe Ratio** | Return per unit risk | Risk-adjusted comparison |
| **Max Drawdown** | Worst peak-to-trough | Downside awareness |

> **Important:** Higher projected returns often come with higher uncertainty.

---

## Segment ROI Outlook

### Projections by Segment
```
SEGMENT ROI OUTLOOK (Central Scenario)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Segment            12mo     24mo     36mo    Trend
──────────────────────────────────────────────────
Watches            +8%      +18%     +28%     
Fine Wines         +6%      +14%     +22%     
Sneakers           +7%      +12%     +18%     
Contemporary Art   +5%      +12%     +20%     
Luxury Bags        +6%      +14%     +22%     
Collectible Cards  +8%      +15%     +24%     
High Jewellery     +4%      +10%     +16%     
Automobiles        +5%      +12%     +20%     
Real Estate        +4%      +9%      +14%     

Above average  Average  Below average

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
```

> **Tip:** Ask Prophetic for segment-specific ROI projections.

---

## Portfolio ROI

### Aggregate Projection
```
PORTFOLIO ROI PROJECTION
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

┌─────────────────────────────────────────────┐

PORTFOLIO ROI Central Scenario           

0%      +10%     +20%     +30%     +40%    


12-Month:                                  
├────●────────●────────●───────────────┤   
Con.      Central      Opt.                

24-Month:                                  
├────────●────────●────────●───────────┤   
Con.          Central      Opt.            

36-Month:                                  
├────────────●────────●────────●───────┤   
Con.              Central      Opt.        

└─────────────────────────────────────────────┘

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

json

{
  "portfolio_roi": {
    "12_months": { "conservative": "+4%", "central": "+8%", "optimistic": "+14%" },
    "24_months": { "conservative": "+10%", "central": "+18%", "optimistic": "+28%" },
    "36_months": { "conservative": "+16%", "central": "+28%", "optimistic": "+42%" },
    "annualised_central": "+8.5%"
  }
}
```

> **Tip:** Ask Prophetic for aggregate ROI projections across your portfolio.

---

## ROI Output

### Complete Projection
```
ROI PROJECTION OUTPUT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

┌─────────────────────────────────────────────┐

ROI PROJECTION Rolex Daytona 116500LN    

Current Value:     €32,500         

─────────────────────────────────────────  
SCENARIO PROJECTIONS                       
─────────────────────────────────────────  

Horizon     Conserv.  Central   Optim.     
12 months   +5%       +10%      +16%       
24 months   +12%      +22%      +34%       
36 months   +18%      +35%      +52%       

─────────────────────────────────────────  
ANNUALISED RETURN (Central)                
─────────────────────────────────────────  

Rate:              +10.5% p.a.           
vs. Segment Avg:   Above           
vs. S&P 500:       Competitive     

─────────────────────────────────────────  
DUAL PERFORMANCE OPTION                    
─────────────────────────────────────────  

Appreciation:      +35%                    
Income Yield:      +18%                    
Combined ROI:      +53%            

Confidence:        High            

└─────────────────────────────────────────────┘

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

API Response Structure

json

{
  "roi_projection_output": {
    "asset_id": "PRO-WAT-RLX-116500LN",
    "current_value": 32500,
    "scenarios": {
      "12_months": { "conservative": "+5%", "central": "+10%", "optimistic": "+16%" },
      "24_months": { "conservative": "+12%", "central": "+22%", "optimistic": "+34%" },
      "36_months": { "conservative": "+18%", "central": "+35%", "optimistic": "+52%" }
    },
    "annualised": {
      "rate": "+10.5%",
      "vs_segment": "above_average",
      "vs_sp500": "competitive"
    },
    "dual_performance": {
      "appreciation": "+35%",
      "income_yield": "+18%",
      "combined": "+53%"
    },
    "confidence": "high",
    "timestamp": "2025-01-28T10:30:00Z"
  }
}
```

> **Note:** Prophetic delivers comprehensive ROI context with every projection.

---

## Methodology Principles

### Projection Integrity
```
ROI PROJECTION METHODOLOGY
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

METHODOLOGY INCLUDES:
   Historical performance analysis (100+ years for art)
   Market condition integration
   3-scenario probability weighting
   Segment-specific calibration
   91% backtested accuracy
   Market Scout validation

METHODOLOGY EXCLUDES:
   Guaranteed returns
   Tax considerations
   Transaction costs (unless specified)
   Personal circumstances

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Important: Detailed projection algorithms remain proprietary.

Limitations

Projection Boundaries

Limitation

Description

Mitigation

Uncertainty

Projections are probabilistic

3-scenario framework

Market variability

Conditions change

Market Scout monitoring

External factors

Cannot predict all influences

Confidence levels

Historical basis

Past ≠ future

Continuous calibration

Appropriate Use

json

{
  "roi_limitations": {
    "designed_for": ["planning_support", "scenario_analysis", "comparison"],
    "not_designed_for": ["guaranteed_returns", "precise_predictions", "tax_planning"],
    "recommendation": "Use for strategic planning with professional advice"
  }
}

Note: ROI projections inform strategy but do not guarantee outcomes.

Need help? Contact Support

Join our Discord Community

Questions? Contact Sales