Investment Portfolio Profitability Simulator

Build your asset allocation, compute expected return, volatility and Sharpe, and compare market scenarios. Free, no signup needed.

Advanced simulator

Is my portfolio balanced, or does one asset dominate the risk?

See whether your mix is balanced or one asset dominates the risk, and find where to rebalance without breaking the expected return.

Asset allocation

Each row is an asset or asset class with its weight, expected return and annual volatility.

Σ 0.0%
AssetClassWeightExp. returnVolatility

Global parameters

Capital, contributions, horizon and risk-free rate.

Saved scenarios

Fill in your data to see the report

This simulator only generates a diagnosis, charts and recommendations when it has your real business values. Fill the editor above and the report will appear automatically.

  • Portfolio assets
  • Total capital available

Load a realistic case to see how the report looks. You can edit any field afterwards.

Connect with other simulators

Methodology and assumptions

How results are calculated, what we assume when modeling, and where the method loses precision.

Formula

E[Rₚ] = Σ wᵢ·Rᵢ · σₚ = √(wᵀΣw) · Sharpe = (E[Rₚ] − Rf) ÷ σₚ

Assumptions

  • Returns normally distributed, independent and with stable covariances.
  • Risk-free rate Rf constant over the horizon.
  • No transaction costs or rebalancing taxes.

Applicability limits

  • Markowitz underestimates tail drawdowns (events such as 2008, 2020).
  • Correlations rise toward 1 during crises — diversification benefit drops.
  • It is educational: it does not constitute financial advice or investment recommendation.

Sources

  • Markowitz, H. (1952) — Portfolio Selection. Journal of Finance.
  • Sharpe, W.F. (1966) — Mutual Fund Performance. Journal of Business.
  • Internal editorial estimate based on industry best practices.

How it works

1. Define your assets

Weights, expected return and annual volatility. Start with standard-class defaults and customize.

2. Tune global parameters

Initial capital, monthly contributions, horizon and risk-free rate to compute Sharpe.

3. Explore scenarios

Compare base, conservative and aggressive. Review the projection with ±1σ bands and interpret with AI.

Frequently asked questions

1What exactly does the Sharpe ratio mean?
Sharpe measures how much extra return you get per unit of risk taken, vs a risk-free asset (e.g. a treasury bond). A Sharpe of 0.5 is acceptable, 0.8+ is good, above 1 is hard to sustain long term.
2How is portfolio volatility calculated?
With the classic Markowitz formula: σ_portfolio = √(wᵀ Σ w), where Σ is the covariance matrix. Two assets with the same individual volatility can combine into a less volatile portfolio if correlation is low or negative — that's real diversification.
3Are the asset-class correlations fixed?
We use long-run reference values (e.g. government bonds ~ -0.1 vs equities). They're static and break down during acute crises (correlations tend to 1 in the short term). Keep that in mind when reading results.
4Why don't you recommend specific ETFs?
Because this is an educational scenario tool — not financial advice. We model at the asset-class level (equities, bonds, REITs, etc.). For specific vehicles (ticker, TER, tax domicile) talk to a registered advisor.

Related simulators

Connect your portfolio to cash-flow management or credit-risk analysis.

Financial disclaimerIndicative result — not professional financial advice. Consult a specialist before making investment or credit decisions.

View methodology

Complete guide

Investment portfolio simulator: from intuition to the efficient frontier

Building a portfolio is not picking assets you like; it is designing a system with expected return, volatility, and a correlation matrix that lets you survive the left tail and capture the mean. Markowitz's modern portfolio theory, the Sharpe-Lintner CAPM, the Fama-French factor model, and 40 years of index-fund evidence converge on the same thesis: asset allocation explains over 90% of the variance of a diversified portfolio's return, while individual security selection explains under 10%. A serious simulator is built on that evidence, not on the hunch of the last analyst to call the radio.

The basic math every simulator solves

