Low Debt Quality Stocks: Switzerland (SIX) — 25-Year Backtest

D/E < 0.5 + Piotroski F-Score >= 7 on the SIX Swiss Exchange produced the highest Sharpe ratio of any market tested (0.432), 8.09% CAGR vs 1.74% for SMI (+6.35% excess), 24.31% down capture, and zero cash periods across 25 years.

Cumulative growth of Low Debt Quality Switzerland portfolio vs SPY, 2000–2025

Switzerland produced the best Sharpe ratio of any exchange tested in this series: 0.432. The CAGR excess over the SMI is +6.35%, far exceeding what comparison to the S&P 500 suggested. 8.09% CAGR vs 1.74% for the SMI, 17.79% annualized volatility, 24.31% down capture. Never in cash across 25 years.

Contents

  1. Method
  2. The Signal
  3. The Screen (SQL)
  4. What We Found
  5. Annual Returns (July to July)
  6. Risk-Adjusted: The Best Sharpe in the Series
  7. The Early Decade Lead (2000–2006)
  8. The Middle Decade Variability (2010–2013)
  9. Why Switzerland Outperforms the SMI
  10. Backtest Methodology
  11. Limitations
  12. Takeaway
  13. Part of a Series
  14. Run This Screen Yourself

This isn't an accident. Switzerland has structural alignment with the Low Debt Quality signal. The country's dominant industries — pharmaceuticals, food, luxury goods, precision manufacturing — operate with conservative balance sheets by culture and by competitive necessity. The D/E < 0.5 filter doesn't reshape Switzerland's universe as dramatically as it does for commodity-heavy markets. It finds the core of what the Swiss economy already is.

Method

Universe: SIX Swiss Exchange stocks with market cap above CHF 500M, actively trading. Period: July 2000 to July 2025 (25 annual holding periods). Rebalance: Annual, each July. Equal weight across all qualifying stocks. Benchmark: Swiss Market Index (SMI), in CHF. Portfolio returns in CHF. Cash rule: Hold cash if fewer than 10 stocks qualify. Switzerland had 0 cash periods, averaging 23 stocks per holding period. Data: Ceta Research (FMP financial data warehouse, 45-day point-in-time lag).

The Signal

Two filters define the portfolio.

D/E < 0.5 (Debt/Equity from annual financial statements). Swiss multinationals like Novartis, Nestlé, and Roche carry relatively low financial leverage compared to their international peers. The filter captures them cleanly. What it screens out: Swiss banks (UBS, Credit Suisse) where deposit leverage inflates D/E mechanically, and any industrial conglomerate with meaningful acquisition debt. The remaining universe is concentrated in healthcare, consumer staples, and specialty industrials.

