{{r.fundCode}} {{r.fundName}} {{r.series}} {{r.assetClass}}

You are currently viewing the Canadian website. You can change your location here.

Terms and conditions for Canada

Welcome to the new RBC iShares digital experience.

Find all things ETFs here: investment strategies, products, insights and more.

.hero-subtitle{ width: 80%; } .hero-energy-lines { } @media (max-width: 575.98px) { .hero-energy-lines { background-size: 300% auto; } }

Diversification is one of the best ways to create a smoother investment experience. As an investor, it means spreading your money across a mix of investments. Why? Different types of investments perform in different ways over time. When some are rising in value, others may be decreasing or maintaining their value. So diversification helps to smooth out your returns. The chart on this page shows you how it works.

How do you diversify when you invest?

Start with making sure you invest across the three main types of investments (called asset classes): cash, fixed income and equities. How much of your total investments – your portfolio – should you invest in each asset class? The answer will depend on your personal situation and your preferences as an investor.  For example:

  • Why are you investing? What are your goals?
  • How long do you have to reach those goals?
  • What degree of safety is important to you as you invest? What is your capacity to take on risk? Markets move both up and down. Will you lose sleep if your investments lose value when markets dip?

It’s important to answer these questions before you decide what to invest in.

Use the interactive chart below to see how choosing a diversified portfolio better positions you to achieve growth while limiting the impact of market ups and down.

A diversified portfolio helps you strike the right balance between security and growth

Click to learn about the benefits of each asset type within a portfolio

Cash Equities Fixed income Diversified portfolio Reset
Source: RBC GAM
Historical returns refer to five-year rolling returns for a 25-year period ending December 31, 2023

○ = average return

This chart shows five-year rolling returns for a 25-year period ending December 31, 2023. You can see the range of returns of each asset class – from highs to lows.

Past performance is not a guarantee of future results. Five-year rolling returns refer to periods of 60 consecutive months with new periods beginning on the first day of each month.

Diversified Portfolio assumes monthly rebalancing as represented by 2% Cash, 38% Fixed Income, 15% Canadian Equities, 25% U.S. Equities, 15% International Equities and 5% Emerging Market Equities. Cash represented by FTSE TMX Canada 30 DAY T-Bill Index; Fixed Income represented by FTSE TMX Canada Universe Bond Index; Canadian Equities represented by S&P/TSX Composite Index; U.S. Equities represented by S&P 500 Index; International Equities represented by MSCI EAFE Index; Emerging Markets Equities represented by MSCI Emerging Markets Index. All returns are total returns in Canadian dollars, unless otherwise noted. Index returns do not reflect deduction of expenses associated with investments. If such expenses were reflected, returns would be lower. An investment cannot be made directly in an index.

Cash

  • Cash equivalents include GICs, T-bills and money market funds.
  • The growth potential for cash is low compared to other asset classes. So is the risk of losing money. In fact, the historical data shows cash equivalents typically don’t lose money.
  • Adding fixed income and equity, which offer the potential for relatively higher returns, can help your portfolio to grow and outpace inflation. These asset classes may also receive more favourable tax treatment if you are investing outside a registered plan like an RRSP or RESP.

Equities

  • The Canadian stock market is concentrated in the Financial, Energy and Materials sectors.
  • U.S. equities provide broad sector exposure to some of the world's largest companies. Many of these companies operate in global markets.
  • International equities offer more opportunities to diversify. They add exposure to both developed and emerging opportunities outside North America.
  • Historically, equities have had the highest growth. They also have the potential for higher losses. Equities receive the most favourable tax treatment if you are investing outside a registered plan like an RRSP or RESP.

Adding fixed income and cash to equities in your portfolio can help smooth out the ups and downs you may see with equities.

Fixed income

  • Fixed income include many different types of bonds.
  • Fixed income typically offers higher returns than cash investments. But a portfolio consisting only of fixed income investments may not provide the growth you need.
  • Adding equities to your portfolio can add growth and also help you take advantage of lower tax rates if you are investing outside a registered plan like an RRSP or RESP.

Diversified portfolio

  • Combining all three asset classes in your portfolio can help you benefit from the growth potential of equities and while you enjoy the increased stability and lower risk provided by cash and fixed income investments.
  • The right mix for you depends on your personal situation and preferences as an investor.