For a portfolio of N assets with weights w, expected returns u, and covariance matrix S, the portfolio's expected return is E[Rp] = wT . u and variance is Sp^2 = wT . S . w. Volatility Sp is the square root of variance. The Sharpe ratio - the central metric of risk-adjusted efficiency - is calculated as:

Sharpe = (E[Rp] - Rf) / Sp

where Rf is the risk-free rate (3-month T-bill, 28-day CETES, Treasury bond depending on market). A Sharpe below 0.5 over a 10-year horizon signals suboptimal allocation; a sustained Sharpe above 1.0 is exceptional and frequently implies hidden leverage, sample bias, or capture of illiquidity premium.

The covariance matrix S is the heart of the simulation. It is estimated with at least 36-60 months of returns so that correlations are robust. In stress regimes correlations rise - the phenomenon known as correlation breakdown - and the diversification that worked for 10 years can collapse in 3 weeks. That is why serious simulators let you specify conditional correlation matrices: one for the normal regime, another for the crisis regime, with weights assigned according to historical probability.

Sortino, maximum drawdown, and sequence-of-returns risk

Sharpe penalizes all volatility equally, but a rational investor does not fear upside volatility. The Sortino ratio replaces Sp with the semi-deviation of negative returns and measures return per unit of downside risk. For portfolios with asymmetric returns (options, high-yield, crypto, private equity with smoothed marks), Sortino is more honest than Sharpe.

Maximum drawdown is the peak-to-trough percentage decline observed in the period. For a traditional 60/40 portfolio (S&P 500 + Bloomberg US Aggregate) the historical drawdown is ~27% in 2008; for a 100% developed-market equity portfolio it reaches 51% over the same period. The figure matters because sequence-of-returns risk during retirement can destroy an apparently viable plan: two portfolios with the same 30-year average return but different ordering of bad years produce terminal balances that differ by an order of magnitude. The retiree who suffers -30% in year 1 of retirement ends up with 40% less capital at year 30 than the retiree who suffers -30% in year 28, assuming the same 30 returns but reordered.

Numeric example: 60/40 allocation vs global diversified

Portfolio A, 60% S&P 500 (expected return 7.5%, vol 15%) + 40% US Aggregate Bonds (return 3.5%, vol 5%), correlation 0.1:

  • E[Rp] = 0.6 x 7.5 + 0.4 x 3.5 = 5.9%
  • Sp = sqrt(0.6^2 x 15^2 + 0.4^2 x 5^2 + 2 x 0.6 x 0.4 x 0.1 x 15 x 5) ~ 9.3%
  • Sharpe (Rf=3%) ~ 0.31

Portfolio B, 40% US equity + 20% ex-US developed (MSCI EAFE) + 10% emerging markets + 25% US Aggregate + 5% REITs, with correlations between 0.3 and 0.7 and compound expected return ~6.3%, vol ~10.5%, Sharpe ~0.31. Gross return rises only 40 basis points, but the expected drawdown in US-equity stress scenarios moderates because the geographic factor decorrelates. The Markowitz efficient frontier formalizes this optimization: for each target risk level, there is a unique portfolio that maximizes expected return.

On the frontier, the portfolio tangent to the ray from the risk-free rate is the one with the highest possible Sharpe ratio. Any combination of that tangent portfolio with the risk-free rate dominates any other portfolio on the frontier on Sharpe terms. That is the theoretical basis of the CAPM's market portfolio and the practical rule of combining a global index fund with cash or short-duration bonds based on risk tolerance.

Monte Carlo on Geometric Brownian Motion

Serious simulators do not project a single deterministic scenario; they generate thousands of trajectories using Geometric Brownian Motion with asset correlation implemented via Cholesky decomposition of the covariance matrix. With 10,000 trajectories over a 30-year horizon, you obtain the empirical distribution of the terminal balance, from which percentiles are extracted: P10 (bad scenario), P50 (median), P90 (favorable scenario). Probability of ruin - probability of depleting capital before the horizon - is the critical output for retirement planning and pension funds.