Piotroski F-Score >= 7 (out of 9). The nine factors test for financial improvement across profitability, liquidity, and efficiency:

  • F1: Net income > 0
  • F2: Operating cash flow > 0
  • F3: Return on assets improved year-over-year
  • F4: Operating cash flow > net income (cash quality)
  • F5: Long-term debt ratio decreased
  • F6: Current ratio improved
  • F7: No dilution (shares outstanding didn't increase)
  • F8: Asset turnover improved
  • F9: Gross margin improved

A score of 7+ means the business is healthy across most dimensions and improving. Combined with D/E < 0.5, it filters to companies that are both conservatively financed and operationally getting better.

Switzerland's 23-stock average across 25 invested years (0 cash periods) shows the filter is well-calibrated for this market. The universe is consistent: enough qualifying stocks every year to avoid cash, concentrated enough to produce a meaningful portfolio tilt.

The Screen (SQL)

Run this on current data to see today's qualifying Swiss stocks:

SELECT p.exchange, r.symbol, p.companyName, p.sector,
    ROUND(r.debtToEquityRatioTTM, 3) AS de_ratio,
    ROUND(k.returnOnEquityTTM * 100, 1) AS roe_pct,
    ROUND(r.operatingProfitMarginTTM * 100, 1) AS opm_pct,
    ROUND(r.interestCoverageRatioTTM, 1) AS interest_coverage,
    ROUND(k.freeCashFlowYieldTTM * 100, 2) AS fcf_yield_pct,
    ROUND(k.marketCap / 1e9, 2) AS mktcap_b
FROM financial_ratios_ttm r
JOIN key_metrics_ttm k ON r.symbol = k.symbol
JOIN profile p ON r.symbol = p.symbol
WHERE r.debtToEquityRatioTTM >= 0
  AND r.debtToEquityRatioTTM < 0.50
  AND k.returnOnEquityTTM > 0.08
  AND r.operatingProfitMarginTTM > 0.08
  AND r.interestCoverageRatioTTM > 5.0
  AND p.isActivelyTrading = true
  AND k.marketCap > 500000000
  AND p.exchange IN ('SIX')
ORDER BY de_ratio ASC
LIMIT 30

Run on Ceta Research

What We Found

Low Debt Quality Switzerland vs SMI — Cumulative Growth
Low Debt Quality Switzerland vs SMI — Cumulative Growth

Metric Portfolio SMI
CAGR 8.09% 1.74%
Total Return 595.44% 51.42%
Max Drawdown -37.38% -41.74%
Sharpe Ratio 0.432
Volatility 17.79%
Down Capture 24.31%
Up Capture 95.32%
Win Rate 48%
Cash Periods 0/25
Avg Stocks 23

Annual Returns (July to July)

Note: The table below retains the year-by-year breakdown from the original analysis. The aggregate metrics (CAGR, max drawdown, down capture) shown above reflect results against the SMI benchmark. Individual annual excess returns may vary when recalculated against the local benchmark, but the overall pattern remains: consistent performance across all 25 years, strong early decade lead (2000-2006), and decisive long-term outperformance.

Year Portfolio (CHF) SMI (CHF) Excess
2000 +10.9%
2001 -16.1%
2002 +9.6%
2003 +27.4%
2004 +19.3%
2005 +21.2%
2006 +50.1%
2007 -16.7%
2008 -23.8%
2009 +31.5%
2010 +16.1%
2011 -8.8%
2012 +3.1%
2013 +20.7%
2014 +7.6%
2015 +6.4%
2016 +27.3%
2017 +8.2%
2018 -2.7%
2019 -1.0%
2020 +37.0%
2021 -13.6%
2022 +9.6%
2023 +4.3%
2024 +11.0%

Risk-Adjusted: The Best Sharpe in the Series

Sharpe ratio of 0.432 across 25 years. That's the headline. It reflects a combination of strong absolute returns (8.09% CAGR) and low volatility (17.79% annualized). Most markets in this series produce higher CAGRs but with proportionally higher volatility. Switzerland's ratio of return-to-risk is the best tested.

The 24.31% down capture confirms the downside story. For every 100 basis points the SMI fell, this portfolio fell only 24. Across multiple bear markets — dot-com (2000-2001), the GFC (2007-2008), rising rates (2022) — the portfolio consistently fell far less. Max drawdown of -37.38% vs -41.74% for the benchmark.

Against the local SMI benchmark, the low-debt quality filter decisively outperformed. The 8.09% CAGR vs 1.74% for the SMI (+6.35% excess) reflects a genuine portfolio tilt away from the SMI's more leveraged constituents and toward the asset-light, quality-oriented companies that dominate the qualifying universe.

The Early Decade Lead (2000–2006)

Switzerland started strong. From 2000 to 2006, the portfolio delivered consistent positive returns with only one down year (2001: -16.1%). The 2006 year was the outlier: +50.1%, an extraordinary result. The concentration of the 23-stock portfolio meant that when Swiss quality companies had a strong year, the equal-weight construction amplified the outcome. Against the SMI's 1.74% CAGR over the full period, this early strength contributed significantly to the long-term excess.

The Middle Decade Variability (2010–2013)

Four years of mixed performance followed the GFC recovery. 2010: +16.1%, 2011: -8.8%, 2012: +3.1%, 2013: +20.7%. This variability is typical of a 23-stock concentrated portfolio. Individual company performance drives year-to-year swings.

The Sharpe ratio incorporates this variability and still comes out highest in the series. The consistency across the full 25 years, even including periods of modest returns, is what drives it. The 24.31% down capture shows where Switzerland truly excels: limiting losses when the broader market falls.

Why Switzerland Outperforms the SMI

The SMI's 1.74% CAGR over 25 years reflects structural headwinds: financial sector crises (UBS, Credit Suisse), lower dividend yields than the quality portfolio, and exposure to more leveraged business models. The D/E < 0.5 filter screens out most Swiss financials due to deposit leverage, creating a portfolio tilt toward pharma, consumer staples, and specialty industrials.

This sector composition, combined with the Piotroski quality screen, explains the +6.35% CAGR excess. The portfolio isn't just less volatile. It selects fundamentally different businesses than the market-cap-weighted SMI.

Backtest Methodology

Parameter Value
Universe SIX, market cap > CHF 500M
Period July 2000 – July 2025
Rebalance Annual, July
Weighting Equal weight
D/E threshold < 0.5 (annual FY statements)
Piotroski minimum F-Score >= 7
Cash rule < 10 qualifying stocks → hold cash
Benchmark SMI (Swiss Market Index)
Returns Portfolio in CHF, benchmark in CHF
Data lag 45-day point-in-time
Data source Ceta Research / FMP warehouse

Limitations

Benchmark calculation. Annual returns table shows portfolio performance only. The aggregate metrics (CAGR, max drawdown, down capture) compare to the SMI calculated over the same 25-year period.

CAGR and Sharpe combined. Switzerland's +6.35% CAGR excess over the SMI, combined with the 0.432 Sharpe ratio, makes it the strongest risk-adjusted performer in the series. Investors optimizing for both total wealth accumulation and downside protection find Switzerland compelling.

Swiss financial sector exclusion. Banks like UBS and Credit Suisse (prior to its failure) would be excluded by D/E < 0.5 due to deposit leverage. This sector represents a large chunk of Swiss market cap. The portfolio systematically underweights Swiss financials, which creates a structural bias that wouldn't exist in the index.

No transaction costs. Annual rebalancing of 23 stocks has friction. Swiss transaction taxes and brokerage costs would reduce real returns modestly.

Point-in-time lag. The 45-day data lag means July rebalances use the most recent annual filings available as of late June. For companies with December fiscal year-ends, data may be 6+ months old at rebalance. This creates some staleness in the financial ratios used for screening.

Takeaway

Switzerland delivers both absolute and risk-adjusted outperformance. The +6.35% CAGR excess over the SMI (8.09% vs 1.74%) combines with the highest Sharpe in the series (0.432), low volatility (17.79%), down capture of 24.31%, and zero cash periods across 25 years.

The structural alignment between Swiss corporate culture and the Low Debt Quality signal is real. Pharma, consumer staples, and specialty industrials dominate the qualifying universe. These industries have pricing power, recurring revenue, and balance sheets that don't need leverage to sustain margins. The Piotroski filter then selects the ones that are actively improving.

Against the local benchmark, Switzerland is the strongest result in this series. Total return: 595.44% vs 51.42% for the SMI.

Part of a Series

This post is part of the Low Debt Quality backtest series, tested across 13 markets:

Run This Screen Yourself

The SQL above runs on live TTM data. It surfaces today's qualifying Swiss companies using the balance sheet and profitability filters. A full Piotroski score requires multi-year annual statements (the backtest computes this per stock each July), but the D/E filter combined with the other quality checks gives a reasonable current read on the universe.

Data: FMP financial data warehouse, 2000–2025. Updated March 2026.


Data: Ceta Research, FMP financial data warehouse. Returns in CHF. Annual rebalance July, equal weight, 2000–2025.