var head = document.getElementsByTagName("head")[0]; //Import the highcharts library var script = document.createElement("script"); var script2 = document.createElement("script"); script.type = "text/javascript"; script2.type = "text/javascript"; script2.src = "https://code.highcharts.com/highcharts-more.js"; //Once the library is imported, act on it. script2.onload = function () { setTimeout(function(){ initCharts(); }, 400); } script.src = "https://code.highcharts.com/stock/highstock.js"; head.appendChild(script); script.onreadystatechange = function() { if (this.readyState == "complete") { head.appendChild(script2); } }; script.onload = function() { head.appendChild(script2); }; //Now we need to import the chartTheme object. script = document.createElement("script"); script.type = "text/javascript"; //This is where the theme is located. script.src = "https://cdn.rbcgam.com/dist/gam/charts/index.js"; head.appendChild(script); var chart = {}; function initCharts() { Highcharts.theme = window.chartTheme; Highcharts.setOptions(Highcharts.theme); // create chart chart = Highcharts.chart('chart', { chart: { backgroundColor: '#FFFFFF', type: 'columnrange', inverted: false, spacing: 10 }, colors: ['#c0d0e0', '#c0d0e0', '#c0d0e0', '#c0d0e0', '#c0d0e0', '#002144'], credits: { enabled: false }, title: { text: '' }, subtitle: { text: '' }, xAxis: { categories: ['Cash', 'Fixed Income', 'Canadian Equities', 'U.S. Equities', 'International Equities', 'Emerging Markets Equities','Diversified Portfolio'] }, yAxis: { title: { enabled: false }, labels: { formatter: function(){ return this.value + '%'; } } }, tooltip: { valueSuffix: '%', followPointer: true }, plotOptions: { columnrange: { dataLabels: { enabled: true, distance: 5, formatter: function () { return this.y + '%'; } } } }, legend: { enabled: false }, series: [ { name: 'Historical Returns', colorByPoint: true, data: [ {low: 0.7, average: 1.9, high: 4.3, color: "#003168"}, {low: 0.1, average: 5.0, high: 8.5, color: "#003168"}, {low: -1.9, average: 7.0, high: 21.0, color: "#003168"}, {low: -7.7, average: 7.3, high: 21.9, color: "#003168"}, {low: -7.5, average: 4.4, high: 16.8, color: "#003168"}, {low: -7.6, average: 7.2, high: 27.0, color: "#003168"}, {low: -0.3, average: 5.8, high: 12.2, color: "#003168"} ], tooltip: { pointFormat: 'Highest Historical Return: {point.high}
Lowest Historical Return: {point.low}', } }, { name: 'Cash', color: Highcharts.getOptions().colors[0], type: 'line', data: [ // x, y positions where 0 is the first category [0, 1.90] ], showInLegend: true, marker: { fillColor: 'white', lineWidth: 1, lineColor: Highcharts.getOptions().colors[0], symbol: 'circle' }, tooltip: { pointFormat: 'Average Historical Return: {point.y}', } }, { name: 'Fixed Income', color: Highcharts.getOptions().colors[0], type: 'scatter', data: [ // x, y positions where 0 is the first category [1, 5.00] ], showInLegend: true, marker: { fillColor: 'white', lineWidth: 1, lineColor: Highcharts.getOptions().colors[0], symbol: 'circle' }, tooltip: { pointFormat: 'Median Historical Return: {point.y}', } }, { name: 'Canadian Equities', color: Highcharts.getOptions().colors[0], type: 'scatter', data: [ // x, y positions where 0 is the first category [2, 7.00] ], showInLegend: true, marker: { fillColor: 'white', lineWidth: 1, lineColor: Highcharts.getOptions().colors[0], symbol: 'circle' }, tooltip: { pointFormat: 'Average Historical Return: {point.y}', } }, { name: 'U.S. Equities', color: Highcharts.getOptions().colors[0], type: 'scatter', data: [ // x, y positions where 0 is the first category [3, 7.30] ], showInLegend: true, marker: { fillColor: 'white', lineWidth: 1, lineColor: Highcharts.getOptions().colors[0], symbol: 'circle' }, tooltip: { pointFormat: 'Average Historical Return: {point.y}', } }, { name: 'International Equities', color: Highcharts.getOptions().colors[0], type: 'scatter', data: [ // x, y positions where 0 is the first category [4, 4.40] ], showInLegend: true, marker: { fillColor: 'white', lineWidth: 1, lineColor: Highcharts.getOptions().colors[0], symbol: 'circle' }, tooltip: { pointFormat: 'Average Historical Return: {point.y}', } }, { name: 'Emerging Markets Equities', color: Highcharts.getOptions().colors[0], type: 'scatter', data: [ // x, y positions where 0 is the first category [5, 7.20] ], showInLegend: true, marker: { fillColor: 'white', lineWidth: 1, lineColor: Highcharts.getOptions().colors[0], symbol: 'circle' }, tooltip: { pointFormat: 'Average Historical Return: {point.y}', } }, { name: 'Diversified Portfolio', color: Highcharts.getOptions().colors[0], type: 'scatter', data: [ // x, y positions where 0 is the first category [6, 5.80] ], showInLegend: true, marker: { fillColor: 'white', lineWidth: 1, lineColor: Highcharts.getOptions().colors[0], symbol: 'circle' }, tooltip: { pointFormat: 'Average Historical Return: {point.y}', } }] }); document.getElementById("cash").addEventListener("click", function() { var el = document.getElementById("keyPointsCash"); el.classList ? el.classList.remove("d-none") : el.className = el.className.replace(new RegExp('(^|\\b)' + "d-none".split(' ').join('|') + '(\\b|$)', 'gi'), ' '); var el2 = document.getElementById("keyPointsEquities"); el2.classList ? el2.classList.add("d-none") : el2.className += ' ' + "d-none"; var el3 = document.getElementById("keyPointsFixedIncome"); el3.classList ? el3.classList.add("d-none") : el3.className += ' ' + "d-none"; var el4 = document.getElementById("keyPointsDiversifiedPortfolio"); el4.classList ? el4.classList.add("d-none") : el4.className += ' ' + "d-none"; var el5 = document.getElementById("reset"); el5.classList ? el5.classList.remove("d-none") : el5.className = el5.className.replace(new RegExp('(^|\\b)' + "d-none".split(' ').join('|') + '(\\b|$)', 'gi'), ' '); chart.series[0].setData([ {low: 0.7, average: 1.9, high: 4.3, color: "#009ed3"}, {low: 0.1, average: 5.0, high: 8.5, color: "#003168"}, {low: -1.9, average: 7.0, high: 21.0, color: "#003168"}, {low: -7.7, average: 7.3, high: 21.9, color: "#003168"}, {low: -7.5, average: 4.4, high: 16.8, color: "#003168"}, {low: -7.6, average: 7.2, high: 27.0, color: "#003168"}, {low: -0.3, average: 5.8, high: 12.2, color: "#003168"} ]); }); document.getElementById("equities").addEventListener("click", function() { var el = document.getElementById("keyPointsCash"); el.classList ? el.classList.add("d-none") : el.className += ' ' + "d-none"; var el2 = document.getElementById("keyPointsEquities"); el2.classList ? el2.classList.remove("d-none") : el2.className = el2.className.replace(new RegExp('(^|\\b)' + "d-none".split(' ').join('|') + '(\\b|$)', 'gi'), ' '); var el3 = document.getElementById("keyPointsFixedIncome"); el3.classList ? el3.classList.add("d-none") : el3.className += ' ' + "d-none"; var el4 = document.getElementById("keyPointsDiversifiedPortfolio"); el4.classList ? el4.classList.add("d-none") : el4.className += ' ' + "d-none"; var el5 = document.getElementById("reset"); el5.classList ? el5.classList.remove("d-none") : el5.className = el5.className.replace(new RegExp('(^|\\b)' + "d-none".split(' ').join('|') + '(\\b|$)', 'gi'), ' '); chart.series[0].setData([ {low: 0.7, average: 1.9, high: 4.3, color: "#003168"}, {low: 0.1, average: 5.0, high: 8.5, color: "#003168"}, {low: -1.9, average: 7.0, high: 21.0, color: "#009ed3"}, {low: -7.7, average: 7.3, high: 21.9, color: "#009ed3"}, {low: -7.5, average: 4.4, high: 16.8, color: "#009ed3"}, {low: -7.6, average: 7.2, high: 27.0, color: "#009ed3"}, {low: -0.3, average: 5.8, high: 12.2, color: "#003168"} ]); }); document.getElementById("fixedIncome").addEventListener("click", function() { var el = document.getElementById("keyPointsCash"); el.classList ? el.classList.add("d-none") : el.className += ' ' + "d-none"; var el2 = document.getElementById("keyPointsEquities"); el2.classList ? el2.classList.add("d-none") : el2.className += ' ' + "d-none"; var el3 = document.getElementById("keyPointsFixedIncome"); el3.classList ? el3.classList.remove("d-none") : el3.className = el3.className.replace(new RegExp('(^|\\b)' + "d-none".split(' ').join('|') + '(\\b|$)', 'gi'), ' '); var el4 = document.getElementById("keyPointsDiversifiedPortfolio"); el4.classList ? el4.classList.add("d-none") : el4.className += ' ' + "d-none"; var el5 = document.getElementById("reset"); el5.classList ? el5.classList.remove("d-none") : el5.className = el5.className.replace(new RegExp('(^|\\b)' + "d-none".split(' ').join('|') + '(\\b|$)', 'gi'), ' '); chart.series[0].setData([ {low: 0.7, average: 1.9, high: 4.3, color: "#003168"}, {low: 0.1, average: 5.0, high: 8.5, color: "#009ed3"}, {low: -1.9, average: 7.0, high: 21.0, color: "#003168"}, {low: -7.7, average: 7.3, high: 21.9, color: "#003168"}, {low: -7.5, average: 4.4, high: 16.8, color: "#003168"}, {low: -7.6, average: 7.2, high: 27.0, color: "#003168"}, {low: -0.3, average: 5.8, high: 12.2, color: "#003168"} ]); }); document.getElementById("diversifiedPortfolio").addEventListener("click", function() { var el = document.getElementById("keyPointsCash"); el.classList ? el.classList.add("d-none") : el.className += ' ' + "d-none"; var el2 = document.getElementById("keyPointsEquities"); el2.classList ? el2.classList.add("d-none") : el2.className += ' ' + "d-none"; var el3 = document.getElementById("keyPointsFixedIncome"); el3.classList ? el3.classList.add("d-none") : el3.className += ' ' + "d-none"; var el4 = document.getElementById("keyPointsDiversifiedPortfolio"); el4.classList ? el4.classList.remove("d-none") : el4.className = el4.className.replace(new RegExp('(^|\\b)' + "d-none".split(' ').join('|') + '(\\b|$)', 'gi'), ' '); var el5 = document.getElementById("reset"); el5.classList ? el5.classList.remove("d-none") : el5.className = el5.className.replace(new RegExp('(^|\\b)' + "d-none".split(' ').join('|') + '(\\b|$)', 'gi'), ' '); chart.series[0].setData([ {low: 0.7, average: 1.9, high: 4.3, color: "#003168"}, {low: 0.1, average: 5.0, high: 8.5, color: "#003168"}, {low: -1.9, average: 7.0, high: 21.0, color: "#003168"}, {low: -7.7, average: 7.3, high: 21.9, color: "#003168"}, {low: -7.5, average: 4.4, high: 16.8, color: "#003168"}, {low: -7.6, average: 7.2, high: 27.0, color: "#003168"}, {low: -0.3, average: 5.8, high: 12.2, color: "#009ed3"} ]); }); document.getElementById("reset").addEventListener("click", function() { var el = document.getElementById("keyPointsCash"); el.classList ? el.classList.add("d-none") : el.className += ' ' + "d-none"; var el2 = document.getElementById("keyPointsEquities"); el2.classList ? el2.classList.add("d-none") : el2.className += ' ' + "d-none"; var el3 = document.getElementById("keyPointsFixedIncome"); el3.classList ? el3.classList.add("d-none") : el3.className += ' ' + "d-none"; var el4 = document.getElementById("keyPointsDiversifiedPortfolio"); el4.classList ? el4.classList.add("d-none") : el4.className += ' ' + "d-none"; var el5 = document.getElementById("reset"); el5.classList ? el5.classList.add("d-none") : el5.className += ' ' + "d-none"; chart.series[0].setData([ {low: 0.7, average: 1.9, high: 4.3, color: "#003168"}, {low: 0.1, average: 5.0, high: 8.5, color: "#003168"}, {low: -1.9, average: 7.0, high: 21.0, color: "#003168"}, {low: -7.7, average: 7.3, high: 21.9, color: "#003168"}, {low: -7.5, average: 4.4, high: 16.8, color: "#003168"}, {low: -7.6, average: 7.2, high: 27.0, color: "#003168"}, {low: -0.3, average: 5.8, high: 12.2, color: "#003168"} ]); }); }

Remember, at a given time, any one asset class, region, sector or style may be leading the market while others lag. But in a diversified portfolio, a decline in one investment may often be offset by growth in other assets.

Ready to invest? Talk to your advisor to learn more about diversifying your investments.

Disclosure

This has been provided by RBC Global Asset Management Inc. (RBC GAM) and is for informational purposes, as of the date noted only. It is not intended to provide legal, accounting, tax, investment, financial or other advice and such information should not be relied upon for providing such advice. RBC GAM takes reasonable steps to provide up-to-date, accurate and reliable information, and believes the information to be so when provided. Past performance is no guarantee of future results. Interest rates, market conditions, tax rulings and other investment factors are subject to rapid change which may materially impact analysis that is included in this document. You should consult with your advisor before taking any action based upon the information contained in this document.


Information obtained from third parties is believed to be reliable but RBC GAM and its affiliates assume no responsibility for any errors or omissions or for any loss or damage suffered. RBC GAM reserves the right at any time and without notice to change, amend or cease publication of the information.

Why diversification is important for investing

The benefits of diversification for investing