The classic limitation of GBM is that it assumes log-normal returns, while real markets exhibit fat tails (kurtosis above 3) and negative skewness (longer left tails). Professional simulators correct this using Student-t distributions, jumps (Merton jump-diffusion), or block resampling of historical data. For the sophisticated retail investor, complementing Monte Carlo with a backtest over 30-40 real years - including 1973-1974, 2000-2002, 2008-2009, and 2020-2022 - is the safety net against the optimism of normal models.

Rebalancing, drift, and real costs

A 60/40 portfolio does not stay 60/40 on its own. After a year with equity +20% and bonds +2%, real equity weight rises to ~64%. Without rebalancing, the portfolio drifts toward higher risk right after prices rose. Disciplined rebalancing (annual calendar, +/-5% threshold, or volatility bands) captures a small mean-reversion premium and keeps the risk profile stable.

The simulator should let you compare rebalancing strategies - including the tax cost for investors in taxable accounts, a factor that Portfolio Visualizer underweights but that in many markets (Mexico with 10% capital-gains income tax, Spain with savings-income rates up to 28%, Brazil with regressive IR by tenor) is decisive. In historical retrospect, optimal rebalancing for taxable accounts is usually +/-5% bands rather than annual calendar, because it reduces turnover and therefore tax cost. For tax-deferred retirement accounts, quarterly calendar is acceptable.

Factors, risk premium, and style

The modern CAPM extension is the Fama-French five-factor model: market, size (SMB), value (HML), profitability (RMW), and investment (CMA), complemented by Carhart's momentum factor. A full simulator lets you decompose your portfolio's return into exposure to each factor and compare against a benchmark. If your portfolio has a net -0.3 exposure to the value factor, you are actively betting against value without having decided to - the simulator shows you so that it becomes a conscious decision or you neutralize it.

Factor-investing ETFs (iShares Edge, Dimensional, Vanguard Factor) let you build portfolios with intentional factor tilts. The simulator projects how those tilts impact expected return, volatility, and tracking error against the benchmark.

Conditional correlation and market regimes

Diversification is fragile at the worst moment. In March 2020, the correlation between global equity and US government bonds jumped from -0.2 to +0.5 for two weeks, because liquidity dried up and funds sold what they could. The same happened in 2022 when the Fed raised rates 475 basis points and both asset classes dropped in tandem. A simulator that assumes constant correlation creates a false sense of security.

Sophisticated simulators use regime-switching models (Hamilton 1989, Ang-Bekaert) that define two or three market regimes with their own correlation matrices and transition probabilities between regimes. Portfolio expected return and volatility are recomputed as weighted averages by regime. It is an important technical step that separates institutional simulators from retail ones.

Differentiation from Excel and enterprise SaaS

Excel with VAR.S and COVARIANCE.M formulas delivers the basic mechanics but does not generate Monte Carlo trajectories with realistic correlation nor facilitate sensitivity analysis. Portfolio Visualizer is excellent but overwhelms with 40+ parameters and exists only in English. Bloomberg PORT, FactSet, and MSCI Barra cost $25,000-$60,000 USD per user per year, out of reach for most independent advisors, small family offices, and boutique RIAs.

A simulator designed for the sophisticated retail investor and the bilingual independent advisor closes the gap: correct math, accessible UX, interpretable output. Asset allocation is a rare decision; it is made two or three times in a financial life. It deserves a simulation that does not feel like a PhD in econometrics, but that also does not leave out conditional correlation regimes, factor premium, or sequence-of-returns risk. This simulator delivers both.

Taxes, rebalancing, and asset location in LatAm

In Latin America, tax treatment varies by jurisdiction: Mexico charges 10% income tax (ISR) on local equity gains; Argentina applies 15% on financial income in foreign currency; Brazil taxes with a regressive table by tenor; Chile applies CGT of 10% with annual caps. The asset location concept - placing each asset class in the account with the best tax treatment - can add 40-80 basis points annually to net return without changing the nominal allocation. High-coupon fixed income in tax-deferred accounts (AFORE, AFP, private retirement plans); equity in taxable accounts where natural deferral and tax-loss harvesting work in your favor. The simulator models both layers: strategic allocation plus tax location.

Synthesis for the investor and the advisor

Simulating a portfolio is not predicting the future; it is mapping the plausible range of futures and making decisions robust to that range. An investor who simulates, compares, and rebalances systematically beats 85% of those who only chase point-in-time return - not because the systematic investor nails market tops more often, but because they lose less in drawdowns and accumulate disciplined compounding. An independent advisor who presents a client with three allocations along with Sharpe, P10 drawdown, and 20-year probability of hitting the goal rises from product seller to quantitative fiduciary. Both roles are enabled by an accessible, accurate, bilingual simulator.

Illustrative case

Composite case for instructional purposes: combines sector dynamics with realistic figures. Names are fictional and do not represent a specific company.

Laura, a 42-year-old software engineer living in Monterrey, accumulated liquid assets of USD 188K historically distributed as 70% CETES, 20% a local equity fund, and 10% crypto. After the 2022-2023 market correction that wiped 65% off her crypto and the 18% drop in her local equity fund, she decided to systematize her asset allocation instead of reacting to each headline.

Using the simulator with 10,000 Monte Carlo trajectories over 20 years, she compared three allocations: (A) her current portfolio, (B) a 70/30 global diversified (40% S&P 500 via ETF, 15% MSCI World ex-US, 10% emerging markets via VWO, 5% global REITs, 30% Mexican government bonds M-BONOS), (C) a conservative 40/60. The simulation projected median compound returns of 4.1% (A), 6.8% (B), and 5.2% (C) with P10 drawdowns of -31%, -22%, and -14% respectively.

Portfolio B beat A on return and on drawdown simultaneously - clear evidence that her concentration in crypto and local equity gave her volatility without compensating expected return. Simulated Sharpe rose from 0.24 to 0.52. Additionally, average correlation across the 5 asset classes in Portfolio B was 0.42 versus 0.78 in Portfolio A.

Laura migrated over 8 months using dollar-cost averaging to avoid market-timing, with annual rebalancing on a +/-5% threshold. In the March 2025 market drawdown (-8% global equity), her portfolio dropped 4.1% vs the 7.2% her original portfolio would have suffered. More important: she ended the year with a 78% probability of reaching her retirement goal at age 58, against 41% for the original portfolio on the same horizon. Total cost of the exercise: zero pesos, one afternoon of analysis, and the discipline to execute the rebalance.

From theory to calculation

When you need more than a quick calculation, our advanced simulators model full scenarios with your data.

See advanced simulators

Sector reference ranges

Indicative ranges based on public sector literature and operational observation. Your business may differ — use the numbers as a starting point, not as a target.

MetricValueSource
S&P 500 compound annual return 1928-20249.8%Damodaran Online — NYU Stern
S&P 500 annualized historical volatility15.5%Bloomberg / Vanguard Research
Maximum drawdown — 60/40 portfolio (2008)-27.4%Callan Periodic Table of Investment Returns
US 10-year Treasury real compound return 1928-20241.9%Damodaran Online
S&P 500 rolling 10-year Sharpe ratio (average)0.45-0.55Morningstar Direct benchmarks
Average Vanguard global index ETF expense ratio (TER)0.07-0.22%Vanguard Fund Expense Ratios 2024
4% rule (Trinity Study) — historical success probability96%Bengen / Trinity Study 1998, revisada Kitces 2022
MSCI EAFE vs S&P 500 correlation — last 20 years0.85-0.88MSCI Factor Insights

Frequently asked questions

1What is a Monte Carlo simulation in investing?
It is a numerical technique that generates thousands of random return trajectories using statistical distributions (typically log-normal with expected-return and volatility parameters) plus the asset correlation matrix. With 10,000 trajectories you obtain the empirical distribution of the terminal balance, letting you compute probability of ruin, P10/P50/P90 percentiles, and stress testing without relying on a single deterministic scenario.
2How do you calculate the expected return of a portfolio?
It is the weighted average of individual expected returns: E[Rp] = sum of (wi x E[Ri]). Expected returns are estimated using compound historical return over at least 20-30 years, adjusted for current valuation (Shiller CAPE), prevailing risk-free rate, and risk-premium assumptions. Vanguard, Schwab, and JP Morgan publish annual capital market assumptions that serve as benchmarks.
3What is the Sharpe ratio and how do you interpret it?
It is return per unit of total risk: Sharpe = (Return - Risk-free rate) / Standard deviation. Interpretation: <0.3 poor, 0.3-0.5 acceptable, 0.5-1.0 good, >1.0 exceptional (check for hidden leverage or sample bias). Comparisons are valid only within the same horizon and asset type.
4What is the Markowitz efficient frontier?
It is the set of portfolios that, for each risk level (target standard deviation), maximize expected return. It is built by optimizing wT.u subject to wT.S.w = target Sp^2 and sum of wi = 1, with wi >= 0 if short-selling is not allowed. The portfolio tangent to the ray from Rf to the efficient frontier is the CAPM market portfolio.
5How do you properly diversify an investment portfolio?
By asset class (equity, fixed income, real estate, commodities), geography (US, developed ex-US, emerging), factor (value, growth, momentum, quality), sector, and currency. Evidence from Vanguard, DFA, and AQR shows that keeping average pairwise correlation below 0.5 and holding at least 4-5 decorrelated asset classes captures ~80% of the theoretical diversification benefit.
6What is the ideal correlation between assets in a portfolio?
There is no single ideal; negative correlation reduces more variance but is rare and frequently unstable. The operational range is 0.0-0.5 for effective diversification. Long-duration government bonds and US equity have moved between -0.4 and +0.6 across regimes; assuming a permanent negative correlation is a structural error of the 60/40 portfolio that showed up in 2022.
7How do you simulate 10-year portfolio performance?
Define asset weights, expected returns, the covariance matrix, and run 10,000 Monte Carlo trajectories using correlated Geometric Brownian Motion (Cholesky). Analyze terminal-balance percentiles, maximum drawdown per trajectory, probability of reaching specific goals, and realized volatility. A historical backtest of the same portfolio over 30-40 real years is also recommended to validate robustness.
8What is maximum drawdown?
It is the percentage decline from historical peak to the subsequent trough, calculated as (Trough - Peak) / Peak. It measures the worst-case loss experienced. For retirement planning it is more relevant than volatility because it captures the investor's real experience: no one suffers the standard deviation, everyone suffers the drawdown.
9How does volatility affect compound return?
Volatility reduces geometric return through volatility drag: Compound return ~ Arithmetic return - Sp^2/2. An asset with 10% arithmetic return and 20% vol has ~8% compound return. That is why a diversified portfolio with lower volatility but the same arithmetic return ends up with more capital: the drag is smaller.
10What does a 60/40 allocation mean?
It is the classic allocation of 60% equity (typically S&P 500 or global equivalent) + 40% fixed income (typically Bloomberg US Aggregate or government bonds). It was the convention for decades because bond-equity correlation was negative or low. In 2022 both classes fell simultaneously and its relevance was questioned. Modern variants include commodities, TIPS, and gold to restore real diversification.

Tools from the same topical cluster. Use them together to close the loop on your analysis.

Last updated: April 30, 2026 · Reviewed by the Simúlalo editorial team. Figures and benchmarks are indicative; verify with your own data before deciding.

View methodology

How this simulator was reviewed

What you'll see, what it prevents, and where you shouldn't trust it

Every simulator on Simúlalo ships with the same editorial structure: two hypothetical worked examples with numbers, the errors it helps you avoid, the model's declared limitations, and a visible financial disclaimer. The review is signed and dated.

Hypothetical caseCase A

An investor who finds out the 'classic' 60/40 portfolio has a 0.42 Sharpe

A person with $850,000 MXN allocates 60% to a domestic equity fund (9% expected return, 18% vol) and 40% to government bonds (3.8%, 4% vol), with 0.15 correlation. The simulator computes portfolio expected return at 6.92%, volatility at 11.3%, and Sharpe at 0.42. By adding 15% in global equity ex-domestic and 10% in REITs, expected return rises to 7.6%, volatility falls to 10.8%, and Sharpe rises to 0.51. The decision: rebalance gradually at the annual review, not all at once.

Illustrative figures. Does not represent a real company or an investment recommendation.

Hypothetical caseCase B

A committee that rejects a 12% expected-return asset because of 0.92 correlation

A family office considers adding a private equity fund with 12% expected return and 22% volatility to a $50M USD portfolio. The estimated correlation with the equity sleeve (75% of the portfolio) is 0.92. The simulator shows that adding 10% in that fund raises aggregate volatility from 12.4% to 13.7% and only lifts expected return from 7.8% to 8.2%. Sharpe falls from 0.55 to 0.53. The decision: reject and seek a fund with correlation below 0.5 before increasing alternatives exposure.

Illustrative figures. Does not represent a real company or an investment recommendation.

Common mistakes it helps you avoid

Things a team or decision-maker might assume that this simulator forces you to verify before committing.

  • Comparing returns without adjusting for risk: two portfolios with 8% return can have very different paths if one has 15% volatility and the other 25%.
  • Assuming correlations stay constant: in crisis correlations approach 1, and the diversification that looked solid in backtests evaporates.
  • Ignoring cost: a portfolio with a 1.8% TER loses several basis points of Sharpe per year compared to a passive 0.15% mix.
  • Reallocating on intuition without measuring the impact on aggregate volatility: the simulator lets you test combinations before moving real capital.

Model limitations

What the simulator does not do, and where you need a professional or a specialized tool.

  • Expected returns are assumptions, not guarantees. The simulator does not project future outcomes — it only compares scenarios under the assumptions you supply.
  • Correlations used are long-term reference values. In stress episodes (2008, 2020) correlations approach 1 between risk assets.
  • The model works at the asset-class level, not at specific instrument level. To select vehicles (ETF, fund, specific bond) consult a registered advisor.
  • Does not include real frictions: capital gains taxes, brokerage commissions, bid-ask spreads, or illiquidity effects in private assets.

When NOT to use this simulator

Do not use this simulator as an investment recommendation or as a substitute for a registered financial advisor. Decisions about your wealth depend on horizon, risk tolerance, tax situation, and personal goals — variables a simulator does not know. Use it as an educational tool to understand the Markowitz and Sharpe concepts and to walk into the advisor conversation better prepared.

Financial notice

Results are illustrative estimates and do not constitute financial, tax, accounting, or legal advice. Use the results as a reference point and validate important decisions with a certified professional.

Editorial review

Reviewed by the Simúlalo editorial team

This simulator was reviewed by the people listed below before being published. The review covers the declared formula, the model's assumptions, the explicit limitations, and the absence of unsupported financial claims.

They are part of the Simúlalo editorial team, focused on building financial tools that are clear, educational, and easy to interpret.

Last updated: We update this page when the methodology, sources used, or simulator structure change.

This tool uses standard financial formulas and user-supplied data. To explain concepts like rates, credit, risk, or cash flow we consult public and official sources (Banxico, SAT, CONDUSEF, CNBV, Banco de España, IFRS, BIS, among others). Simúlalo is not affiliated with, sponsored by, or endorsed by these institutions.