<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[Optimized For Freedom]]></title><description><![CDATA[Journey to financial freedom - vents, advice, and more]]></description><link>https://optimizedforfreedom.com/</link><image><url>https://optimizedforfreedom.com/favicon.png</url><title>Optimized For Freedom</title><link>https://optimizedforfreedom.com/</link></image><generator>Ghost 5.88</generator><lastBuildDate>Thu, 16 Jul 2026 16:19:49 GMT</lastBuildDate><atom:link href="https://optimizedforfreedom.com/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[Calculator - When To Retire And How To Use Your Retirement Savings And Maximize Government Retirement Benefits]]></title><description><![CDATA[Free 2026 Canadian drawdown calculator: test three withdrawal strategies to maximize CPP, OAS and GIS, avoid the clawback, and find your earliest retirement age.]]></description><link>https://optimizedforfreedom.com/calculator-when-to-retire-and-how-to-use-your-retirement-savings-and-maximize-government-retirement-benefits/</link><guid isPermaLink="false">6a58b97fbf4e3404a575f855</guid><category><![CDATA[Calculators]]></category><category><![CDATA[Advice]]></category><category><![CDATA[Early Retirement]]></category><category><![CDATA[Goals]]></category><dc:creator><![CDATA[Optimized]]></dc:creator><pubDate>Thu, 16 Jul 2026 11:16:40 GMT</pubDate><content:encoded><![CDATA[<p>You spent thirty years figuring out how to save. Nobody tells you the withdrawal order matters just as much - pull from the wrong account first and you can hand back thousands in OAS clawback, or walk right past GIS money you were entitled to.</p><p>After the background work for the recent posts on <a href="https://optimizedforfreedom.com/what-is-cpp-and-what-is-cpp2/" rel="noreferrer">CPP</a>, <a href="https://optimizedforfreedom.com/what-is-oas-old-age-security/" rel="noreferrer">OAS</a>, and <a href="https://optimizedforfreedom.com/why-you-should-consider-withdrawing-from-your-rrsp-early-before-cpp-before-oas/" rel="noreferrer">RRSP withdrawals</a> (also a bit of GIS in that post), and yes, with some AI help on the build, I put together a drawdown calculator to answer the question those posts kept circling - when can you retire, and in what order should you spend? It tests three sequencing strategies against your actual numbers (the GIS play, the bracket smoother, and the clawback defence) and tells you which one wins, plus the earliest retirement age your portfolio can support.</p><p>The usual caveat, and I mean it - I&apos;m not a tax expert or a financial planner. Treat this as general guidance and a way to ask better questions - then confirm the plan with a professional before you act on it.</p>
<!--kg-card-begin: html-->
<!DOCTYPE html>
<html lang="en-CA">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Drawdown Sequencer &#x2014; Optimized For Freedom</title>
<style>
  .ofx-calc { --green:#2e7d32; --green-deep:#1b5e20; --ink:#21281f; --muted:#66705f;
    --paper:#fbfbf8; --panel:#f1f4ec; --line:#d9e0d0; --amber:#a05e03; --red:#b3372b;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    color:var(--ink); background:var(--paper); border:1px solid var(--line); border-radius:10px;
    padding:28px 26px 22px; max-width:860px; margin:0 auto; line-height:1.45; }
  .ofx-calc * { box-sizing:border-box; }
  .ofx-calc .eyebrow { font-size:12px; letter-spacing:.14em; text-transform:uppercase; color:var(--green); font-weight:700; margin:0 0 6px; }
  .ofx-calc h2.title { font-family:Georgia,"Times New Roman",serif; font-size:27px; margin:0 0 4px; font-weight:700; line-height:1.2; }
  .ofx-calc p.sub { color:var(--muted); margin:0 0 22px; font-size:14.5px; max-width:60ch; }
  .ofx-calc fieldset { border:none; margin:0 0 8px; padding:0; }
  .ofx-calc legend { font-size:12px; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); font-weight:700; padding:0; margin:0 0 10px; }
  .ofx-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px 16px; margin-bottom:18px; }
  @media (max-width:640px){ .ofx-grid { grid-template-columns:1fr 1fr; } }
  @media (max-width:430px){ .ofx-grid { grid-template-columns:1fr; } }
  .ofx-field label { display:block; font-size:13px; font-weight:600; margin-bottom:4px; }
  .ofx-field .hint { display:block; font-size:11.5px; color:var(--muted); font-weight:400; margin-top:2px; }
  .ofx-field input, .ofx-field select { width:100%; padding:8px 10px; font-size:15px; border:1px solid var(--line);
    border-radius:6px; background:#fff; color:var(--ink); font-variant-numeric:tabular-nums; }
  .ofx-field input:focus, .ofx-field select:focus { outline:2px solid var(--green); outline-offset:1px; border-color:var(--green); }
  .ofx-run { display:flex; gap:12px; align-items:center; flex-wrap:wrap; margin:6px 0 4px; }
  .ofx-run button { background:var(--green); color:#fff; border:none; border-radius:7px; padding:12px 26px;
    font-size:15.5px; font-weight:700; cursor:pointer; }
  .ofx-run button:hover { background:var(--green-deep); }
  .ofx-run button:focus-visible { outline:3px solid var(--green-deep); outline-offset:2px; }
  .ofx-run .note { font-size:12.5px; color:var(--muted); }
  .ofx-error { color:var(--red); font-size:14px; font-weight:600; margin-top:10px; display:none; }

  #ofxResults { display:none; margin-top:26px; border-top:2px solid var(--green); padding-top:22px; }
  .ofx-verdict { background:var(--panel); border-radius:10px; padding:20px 22px 18px; margin-bottom:20px; }
  .ofx-verdict .strategy-name { font-family:Georgia,serif; font-size:23px; font-weight:700; color:var(--green-deep); margin:0 0 6px; }
  .ofx-verdict p { margin:0 0 10px; font-size:15px; }
  .ofx-statrow { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin-top:14px; }
  @media (max-width:640px){ .ofx-statrow { grid-template-columns:1fr 1fr; } }
  .ofx-stat { background:#fff; border:1px solid var(--line); border-radius:8px; padding:10px 12px; }
  .ofx-stat .k { font-size:11px; letter-spacing:.08em; text-transform:uppercase; color:var(--muted); font-weight:700; }
  .ofx-stat .v { font-size:19px; font-weight:700; font-variant-numeric:tabular-nums; margin-top:2px; }
  .ofx-stat .v.green { color:var(--green-deep); }

  .ofx-seq h3, .ofx-cmp h3, .ofx-tbl h3 { font-size:13px; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); font-weight:700; margin:22px 0 10px; }
  .ofx-timeline { display:flex; width:100%; border-radius:8px; overflow:hidden; border:1px solid var(--line); min-height:58px; }
  .ofx-phase { padding:8px 9px; font-size:11.5px; color:#fff; line-height:1.3; min-width:0; }
  .ofx-phase .age { font-weight:800; font-size:12.5px; display:block; font-variant-numeric:tabular-nums; }
  .ofx-legend { font-size:12px; color:var(--muted); margin-top:8px; }

  .ofx-cmp table, .ofx-tbl table { width:100%; border-collapse:collapse; font-size:13px; font-variant-numeric:tabular-nums; }
  .ofx-cmp th, .ofx-cmp td, .ofx-tbl th, .ofx-tbl td { padding:7px 8px; text-align:right; border-bottom:1px solid var(--line); }
  .ofx-cmp th:first-child, .ofx-cmp td:first-child, .ofx-tbl th:first-child, .ofx-tbl td:first-child { text-align:left; }
  .ofx-cmp th, .ofx-tbl th { font-size:11px; letter-spacing:.06em; text-transform:uppercase; color:var(--muted); }
  .ofx-cmp tr.pick td { background:#e7f2e7; font-weight:700; }
  .ofx-tblwrap { overflow-x:auto; }
  .ofx-tbl details summary { cursor:pointer; font-weight:700; color:var(--green-deep); font-size:14px; margin-bottom:8px; }
  .ofx-flag { color:var(--amber); font-weight:700; }
  .ofx-assume { margin-top:22px; font-size:12.5px; color:var(--muted); border-top:1px solid var(--line); padding-top:14px; }
  .ofx-assume ul { margin:6px 0 0; padding-left:18px; }
  .ofx-assume li { margin-bottom:3px; }
  .ofx-close { font-family:Georgia,serif; font-style:italic; text-align:center; color:var(--green-deep); font-size:15px; margin-top:20px; }
  @media (prefers-reduced-motion:no-preference){ #ofxResults { animation:ofxIn .35s ease; } @keyframes ofxIn { from{opacity:0; transform:translateY(6px);} to{opacity:1;} } }
</style>
</head>
<body>
<div class="ofx-calc">
  <h2 class="title">The Drawdown Sequencer</h2>
  <p class="sub">This tool answers the hard question - what order do you spend your retirement savings in, and when do you turn on CPP and OAS so the government programs work for you instead of against you? Everything runs in today&apos;s dollars, using 2026 rules.</p>

  <fieldset>
    <legend>About you</legend>
    <div class="ofx-grid">
      <div class="ofx-field"><label for="age">Current age</label><input id="age" type="number" min="25" max="70" value="47"></div>
      <div class="ofx-field"><label for="retAge">Target retirement age</label><input id="retAge" type="number" min="30" max="70" value="55"><span class="hint">We&apos;ll also test earlier ages for you</span></div>
      <div class="ofx-field"><label for="prov">Province / territory</label>
        <select id="prov"></select></div>
      <div class="ofx-field"><label for="spend">Annual spending (after-tax)</label><input id="spend" type="number" min="10000" step="1000" value="55000"><span class="hint">Today&apos;s dollars</span></div>
      <div class="ofx-field"><label for="saving">Annual savings until retirement</label><input id="saving" type="number" min="0" step="1000" value="30000"><span class="hint">TFSA is filled first, then RRSP</span></div>
      <div class="ofx-field"><label for="planTo">Plan to age</label><input id="planTo" type="number" min="80" max="105" value="95"></div>
    </div>
  </fieldset>

  <fieldset>
    <legend>What you&apos;ve built</legend>
    <div class="ofx-grid">
      <div class="ofx-field"><label for="rrsp">RRSP / RRIF balance</label><input id="rrsp" type="number" min="0" step="1000" value="450000"></div>
      <div class="ofx-field"><label for="tfsa">TFSA balance</label><input id="tfsa" type="number" min="0" step="1000" value="120000"></div>
      <div class="ofx-field"><label for="nonreg">Non-registered balance</label><input id="nonreg" type="number" min="0" step="1000" value="80000"></div>
      <div class="ofx-field"><label for="gainPct">Non-registered unrealized gain</label><input id="gainPct" type="number" min="0" max="100" value="50"><span class="hint">% of the balance that is capital gain</span></div>
      <div class="ofx-field"><label for="cppPct">Your CPP at 65 (% of max)</label><input id="cppPct" type="number" min="0" max="100" value="75"><span class="hint">Check My Service Canada Account. Retiring very early shrinks this - CPP averages your whole contributory period</span></div>
      <div class="ofx-field"><label for="oasYears">Years in Canada by age 65</label><input id="oasYears" type="number" min="0" max="40" value="40"><span class="hint">40 = full OAS</span></div>
      <div class="ofx-field"><label for="realRet">Real return (after inflation)</label><input id="realRet" type="number" min="0" max="10" step="0.5" value="4"><span class="hint">% per year</span></div>
    </div>
  </fieldset>

  <div class="ofx-run">
    <button id="runBtn" type="button">Build my drawdown plan</button>
    <span class="note">Tests three sequencing strategies and every retirement age down to 30.</span>
  </div>
  <p class="ofx-error" id="errBox"></p>

  <div id="ofxResults">
    <div class="ofx-verdict">
      <p class="strategy-name" id="vName"></p>
      <p id="vWhy"></p>
      <div class="ofx-statrow">
        <div class="ofx-stat"><span class="k">Earliest retirement</span><span class="v green" id="vEarliest"></span></div>
        <div class="ofx-stat"><span class="k">Take CPP at</span><span class="v" id="vCpp"></span></div>
        <div class="ofx-stat"><span class="k">Take OAS at</span><span class="v" id="vOas"></span></div>
        <div class="ofx-stat"><span class="k">Estate at plan age (after tax)</span><span class="v" id="vEstate"></span></div>
      </div>
      <div class="ofx-statrow">
        <div class="ofx-stat"><span class="k">Lifetime gov&apos;t benefits</span><span class="v green" id="vGov"></span></div>
        <div class="ofx-stat"><span class="k">of which GIS</span><span class="v" id="vGis"></span></div>
        <div class="ofx-stat"><span class="k">Lifetime income tax</span><span class="v" id="vTax"></span></div>
        <div class="ofx-stat"><span class="k">OAS lost to clawback</span><span class="v" id="vClaw"></span></div>
      </div>
    </div>

    <div class="ofx-seq">
      <h3>Your sequence, at a glance</h3>
      <div class="ofx-timeline" id="timeline"></div>
      <p class="ofx-legend" id="tlLegend"></p>
    </div>

    <div class="ofx-cmp">
      <h3>How the three strategies compare (at your target retirement age)</h3>
      <table>
        <thead><tr><th>Strategy</th><th>CPP</th><th>OAS</th><th>Money lasts to</th><th>Estate (after tax)</th><th>GIS collected</th><th>Tax paid</th></tr></thead>
        <tbody id="cmpBody"></tbody>
      </table>
    </div>

    <div class="ofx-tbl">
      <details>
        <summary>Year-by-year plan (recommended strategy)</summary>
        <div class="ofx-tblwrap">
        <table>
          <thead><tr><th>Age</th><th>RRSP/RRIF out</th><th>Non-reg out</th><th>TFSA out</th><th>CPP</th><th>OAS (net)</th><th>GIS</th><th>Tax</th><th>RRSP end</th><th>TFSA end</th><th>Non-reg end</th></tr></thead>
          <tbody id="yrBody"></tbody>
        </table>
        </div>
      </details>
    </div>

    <div class="ofx-assume">
      <strong>What this tool assumes (read this part - it matters):</strong>
      <ul>
        <li>2026 program figures: CPP max at 65 of $1,507.65/mo, OAS of $740.09/mo (65-74) and $814.10/mo (75+), GIS single max of $1,105.43/mo, OAS recovery threshold of $95,323 of 2026 net income. Benefits and thresholds are indexed, so in real terms we hold them flat - a reasonable planning assumption.</li>
        <li>CPP adjusts -0.6%/month before 65 and +0.7%/month after 65. OAS defers at +0.6%/month to 70 and gets the 10% bump at 75. GIS shrinks roughly 50 cents per dollar of non-OAS taxable income and requires OAS to be started.</li>
        <li>Taxes use 2026 federal brackets (14% bottom rate), your province&apos;s basic brackets and personal amount, the age amount, and the $2,000 pension income credit from 65. Provincial surtaxes, health premiums, and dividend credits are not modelled - treat provincial tax as approximate.</li>
        <li>RRIF minimums start the year you turn 72 (conversion at 71). Non-registered withdrawals realize capital gains at a 50% inclusion rate on your gain percentage. TFSA re-contributions during the RRSP meltdown are assumed to have room available.</li>
        <li>Strategies are ranked by after-tax estate value: remaining RRSP/RRIF is valued at 75 cents on the dollar and non-registered at its value net of deferred capital gains tax, because a TFSA dollar is worth more than an RRSP dollar at the finish line.</li>
        <li>This models one person. Couples change the GIS math and unlock income splitting - that&apos;s a bigger conversation (and a future version of this tool).</li>
        <li>This is a planning model, not advice. Confirm your own numbers in My Service Canada Account and with the CRA before acting.</li>
      </ul>
    </div>

  </div>
</div>

<script>
(function(){
"use strict";

/* ---------- 2026 parameters (today's dollars) ---------- */
var P = {
  cppMax65: 1507.65*12,
  oas65_74: 740.09*12,
  oas75: 814.10*12,
  gisSingleMax: 1105.43*12,
  gisCutoffSingle: 22488,          // non-OAS income where GIS hits zero (single)
  oasClawThreshold: 95323,         // 2026 income year (2025 income year is $93,454)
  oasClawRate: 0.15,
  fed: { brackets:[[58523,0.14],[117045,0.205],[181440,0.26],[258482,0.29],[Infinity,0.33]],
         bpa:16452, rate:0.14, ageAmt:9209, agePhaseStart:45522, agePhaseRate:0.15, pensionAmt:2000 },
  tfsaLimit: 7000,
  rrifMin: {65:.0400,66:.0417,67:.0435,68:.0455,69:.0476,70:.0500,71:.0528,72:.0540,73:.0553,74:.0567,
            75:.0582,76:.0598,77:.0617,78:.0636,79:.0658,80:.0682,81:.0708,82:.0738,83:.0771,84:.0808,
            85:.0851,86:.0899,87:.0955,88:.1021,89:.1099,90:.1192,91:.1306,92:.1449,93:.1634,94:.1879}
};
function rrifMinRate(age){ if(age>=95) return 0.20; return P.rrifMin[age]||0; }

/* Provincial brackets (2026 approx.: 2025 legislated values, indexation not applied - flagged in assumptions) */
var PROV = {
  ON:{name:"Ontario", bpa:12747, br:[[52886,.0505],[105775,.0915],[150000,.1116],[220000,.1216],[Infinity,.1316]]},
  BC:{name:"British Columbia", bpa:12932, br:[[49279,.0506],[98560,.077],[113158,.105],[137407,.1229],[186306,.147],[259829,.168],[Infinity,.205]]},
  AB:{name:"Alberta", bpa:22323, br:[[60000,.08],[151234,.10],[181481,.12],[241974,.13],[302469,.14],[Infinity,.15]]},
  SK:{name:"Saskatchewan", bpa:18991, br:[[53463,.105],[152750,.125],[Infinity,.145]]},
  MB:{name:"Manitoba", bpa:15780, br:[[47564,.108],[101200,.1275],[Infinity,.174]]},
  QC:{name:"Quebec", bpa:18571, abate:0.165, br:[[53255,.14],[106495,.19],[129590,.24],[Infinity,.2575]]},
  NB:{name:"New Brunswick", bpa:13396, br:[[51306,.094],[102614,.14],[190060,.16],[Infinity,.195]]},
  NS:{name:"Nova Scotia", bpa:11744, br:[[30507,.0879],[61015,.1495],[95883,.1667],[154650,.175],[Infinity,.21]]},
  PE:{name:"Prince Edward Island", bpa:14250, br:[[33328,.095],[64656,.1347],[105000,.166],[140000,.1762],[Infinity,.19]]},
  NL:{name:"Newfoundland and Labrador", bpa:10818, br:[[44192,.087],[88382,.145],[157792,.158],[220910,.178],[Infinity,.198]]},
  YT:{name:"Yukon", bpa:16129, br:[[57375,.064],[114750,.09],[177882,.109],[500000,.128],[Infinity,.15]]},
  NT:{name:"Northwest Territories", bpa:17842, br:[[51964,.059],[103930,.086],[168967,.122],[Infinity,.1405]]},
  NU:{name:"Nunavut", bpa:19274, br:[[54707,.04],[109413,.07],[177881,.09],[Infinity,.115]]}
};

function bracketTax(income, br){
  var t=0, prev=0;
  for(var i=0;i<br.length;i++){
    var top=br[i][0], rate=br[i][1];
    if(income>prev) t += (Math.min(income,top)-prev)*rate; else break;
    prev=top;
  }
  return t;
}

/* Total income tax on ordinary taxable income; age & pension credits from 65 */
function incomeTax(taxable, provCode, age, pensionIncome){
  if(taxable<=0) return 0;
  var pv=PROV[provCode];
  var fedCredits = P.fed.bpa;
  if(age>=65){
    var ageAmt = Math.max(0, P.fed.ageAmt - Math.max(0,taxable-P.fed.agePhaseStart)*P.fed.agePhaseRate);
    fedCredits += ageAmt + Math.min(P.fed.pensionAmt, pensionIncome||0);
  }
  var fed = Math.max(0, bracketTax(taxable,P.fed.brackets) - fedCredits*P.fed.rate);
  if(pv.abate) fed *= (1-pv.abate);
  var prov = Math.max(0, bracketTax(taxable,pv.br) - pv.bpa*pv.br[0][1]);
  return fed+prov;
}

function cppAnnual(base65, startAge){
  if(startAge<60) return 0;
  var m=(startAge-65)*12;
  return base65 * (1 + (m<0 ? m*0.006 : Math.min(m,60)*0.007));
}
function oasAnnual(age, startAge, yearsFrac){
  if(age<startAge || startAge<65) return 0;
  var defer = 1 + Math.min((startAge-65)*12,60)*0.006;
  var base = (age>=75 ? P.oas75 : P.oas65_74);
  return base * defer * Math.min(yearsFrac,1);
}
function gisAnnual(nonOasIncome, oasStarted, oasStartAge){
  if(!oasStarted || oasStartAge>65) { /* deferring OAS forfeits GIS while deferred; after start, still eligible */ }
  if(!oasStarted) return 0;
  var reduce = Math.max(0, nonOasIncome) * (P.gisSingleMax / P.gisCutoffSingle);
  return Math.max(0, P.gisSingleMax - reduce);
}

/* ---------- simulation ---------- */
/* Strategy defs: cppAge, oasAge, meltTarget(age)->taxable income target from RRSP pre-71,
   drawOrder after gov income: array of 'rrsp','nonreg','tfsa' */
function makeStrategies(inp){
  var b1 = 58523;                      // top of 14% federal bracket
  return [
    { key:"gis", name:"The GIS Play",
      cppAge:60, oasAge:65,
      meltEndAge:65,
      // fully deplete the RRSP before 65 so post-65 income stays under the GIS cutoff
      meltTarget:function(age,rrspBal,cpp){ return age<65 ? Math.max(b1*0.6, rrspBal/Math.max(1,65-age)+cpp) : 0; },
      order:function(age){ return age>=65 ? ["tfsa","nonreg","rrsp"] : ["rrsp","nonreg","tfsa"]; } },
    { key:"std", name:"The Bracket Smoother",
      cppAge:65, oasAge:65,
      meltEndAge:72,
      meltTarget:function(){ return b1*0.75; },
      order:function(){ return ["rrsp","nonreg","tfsa"]; } },
    { key:"claw", name:"The Clawback Defence",
      cppAge:70, oasAge:70,
      meltEndAge:70,
      // melt hard - fill taxable income to just under the recovery threshold before OAS begins
      meltTarget:function(age){ return age<70 ? P.oasClawThreshold*0.98 : 0; },
      order:function(){ return ["rrsp","nonreg","tfsa"]; },
      capIncomeAt:P.oasClawThreshold }
  ];
}

function simulate(inp, strat, retAge){
  var age=inp.age, rrsp=inp.rrsp, tfsa=inp.tfsa, nonreg=inp.nonreg, nrGain=inp.gainPct/100;
  var g=1+inp.realRet/100;
  // accumulate to retirement
  while(age<retAge){
    rrsp*=g; tfsa*=g; nonreg*=g;
    var s=inp.saving, toT=Math.min(s,P.tfsaLimit); tfsa+=toT; rrsp+=(s-toT);
    age++;
  }
  var rows=[], failAge=null, totGov=0, totGis=0, totTax=0, totClaw=0;
  for(; age<=inp.planTo; age++){
    var cpp = age>=strat.cppAge ? cppAnnual(inp.cpp65, strat.cppAge) : 0;
    var oasStarted = age>=strat.oasAge;
    var oasGross = oasAnnual(age, strat.oasAge, inp.oasYears/40);

    var forced = age>=72 ? rrsp*rrifMinRate(age) : 0;

    // desired discretionary RRSP withdrawal (meltdown), pre-RRIF era
    var melt = 0;
    if(age<strat.meltEndAge && rrsp>0){
      melt = Math.max(0, strat.meltTarget(age, rrsp, cpp) - cpp - oasGross);
    }
    var rrspOut = Math.min(rrsp, Math.max(forced, melt));

    // solve for extra withdrawals to satisfy spending
    var order = strat.order(age);
    var res = solveYear(inp, strat, age, cpp, oasGross, oasStarted, rrsp, tfsa, nonreg, nrGain, rrspOut, order);

    rrsp -= res.rrspOut; nonreg -= res.nrOut; tfsa -= res.tfsaOut;
    // surplus cash gets re-sheltered: TFSA first (limit), then non-registered
    if(res.surplus>0){
      var c=Math.min(res.surplus,P.tfsaLimit); tfsa+=c;
      nonreg+=(res.surplus-c);
    }
    totGov += cpp + res.oasNet + res.gis; totGis += res.gis; totTax += res.tax; totClaw += res.claw;
    rows.push({age:age, rrspOut:res.rrspOut, nrOut:res.nrOut, tfsaOut:res.tfsaOut, cpp:cpp,
               oas:res.oasNet, gis:res.gis, tax:res.tax, rrsp:Math.max(0,rrsp), tfsa:Math.max(0,tfsa), nonreg:Math.max(0,nonreg)});
    if(res.short>1 && failAge===null) failAge=age;
    rrsp*=g; tfsa*=g; nonreg*=g;
  }
  return { rows:rows, failAge:failAge, estate:rrsp*0.75+tfsa+nonreg*(1-nrGain*0.25), // rough after-tax estate
           rawEstate:rrsp+tfsa+nonreg, totGov:totGov, totGis:totGis, totTax:totTax, totClaw:totClaw };
}

function yearFinances(inp, age, cpp, oasGross, oasStarted, rrspOut, nrOut, tfsaOut, nrGain){
  var nrTaxable = nrOut*nrGain*0.5;
  var pensionInc = age>=65 ? rrspOut : 0;
  var netIncome = cpp + oasGross + rrspOut + nrTaxable;   // net income for clawback test
  var claw = oasGross>0 ? Math.min(oasGross, Math.max(0, netIncome-P.oasClawThreshold)*P.oasClawRate) : 0;
  var taxable = cpp + (oasGross-claw) + rrspOut + nrTaxable;
  var tax = incomeTax(taxable, inp.prov, age, pensionInc);
  var gis = gisAnnual(cpp + rrspOut + nrTaxable, oasStarted, 65);
  var cash = cpp + (oasGross-claw) + gis + rrspOut + nrOut + tfsaOut - tax;
  return {cash:cash, tax:tax, claw:claw, gis:gis, oasNet:oasGross-claw};
}

function solveYear(inp, strat, age, cpp, oasGross, oasStarted, rrsp, tfsa, nonreg, nrGain, baseRrspOut, order){
  var rrspOut=baseRrspOut, nrOut=0, tfsaOut=0;
  var f = yearFinances(inp, age, cpp, oasGross, oasStarted, rrspOut, nrOut, tfsaOut, nrGain);
  var need = inp.spend - f.cash;
  if(need>0){
    for(var i=0;i<order.length && need>1;i++){
      var src=order[i];
      if(src==="tfsa"){ var t=Math.min(need, tfsa-tfsaOut); tfsaOut+=t; need-=t; }
      else if(src==="nonreg"){
        // gross-up via binary search (tax on realized gains)
        var lo=0, hi=Math.min(nonreg-nrOut, need*1.6);
        if(hi>0){ for(var k=0;k<32;k++){ var mid=(lo+hi)/2;
            var ff=yearFinances(inp,age,cpp,oasGross,oasStarted,rrspOut,nrOut+mid,tfsaOut,nrGain);
            if(ff.cash < inp.spend) lo=mid; else hi=mid; }
          nrOut+=hi; }
        need = inp.spend - yearFinances(inp,age,cpp,oasGross,oasStarted,rrspOut,nrOut,tfsaOut,nrGain).cash;
      } else {
        var cap = rrsp - rrspOut;
        if(strat.capIncomeAt && age>=strat.oasAge){
          cap = Math.min(cap, Math.max(0, strat.capIncomeAt - (cpp+oasGross+rrspOut)));
        }
        var lo2=0, hi2=Math.min(cap, need*1.9);
        if(hi2>0){ for(var k2=0;k2<32;k2++){ var m2=(lo2+hi2)/2;
            var f2=yearFinances(inp,age,cpp,oasGross,oasStarted,rrspOut+m2,nrOut,tfsaOut,nrGain);
            if(f2.cash < inp.spend) lo2=m2; else hi2=m2; }
          rrspOut+=hi2; }
        need = inp.spend - yearFinances(inp,age,cpp,oasGross,oasStarted,rrspOut,nrOut,tfsaOut,nrGain).cash;
      }
    }
    // last resort: ignore income cap if still short
    if(need>1 && rrsp-rrspOut>1){
      var lo3=0, hi3=Math.min(rrsp-rrspOut, need*2.2);
      for(var k3=0;k3<32;k3++){ var m3=(lo3+hi3)/2;
        var f3=yearFinances(inp,age,cpp,oasGross,oasStarted,rrspOut+m3,nrOut,tfsaOut,nrGain);
        if(f3.cash < inp.spend) lo3=m3; else hi3=m3; }
      rrspOut+=hi3;
    }
  }
  var fin = yearFinances(inp, age, cpp, oasGross, oasStarted, rrspOut, nrOut, tfsaOut, nrGain);
  var short = Math.max(0, inp.spend - fin.cash);
  var surplus = Math.max(0, fin.cash - inp.spend);
  return {rrspOut:rrspOut, nrOut:nrOut, tfsaOut:tfsaOut, tax:fin.tax, claw:fin.claw, gis:fin.gis,
          oasNet:fin.oasNet, short:short, surplus:surplus};
}

function bestStrategy(inp, retAge){
  var strats = makeStrategies(inp), out=[];
  for(var i=0;i<strats.length;i++){
    var r = simulate(inp, strats[i], retAge);
    r.strat = strats[i]; out.push(r);
  }
  out.sort(function(a,b){
    var af=a.failAge===null, bf=b.failAge===null;
    if(af && bf) return b.estate-a.estate;
    if(af) return -1; if(bf) return 1;
    return b.failAge-a.failAge;
  });
  return out;
}

/* ---------- UI ---------- */
var provSel=document.getElementById("prov");
Object.keys(PROV).forEach(function(k){
  var o=document.createElement("option"); o.value=k; o.textContent=PROV[k].name;
  if(k==="ON") o.selected=true; provSel.appendChild(o);
});
function $(id){ return document.getElementById(id); }
function fm(n){ return "$"+Math.round(n).toLocaleString("en-CA"); }
function fk(n){ return n>=1000000 ? "$"+(n/1000000).toFixed(2)+"M" : "$"+Math.round(n/1000)+"k"; }

var PHASE_COLORS={rrsp:"#2e7d32", nonreg:"#6d9b53", tfsa:"#a05e03", gov:"#1b5e20", mixed:"#557a4e"};

function buildTimeline(rows, strat, planTo){
  // classify each year by dominant funding source
  var phases=[], cur=null;
  rows.forEach(function(r){
    var srcs=[["RRSP meltdown",r.rrspOut,"rrsp"],["Non-registered",r.nrOut,"nonreg"],["TFSA",r.tfsaOut,"tfsa"]];
    srcs.sort(function(a,b){ return b[1]-a[1]; });
    var label, kind;
    var gov=r.cpp+r.oas+r.gis;
    if(srcs[0][1]<gov*0.4 && gov>0){ label="Gov't benefits carry the load"; kind="gov"; }
    else { label=srcs[0][0]+" funds spending"; kind=srcs[0][2]; }
    if(r.gis>0) { label += " + GIS"; }
    if(!cur || cur.label!==label){ cur={label:label,kind:kind,from:r.age,to:r.age}; phases.push(cur); }
    else cur.to=r.age;
  });
  var total=rows.length, tl=$("timeline"); tl.innerHTML="";
  phases.forEach(function(p){
    var d=document.createElement("div");
    d.className="ofx-phase"; d.style.background=PHASE_COLORS[p.kind]||PHASE_COLORS.mixed;
    d.style.flexGrow=(p.to-p.from+1);
    d.style.flexBasis=0;
    d.innerHTML='<span class="age">'+p.from+(p.to>p.from?"&ndash;"+p.to:"")+'</span>'+p.label;
    tl.appendChild(d);
  });
  $("tlLegend").textContent="CPP at "+strat.cppAge+", OAS at "+strat.oasAge+
    ". Each band shows what primarily pays the bills for those ages, through age "+planTo+".";
}

function whyText(key, res){
  if(key==="gis") return "Your numbers put the Guaranteed Income Supplement within reach - and GIS is tax-free money most planners write off too early. The play: take CPP at 60 (yes, at the reduced rate - it keeps your post-65 income low), empty the RRSP before 65 while your bracket is quiet, shelter the proceeds in your TFSA, then start OAS at 65 and spend from the TFSA so your taxable income stays under the GIS cutoff. TFSA withdrawals don't count against GIS (this is important!).";
  if(key==="claw"){
    if(res.totGis > Math.max(res.totClaw, 10000)) return "The winning move here is patience. Defer CPP and OAS to 70 - locking in CPP payments 42% larger and OAS 36% larger, both indexed for life - and live off an RRSP meltdown in the meantime. The bonus most people miss: once the RRSP is spent down, your taxable income drops enough in your later years that GIS starts flowing on top of your supersized OAS. Guaranteed income doing the heavy lifting, portfolio risk retired along with you.";
    return "Your RRSP is big enough that mandatory RRIF withdrawals in your 70s would push you toward the OAS clawback threshold. The play: retire, then aggressively draw the RRSP down in your lower-income years while deferring CPP and OAS to 70. You shrink the future RRIF minimums, lock in CPP payments 42% larger and OAS 36% larger, and keep your 70s income under the $95,323 recovery line.";
  }
  if(res.totClaw > 20000) return "Here's an uncomfortable truth: your retirement income is high enough that some OAS clawback is unavoidable - no sequencing trick fully escapes it, and chasing it would cost you more in tax than it saves. The play: accept the clawback as a good problem, draw the RRSP steadily to smooth your brackets, start CPP and OAS at 65, and let the TFSA compound untouched as your tax-free estate anchor. Losing OAS because your plan worked is not a failure (this is important!).";
  return "You're in the middle path - not GIS territory, not clawback territory. The play: smooth your taxable income by drawing the RRSP steadily through the bottom bracket from retirement onward, start CPP and OAS at 65, spend non-registered next, and let the TFSA compound untouched as your flexibility reserve and estate anchor.";
}

$("runBtn").addEventListener("click", function(){
  var err=$("errBox"); err.style.display="none";
  var inp={
    age:+$("age").value, retAgeWanted:+$("retAge").value, prov:$("prov").value,
    spend:+$("spend").value, saving:+$("saving").value, planTo:+$("planTo").value,
    rrsp:+$("rrsp").value, tfsa:+$("tfsa").value, nonreg:+$("nonreg").value,
    gainPct:+$("gainPct").value, realRet:+$("realRet").value,
    cpp65:(+$("cppPct").value/100)*P.cppMax65, oasYears:+$("oasYears").value
  };
  if(!(inp.age>0)||!(inp.spend>0)||inp.retAgeWanted<inp.age){
    err.textContent = inp.retAgeWanted<inp.age ? "Retirement age can't be earlier than your current age." : "Check your inputs - age and spending are required.";
    err.style.display="block"; return;
  }
  // earliest feasible retirement age (best of 3 strategies must survive)
  var earliest=null;
  for(var ra=Math.max(inp.age,30); ra<=70; ra++){
    var b=bestStrategy(inp,ra)[0];
    if(b.failAge===null){ earliest=ra; break; }
  }
  var results=bestStrategy(inp, inp.retAgeWanted);
  var best=results[0], strat=best.strat;

  $("vName").textContent="Recommended: "+strat.name;
  $("vWhy").textContent=whyText(strat.key, best, inp);
  $("vEarliest").textContent = earliest===null ? "70+" : "Age "+earliest;
  $("vCpp").textContent="Age "+strat.cppAge;
  $("vOas").textContent="Age "+strat.oasAge;
  $("vEstate").textContent = best.failAge===null ? fk(best.estate) : "Runs out at "+best.failAge;
  $("vGov").textContent=fk(best.totGov);
  $("vGis").textContent=fk(best.totGis);
  $("vTax").textContent=fk(best.totTax);
  $("vClaw").textContent=fk(best.totClaw);

  var cb=$("cmpBody"); cb.innerHTML="";
  results.slice().sort(function(a,b){return a.strat.key<b.strat.key?-1:1;}).forEach(function(r){
    var tr=document.createElement("tr");
    if(r.strat.key===strat.key) tr.className="pick";
    tr.innerHTML="<td>"+r.strat.name+"</td><td>"+r.strat.cppAge+"</td><td>"+r.strat.oasAge+"</td><td>"+
      (r.failAge===null?inp.planTo+" ✓":r.failAge)+"</td><td>"+(r.failAge===null?fk(r.estate):"—")+
      "</td><td>"+fk(r.totGis)+"</td><td>"+fk(r.totTax)+"</td>";
    cb.appendChild(tr);
  });

  var yb=$("yrBody"); yb.innerHTML="";
  best.rows.forEach(function(r){
    var tr=document.createElement("tr");
    tr.innerHTML="<td>"+r.age+"</td><td>"+fm(r.rrspOut)+"</td><td>"+fm(r.nrOut)+"</td><td>"+fm(r.tfsaOut)+
      "</td><td>"+fm(r.cpp)+"</td><td>"+fm(r.oas)+"</td><td>"+(r.gis>0?'<span class="ofx-flag">'+fm(r.gis)+"</span>":"$0")+
      "</td><td>"+fm(r.tax)+"</td><td>"+fk(r.rrsp)+"</td><td>"+fk(r.tfsa)+"</td><td>"+fk(r.nonreg)+"</td>";
    yb.appendChild(tr);
  });

  buildTimeline(best.rows, strat, inp.planTo);
  $("ofxResults").style.display="block";
  $("ofxResults").scrollIntoView({behavior:"smooth",block:"nearest"});
});
})();
</script>
</body>
</html>
<!--kg-card-end: html-->
<p></p>
<!--kg-card-begin: html-->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "mainEntityOfPage": { "@type": "WebPage", "@id": "[POST-URL]" },
  "headline": "The Drawdown Sequencer: A 2026 Canadian Retirement Withdrawal Calculator",
  "description": "A free calculator that tests three drawdown strategies - the GIS play, the bracket smoother, and the clawback defence - against your RRSP, TFSA and non-registered balances to find your withdrawal order, CPP and OAS start ages, and earliest retirement age.",
  "author": { "@type": "Person", "name": "Slavi", "url": "https://optimizedforfreedom.com" },
  "publisher": {
    "@type": "Organization",
    "name": "Optimized For Freedom",
    "url": "https://optimizedforfreedom.com/calculator-when-to-retire-and-how-to-use-your-retirement-savings-and-maximize-government-retirement-benefits/"
  },
  "datePublished": "2026-07-16",
  "dateModified": "2026-07-16"
}
</script>

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What order should I withdraw from my RRSP, TFSA and non-registered accounts in retirement?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "There is no single right order - it depends on your account sizes and income. Lower-income retirees often benefit from emptying the RRSP before 65 and spending from the TFSA afterward to qualify for GIS. Middle incomes usually do best drawing the RRSP steadily through the bottom tax bracket with the TFSA last. Large RRSPs often call for an aggressive meltdown before 70 to shrink future RRIF minimums and reduce OAS clawback."
      }
    },
    {
      "@type": "Question",
      "name": "Should I take CPP at 60, 65 or 70?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "CPP is reduced 0.6% per month before 65 (36% less at 60) and increased 0.7% per month after 65 (42% more at 70). Taking it at 60 can make sense if you are pursuing GIS, because a smaller CPP keeps your income under the GIS cutoff. Deferring to 70 suits retirees with enough savings to bridge the gap who want larger guaranteed, inflation-indexed income for life."
      }
    },
    {
      "@type": "Question",
      "name": "How do I avoid the OAS clawback in 2026?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "OAS is reduced by 15 cents for every dollar of net income above roughly $95,000 in 2026. The main defences are drawing your RRSP down before OAS starts so mandatory RRIF withdrawals stay smaller, and spending from your TFSA in high-income years, since TFSA withdrawals do not count as income. If your income is well above the threshold, some clawback is unavoidable - a sign your plan worked, not that it failed."
      }
    },
    {
      "@type": "Question",
      "name": "Can I qualify for GIS if I have savings?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes. GIS is tested on taxable income, not assets. TFSA withdrawals do not count against GIS, so a retiree who empties their RRSP before 65, shelters the proceeds in a TFSA, and keeps taxable income under the cutoff (about $22,500 for a single person in 2026, excluding OAS) can collect GIS while holding significant savings."
      }
    },
    {
      "@type": "Question",
      "name": "When does my RRSP have to become a RRIF?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "By the end of the year you turn 71, with mandatory minimum withdrawals starting the following year - about 5.4% at 72 and rising each year after. These forced withdrawals are fully taxable, which is why large RRSPs are often drawn down earlier, on your own schedule and in lower brackets."
      }
    },
    {
      "@type": "Question",
      "name": "What is the earliest age I can retire in Canada?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "There is no legal minimum - the constraint is whether your portfolio can fund the gap before government benefits begin. CPP starts no earlier than 60 and OAS no earlier than 65, so early retirees fund the bridge years themselves. Note that retiring very early also shrinks your CPP entitlement, since it averages earnings over your whole contributory period."
      }
    }
  ]
}
</script>
<!--kg-card-end: html-->
]]></content:encoded></item><item><title><![CDATA[How To Pay Off Your Mortgage Faster And Almost For Free]]></title><description><![CDATA[We reduced our mortgage timeline by 3.5 years by making a small tweak. Here, I explore different payment frequencies and how they affect interest paid and mortgage timelines.]]></description><link>https://optimizedforfreedom.com/how-to-pay-off-your-mortgage-faster-and-almost-for-free/</link><guid isPermaLink="false">6a5770bdbf4e3404a575f844</guid><category><![CDATA[Advice]]></category><category><![CDATA[Personal Finance Basics]]></category><category><![CDATA[Savings]]></category><dc:creator><![CDATA[Optimized]]></dc:creator><pubDate>Wed, 15 Jul 2026 11:40:37 GMT</pubDate><content:encoded><![CDATA[<p>I will save you the entire read and a few minutes of your life - the trick is to switch your payment frequency to <strong>accelerated weekly</strong>. That&apos;s it!</p><p>If you want to spend a few minutes and learn something new, I have done the math below. And I promise the word &quot;accelerated&quot; is doing some heavy lifting here, so stick around for that part.</p><p>I thought I knew enough about mortgages in preparation for our first one about 12 years ago but I didn&#x2019;t. There was an asterisk with footnotes on payment frequency. I asked the lender what this meant since I only knew about the monthly payment frequency. They explained and I was sold on an increased frequency.</p><h2 id="understanding-mortgage-repayment"><strong>Understanding Mortgage Repayment</strong></h2><p>Before we get to the trick, you need to understand how a mortgage actually eats your money. A mortgage is just a big loan with a schedule. Every payment you make gets split into two pieces:</p><ol><li>Interest - the lender&apos;s fee for lending you the money</li><li>Principal - the part that actually pays down what you owe</li></ol><p>Here&apos;s the part most people never think about - that split is not 50/50, and it is not constant.</p><p>Interest is calculated on your <strong>outstanding balance</strong>. At the start of your mortgage, your balance is at its biggest, so the interest charge is at its biggest too. Your payment amount is fixed, so after the interest takes its cut, whatever is left goes to principal.</p><p>Let&apos;s make it real. Take a $500,000 mortgage at 5% amortized over 25 years. The monthly payment works out to about $2,908.</p><p>Your very first payment is most likely split like this:</p><ul><li>Interest - $2,062</li><li>Principal - $846</li></ul><p>You hand over almost three grand and your mortgage shrinks by less than $850. Ouch.</p><p>This is what people mean when they say interest is &quot;front-loaded.&quot; Nobody is scheming against you - it&apos;s just math. Big balance, big interest. As the balance slowly shrinks, each payment shifts a little more toward principal. By year 12, that same $2,908 payment is roughly half interest, half principal. In the final years, it&apos;s almost all principal.</p><p>The takeaway - <strong>anything that shrinks your balance sooner saves you interest on every single payment after that.</strong> Remember this - it&apos;s the entire engine behind the trick.</p><h2 id="the-payment-frequencies-your-lender-offers"><strong>The Payment Frequencies Your Lender Offers</strong></h2><p>Most Canadian lenders offer some combination of these (but please check with your lender):</p><p><strong>Monthly</strong> - 12 payments per year. This is the default. For our example - $2,908 per payment.</p><p><strong>Semi-monthly</strong> - 24 payments per year, on the 1st and 15th. Roughly half the monthly payment each time - about $1,453.</p><p><strong>Bi-weekly</strong> - 26 payments per year, every second Friday. About $1,341 per payment.</p><p><strong>Weekly</strong> - 52 payments per year. About $670 per payment.</p><p><strong>Accelerated bi-weekly</strong> - your monthly payment divided by 2, paid 26 times a year - $1,454.</p><p><strong>Accelerated weekly</strong> - your monthly payment divided by 4, paid 52 times a year - $727.</p><p>Notice something about those last two? The &quot;accelerated&quot; versions look almost identical to the regular versions. Accelerated bi-weekly is $1,454 vs regular bi-weekly at $1,341. Accelerated weekly is $727 vs regular weekly at $670. A difference of about $57 a week. That tiny difference is where all the magic lives.</p><h2 id="how-payment-frequency-affects-length"><strong>How Payment Frequency Affects Length</strong></h2><p>Here&apos;s the punchline table. Same $500,000 mortgage, 5%, 25-year amortization:</p>
<!--kg-card-begin: html-->
<table style="border:none;border-collapse:collapse;"><colgroup><col width="148"><col width="99"><col width="126"><col width="119"></colgroup><tbody><tr style="height:25pt"><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;text-align: center;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Frequency</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;text-align: center;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Payment</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;text-align: center;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Total interest paid</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;text-align: center;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Time to pay off</span></p></td></tr><tr style="height:25pt"><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Monthly</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;text-align: center;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">$2,908</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;text-align: center;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">$372,400</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;text-align: center;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">25 years</span></p></td></tr><tr style="height:25pt"><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Semi-monthly</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;text-align: center;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">$1,453</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;text-align: center;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">$371,500</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;text-align: center;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">25 years</span></p></td></tr><tr style="height:25pt"><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Bi-weekly</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;text-align: center;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">$1,341</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;text-align: center;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">$371,400</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;text-align: center;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">25 years</span></p></td></tr><tr style="height:25pt"><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Weekly</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;text-align: center;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">$670</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;text-align: center;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">$371,000</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;text-align: center;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">25 years</span></p></td></tr><tr style="height:25pt"><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Accelerated bi-weekly</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;text-align: center;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">$1,454</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;text-align: center;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">$312,000</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;text-align: center;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">21.5 years</span></p></td></tr><tr style="height:25pt"><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Accelerated weekly</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;text-align: center;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">$727</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;text-align: center;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">$311,300</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;text-align: center;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">21.5 years</span></p></td></tr></tbody></table>
<!--kg-card-end: html-->
<p>Look at the regular frequencies first. Monthly, semi-monthly, bi-weekly, weekly - they all pay off in 25 years, and the interest savings from paying more often is about $1,400 over 25 years. That&apos;s $56 a year. Enough for one nice-ish lunch annually (I have thoughts on lunch, but that&apos;s another post).</p><p>Why so little? Because your lender is smart. When you switch to regular weekly, they recalculate your payment so you still pay the same total per year and still finish in 25 years. Paying a bit earlier in the month shaves off a rounding error, nothing more.</p><p>Now look at the accelerated rows. <strong>$60,000+ in interest saved. Three and a half years gone from your mortgage!</strong></p><p>Here&apos;s what&apos;s actually happening. Accelerated bi-weekly takes your monthly payment, cuts it in half, and charges it 26 times a year. But 26 half-payments equal 13 full monthly payments. Not 12! You are quietly making one extra monthly payment every year, and every dollar of it goes straight to principal.</p><p>And remember the engine from earlier - a smaller balance means less interest on every payment that follows. That one extra payment a year compounds in your favour for the next two decades. In our example, roughly $2,900 extra per year turns into $61,000 of interest you never pay.</p><h2 id="wait-so-its-not-actually-free"><strong>Wait, So It&apos;s Not Actually Free?</strong></h2><p>Let&apos;s be honest, because you&apos;d catch me on this anyway - no. You are paying about $2,908 more per year in our example. If someone tells you accelerated payments are free money, they&apos;ve done the vibes but not the math.</p><p>What makes this trick special is that it&apos;s <strong>psychologically free</strong>. Here&apos;s what I mean:</p><ol><li>Few feel the difference between $670 and $727 a week if they start off with payments that way.</li><li>There&apos;s no willpower involved. No &quot;I&apos;ll make a lump sum payment this year, I promise.&quot; Your lender just takes it, every week, forever. Believe me, I have told myself this many times before.</li><li>If you&apos;re paid weekly or bi-weekly, the payment lands right after your paycheque does, before you can spend it. Save first, spend the rest - the same principle I&apos;ve been running my whole financial life on.</li></ol><p>It&apos;s a forced savings plan with a guaranteed, tax-free return equal to your mortgage rate. At today&apos;s rates, that&apos;s a risk-free 5%-ish return you don&apos;t pay a cent of tax on. Try finding that at your brokerage.</p><h2 id="how-to-actually-do-this"><strong>How to Actually Do This</strong></h2><p>Three steps:</p><ol><li>Log into your lender&apos;s portal or call them and ask to switch your payment frequency to accelerated weekly or accelerated bi-weekly. Most big banks and lenders let you do this online in five minutes, for free, at any time - not just at renewal. I did this earlier this year and it took only a few clicks. No fees.</li><li>Match it to your pay schedule. Paid bi-weekly? Go accelerated bi-weekly. Paid weekly? Go accelerated weekly. The difference between the two is about $700 of interest over 25 years, so don&apos;t agonize - pick the one that fits your cash flow. Our lender allows me to pick the starting point and payment date. If the date doesn&#x2019;t line up with the initial mortgage contract, we are simply charged the interest resulting in the difference in dates.</li><li>Confirm the word &quot;accelerated&quot; appears on your confirmation. If your payment is exactly your old monthly amount divided by 4.33 instead of 4, you got the regular version and saved yourself a rounding error.</li></ol><p>One caution - make sure your cash flow can genuinely absorb the extra ~8% per year. If money is tight, an emergency fund beats a faster mortgage. The mortgage isn&apos;t going anywhere.</p><h2 id="lets-go-back-to-the-start"><strong>Let&apos;s Go Back to the Start</strong></h2><p>I told you the trick is switching to accelerated weekly payments, and now you know why it works - you sneak a 13th monthly payment into every year, it all goes to principal, and the front-loaded interest math starts working for you instead of against you. Three and a half years and $61,000 back in your pocket, for a weekly difference you will stop noticing by February.</p><p>Not bad for a few minutes of tinkering online.</p><p>Now imagine you pair this with additional automated weekly payments that go straight to the principal!</p>
<!--kg-card-begin: html-->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "BlogPosting",
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://optimizedforfreedom.com/how-to-pay-off-your-mortgage-faster-and-almost-for-free/"
  },
  "headline": "The Accelerated Weekly Mortgage Payment Trick That Can Save You $60,000",
  "description": "Accelerated weekly mortgage payments can shorten your mortgage by years and save thousands in interest. Learn how the strategy works and why the word accelerated matters.",
  "author": {
    "@type": "Person",
    "name": "Opti",
    "url": "https://optimizedforfreedom.com/about/"
  },
  "publisher": {
    "@type": "Organization",
    "name": "Optimized for Freedom",
    "url": "https://optimizedforfreedom.com/",
    "logo": {
      "@type": "ImageObject",
      "url": "https://optimizedforfreedom.com/content/images/logo.png"
    }
  },
  "datePublished": "2026-07-15",
  "dateModified": "2026-07-15",
  "articleSection": "Mortgages",
  "keywords": [
    "accelerated weekly mortgage payments",
    "accelerated bi-weekly mortgage payments",
    "mortgage payment frequency Canada",
    "pay off mortgage faster",
    "mortgage interest savings",
    "weekly mortgage payments"
  ],
  "about": [
    {
      "@type": "Thing",
      "name": "Mortgage repayment"
    },
    {
      "@type": "Thing",
      "name": "Accelerated mortgage payments"
    },
    {
      "@type": "Thing",
      "name": "Personal finance in Canada"
    }
  ],
  "inLanguage": "en-CA",
  "isAccessibleForFree": true
}
</script>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Do accelerated weekly mortgage payments save money?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes. Accelerated weekly payments increase the amount paid each year, which reduces the mortgage principal faster. A lower principal balance means less interest is charged on future payments."
      }
    },
    {
      "@type": "Question",
      "name": "What is the difference between weekly and accelerated weekly mortgage payments?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Regular weekly payments divide the annual amount needed to maintain the original amortization across 52 payments. Accelerated weekly payments usually divide the monthly payment by four and collect that amount 52 times per year. This results in the equivalent of approximately 13 monthly payments instead of 12."
      }
    },
    {
      "@type": "Question",
      "name": "How much faster can accelerated payments pay off a mortgage?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "The result depends on the mortgage amount, interest rate, amortization period, and lender calculations. In the example of a $500,000 mortgage at 5% over 25 years, accelerated payments shorten the repayment period by approximately three and a half years."
      }
    },
    {
      "@type": "Question",
      "name": "Are accelerated weekly mortgage payments free?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "No. Accelerated payments require you to pay more toward the mortgage each year. The benefit is that the additional amount is automated and applied to the principal, reducing both the repayment period and total interest expense."
      }
    },
    {
      "@type": "Question",
      "name": "Is accelerated weekly better than accelerated bi-weekly?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "The financial difference is usually small. Accelerated weekly payments may reduce the principal slightly sooner, but the best choice is generally the payment frequency that matches your pay schedule and makes managing cash flow easiest."
      }
    },
    {
      "@type": "Question",
      "name": "Can I switch to accelerated mortgage payments before renewal?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Many Canadian lenders allow borrowers to change their payment frequency during the mortgage term, sometimes through online banking and without a fee. Rules vary, so borrowers should confirm the available options and conditions with their lender."
      }
    },
    {
      "@type": "Question",
      "name": "How can I tell whether my mortgage payments are accelerated?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Check that the payment frequency specifically says accelerated. An accelerated weekly payment is commonly calculated by dividing the monthly payment by four, while an accelerated bi-weekly payment is commonly calculated by dividing it by two."
      }
    },
    {
      "@type": "Question",
      "name": "Should I use accelerated payments if money is tight?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Not necessarily. Accelerated payments require additional cash flow. Building an emergency fund and keeping enough money available for unexpected expenses may be more important than paying down the mortgage faster."
      }
    }
  ]
}
</script>
<!--kg-card-end: html-->
]]></content:encoded></item><item><title><![CDATA[Career Advice - Going Out for Lunch Is a Career Investment]]></title><description><![CDATA[Bringing your own lunch to work will save you money in the long run. But going our for lunch with your colleagues is a great career investment. In this post, I share my own experiences with this and how you can balance both your frugal and career sides.]]></description><link>https://optimizedforfreedom.com/career-advice-going-out-for-lunch-is-a-career-investment/</link><guid isPermaLink="false">6a561d5dbf4e3404a575f82f</guid><category><![CDATA[Advice]]></category><category><![CDATA[Careers]]></category><dc:creator><![CDATA[Optimized]]></dc:creator><pubDate>Tue, 14 Jul 2026 11:38:54 GMT</pubDate><content:encoded><![CDATA[<p>It is true - the wise thing to do is to bring your own lunch to work. It is one of the easiest and most repeated pieces of personal finance advice for office workers. Skip the $20 sandwich, brown-bag it, invest the difference, build wealth. You have heard it. Everyone talks about it. I have written some version of it myself.</p><p>But what no one talks about is what happens <em>at</em> lunch.</p><p><strong>The Lunch Bunch</strong></p><p>If you have ever worked in an office, you have seen them. Groups of coworkers heading out together a few times a week, sometimes for a special occasion, sometimes for no reason at all, to a nearby restaurant or fast food place.</p><p>Those office workers are building relationships. And unless they are the office evil bunch (every office has one), those relationships pay off. They deal with work problems easier. They advance a little faster. They often carry a slightly reduced workload because someone is willing to lend a hand when things pile up.</p><p>It helps to have office relationships that were not built exclusively inside the office. There is something about breaking bread away from your desk that a Teams call will never replicate.</p><p><strong>&#x201C;Big Deal&#x201D;, You Think</strong></p><p>Here is what you are not seeing - what happens to the lunch bunch over time.</p><p>One of them is likely to get promoted soon. Once promoted, they will vouch for the people closest to them and help pull the rest of the bunch up to the same level. Sure, it may take a few promotion cycles and a few years. But the long-term trend is clear: these relationships, no matter where you sit on the ladder, elevate the friendlies.</p><p>This is not corruption or favouritism run wild. It is just how humans work. When a manager needs someone for a stretch assignment, they think of the people they know and trust. When a hiring committee is on the fence between two candidates, the one with an internal champion wins. I wrote about this exact dynamic in my post on<a href="https://optimizedforfreedom.com/career-advice-why-showing-up-matters/"> <u>why showing up matters</u></a> - decision-makers favour the people they see and interact with, whether they realize it or not. Read that one first if you haven&apos;t.</p><p><strong>The Stuff You Only Learn At Lunch</strong></p><p>Here is a point that took me years to appreciate - lunch is an information channel.</p><p>The upcoming reorg. The project that is quietly falling apart. The senior person who is about to retire and leave a vacancy. Which manager is great to work for and which one to avoid. None of this shows up in a meeting agenda or a company-wide email. It travels over food and usually not in the office environment.</p><p>I have learned not only about internal openings at lunch months before they were posted, but also those at organizations and associations our company is a part of. By the time a job posting goes live, the informal shortlist often already exists. The lunch bunch is on that shortlist. The desk-lunch crowd finds out when everyone else does.</p><p><strong>Let&apos;s Look At The Numbers</strong></p><p>This is a personal finance blog, so let&apos;s do what we always do - the math.</p><p>Say you go out twice a week and spend $20 each time. That is roughly $2,000 per year. Invested at 7% over a decade, call it $28,000-$30,000. Not nothing. This is exactly why the &quot;bring your lunch&quot; advice exists, and why it is good advice in isolation.</p><p>Now look at the other side of the ledger. A single promotion or a strong raise is worth $5,000-$15,000 per year. That&#x2019;s every year! It compounds through every future raise, bonus, and pension-adjusted or RRSP-matched dollar for the rest of your career. If a few years of intentional lunches contribute to even one earlier promotion, the return crushes the savings from eating at your desk. It is not close. I was extremely fortunate to experience this in my earlier years when I had the time for lunch and worked in an office. But even nowadays when I am working from home, I make the effort of travelling to offices just to join a lunch group. I don&#x2019;t have to do this, but I do it because the lunch bunches are just fun people.</p><p><a href="https://optimizedforfreedom.com/frugality-has-a-ceiling-income-doesnt/" rel="noreferrer">Frugality has a ceiling. Your income does not</a>. (Another post I wrote a while back!) The lunch money debate is a rounding error next to your career trajectory.</p><p><strong>The Rules That Keep This From Becoming a Money Leak</strong></p><p>I am not giving you a free pass to spend recklessly on lunch. Lunch spending only works as a career investment if you treat it like one:</p><ul><li>Keep bringing your lunch most days. Going out is the exception, not the default.</li><li>Twice a week is plenty. Once a week still works.</li><li>Order modestly. You are there for the people, not a three-course meal. Skip the drinks and the dessert.</li><li>Take a raincheck when you need to. &quot;Not today, but I&apos;m in on Thursday&quot; is a perfectly good answer. Nobody keeps score.</li><li>Go with people you actually enjoy. And no, I am not saying you should suck up to anyone. Forced networking lunches with people you can&apos;t stand are worse than eating alone - people can smell it.</li></ul><p><strong>What About Remote And Hybrid Workers?</strong></p><p>If you are fully remote, the lunch bunch doesn&apos;t exist for you - which is exactly why remote workers need to be deliberate about this. On your office days, say yes to lunch. That is when the relationship-building window is open, so use it. See my earlier comment - I still deliberately travel to nearby offices once or twice per week. A hybrid worker who eats at their desk on their two office days is paying the commute cost and skipping the payoff.</p><p>Can&#x2019;t get into a lunch bunch? Here is a trick I started using a few years ago that works. At your next meeting - bet a co-worker a lunch on the outcome of a project. If you win - they owe you a lunch. If you lose - you owe them a lunch. Let them know next time you are in the office that you are going out for lunch to pay or collect your dues. Invite others.</p><p><strong>Let&apos;s Go Back To The Start</strong></p><p>Bringing your own lunch saves you money and builds your financial wealth. That advice is still true, and I still follow it most days. What it doesn&apos;t do is elevate your career - and your career is the engine that funds everything else.</p><p>So don&apos;t pick a side. Bring your lunch, and be open to going out and spending some money to build relationships outside the office walls. Think of it as a career investment with a long-term payout. You <a href="https://optimizedforfreedom.com/career-advice-networking-works-but-takes-time/" rel="noreferrer">cannot expect to build trust instantly</a> - like I said in my showing up post, it takes years. Start now.</p><p>The way I see it - going out for lunch and spending a bit of money here and there is perfectly fine, as long as you are doing it with your coworkers. The cheapest lunch you will ever buy is the one that gets you promoted.</p>
<!--kg-card-begin: html-->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "BlogPosting",
  "headline": "Why Buying Lunch With Coworkers Can Be a Career Investment",
  "description": "Bringing lunch saves money, but eating with coworkers can build relationships, reveal opportunities, and contribute to career growth and higher income.",
  "image": {
    "@type": "ImageObject",
    "url": "https://optimizedforfreedom.com/content/images/your-featured-image.jpg"
  },
  "author": {
    "@type": "Person",
    "name": "Opti",
    "url": "https://optimizedforfreedom.com/"
  },
  "publisher": {
    "@type": "Organization",
    "name": "Optimized for Freedom",
    "url": "https://optimizedforfreedom.com/",
    "logo": {
      "@type": "ImageObject",
      "url": "https://optimizedforfreedom.com/content/images/your-logo.png"
    }
  },
  "datePublished": "2026-07-14",
  "dateModified": "2026-07-14",
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "optimizedforfreedom.com/career-advice-going-out-for-lunch-is-a-career-investment/"
  },
  "url": "optimizedforfreedom.com/career-advice-going-out-for-lunch-is-a-career-investment/",
  "articleSection": [
    "Personal Finance",
    "Career Development"
  ],
  "keywords": [
    "buying lunch with coworkers",
    "coworker lunch benefits",
    "lunch networking",
    "career investment",
    "workplace relationships",
    "office networking",
    "bringing lunch to work",
    "career growth"
  ],
  "about": [
    {
      "@type": "Thing",
      "name": "Career development"
    },
    {
      "@type": "Thing",
      "name": "Professional networking"
    },
    {
      "@type": "Thing",
      "name": "Personal finance"
    },
    {
      "@type": "Thing",
      "name": "Workplace relationships"
    }
  ],
  "inLanguage": "en-CA"
}
</script>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Is buying lunch with coworkers a waste of money?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Not necessarily. Bringing your own lunch is usually cheaper, but occasionally eating with coworkers can help you build relationships, exchange information and become more visible within your organization. The value depends on whether the lunches create genuine professional and personal connections."
      }
    },
    {
      "@type": "Question",
      "name": "How often should you go out for lunch with coworkers?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Once or twice per week may be enough to participate in workplace social circles without allowing restaurant spending to overwhelm your budget. You can continue bringing your lunch on most other workdays."
      }
    },
    {
      "@type": "Question",
      "name": "Can eating lunch with coworkers help your career?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "It can. Informal lunches give coworkers time to build trust, discuss workplace developments and learn about projects or opportunities that may not be mentioned during formal meetings. These relationships may eventually lead to referrals, stretch assignments or promotions."
      }
    },
    {
      "@type": "Question",
      "name": "How can you keep coworker lunches affordable?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Choose modest meals, skip expensive drinks and desserts, set a weekly lunch budget and decline invitations when necessary. The purpose is to spend time with coworkers, not to order the most expensive meal available."
      }
    },
    {
      "@type": "Question",
      "name": "Are coworker lunches useful for remote and hybrid workers?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes. Hybrid workers may benefit from prioritizing lunch with colleagues on the days they are physically in the office. Fully remote workers can look for occasional office visits, conferences, team gatherings or other opportunities to spend informal time with coworkers."
      }
    },
    {
      "@type": "Question",
      "name": "Should you go to lunch with coworkers you do not enjoy?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "You should not force relationships purely for career advancement. Lunches are more valuable when the conversations and relationships are genuine. Forced networking can feel uncomfortable and may be less effective than spending time with people you naturally enjoy and respect."
      }
    },
    {
      "@type": "Question",
      "name": "Is bringing lunch or buying lunch better for your finances?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Bringing lunch is usually better for reducing immediate expenses. However, occasional coworker lunches may provide career benefits that outweigh their cost. A balanced approach allows you to save money most days while still investing in workplace relationships."
      }
    }
  ]
}
</script>
<!--kg-card-end: html-->
]]></content:encoded></item><item><title><![CDATA[2026 Goals - Mid-year Review]]></title><description><![CDATA[Quick mid-year check-in on my 2026 goals. Three wins, one miss and one partial win.]]></description><link>https://optimizedforfreedom.com/2026-goals-mid-year-review/</link><guid isPermaLink="false">6a4f8398bf4e3404a575f7e1</guid><category><![CDATA[Goals]]></category><dc:creator><![CDATA[Optimized]]></dc:creator><pubDate>Thu, 09 Jul 2026 11:43:08 GMT</pubDate><content:encoded><![CDATA[<h1 id="mid-year-check-in-how-my-2026-goals-are-actually-going">Mid-Year Check-In: How My 2026 Goals Are Actually Going</h1><p>At the start of the year, I set myself a few realistic goals. Nothing flashy, nothing that required overhauling our lives overnight. Just small, repeatable changes I could actually stick with. You can see the full breakdown in <a href="https://optimizedforfreedom.com/my-2026-goals-and-how-i-plan-to-achieve-them/">my 2026 goals post</a>.</p><p>Setting goals is the easy part. Checking in on them is where things get honest. So here&apos;s where I actually stand, six months in.</p><p><strong>1. Simplify Life</strong></p><p>Working on it, and so far so good. I&apos;ve been saying no to a lot of work events and in-person meetings that used to eat my evenings. If the kids are on the fence about an event, we skip it instead of defaulting to yes. I&apos;ve also been cooking more at home instead of reaching for takeout, ready-made meals and processed foods.</p><p>The payoff has been more free time than I expected (I&apos;ve finally been catching up on movies and games I&apos;d been meaning to get to for a year). Simplifying isn&apos;t just a financial move, it&apos;s given me back hours I didn&apos;t know I was losing.</p><p><strong>2. Increase Monthly Dividends</strong></p><p>Working on it, and the gains are showing. Leaning into REITs and bonds has moved the needle here more than I expected this early in the year. Slow and steady, exactly as planned.</p><p><strong>3. Exercise More</strong></p><p>This one is a fail, and I&apos;ll own it. I kept the momentum going for the first three months, then work and kids caught up with me. Simplifying life cut down my travel, but it didn&apos;t cut down my workload, it just moved where the hours went. The rest went to my eldest, who&apos;s gotten into science and engineering this year. We&apos;ve spent a lot of evenings running experiments and watching how-to videos together, and I don&apos;t regret a minute of it.</p><p>The one silver lining - I have started doing more landscaping on weekends, which at least offsets some of the exercise I&apos;m not getting during the week. Not a replacement for a real workout habit, but better than nothing. And hopefully in a year or two our backyard will have some fruits and look better.</p><p><strong>4. Reduce Spending</strong></p><p>Working on it, and technically a win on paper but it sure doesn&apos;t feel like it. The cuts have added up to $2,487.81 compared to the first half of 2025. This is an average of $414.64 per month. I am surprised by this mainly because last year we missed on summer camps and kids stayed home all summer so I thought our expenses were a bit lower than normal. This year, both are in summer camps for 6 of the 8 weeks of summer. The extra cost of summer camps is around $1,900. This means that if we didn&apos;t pay for summer camps this year, savings would have been even higher. With an extra ~$300/month savings, the difference would have been felt. Nevertheless, this is good progress!</p><p><strong>5. Learn Game Development</strong></p><p>Success and a fail, in equal measure.</p><p>The first few months, I pushed hard. I published a small game on itch.io, got some useful feedback from a couple of Reddit posts, and made a few updates. I built a couple of mobile-friendly web games my kids still play once in a while, and a three-level maze game in Godot where my eldest designed one of the levels himself. Then I started on a bullet-hell game and lost steam somewhere in the second quarter.</p><p>So technically, yes, I learned enough to build simple games. But game development, like investing, rewards discipline and consistency, and I ran out of both around the same time. What I didn&apos;t run out of was enjoyment. I loved every minute of it, and I&apos;m fairly convinced this is going to be my early retirement hobby.</p><p><strong>Where That Leaves Me</strong></p><p>Three goals on track, one clear miss, and one that succeeded and stalled at the same time. That&apos;s a fair scorecard for six months of real life happening alongside the plan.</p><p>The exercise goal is the one I&apos;ll be actively rebuilding in the second half of the year. Everything else, I&apos;m sticking with the same approach - small, boring, repeatable.</p>]]></content:encoded></item><item><title><![CDATA[The Most Expensive Thing You Own is a Bad Routine]]></title><description><![CDATA[Your routines and reactions to events is likely the most expensive thing you own. Market drop? Sell, sell, sell. But wait, that's a mistake because the market recovered the next day and you lost money. Read my thoughts on this and how bad routines go unchecked for many.]]></description><link>https://optimizedforfreedom.com/the-most-expensive-thing-you-own-is-a-bad-routine/</link><guid isPermaLink="false">6a4e35bcbf4e3404a575f7cc</guid><category><![CDATA[Advice]]></category><dc:creator><![CDATA[Optimized]]></dc:creator><pubDate>Wed, 08 Jul 2026 11:40:04 GMT</pubDate><content:encoded><![CDATA[<p>I love routines! I have had morning and evening routines ever since I was a child. Of course the routines have changed at different stages of my life, but for me having a routine is a great way to ease into the day and to end it by easing into sleep. I have a personal interest in knowing other people&apos;s routines and if there is something I could be doing different that might make any of my personal routines calmer, easier, and more pleasant, thus improving life. Same goes for work routines. I recently picked up an interesting way of organizing my calendar with visual cues. That way, I can just glance at the dozens of blocks occupying my time and know exactly what I am doing without having to read the names of the meetings.</p><p>But routines aren&apos;t just morning coffee and calendar blocks. Routines also extend to how you react to certain situations. I am talking about your knee-jerk reactions to events in your personal life, at work, the stock market, and more. And that second kind of routine, the one nobody thinks to audit, is usually the expensive one.</p><p><strong>Your Reactions Are a Routine Too</strong></p><p>Most people think of a &quot;routine&quot; as something you build on purpose - a morning coffee, a workout schedule, a Sunday meal prep. But your reaction to a bad email, a bad day in the market, a fight with your spouse, or a surprise bill is a routine too. It&apos;s just one you never designed. It happens automatically, which is exactly why you&apos;ve never questioned it.</p><p>Here&apos;s the tell - if you can predict your own reaction before it even happens, it&apos;s not a decision. It&apos;s a routine.</p><p><strong>The Knee-jerk Tax</strong></p><p>A bad reaction-routine doesn&apos;t just cost you a bad moment. It costs you real money, real trust, or real time, and it costs you the same way every single time, because that&apos;s what a routine does.</p><p>The market drops 10% and your routine is to sell. Not because you ran the numbers, but because that&apos;s just what you do when things go red. That&apos;s not a strategy, it&apos;s a reflex, and it&apos;s the single most reliable way to turn a paper loss into a permanent one.</p><p>You have a rough day at work and your routine is to snap at your kids the second you walk in the door. You didn&apos;t decide to do that. It just happens. And it costs you something that&apos;s a lot harder to rebuild than a stock position.</p><p>An unexpected expense shows up and your routine is a small anxiety spiral followed by an impulse purchase &quot;to feel better.&quot; Nobody budgeted for that. It wasn&apos;t a plan. It was a pattern running on autopilot.</p><p><strong>Why Bad Reaction-routines Are Worse Than Bad Morning Routines</strong></p><p>A messy morning routine costs you 20 minutes and a rushed breakfast. That&apos;s it. A bad reaction-routine compounds. It&apos;s the one that torches a portfolio in a single afternoon, or damages a relationship in a single sentence, or turns one bad day into a bad month.</p><p>That&apos;s the actual thesis here. The most expensive thing you own isn&apos;t a car, or a subscription, or a bad habit around spending. It&apos;s a pattern you&apos;ve never once stopped to look at.</p><p><strong>Sometimes You Need a Bad Routine to Learn a Lesson</strong></p><p>You can read this entire post, you can watch hundreds of YouTube videos on routines and reactions and still not change your behaviour. If you are that kind of person, then you just need to experience the effects of a bad routine to learn a lesson. You might need more than just one bad routine. Perhaps you need to make many mistakes to learn a lesson. I have mentioned this in another post but never gone into detail what my mistake was.</p><p>I was frugal and started saving for retirement, for major life events and building a safety net when I was 19. That was great, but I had a bad routine where I would treat myself every time my income went up. I never stopped saving/investing, but I could have done so much better if I adjusted my savings rate to account for raises. It took me years to break the routine&#x2026;7 years to be exact. What worked was sitting down and creating a spreadsheet comparing what I had been doing to what I could have been doing. The difference was eye-opening.</p><p>Want to read more? Check out my musings on how <a href="https://optimizedforfreedom.com/sometimes-you-need-to-make-a-financial-mistake-to-learn-a-lesson/" rel="noreferrer">you need to make mistakes</a>.</p><p><strong>Auditing Your Reaction Routines</strong></p><p>You already audit your calendar. You already audit your morning. Here&apos;s how to audit the routine you&apos;ve never looked at.</p><ol><li>Name the trigger. Be specific - a market drop, a bad meeting, an argument, an unexpected bill.</li><li>Name your default reaction. Not what you&apos;d like to do, what you actually do.</li><li>Ask whether that reaction is a decision or a reflex. If you could have predicted it in advance, it&apos;s a reflex.</li><li>Build one small interrupt. A pause, a rule, a script, the same way you&apos;d build any other routine on purpose.</li></ol><p>That last step is the whole game. You don&apos;t need to overhaul your personality. You just need one deliberate step between the trigger and the reaction, the same 20-minute-earlier alarm clock logic you already use to make your mornings calmer.</p><p>My interrupt with the kids is to simply walk away for a few minutes. I vocalize that when there is chaos and I know I would say something bad. It usually takes me just a few minutes to reset, come back and explain to my kids why their behavior is bad in a calm voice.</p><p><strong>Let&apos;s Go Back to the Start</strong></p><p>I built my morning and evening routines on purpose, over years, because I wanted them calmer, easier, and more pleasant. I did the same thing with my calendar. It never once occurred to me to do the same thing with the way I react to a bad market day or a bad meeting, until I noticed how predictable I&apos;d become.</p><p>The routines you build on purpose are the ones that make life better. The ones you never examine are the ones running you. Audit the second kind the same way you audit the first.</p>
<!--kg-card-begin: html-->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "BlogPosting",
      "@id": "optimizedforfreedom.com/the-most-expensive-thing-you-own-is-a-bad-routine/",
      "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://optimizedforfreedom.com/reaction-routines/"
      },
      "headline": "Your Reactions Are a Routine Too",
      "description": "Routines are not just morning coffee, workouts, or calendar blocks. Your automatic reactions to stress, money, work, and market drops are routines too — and they may be costing you more than you think.",
      "author": {
        "@type": "Person",
        "name": "Opti"
      },
      "publisher": {
        "@type": "Organization",
        "name": "Optimized for Freedom",
        "url": "https://optimizedforfreedom.com/"
      },
      "inLanguage": "en-CA",
      "about": [
        "personal finance",
        "routines",
        "behaviour",
        "investing psychology",
        "self improvement",
        "financial habits"
      ],
      "keywords": [
        "reaction routines",
        "financial habits",
        "investing psychology",
        "knee jerk reactions",
        "personal finance mindset",
        "behavioural finance",
        "market panic",
        "financial routines"
      ]
    },
    {
      "@type": "FAQPage",
      "@id": "https://optimizedforfreedom.com/reaction-routines/#faq",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "What is a reaction routine?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "A reaction routine is your automatic response to a repeated trigger, such as a bad email, a market drop, an argument, or an unexpected bill. It may feel like a decision in the moment, but if you can predict your reaction ahead of time, it is probably a routine."
          }
        },
        {
          "@type": "Question",
          "name": "Why can reaction routines be expensive?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Reaction routines can cost money, time, trust, and emotional energy. Selling during a market drop, impulse spending after stress, or snapping at family after a bad day can create consequences that are much larger than the original trigger."
          }
        },
        {
          "@type": "Question",
          "name": "How do bad reaction routines affect investing?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "A common bad reaction routine in investing is panic selling when the market drops. This can turn a temporary paper loss into a permanent loss because the action is driven by fear rather than a deliberate strategy."
          }
        },
        {
          "@type": "Question",
          "name": "How can I audit my reaction routines?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Start by naming the trigger, naming your default reaction, asking whether the reaction is a decision or a reflex, and then building one small interrupt between the trigger and your response."
          }
        },
        {
          "@type": "Question",
          "name": "What is an interrupt in a reaction routine?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "An interrupt is a small deliberate pause or rule that prevents an automatic reaction from taking over. It could be walking away for a few minutes, waiting before making a financial decision, or using a prepared script before responding."
          }
        }
      ]
    }
  ]
}
</script>
<!--kg-card-end: html-->
]]></content:encoded></item><item><title><![CDATA[What Is EI and How Does It Work?]]></title><description><![CDATA[Do you know what EI is and how it works? I only partially knew what it was so I decided to do some reading and summarize my findings for everyone else to read.]]></description><link>https://optimizedforfreedom.com/what-is-ei-and-how-does-it-work/</link><guid isPermaLink="false">6a4b90acbf4e3404a575f7b7</guid><category><![CDATA[Personal Finance Basics]]></category><dc:creator><![CDATA[Optimized]]></dc:creator><pubDate>Mon, 06 Jul 2026 11:28:14 GMT</pubDate><content:encoded><![CDATA[<h1 id="what-is-ei"><strong>What Is EI?</strong></h1><p>You have heard the letters. You&apos;ve seen it on your paystub next to CPP - another line taking a bite out of your gross pay before it even hits your account. If you&apos;ve read the <a href="https://optimizedforfreedom.com/what-is-cpp-and-what-is-cpp2/" rel="noreferrer">CPP post</a> or the <a href="https://optimizedforfreedom.com/what-is-oas-old-age-security/" rel="noreferrer">OAS post</a>, you know I like understanding exactly where my money goes and what I get for it. EI is no different.</p><p>Most people only think about EI the day they lose their job. That&apos;s the wrong time to start learning how it works. Let&apos;s break it down now, while it doesn&apos;t matter yet.</p><h2 id="what-is-ei-1"><strong>What Is EI?</strong></h2><p>EI stands for Employment Insurance. It&apos;s a federal program that replaces part of your income when you can&apos;t work - whether that&apos;s because you lost your job, you&apos;re sick, you&apos;re on parental leave, or you&apos;re caring for a family member.</p><p>Like CPP, it&apos;s funded through payroll deductions. Unlike CPP, it&apos;s not building you a retirement benefit. It&apos;s short-term income replacement, and it&apos;s designed to run out. Think of it as insurance, not savings. You pay premiums the whole time you&apos;re working, and you only collect if a specific, insurable event happens to you.</p><h2 id="how-does-it-work"><strong>How Does It Work?</strong></h2><p>The mechanics are simpler than people expect. Your employer deducts EI premiums from every paycheque and remits them, along with their own matching share, to the CRA. When something insurable happens - you lose your job, you have a baby, you get sick - your employer issues a Record of Employment (ROE), usually within five days of your last pay period. You apply for EI online, ideally right away since you have four weeks to apply but delays can cost you benefit time. Service Canada uses your ROE and insurable hours to figure out if you qualify, how much you&apos;ll get, and for how long. Once approved, you file biweekly reports confirming you&apos;re still eligible (still job hunting, still available for work, reporting any income earned), and payments continue from there until your benefit period runs out.</p><h2 id="how-much-do-you-pay-into-ei"><strong>How Much Do You Pay Into EI?</strong></h2><p>In 2026 (when I am writing this post), the employee premium rate is $1.63 per $100 of insurable earnings, up to the Maximum Insurable Earnings (MIE) of $68,900. So the most you&apos;ll pay as an employee this year is about $1,123.</p><p>Your employer pays 1.4 times what you pay - so roughly $1,572 per employee at the max. That ratio matters. Unlike CPP, EI isn&apos;t a dollar-for-dollar match. Employers carry more of the load here.</p><p>If you&apos;re self-employed, you&apos;re not automatically covered. You have to opt in and pay premiums for at least 12 months before you can access the special benefits (parental, sickness, caregiving - not job-loss benefits). Worth knowing if you run your own business and think EI is a safety net you already have.</p><h2 id="who-qualifies-for-ei"><strong>Who Qualifies for EI?</strong></h2><p>To qualify for regular EI (the job-loss kind), you need a minimum number of insurable hours in your qualifying period, which is usually the last 52 weeks or since your last claim. That number moves between 420 and 700 hours depending on the unemployment rate in your region - lower requirements in higher-unemployment areas, higher requirements where jobs are easier to find.</p><p>You also need to have lost your job through no fault of your own. Quit voluntarily without just cause, or get fired for misconduct, and you&apos;re generally not eligible.</p><p>There&apos;s a one-week waiting period before benefits start, similar to a deductible. That week isn&apos;t paid.</p><h2 id="how-much-does-ei-actually-pay"><strong>How Much Does EI Actually Pay?</strong></h2><p>Most claimants receive 55% of their average insurable weekly earnings, up to the maximum. For 2026, that maximum weekly benefit is $729 (up from $695 in 2025, because the MIE increased).</p><p>So if you were earning $90,000 a year before losing your job, EI isn&apos;t replacing 55% of that. It&apos;s replacing 55% of the $68,900 ceiling, capped at $729/week. That&apos;s a meaningful pay cut for anyone earning above the MIE, and it&apos;s the kind of gap an emergency fund is supposed to cover.</p><p>Regular benefits run between 14 and 45 weeks depending on your insurable hours and your region&apos;s unemployment rate. There are currently some temporary extensions in place tied to tariff-related job losses - long-tenured workers in certain claims can access up to 20 additional weeks, pushing the max to 65 weeks. Those measures have an end date attached to them, so don&apos;t assume they&apos;ll still be around whenever you need them. Check with Service Canada for what&apos;s currently active.</p><h2 id="ei-isnt-just-for-job-loss"><strong>EI Isn&apos;t Just for Job Loss</strong></h2><p>This is the part people forget. EI also covers:</p><p><strong>Sickness benefits</strong>, up to 26 weeks, for when you can&apos;t work due to illness or injury.</p><p><strong>Parental and maternity benefits</strong>, for new parents - either standard (up to 12 months combined, higher weekly rate) or extended (up to 18 months, lower weekly rate, capped at $417/week in 2026). I took advantage of this when my kids were born.</p><p><strong>Caregiving benefits</strong>, for when you need to step away from work to care for a critically ill or dying family member.</p><p>Every one of these draws from the same premiums you&apos;re already paying. If you&apos;ve had a kid and taken parental leave, you&apos;ve used EI. It&apos;s not just the &quot;I got laid off&quot; program.</p><h2 id="can-you-work-while-on-ei"><strong>Can You Work While on EI?</strong></h2><p>Yes, and this trips people up. If you pick up part-time or freelance work while collecting EI, you keep 50 cents of every dollar you earn, up to 90% of your previous weekly earnings. Above that, it&apos;s deducted dollar for dollar. Work a full week and you&apos;re ineligible for that week&apos;s benefit entirely.</p><p>You have to report earnings for the week you worked them, not the week you got paid. Get this wrong and you can end up owing money back.</p><h2 id="why-does-this-matter-for-your-planning"><strong>Why Does This Matter for Your Planning?</strong></h2><p>If you&apos;re pursuing financial independence or just trying to build a resilient financial life, EI is worth factoring in as a partial buffer, not a full one.</p><p><strong>It replaces a percentage, not your paycheque.</strong> At 55% up to a capped maximum, EI was never designed to maintain your lifestyle. If you&apos;re a higher earner, the gap between your real income and your EI benefit is wide. That gap is exactly what an emergency fund exists to close.</p><p><strong>Self-employment means you have to opt in.</strong> If you&apos;ve gone the business-owner or contractor route, don&apos;t assume you&apos;re covered. Check your status, because the safety net you think you have might not exist.</p><p><strong>Parental leave is EI, and the math is worth modeling before you need it.</strong> Standard versus extended parental leave changes your weekly benefit significantly. If you&apos;re planning a family, run both scenarios against your actual budget before the baby arrives, not after.</p><p><strong>Severance and EI don&apos;t always play nicely together.</strong> Separation payments can delay or reduce your EI benefits depending on the current rules in effect, which have shifted a few times recently. If you&apos;re negotiating an exit package, this is worth understanding before you sign anything.</p><h2 id="the-short-version"><strong>The Short Version</strong></h2><ul><li><strong>EI</strong> is short-term income replacement funded by payroll premiums - not a retirement benefit like CPP, and not residency-based like OAS.</li><li>In 2026, you pay $1.63 per $100 of insurable earnings up to $68,900, for a max annual premium of $1,123.</li><li>Most claimants get 55% of their average insurable earnings, capped at $729/week in 2026.</li><li>Regular benefits last 14 to 45 weeks depending on hours and region, with temporary extensions currently available for some long-tenured workers.</li><li>EI also covers sickness, parental, and caregiving leave - not just job loss.</li><li>Self-employed people must opt in to access special benefits.</li></ul><p>Let&apos;s go back to the start. That line on your paystub isn&apos;t just a tax. It&apos;s a program you&apos;re already paying into, whether or not you ever plan on using it. Knowing exactly what it covers, and what it doesn&apos;t, means you&apos;re not scrambling to learn the rules on the worst week to be learning them.</p>
<!--kg-card-begin: html-->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "BlogPosting",
  "headline": "What Is EI? Employment Insurance Explained for Canadians",
  "description": "A plain-English guide to Employment Insurance in Canada, including EI premiums, eligibility, benefit amounts, parental leave, sickness benefits, self-employment rules, and how EI fits into financial planning.",
  "author": {
    "@type": "Person",
    "name": "Opti"
  },
  "publisher": {
    "@type": "Organization",
    "name": "Optimized for Freedom"
  },
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://optimizedforfreedom.com/what-is-ei/"
  },
  "articleSection": "Personal Finance",
  "keywords": [
    "Employment Insurance Canada",
    "EI Canada",
    "EI benefits",
    "EI premiums 2026",
    "Canadian personal finance",
    "emergency fund",
    "parental leave Canada",
    "sickness benefits Canada",
    "self-employed EI"
  ],
  "about": [
    {
      "@type": "Thing",
      "name": "Employment Insurance"
    },
    {
      "@type": "Thing",
      "name": "Canadian personal finance"
    },
    {
      "@type": "Thing",
      "name": "Income replacement"
    }
  ]
}
</script>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is EI in Canada?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "EI stands for Employment Insurance. It is a federal income replacement program that provides temporary benefits when you cannot work because of job loss, sickness, parental leave, maternity leave, or caregiving responsibilities."
      }
    },
    {
      "@type": "Question",
      "name": "How much do employees pay into EI in 2026?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "In 2026, employees pay EI premiums of $1.63 per $100 of insurable earnings, up to maximum insurable earnings of $68,900. That creates a maximum annual employee premium of about $1,123."
      }
    },
    {
      "@type": "Question",
      "name": "How much does EI pay in 2026?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Most EI claimants receive 55% of their average insurable weekly earnings, up to the maximum weekly benefit. In 2026, the maximum weekly EI benefit is $729."
      }
    },
    {
      "@type": "Question",
      "name": "How long do regular EI benefits last?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Regular EI benefits generally last between 14 and 45 weeks. The exact duration depends on your insurable hours and the unemployment rate in your region. Temporary extensions may apply in specific situations, but those rules can change."
      }
    },
    {
      "@type": "Question",
      "name": "Who qualifies for regular EI benefits?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "To qualify for regular EI benefits, you generally need enough insurable hours in your qualifying period and must have lost your job through no fault of your own. People who quit without just cause or are fired for misconduct are generally not eligible."
      }
    },
    {
      "@type": "Question",
      "name": "Does EI only cover job loss?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "No. EI also includes sickness benefits, maternity and parental benefits, and caregiving benefits. Many Canadians use EI through parental leave or medical leave, not just after losing a job."
      }
    },
    {
      "@type": "Question",
      "name": "Can self-employed Canadians get EI?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Self-employed Canadians are not automatically covered by EI. They can opt in to access special benefits such as sickness, parental, maternity, and caregiving benefits, but regular job-loss benefits are not available to self-employed workers."
      }
    },
    {
      "@type": "Question",
      "name": "Can you work while collecting EI?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes, but earnings must be reported. In many cases, you keep 50 cents of EI benefits for every dollar earned, up to a limit. Earnings must be reported for the week the work was performed, not the week you were paid."
      }
    }
  ]
}
</script>
<!--kg-card-end: html-->
]]></content:encoded></item><item><title><![CDATA[June 2026 Expenses]]></title><description><![CDATA[Comparing June 2026 to June 2025 expenses to see if we are on track with cutting our expenses year over year.]]></description><link>https://optimizedforfreedom.com/june-2026-expenses/</link><guid isPermaLink="false">6a4830babf4e3404a575f75f</guid><category><![CDATA[Expenses]]></category><dc:creator><![CDATA[Optimized]]></dc:creator><pubDate>Fri, 03 Jul 2026 22:43:15 GMT</pubDate><content:encoded><![CDATA[<p>I review our finances at the end of every month. This post is focused on the expenses. I am curious to see how our June 2026 expenses compare to our June 2025 expenses and if we are sticking to our <a href="https://optimizedforfreedom.com/my-2026-goals-and-how-i-plan-to-achieve-them/" rel="noreferrer">2026 goals</a>. Categories and differences are explained below the table.</p><p>Aprils are brutal for us with 9 family and close friend birthdays. There were a few big anniversaries.</p><style>
.portfolio-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr; /* ← added column */
  gap: 6px 12px;
  width: 100%;
  margin: 20px 0;
  font-size: 1.5rem;
}

.portfolio-grid > div {
  padding: 8px 12px;
  background: var(--color-bg, #fafafa);
  border-radius: 6px;
}

.portfolio-header > div {
  font-weight: 700;
  font-size: 1.5rem;
  padding-bottom: 4px;
  background: transparent;
}

.portfolio-row > div {
  font-variant-numeric: tabular-nums;
}

.portfolio-total > div {
  font-weight: 700;
  border-top: 2px solid #000;
  background: transparent;
  padding-top: 10px;
}

@media (max-width: 600px) {
  .portfolio-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    font-size: 1.125rem;
  }
}
</style>
<style>
/* Change indicators (expense logic) */
.change-negative {
  color: #1a7f37; /* green = good (expenses down) */
  font-weight: 600;
}

.change-positive {
  color: #b42318; /* red = bad (expenses up) */
  font-weight: 600;
}

.change-neutral {
  color: #666;
}
</style>
<!-- HEADER -->
<div class="portfolio-grid portfolio-header">
  <div>Category</div>
  <div style="text-align:right;">2026</div>
  <div style="text-align:right;">2025</div>
  <div style="text-align:right;">Change</div>
</div>
<!-- ROWS -->
<div class="portfolio-grid portfolio-row">
  <div>Mortgage</div>
  <div style="text-align:right;">$2,052.30</div>
  <div style="text-align:right;">$2,139.75</div>
  <div style="text-align:right; class=" change-negative"">-$87.45</div>
  <div>Insurance</div>
  <div style="text-align:right;">$575.34</div>
  <div style="text-align:right;">$500.61</div>
  <div style="text-align:right; class=" change-positive"">+$74.73</div>
  <div>Household and House Maintenance</div>
  <div style="text-align:right;">$793.37</div>
  <div style="text-align:right;">$214.09</div>
  <div style="text-align:right; class=" change-negative"">+$579.28</div>
  <div>Property Taxes</div>
  <div style="text-align:right;">$1,124.00</div>
  <div style="text-align:right;">$1,021.18</div>
  <div style="text-align:right; class=" change-positive"">+$102.82</div>
  <div>Utilities</div>
  <div style="text-align:right;">$269.38</div>
  <div style="text-align:right;">$267.68</div>
  <div style="text-align:right; class=" change-negative"">+$1.70</div>
  <div>Cell Phones</div>
  <div style="text-align:right;">$90.40</div>
  <div style="text-align:right;">$90.97</div>
  <div style="text-align:right; class=" change-positive"">-$0.57</div>
  <div>Internet</div>
  <div style="text-align:right;">$101.68</div>
  <div style="text-align:right;">$68.90</div>
  <div style="text-align:right; class=" change-positive"">+$32.78</div>
  <div>Car Payment</div>
  <div style="text-align:right;">$425.06</div>
  <div style="text-align:right;">$425.06</div>
  <div style="text-align:right;">-</div>
  <div>Car Maintenance</div>
  <div style="text-align:right;">$46.27</div>
  <div style="text-align:right;">$100.00</div>
  <div style="text-align:right; class=" change-positive"">-$53.73</div>
  <div>Streaming</div>
  <div style="text-align:right;">$27.11</div>
  <div style="text-align:right;">$53.09</div>
  <div style="text-align:right; class=" change-negative"">-$25.98</div>
  <div>Food</div>
  <div style="text-align:right;">$450.07</div>
  <div style="text-align:right;">$524.00</div>
  <div style="text-align:right; class=" change-negative"">-$73.93</div>
  <div>Fuel</div>
  <div style="text-align:right;">$702.26</div>
  <div style="text-align:right;">$353.75</div>
  <div style="text-align:right; class=" change-negative"">+$348.51</div>
  <div>Kids</div>
  <div style="text-align:right;">$1,725.16</div>
  <div style="text-align:right;">$1,693.01</div>
  <div style="text-align:right; class=" change-positive"">+$32.15</div>
  <div>Restaurants</div>
  <div style="text-align:right;">$245.39</div>
  <div style="text-align:right;">$738.00</div>
  <div style="text-align:right; class=" change-negative"">-$492.61</div>
  <div>Banking Fees</div>
  <div style="text-align:right;">$23.72</div>
  <div style="text-align:right;">$7.75</div>
  <div style="text-align:right; class=" change-positive"">+$15.97</div>
  <div>Fun Money</div>
  <div style="text-align:right;">$138.46</div>
  <div style="text-align:right;">$1,033.79</div>
  <div style="text-align:right; class=" change-negative"">-$895.33</div>
  <div>Clothing</div>
  <div style="text-align:right;">$73.42</div>
  <div style="text-align:right;">$361.17</div>
  <div style="text-align:right; class=" change-positive"">-$287.75</div> 
  <div>Personal Care</div>
  <div style="text-align:right;">$332.53</div>
  <div style="text-align:right;">$223.62</div>
  <div style="text-align:right; class=" change-positive"">+$108.91</div> 
  <div>Alcohol</div>
  <div style="text-align:right;">$263.14</div>
  <div style="text-align:right;">$321.45</div>
  <div style="text-align:right; class=" change-negative"">-$58.31</div> 
  <div>Parking</div>
  <div style="text-align:right;">$8.96</div>
  <div style="text-align:right;">$6.00</div>
  <div style="text-align:right; class=" change-positive"">+$2.96</div>                                                         
  <div>Gifts</div>
  <div style="text-align:right;">$405.23</div>
  <div style="text-align:right;">$312.86</div>
  <div style="text-align:right; class=" change-positive"">+$92.37</div> 
</div>
<!-- TOTAL -->
<div class="portfolio-grid portfolio-total">
  <div>TOTAL</div>
  <div style="text-align:right;">$10,278.48</div>
  <div style="text-align:right;">$10,456.73</div>
  <div style="text-align:right; class=" change-negative"">-$178.25</div>
</div>
<p>Let&apos;s explore what each category includes and some reasons for changes:</p><ul><li><strong>Mortgage - </strong>we are on a variable rate and the interest rates went down in the past year.</li><li><strong>Insurance</strong> - insurance rates went up and we added a third vehicle.</li><li><strong>Households and home maintenance</strong> - we bought two more Adirondack chairs.</li><li><strong>Property taxes</strong> - taxes went up.</li><li><strong>Utilities - </strong>gas, water and electricity.</li><li><strong>Cell phones</strong> - nothing exciting.</li><li><strong>Internet</strong> - internet went up. </li><li><strong>Car payment </strong>- no changes</li><li><strong>Car maintenance</strong> - new wipers and filter.</li><li><strong>Streaming</strong> - Netflix. Others are paid annually and Apple TV is free for the next year or so thanks to a bunch of Apple gift cards I got 2 years ago. </li><li><strong>Food</strong> - I was experimenting with legumes which is pretty cheap.</li><li><strong>Fuel</strong> - gas prices are high and I had to travel a lot for work. I will be reimbursed through mileage.</li><li><strong>Kids</strong> - paid for more summer camps.</li><li><strong>Restaurants</strong> - minimal outings.</li><li><strong>Banking fees</strong> - had to borrow from a line of credit for a week or so.</li><li><strong>Fun money </strong>- coffee, books, games, etc. Small daily purchases and fun expenses.</li><li><strong>Clothing</strong> - this is only for adult clothes. Kids&apos; clothing is covered under the &quot;kids&quot; category.</li><li><strong>Personal care</strong> - self-explanatory.</li><li><strong>Alcohol </strong>- self-explanatory</li><li><strong>Parking </strong>- decided to split parking out of &quot;fun money&quot;. </li><li><strong>Gifts</strong> - had to go to a few kids birthdays.</li></ul><p>Another expensive month but there was a slight movement in the right direction with a reduction of <strong>$178.25</strong> in spending. </p>]]></content:encoded></item><item><title><![CDATA[$2,422.87 in Dividends in June 2026 (and a Portfolio Update)]]></title><description><![CDATA[June 2026 monthly dividend and portfolio update.]]></description><link>https://optimizedforfreedom.com/2-422-87-in-dividends-in-june-2026-and-a-portfolio-update/</link><guid isPermaLink="false">6a4828abbf4e3404a575f729</guid><category><![CDATA[Investing]]></category><category><![CDATA[Early Retirement]]></category><dc:creator><![CDATA[Optimized]]></dc:creator><pubDate>Fri, 03 Jul 2026 21:47:44 GMT</pubDate><content:encoded><![CDATA[<p>We made <strong>$2,422.87</strong> in dividends in June 2026, and our portfolio is up <strong>$4,141.24</strong> excluding the contributions and the dividends. A total increase of <strong>$6,564.11</strong> excluding contributions.</p><p>Excluding RESPs, contributions this month added up to <strong>$998.08</strong>. </p><p>Here is how things changed last month, including our contributions.</p>
<!--kg-card-begin: html-->
<style>
.portfolio-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 6px 12px; /* vertical spacing */
  width: 100%;
  margin: 20px 0;
  font-size: 1.5rem; /* base font */
}

.portfolio-grid > div {
  padding: 8px 12px; /* row height */
  background: var(--color-bg, #fafafa);
  border-radius: 6px;
}

.portfolio-header > div {
  font-weight: 700;
  font-size: 1.5rem; /* header */
  padding-bottom: 4px;
  background: transparent;
}

.portfolio-row > div {
  font-variant-numeric: tabular-nums;
}

.portfolio-total > div {
  font-weight: 700;
  border-top: 2px solid #000;
  background: transparent;
  padding-top: 10px;
}

@media (max-width: 600px) {
  .portfolio-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
    font-size: 1.125rem;
  }
}
</style>

<!-- HEADER -->
<div class="portfolio-grid portfolio-header">
  <div>Stock</div>
  <div style="text-align:right;">May 31, 2026</div>
  <div style="text-align:right;">June 30, 2026</div>
  <div style="text-align:right;">Change</div>
</div>

<!-- ROWS -->
<div class="portfolio-grid portfolio-row">
  <div>XEC</div>
  <div style="text-align:right;">$17,849.12</div>
  <div style="text-align:right;">$18,158.78</div>
  <div style="text-align:right;">+$309.66</div>

  <div>XGRO</div>
  <div style="text-align:right;">$283,919.50</div>
  <div style="text-align:right;">$287,515.66</div>
  <div style="text-align:right;">+$3,596.16</div>

  <div>XQB</div>
  <div style="text-align:right;">$6,339.32</div>
  <div style="text-align:right;">$7,345.58</div>
  <div style="text-align:right;">+$1,006.26</div>

  <div>XEI</div>
  <div style="text-align:right;">$153.40</div>
  <div style="text-align:right;">$155.92</div>
  <div style="text-align:right;">+$2.52</div>

  <div>XRE</div>
  <div style="text-align:right;">$739.64</div>
  <div style="text-align:right;">$1,008.90</div>
  <div style="text-align:right;">+$269.26</div>

  <div>AX.UN (now RFA)</div>
  <div style="text-align:right;">$5,603.29</div>
  <div style="text-align:right;">$5,519.69</div>
  <div style="text-align:right;">-$83.60</div>

  <div>SRU.UN</div>
  <div style="text-align:right;">$22,053.78</div>
  <div style="text-align:right;">$23,065.91</div>
  <div style="text-align:right;">+$1,012.13</div>

  <div>DIR.UN</div>
  <div style="text-align:right;">$1,500.14</div>
  <div style="text-align:right;">$1,804.71</div>
  <div style="text-align:right;">+$304.57</div>

  <div>T.TO</div>
  <div style="text-align:right;">$4,154.40</div>
  <div style="text-align:right;">$3,600.00</div>
  <div style="text-align:right;">-$554.40</div>

  <div>GRRSP</div>
  <div style="text-align:right;">$7,412.57</div>
  <div style="text-align:right;">$8,335.68</div>
  <div style="text-align:right;">+$923.11</div>

  <div>CASH.TO</div>
  <div style="text-align:right;">$2,501.50</div>
  <div style="text-align:right;">$3,001.80</div>
  <div style="text-align:right;">+$500.30</div>

  <div>Employer Stock</div>
  <div style="text-align:right;">$1,956.58</div>
  <div style="text-align:right;">$2,232.80</div>
  <div style="text-align:right;">+$276.22</div>

  <div>Cash</div>
  <div style="text-align:right;">$702.87</div>
  <div style="text-align:right;">$702.87</div>
  <div style="text-align:right;">-</div>
</div>

<!-- TOTAL -->
<div class="portfolio-grid portfolio-total">
  <div>TOTALS</div>
  <div style="text-align:right;">$354,886.11</div>
  <div style="text-align:right;">$362,448.30</div>
  <div style="text-align:right;">+$7,562.19</div>
</div>

<!--kg-card-end: html-->
<p>I started to buy bonds to increase my exposure. My plan is to slowly start building up cash and bonds alongside other fixed income with higher monthly dividends.</p>]]></content:encoded></item><item><title><![CDATA[Which Canadian REITs Are Actually Tax-Efficient in a Non-Registered Account?]]></title><description><![CDATA[If you have run out of TFSA room but still want cash flow from REITs - this post is for you. Here I learned and explained what to look for in each REIT and how to decide which REIT may be held in a non-registered account.]]></description><link>https://optimizedforfreedom.com/which-canadian-reits-are-actually-tax-efficient-in-a-non-registered-account/</link><guid isPermaLink="false">6a464b7ebf4e3404a575f716</guid><category><![CDATA[Investing]]></category><category><![CDATA[Personal Finance Basics]]></category><dc:creator><![CDATA[Optimized]]></dc:creator><pubDate>Thu, 02 Jul 2026 11:32:57 GMT</pubDate><content:encoded><![CDATA[<p>Have you run out of TFSA room but still want an income stream? Well, this post is for you. As you probably already know - REITs are best suited for TFSAs because of how distributions are structured. <a href="https://optimizedforfreedom.com/reit-distributions-are-not-dividends-and-this-matters/" rel="noreferrer">I wrote about this a while back</a>. If you are not sure what I mean by &#x201C;distribution structure&#x201D;, please read my previous post before continuing with this one.</p><p>Here is where distribution structure is really important - two REITs can pay you the exact same $1,000 in cash distributions, and one of them can cost you $300 in tax while the other costs you $0. Same cheque. Wildly different tax bill. The difference lives in how the REIT classifies what it&apos;s paying you, and that classification is public information most people never bother to look up. This is the distribution structure.</p><p>So I looked up the distribution structure of a handful of REITs, going back several years, using their own investor-relations tax pages. Here&apos;s what I found and how you can use this information and apply it to other REITs you have your eye on.</p><h2 id="the-three-buckets-every-distribution-gets-sorted-into"><strong>The Three Buckets Every Distribution Gets Sorted Into</strong></h2><p>Before the comparison, you need the mechanics, because this is where the &quot;just use a TFSA&quot; advice falls apart. A REIT distribution isn&apos;t a dividend. It&apos;s a mix of up to three things, and the mix is disclosed every year on a T3 slip:</p><ul><li><strong>Other income</strong> - mostly rental income after expenses. Fully taxable at your marginal rate. This is the bad one in a non-registered account.</li><li><strong>Capital gains</strong> - the REIT sold a property for more than it paid. Only 50% of this gets added to your taxable income, same as if you sold a stock.</li><li><strong>Return of capital (ROC)</strong> - the REIT is handing back some of your own money, usually because of capital cost allowance (depreciation) deductions that let it distribute more cash than its actual taxable income. You pay zero tax on this in the year you receive it. Instead, it lowers your adjusted cost base, so you defer the tax until you eventually sell your units.</li></ul><p>Registered accounts (TFSA, RRSP) make this whole conversation irrelevant, because none of it is taxed regardless of the mix. But if you&apos;re out of registered room, or you&apos;re building a taxable account on purpose, the composition of a REIT&apos;s distributions is arguably more important than its yield.</p><h2 id="the-reit-that-proves-the-tfsa-rule-isnt-universal"><strong>The REIT That Proves the &quot;TFSA Rule&quot; Isn&apos;t Universal</strong></h2><p>Take CT REIT, the trust that owns the real estate Canadian Tire leases back from itself. In 2025, its distribution broke down like this - 91.78% other income, 0.43% capital gains, and 7.80% return of capital. The year before, it was even more lopsided - 95.22% other income, with return of capital sitting at basically zero.</p><p>That&apos;s about as bad as it gets for a non-registered account. Nearly the entire distribution shows up on your tax return as ordinary income, taxed at your full marginal rate, with no dividend tax credit to soften it. If you&apos;re in a 40%+ bracket, CT REIT in a taxable account is close to the worst-case scenario for this asset class. This is exactly the REIT that belongs in your TFSA or RRSP, not your non-registered account.</p><h2 id="the-reits-actually-doing-you-a-favour"><strong>The REITs Actually Doing You a Favour</strong></h2><p>Now compare that to RioCan. In 2025, RioCan&apos;s distribution was 58.49% other income, 3.34% capital gains, and 38.17% return of capital, meaning over 41% of the payout was either tax-deferred or taxed at half rate. And it&apos;s been trending in that direction. In 2024 it was 60.90% other income with 18.71% capital gains and 20.39% ROC, and in 2023, 68.41% other income with 22.95% capital gains and 8.64% ROC.</p><p>Go back further and RioCan&apos;s ROC-heavy years get even more dramatic. In 2014, 40.23% other income against 51.95% return of capital, and in 2012, just 38.29% other income with 53.22% ROC. The mix moves around, but a REIT with that kind of history is at least a candidate for a non-registered account, not an automatic TFSA-only holding.</p><p>Smaller, more debt-and-CCA-heavy REITs can be even more extreme. PROREIT, for instance, estimated that approximately 100% of its 2025 monthly cash distributions would be tax-deferred due to capital cost allowance and other deductions. That&apos;s a REIT where, in a given year (this is important!), you could receive the full cash distribution and owe nothing on it until you sell.</p><p>Older data backs up the same pattern across the sector. Looking at 2022 tax years, Crombie REIT split its distribution fairly evenly between capital gains (48%) and other income (52%), and Canadian Apartment Properties REIT (CAPREIT) was even more favourable, with roughly 68% capital gains against 32% other income. Compare that to Choice Properties in the same year, where distributions were 89.4% regular income, 9.6% capital gains, and only 1% return of capital - basically the CT REIT problem with a different logo.</p><h2 id="why-you-cant-just-trust-last-years-numbers"><strong>Why You Can&apos;t Just Trust Last Year&apos;s Numbers</strong></h2><p>Here&apos;s the catch, and it&apos;s the reason this post is a &quot;check every year&quot; exercise rather than a &quot;buy these five tickers&quot; list - the mix is not stable.</p><p>CAPREIT is the clearest example. The 2022 numbers above made it look like one of the most tax-friendly REITs on the TSX. But recent commentary on CAPREIT describes its distributions as now being mostly ordinary income with some return of capital - a meaningfully different profile than a few years ago. On top of that, CAPREIT declared a special non-cash distribution of $0.90 per unit in December 2025, paid in additional units, specifically to flow out a portion of the year&apos;s net capital gains to unitholders for tax purposes - a mechanic that changes your ACB and tax reporting in a way a simple &quot;check the yield&quot; approach would never catch.</p><p>The lesson - a REIT&apos;s tax efficiency is a function of its accounting in a specific year, how much CCA it&apos;s claiming, whether it sold properties, whether it&apos;s doing a special distribution, not a fixed personality trait. A REIT that was ROC-heavy in 2020 can flip to income-heavy in 2025 and back again.</p><h2 id="what-to-actually-do-with-this"><strong>What to Actually Do With This</strong></h2><p>If you&apos;ve got TFSA and RRSP room, the simplest rule still applies - park the REITs with the highest &quot;other income&quot; percentage there first, since that&apos;s the portion getting hit hardest by tax. CT REIT and Choice Properties are the textbook example of this - hold them registered if you can.</p><p>Let&#x2019;s go back to the start of the post - if you&apos;re already maxed out and building a non-registered account anyway and you want the cash flow, don&apos;t write off REITs entirely. Look at the actual T3 tax breakdown before you buy, not the yield:</p><ol><li>Search &quot;[REIT name] tax information&quot; - every REIT posts this on their investor relations site, usually going back a decade or more.</li><li>Look at the last 3-5 years, not just one. A single ROC-heavy year could be a one-off asset sale, not the trend.</li><li>Add capital gains % and ROC % together - that&apos;s roughly the portion of your distribution getting favourable tax treatment.</li><li>Remember ROC isn&apos;t free - it lowers your adjusted cost base, so you&apos;re deferring tax, not avoiding it permanently. Track your ACB, especially if a broker doesn&apos;t do it for you automatically.</li></ol><p>None of this is a reason to overhaul your account structure for a few percentage points of tax efficiency. Trading costs and the loss of registered contribution room usually outweigh the benefit. But if you&apos;re choosing between two similar REITs for a taxable account, or deciding what goes in the TFSA versus what spills into non-registered, the T3 breakdown is a five-minute lookup that can meaningfully change your after-tax return. Most people never do it because &quot;REITs go in the TFSA&quot; is easier to remember than &quot;check the composition.&quot; It&apos;s just not always true.</p><p><em>I&apos;m not a tax professional, and REIT distribution composition changes annually. Always check the current year&apos;s T3 tax information before making account-placement decisions, and talk to an accountant if the numbers are meaningful to your situation. Remember that I am learning as I go and simply distilling my learning journey with you.</em></p>
<!--kg-card-begin: html-->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "BlogPosting",
  "headline": "Which REITs Belong in a TFSA vs a Taxable Account?",
  "description": "A Canadian investor’s guide to understanding REIT distribution structure, including other income, capital gains, return of capital, and how to decide whether a REIT belongs in a TFSA, RRSP, or non-registered account.",
  "author": {
    "@type": "Person",
    "name": "Opti"
  },
  "publisher": {
    "@type": "Organization",
    "name": "Optimized for Freedom"
  },
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://optimizedforfreedom.com/"
  },
  "keywords": [
    "REIT tax Canada",
    "REIT distributions",
    "TFSA REITs",
    "taxable account REITs",
    "return of capital",
    "T3 slip REIT",
    "Canadian REIT investing",
    "non-registered account investing",
    "REIT tax efficiency"
  ],
  "articleSection": "Investing",
  "inLanguage": "en-CA"
}
</script>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Are REITs better held in a TFSA or a taxable account?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "REITs are often best held in a TFSA or RRSP because much of their distribution can be taxed as ordinary income. However, some REITs pay a meaningful portion as capital gains or return of capital, which can make them more suitable for a taxable account than the usual rule suggests."
      }
    },
    {
      "@type": "Question",
      "name": "Why are REIT distributions taxed differently than dividends?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "A REIT distribution is not simply a dividend. It can be made up of other income, capital gains, and return of capital. Each part is taxed differently, which is why two REITs with the same cash yield can create very different tax bills."
      }
    },
    {
      "@type": "Question",
      "name": "What is other income in a REIT distribution?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Other income is generally rental income after expenses. In a non-registered account, this portion is fully taxable at your marginal tax rate, making it the least tax-efficient part of a REIT distribution."
      }
    },
    {
      "@type": "Question",
      "name": "What is return of capital in a REIT distribution?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Return of capital is a tax-deferred portion of a REIT distribution. You do not pay tax on it in the year received, but it reduces your adjusted cost base, which can increase your capital gain when you eventually sell."
      }
    },
    {
      "@type": "Question",
      "name": "How do I check a REIT’s distribution tax breakdown?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Search for the REIT name followed by tax information or T3 tax information. Most Canadian REITs publish annual distribution tax breakdowns on their investor relations websites, often showing the split between income, capital gains, and return of capital."
      }
    },
    {
      "@type": "Question",
      "name": "Can a REIT’s tax efficiency change over time?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes. A REIT’s distribution mix can change every year depending on rental income, capital cost allowance, property sales, special distributions, and other accounting factors. Last year’s tax breakdown should not be assumed to apply forever."
      }
    },
    {
      "@type": "Question",
      "name": "Which REITs should go in registered accounts first?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "REITs with a high percentage of other income are usually better candidates for registered accounts such as a TFSA or RRSP, because that income would otherwise be fully taxable in a non-registered account."
      }
    }
  ]
}
</script>
<!--kg-card-end: html-->
]]></content:encoded></item><item><title><![CDATA[Why Financial Literacy Classes Produce Broke Adults]]></title><description><![CDATA[I feel that now, more than ever before, we have access information on investments and what do at every stage of your life, yet few of us follow this advice. Why is that? Here is an anecdotal post with my thoughts.]]></description><link>https://optimizedforfreedom.com/why-financial-literacy-classes-produce-broke-adults/</link><guid isPermaLink="false">6a43a68dbf4e3404a575f70a</guid><category><![CDATA[Personal Finance Basics]]></category><dc:creator><![CDATA[Optimized]]></dc:creator><pubDate>Tue, 30 Jun 2026 11:26:04 GMT</pubDate><content:encoded><![CDATA[<p>Most people assume the reason Canadians are bad with money is that they were never taught. So the obvious fix is to teach them. Add it to the high school curriculum. Run workshops. Launch government campaigns. Put a TFSA explainer on the CRA website.</p><p>We&apos;ve been doing all of that for decades. Household debt keeps climbing anyway.</p><p>Canadians owe <a href="https://www.mpamag.com/ca/mortgage-industry/market-updates/household-debt-growth-exceeds-income-gains-in-canada/538990?ref=optimizedforfreedom.com"><u>$1.74 in credit market debt</u></a> for every dollar of disposable income (Actually now $1.80 in this more recent, but <a href="https://economics.td.com/ca-canadian-wealth?ref=optimizedforfreedom.com"><u>brief post</u></a>). The debt-to-income ratio has now risen for six consecutive quarters, as debt growth has consistently outpaced income growth. Total household credit market debt is nearing $3.2 trillion, with mortgages accounting for almost 75% of that figure.</p><p>We clearly don&apos;t have an information problem. We have a behavior problem.</p><h3 id="what-financial-literacy-classes-actually-teach"><strong>What Financial Literacy Classes Actually Teach</strong></h3><p>The curriculum is roughly the same everywhere. How to read a pay stub. What a budget is supposed to look like. How compound interest works. The basics of credit and debt. I remember learning this at a very high level for about 4 weeks in the early 2000s. What the schools, websites and pamphlets are teaching is not wrong. It&apos;s just incomplete in a way that matters enormously.</p><p>Teaching someone the mechanics of compound interest is like teaching someone how a treadmill works and expecting them to lose 30 pounds. I already have multiple posts explaining the miracle of compound interest with actual numbers. The information is not the barrier.</p><p>People who took personal finance classes in high school still finance trucks they can&apos;t afford. They still carry credit card balances at 20% interest while knowing exactly how credit card interest works. They still blow their tax refund in March and have nothing left by May.</p><p>Knowledge doesn&apos;t change behavior. Experience does. And sometimes, pain does.</p><h3 id="the-numbers-dont-lie"><strong>The Numbers Don&apos;t Lie</strong></h3><p>Before we get into why, let&apos;s look at where Canadians actually stand.</p><p><strong>TFSA usage -</strong> About 19.3 million Canadians held a TFSA in 2024 (based on 2026 data), roughly 58 - 60% of the adult population. But holding an account and using it are very different things. Of those 19.3 million holders, 43% made zero contributions in 2024. Only 8.9% maximized their annual contribution. And 17.1 million TFSA accounts, more than half of all open accounts, had no transactions whatsoever - no contributions, no withdrawals, nothing. They&apos;re just sitting there. Which is not bad if they are participating in a DRIP, or letting returns accumulate. The average TFSA balance across all holders, by the way, is $38,566 according to <a href="https://www.canada.ca/en/revenue-agency/programs/about-canada-revenue-agency-cra/income-statistics-gst-hst-statistics/tax-free-savings-account-statistics/tax-free-savings-account-statistics-2024-tax-year.html?ref=optimizedforfreedom.com"><u>CRA data</u></a>.</p><p><strong>RRSP contributions -</strong> In 2023, only <a href="https://www150.statcan.gc.ca/n1/daily-quotidien/250401/dq250401a-eng.htm?ref=optimizedforfreedom.com"><u>6.3 million tax filers</u></a> contributed to an RRSP, and more than half of those contributors had incomes of $80,000 or more. Lower income Canadians, the ones who arguably have the most to gain from tax-sheltered growth, are largely not participating. The median RRSP contribution was just $3,420.</p><p><strong>Household savings rate -</strong> The household savings rate sits at just <a href="https://tradingeconomics.com/canada/personal-savings?ref=optimizedforfreedom.com"><u>3.5% as of early 2026</u></a>. For context, that means for every $100 of disposable income, Canadians are setting aside $3.50. The rest is getting spent.</p><p><strong>Tax refunds -</strong> The CRA paid out $43.8 billion in refunds to 19.1 million Canadians over the most recent tax filing season, for an average refund of <a href="https://www.statcan.gc.ca/o1/en/plus/7780-time-taxes?ref=optimizedforfreedom.com"><u>$2,295</u></a>. That is a massive pile of money coming back to people every spring. Most of it gets absorbed into day-to-day spending within weeks. A $2,295 refund invested annually in a TFSA over 20 years, assuming 7% annual returns, would be worth over $95,000. Almost nobody treats it that way.</p><p>These numbers paint a picture. Canadians are aware of all the programs that exist and how they work. But still, millions of Canadians are underusing the tools, undersaving, and carrying debt that is growing faster than their income. Now, I understand that, especially in recent years with high inflation, people will leave saving and investing last but with some small sacrifices and behaviour changes, the numbers can improve.</p><p>It&apos;s also worth saying plainly - for a real chunk of these people, the issue isn&apos;t behavior at all. It&apos;s math. Rent has outpaced wages in most major cities. Groceries cost more than they did three years ago. A two-income household with kids in daycare can do everything &quot;right&quot; and still hit zero by the end of the month. When the bills eat the whole paycheque, there&apos;s no $500 sitting around to open that brokerage account with, no matter how badly someone wants to. I don&apos;t want to wave that away with a &quot;just automate it&quot; platitude, because automating $0 doesn&apos;t do anything. For these households, the fix isn&apos;t a TFSA contribution, it&apos;s income growth, rent relief, or restructuring fixed costs. That&apos;s a different problem than the one this post is mainly about.</p><h3 id="the-real-problem-is-behavioral-not-educational"><strong>The Real Problem Is Behavioral, Not Educational</strong></h3><p>Behavioral economists have spent decades showing that humans are not rational actors when it comes to money. We&apos;re emotional, social, and deeply irrational in ways that no worksheet can fix. A few things that drive financial decisions and are almost never mentioned in a classroom:</p><p><strong>The psychology of spending -</strong> There&apos;s a reason casinos use chips instead of cash. When money becomes abstract, like a tap on your phone, a credit card tap, a buy now pay later button, the psychological pain of spending drops. You spend more. This is well-documented and it explains why the shift to digital payments has not made people more disciplined.</p><p><strong>Social pressure and lifestyle inflation -</strong> When your friends get promoted and start eating at nicer restaurants, you follow. When your colleagues are driving new cars, you start thinking about yours. When your neighbor renovates their kitchen, you notice yours. This is not weakness. This is a perfectly normal human behaviour. And no financial literacy class addresses it, because it&apos;s uncomfortable to say &quot;your social circle is quietly destroying your finances&#x201D; (which is an interesting post idea now that I am thinking about it&#x2026;).</p><p><strong>The identity dimension of money -</strong> People buy things to signal who they are. The $80,000 truck is not primarily a transportation decision. It&apos;s an identity statement. The luxury SUV in the school parking lot is not about getting kids to soccer practice. These are status purchases, and status is a powerful motivator that runs well below the level of rational decision-making. You can&apos;t out-educate it with a compound interest chart.</p><p><strong>Avoidance -</strong> A lot of financial destruction happens not because people make bad decisions, but because they make no decision at all. They ignore the credit card statement. They don&apos;t open the RRSP. They keep saying they&apos;ll sort it out next month. But that month never comes. I know because I am guilty of doing the same for so many other things. Financial literacy classes do not teach people how to overcome the inertia and fear that keep them stuck.</p><h3 id="why-the-lesson-only-lands-when-it-costs-you"><strong>Why the Lesson Only Lands When It Costs You</strong></h3><p>I&apos;ve written before about making financial mistakes being a necessary part of learning. You can hear &quot;don&apos;t take on a $1,200/month car payment on a $55,000 salary&quot; ten times in a classroom and it won&apos;t move you because you really want that shiny new sports car, truck, or whatever else you have your eye on. But make that mistake once, feel what it does to your cash flow, watch what it does to your ability to do anything else and that lesson sticks for life.</p><p>The problem is that not everyone learns from their mistakes either. Some people make the same ones on repeat probably because the pain was not deep enough or they quickly forgot about it. The difference isn&apos;t intelligence or even access to information. It&apos;s whether you actually stop and examine the cost. Whether you get uncomfortable enough to change the pattern.</p><p>Financial literacy education doesn&apos;t create that discomfort. It delivers information in a consequence-free environment. That&apos;s the fundamental limitation.</p><h3 id="what-actually-changes-financial-behavior"><strong>What Actually Changes Financial Behavior</strong></h3><p>If classroom instruction isn&apos;t the answer, what is?</p><p><strong>Automation -</strong> Make the right behavior the default. Automatic TFSA contributions, automatic RRSP deductions, automatic investment purchases. If the money moves before you see it, you don&apos;t have to exercise willpower. The system does the work. This is vastly more effective than budgeting by willpower alone. Got a raise? Increase the automatic contribution.</p><p><strong>Skin in the game -</strong> Open a brokerage account with $500 and buy your first ETF. Suddenly compound interest is not an abstraction. You check it. You feel it. You understand in a visceral way why starting early matters. No textbook produces that understanding. But be sure to be patient. It took me 12 years to <em>feel </em>compound interest and truly understand what it can do.</p><p><strong>Peer modeling -</strong> The people you spend time with shape your financial behavior more than any class. If your friends talk openly about saving, investing, and building wealth, it normalizes those behaviors. If your social circle normalizes $1,000 car payments and dining out four times a week, that becomes your baseline. This is uncomfortable to say, but it&apos;s true.</p><p><strong>Real consequences, not hypotheticals -</strong> People learn from what happens to them, not from what they&apos;re told might happen. The goal of financial education should be to shrink the gap between the lesson and the consequence, not eliminate consequences, but make them visible earlier.</p><h3 id="the-canadian-angle-few-talk-about"><strong>The Canadian Angle Few Talk About</strong></h3><p>Canada has registered accounts that are genuinely among the best wealth-building tools in the world. The TFSA alone is remarkable - every dollar of growth inside it is completely tax-free, forever, and you can withdraw anytime with no penalty. By 2020, TFSA contributions among Canadians exceeded RRSP and pension plan contributions combined. Canadians have voted with their dollars - the TFSA is the preferred account. But participation and optimization are very different things.</p><p>The gap between &quot;I&apos;ve heard of a TFSA&quot; and &quot;I&apos;m using it correctly and maximizing it&quot; is enormous. Nearly half of TFSA holders are keeping their <a href="https://newsroom.bmo.com/2024-01-18-BMO-Annual-Investment-Survey-TFSA-Usage-Dips-as-Canadians-Contend-with-Economic-Concerns,-Rising-Costs-and-Managing-Debt?ref=optimizedforfreedom.com"><u>money in cash</u></a>, which means they&apos;ve opened the right account, done zero investing inside it, and are earning a fraction of what they could be. That is not an information gap. Anyone who Googles &quot;what to put in a TFSA&quot; gets a clear answer in 30 seconds. It&apos;s an action gap.</p><p>The RRSP has the same problem. Most Canadians understand that contributions reduce taxable income. Very few think carefully about when to contribute, when to withdraw, and how to sequence those withdrawals in retirement to minimize lifetime tax. The RRSP is not just a savings account with a tax receipt attached - it&apos;s a tax deferral engine, and its value depends entirely on the strategy behind it.</p><p>CPP is another one. Most people treat it as something that happens to them. Few understand that the decision of when to take CPP (60 versus 65 versus 70) can mean a difference of well over $100,000 in lifetime income depending on your situation.</p><p>None of this is secret information. CRA has explanations for all of it and I am easily able to find all of that information when reading up on the accounts and how people use them. But there&apos;s a difference between information existing and people understanding it well enough to act on it in a financially optimal way. And that gap doesn&apos;t get closed by adding another unit to a high school curriculum.</p><h3 id="what-we-should-actually-be-teaching"><strong>What We Should Actually Be Teaching</strong></h3><p>If I had to redesign how we approach financial education, I&apos;d focus on three things:</p><p>First, <strong>behavior over mechanics.</strong> Spend less time on how to calculate compound interest and more time on why people fail to act on information they already have. Teach the psychology of spending. Make loss aversion and social comparison part of the conversation. Name the patterns people actually fall into.</p><p>Second, <strong>systems over willpower.</strong> Stop asking people to budget manually and expect it to stick. Teach automation. Teach the pay-yourself-first approach. Build the habit of moving money before it&apos;s available to spend. Willpower is a depleting resource. Systems are not.</p><p>Third, <strong>practical Canadian specifics.</strong> Sit a 22-year-old down and walk them through what a TFSA actually is, what to put inside it, and why it matters. Explain what an RRSP deduction does to their tax return this year. Show them what CPP looks like at 60 versus 70. Make it specific and make it real, not theoretical.</p><h3 id="the-uncomfortable-truth"><strong>The Uncomfortable Truth</strong></h3><p>The people who end up financially free are not, in most cases, the ones who studied personal finance the hardest. They&apos;re the ones who built the right habits early, automated the boring stuff, kept their lifestyle in check while their income grew, and avoided the expensive mistakes long enough for compounding to do its job.</p><p>None of that requires knowing what a bond yield curve is (just one example of the many things you hear about that I still don&#x2019;t know what it actually means and don&#x2019;t care enough about). It requires behavior. And behavior is a function of systems, environment, and experience, not classroom hours.</p><p>We keep treating financial illiteracy as the problem when the real problem is financial inertia, financial avoidance, and the social pressure to spend more than you should. Canada&apos;s household debt-to-income ratio has now risen for six consecutive quarters, not because Canadians don&apos;t know debt is bad, but because the forces pushing them toward it are far stronger than a classroom lesson.</p><p>Until we&apos;re honest about that, we&apos;ll keep graduating students who know what an RRSP is and don&apos;t have one.</p>
<!--kg-card-begin: html-->
<script type="application/ld+json">
{
  "@context":"https://schema.org",
  "@type":"BlogPosting",
  "headline":"Financial Literacy Isn't Canada's Problem. Financial Behavior Is.",
  "description":"Why teaching personal finance isn't enough to build wealth. Learn how psychology, habits, automation, and behavior drive financial success more than financial knowledge alone.",
  "image":"https://optimizedforfreedom.com/content/images/size/w1200/2026/06/financial-behavior-vs-financial-literacy.jpg",
  "author":{
    "@type":"Person",
    "name":"Opti"
  },
  "publisher":{
    "@type":"Organization",
    "name":"Optimized for Freedom",
    "logo":{
      "@type":"ImageObject",
      "url":"https://optimizedforfreedom.com/favicon.png"
    }
  },
  "datePublished":"2026-06-30",
  "dateModified":"2026-06-30",
  "mainEntityOfPage":{
    "@type":"WebPage",
    "@id":"https://optimizedforfreedom.com/"
  },
  "keywords":[
    "financial literacy Canada",
    "behavioral finance",
    "money psychology",
    "personal finance habits",
    "financial education",
    "TFSA",
    "RRSP",
    "CPP",
    "financial behavior",
    "wealth building",
    "Canadian personal finance"
  ]
}
</script>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<script type="application/ld+json">
{
  "@context":"https://schema.org",
  "@type":"FAQPage",
  "mainEntity":[
    {
      "@type":"Question",
      "name":"Why doesn't financial literacy alone improve people's finances?",
      "acceptedAnswer":{
        "@type":"Answer",
        "text":"Most people already understand basic financial concepts like budgeting, debt, and compound interest. The larger challenge is changing financial behavior. Psychology, habits, social pressure, and emotional decision-making often have a much greater influence than knowledge alone."
      }
    },
    {
      "@type":"Question",
      "name":"What is behavioral finance?",
      "acceptedAnswer":{
        "@type":"Answer",
        "text":"Behavioral finance studies how emotions, biases, and psychology influence financial decisions. It explains why people often spend, borrow, or invest in ways that aren't completely rational, even when they know better."
      }
    },
    {
      "@type":"Question",
      "name":"Why do Canadians still struggle with debt despite financial education?",
      "acceptedAnswer":{
        "@type":"Answer",
        "text":"Many Canadians understand how debt works but still face lifestyle inflation, social pressure, rising living costs, and procrastination. These behavioral factors often outweigh financial knowledge."
      }
    },
    {
      "@type":"Question",
      "name":"What is the best way to improve financial habits?",
      "acceptedAnswer":{
        "@type":"Answer",
        "text":"Building systems is usually more effective than relying on willpower. Automatic TFSA or RRSP contributions, automatic investing, increasing savings after raises, and reducing spending friction can help create lasting financial habits."
      }
    },
    {
      "@type":"Question",
      "name":"Why is automation important for personal finance?",
      "acceptedAnswer":{
        "@type":"Answer",
        "text":"Automation removes the need to repeatedly make good financial decisions. By automatically directing money toward savings and investments before it can be spent, people are more likely to build wealth consistently over time."
      }
    },
    {
      "@type":"Question",
      "name":"Is financial education still valuable?",
      "acceptedAnswer":{
        "@type":"Answer",
        "text":"Yes. Financial education provides an important foundation, but knowledge alone rarely changes behavior. Combining education with good systems, practical experience, and consistent habits produces much better financial outcomes."
      }
    },
    {
      "@type":"Question",
      "name":"Why are TFSAs and RRSPs often underused?",
      "acceptedAnswer":{
        "@type":"Answer",
        "text":"Many Canadians know these accounts exist but don't fully understand how to use them strategically. Others delay investing altogether due to inertia, uncertainty, or competing financial priorities rather than a lack of information."
      }
    },
    {
      "@type":"Question",
      "name":"Should financial literacy classes teach psychology as well?",
      "acceptedAnswer":{
        "@type":"Answer",
        "text":"Teaching behavioral concepts such as lifestyle inflation, social comparison, loss aversion, and spending psychology may be more effective than focusing only on financial calculations. Understanding why people make poor financial decisions can help them build better long-term habits."
      }
    }
  ]
}
</script>
<!--kg-card-end: html-->
]]></content:encoded></item><item><title><![CDATA[Frugality has a ceiling. Income doesn't]]></title><description><![CDATA[You can refine your expenses as much as you want but there is a limit. Income has no limit. In this post, I explore this concept and provide ways you can increase your income.]]></description><link>https://optimizedforfreedom.com/frugality-has-a-ceiling-income-doesnt/</link><guid isPermaLink="false">6a3e5f8cbf4e3404a575f6f9</guid><category><![CDATA[Investing]]></category><category><![CDATA[Early Retirement]]></category><category><![CDATA[Personal Finance Basics]]></category><category><![CDATA[Savings]]></category><category><![CDATA[Careers]]></category><dc:creator><![CDATA[Optimized]]></dc:creator><pubDate>Fri, 26 Jun 2026 11:19:19 GMT</pubDate><content:encoded><![CDATA[<p>There are three variables when it comes to building wealth - income, expenses, and savings (technically investments). All of them are within your control, or at least you have majority control over them. The advice you&apos;ll hear most often is to reduce your expenses so you can save a larger chunk of your income. Great advice. But that advice has a limit.</p><p>You can only cut back so much on rent, food, transportation, clothing, and everything else that makes up your life. I am not arguing that you should not be frugal. Frugality is a legitimate tool. But it is a tool with a hard ceiling, and most people never stop to ask themselves how close they already are to that ceiling.</p><p>I am of the opinion that you should focus more on your career in the early years, and by extension, your income. Don&apos;t ignore frugality, but be aware that there comes a point where you cannot refine your expenses any further. That&apos;s the limit. The ceiling. You are done optimizing. There is nothing left to cut.</p><p>Income, on the other hand, has no ceiling.</p><h2 id="the-math-makes-this-obvious"><strong>The Math Makes This Obvious</strong></h2><p>Let&apos;s say you earn $80,000 a year and spend $60,000. Your savings rate is 25%. Pretty decent.</p><p>Now let&apos;s say you go all-in on cutting expenses. You cancel subscriptions, meal prep every week, downgrade your car, negotiate your rent, and live lean. You get your spending down to $45,000. Your savings rate jumps to about 44%. That&apos;s a meaningful improvement, and it took real discipline.</p><p>But here&apos;s the thing - you just captured most of the gains available to you on the expense side. You still have to eat. You still need shelter. You still need to get to work. The remaining gap between where you are and $0 in spending is not a realistic target. You&apos;ve squeezed the towel.</p><p>Now consider the income side. What if instead, or in addition, you focused on growing your income from $80,000 to $110,000 over the next few years? Your savings rate, even at the original $60,000 in spending, is now 45%. You&apos;ve matched the outcome of that brutal frugality exercise without giving up much at all. And your ceiling? Still nowhere in sight. $130,000, $150,000, $200,000 - these are all achievable depending on your field, your effort, and your willingness to be strategic.</p><p>Frugality compounds slowly. Income growth compounds on itself differently - a higher salary becomes your new floor, not a temporary spike.</p><h2 id="what-the-frugality-crowd-gets-wrong"><strong>What the Frugality Crowd Gets Wrong</strong></h2><p>There&apos;s an entire corner of the personal finance internet that treats expense cutting as the primary path to wealth. Track every dollar. Optimize every bill. Never buy coffee out. It&apos;s not wrong, exactly. But it&apos;s incomplete in a way that ends up limiting people.</p><p>The problem is that frugality is passive in one direction. Once you&apos;ve cut your expenses, the work is mostly done. There&apos;s no next level. You just maintain. Income, by contrast, is active and has compounding upside. Every skill you build, every relationship you develop, every raise you negotiate, every promotion you earn - those stack. And they follow you for decades.</p><p>Way too many people focus on expenses because it feels safe. You don&apos;t have to talk to anyone. You don&apos;t have to put your hand up for anything uncomfortable. You don&apos;t have to risk being told no. You just quietly cancel things and feel virtuous about it.</p><p>But to grow your income, you have to do uncomfortable things.</p><h2 id="why-people-avoid-growing-their-income"><strong>Why People Avoid Growing Their Income</strong></h2><p>They are too afraid to rock the boat at work. They are too afraid to take risks, take on more challenging tasks, ask for a raise, switch jobs, switch careers, or do something that makes them feel exposed. But this is exactly what you have to do to grow as a person and to grow your income.</p><p>A few specific patterns I&apos;ve seen:</p><p><strong>They never ask for more money.</strong> Raises do not just happen. In most organizations, they happen to the people who ask, perform visibly, and create the conditions that make saying yes easy for their manager. If you&apos;re waiting to be noticed, you might be waiting a long time.</p><p><strong>They stay in the same role too long out of comfort.</strong> There&apos;s a well-documented pattern where your biggest income jumps often come from changing employers, not from annual reviews at the same company. The loyalty bonus most people expect isn&apos;t always there. The market, however, will pay you what you&apos;re worth if you&apos;re willing to ask it.</p><p><strong>They underinvest in skills.</strong> The people earning $150,000+ in most professional fields aren&apos;t working harder than the people earning $80,000. They&apos;re working on different problems, with deeper skills, in roles with more leverage. That gap usually comes from deliberate skill development over years - not overnight.</p><p><strong>They confuse busyness with growth.</strong> Being occupied is not the same as being on an upward trajectory. You can be extremely busy doing work that keeps you exactly where you are. Growth requires taking on something harder than what you&apos;re currently comfortable with.</p><h2 id="what-actually-moves-your-income"><strong>What Actually Moves Your Income</strong></h2><p>I want to be specific here because &quot;just earn more&quot; is useless advice without something to act on.</p><p><strong>Negotiate, always.</strong> At job offers, at renewal time, and yes, sometimes mid-cycle if you&apos;ve taken on significantly more than your role described. Most people negotiate once, get a result they&apos;re lukewarm about, and never revisit it. This is a mistake. Negotiation is a skill that gets better with reps, and it is one of the highest-leverage hours you will ever spend.</p><p><strong>Take on stretch assignments.</strong> In most organizations, the people who get pulled into interesting, visible work are the people who&apos;ve demonstrated they&apos;ll step up when it matters. This often starts small - offering to take something off someone&apos;s plate, running a meeting, leading a file. Over time, you become the person who gets asked. That&apos;s how opportunities compound.</p><p><strong>Show up where it counts.</strong> I&apos;ve written about this before, but visibility in a professional environment is not a soft, nice-to-have thing. Decision-makers promote people they know, trust, and have watched perform. If you&apos;re invisible, you&apos;re not in the running. This doesn&apos;t mean you need to perform your way through every meeting, but it does mean being present in the right rooms and contributing in ways people notice and remember.</p><p><strong>Switch jobs strategically.</strong> I am not saying job-hop constantly - that comes with its own costs. But if you&apos;ve been in the same role for three or four years without a meaningful income jump, the market might be willing to pay you more than your current employer is. A well-timed move can close a gap that would take five or six internal review cycles to cover.</p><p><strong>Build skills that are scarce and valued.</strong> Not all skills are equal. Some skills are common, easily replaced, and poorly compensated. Others are niche, hard to develop, and organizations are desperate for. The more you push toward the second category, whether that&apos;s technical depth, specialized domain knowledge, or the ability to manage complex projects and people, the more you protect yourself from being commoditized.</p><p><strong>Consider income streams beyond your job.</strong> This is more of a long-term play, but your salary is only one form of income. A side business, rental income, dividends from a well-built portfolio - these all contribute to the income side of the equation without requiring you to find another hour in the day for your primary job. They take time to build, but they are genuinely uncapped in a way that a single employer&apos;s pay grid never will be.</p><h2 id="frugality-is-a-foundation-not-a-strategy"><strong>Frugality Is a Foundation, Not a Strategy</strong></h2><p>I don&apos;t want you to take any of this as a reason to blow your budget. Living below your means is non-negotiable if you want to build wealth. The problem is when people treat frugality as their whole strategy and quietly ignore the income side because that side requires more courage.</p><p>Keep your expenses reasonable. Don&apos;t inflate your lifestyle every time your paycheque grows. Build good habits early so they&apos;re automatic later. All of that matters.</p><p>But if you&apos;re sitting there optimizing your grocery spend and avoiding the conversation with your manager about a raise, you&apos;ve got your priorities backwards. The frugality gains you&apos;re chasing might be worth a few hundred dollars a month. The income conversation you&apos;re avoiding might be worth tens of thousands of dollars over the next three to five years.</p><p>The difference between income and expenses is your savings. The wider that gap, the faster you build wealth, the faster you reach the point where work is optional. You can only widen that gap so far by cutting the bottom. The top is where the real opportunity is.</p>
<!--kg-card-begin: html-->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "BlogPosting",
      "@id": "https://optimizedforfreedom.com/income-vs-expenses-building-wealth/#blogposting",
      "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://optimizedforfreedom.com/income-vs-expenses-building-wealth/"
      },
      "headline": "Income Has No Ceiling: Why Growing Your Career Matters More Than Cutting Expenses",
      "description": "Frugality matters, but expense cutting has a hard limit. This article explains why increasing your income can have a much larger impact on wealth building than endlessly optimizing your budget.",
      "author": {
        "@type": "Person",
        "name": "Opti"
      },
      "publisher": {
        "@type": "Organization",
        "name": "Optimized for Freedom",
        "url": "https://optimizedforfreedom.com/"
      },
      "datePublished": "2026-06-26",
      "dateModified": "2026-06-26",
      "articleSection": "Personal Finance",
      "keywords": [
        "income growth",
        "frugality",
        "building wealth",
        "career growth",
        "savings rate",
        "personal finance",
        "financial independence",
        "earn more money"
      ]
    },
    {
      "@type": "FAQPage",
      "@id": "https://optimizedforfreedom.com/income-vs-expenses-building-wealth/#faq",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Is it better to cut expenses or increase income?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Both matter, but cutting expenses has a natural limit while income growth has much more upside. Once your basic costs are optimized, increasing your income can widen the gap between what you earn and what you spend much faster."
          }
        },
        {
          "@type": "Question",
          "name": "Why does frugality have a ceiling?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Frugality has a ceiling because you still need to pay for shelter, food, transportation, clothing, and other basic parts of life. You can reduce spending, but you cannot realistically reduce it to zero."
          }
        },
        {
          "@type": "Question",
          "name": "How does increasing income help build wealth?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Increasing income gives you more money to save and invest, especially if you avoid lifestyle inflation. A higher salary can also become your new baseline, which means future raises, bonuses, and opportunities build from a stronger starting point."
          }
        },
        {
          "@type": "Question",
          "name": "What are some ways to grow your income?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Ways to grow income include negotiating raises, taking on stretch assignments, becoming more visible at work, switching jobs strategically, building scarce and valuable skills, and eventually adding income streams outside your main job."
          }
        },
        {
          "@type": "Question",
          "name": "Does this mean frugality is not important?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "No. Frugality is still important because living below your means is the foundation of wealth building. The issue is treating frugality as the entire strategy while ignoring the much larger opportunity of growing your income."
          }
        }
      ]
    }
  ]
}
</script>

<!--kg-card-end: html-->
]]></content:encoded></item><item><title><![CDATA[What Is OAS (Old Age Security)?]]></title><description><![CDATA[Let's talk about other boring stuff you hear old people talk about - Old Age Security. I didn't know a whole lot about this myself but by writing this post, I forced myself to look into it and various strategies around it. Enjoy this high-level overview of OAS.]]></description><link>https://optimizedforfreedom.com/what-is-oas-old-age-security/</link><guid isPermaLink="false">6a3bbd23bf4e3404a575f6e7</guid><category><![CDATA[Personal Finance Basics]]></category><dc:creator><![CDATA[Optimized]]></dc:creator><pubDate>Wed, 24 Jun 2026 11:23:39 GMT</pubDate><content:encoded><![CDATA[<p>If you&apos;ve read the <a href="https://optimizedforfreedom.com/what-is-cpp-and-what-is-cpp2/" rel="noreferrer">CPP post</a>, you know I mentioned OAS briefly and promised to come back to it. Here we are!</p><p>OAS gets lumped in with CPP constantly, but they are fundamentally different programs. Understanding how OAS works, and how to plan around it, can meaningfully change how you think about retirement income in Canada. Let&apos;s break it down.</p><h2 id="what-is-oas"><strong>What Is OAS?</strong></h2><p>OAS stands for Old Age Security. It&apos;s a monthly benefit paid by the federal government to most Canadians aged 65 and older. Unlike CPP, it has nothing to do with how much you worked or how much you contributed. It&apos;s funded by general government revenue and paid out based almost entirely on how long you&apos;ve lived in Canada.</p><p>No T4. No paycheque deduction. No contribution history required. You just have to have been here.</p><h2 id="who-qualifies-for-oas"><strong>Who Qualifies for OAS?</strong></h2><p>To receive the full OAS benefit, you need to have lived in Canada for at least 40 years after turning 18. If you have at least 10 years of Canadian residency after 18, you qualify for a partial benefit - one-fortieth of the full amount for each year of residency.</p><p>You also need to be a Canadian citizen or legal resident when your benefit begins.</p><p>If you immigrated later in life or spent significant years abroad, your OAS may be prorated. Worth checking your personal residency history if that applies to you.</p><h2 id="how-much-does-oas-pay"><strong>How Much Does OAS Pay?</strong></h2><p>For 2025, the maximum OAS monthly benefit for someone aged 65 to 74 is approximately <strong>$727/month</strong>, or about <strong>$8,700/year</strong>. Canadians aged 75 and older automatically receive a 10% top-up, bringing that to roughly <strong>$800/month</strong>.</p><p>That 10% boost for 75+ was introduced in 2022 and is permanent. It&apos;s the government acknowledging that costs don&apos;t go down as you age.</p><p>Like CPP, OAS is indexed to inflation. It&apos;s adjusted quarterly based on the Consumer Price Index, so your purchasing power is somewhat protected over time.</p><h2 id="when-can-you-start-collecting-oas"><strong>When Can You Start Collecting OAS?</strong></h2><p>OAS begins at 65 by default. But you can defer it, up to age 70, and receive a higher monthly amount in exchange.</p><p>The math - for every month you delay past 65, your benefit increases by <strong>0.6%</strong>, up to a maximum of <strong>36% more</strong> at age 70.</p><p>So instead of ~$727/month at 65, delaying to 70 gets you roughly <strong>$988/month</strong>, and that higher amount is what gets indexed going forward. If you live into your 80s, deferring OAS almost always wins.</p><p>The breakeven point on deferring to 70 versus taking at 65 is typically somewhere in your late 70s. If your family history and health suggest you&apos;ll clear that, deferring is worth serious consideration.</p><p>Unlike CPP, you cannot start OAS before 65. There is no early collection option.</p><h2 id="what-is-the-oas-clawback"><strong>What Is the OAS Clawback?</strong></h2><p>This is where OAS gets more nuanced, and where a lot of people get caught off guard.</p><p>If your net income in retirement exceeds a certain threshold, the government starts clawing back your OAS benefit. In 2025, that threshold sits at approximately <strong>$90,997</strong>. For every dollar of income above that line, you repay 15 cents of your OAS benefit.</p><p>The clawback is complete, meaning you receive nothing, once your income reaches roughly <strong>$148,000</strong>.</p><p>The clawback is applied based on your individual income, not household income. So a couple where each person earns $85,000 wouldn&apos;t trigger it, even though their combined income is $170,000.</p><p>A few income sources that count toward the clawback threshold:</p><ul><li>RRSP/RRIF withdrawals</li><li>CPP</li><li>Employment income</li><li>Capital gains and dividends</li><li>Rental income</li></ul><p>TFSA withdrawals do <strong>not</strong> count. That&apos;s one of the most powerful features of the TFSA in retirement - it lets you top up your spending without pushing your income into clawback territory. This is why TFSA strategy in the accumulation years has real consequences decades later.</p><p>If you&apos;re expecting significant RRSP/RRIF income in retirement and you&apos;re planning to collect OAS, the clawback math is worth modeling out now, not at 65.</p><h2 id="what-is-gis"><strong>What Is GIS?</strong></h2><p>GIS stands for the Guaranteed Income Supplement. It&apos;s an additional benefit layered on top of OAS for lower-income Canadians aged 65 and older. If OAS is the floor, GIS is what goes under the floor.</p><p>In 2025, single seniors with little to no income beyond OAS can receive up to approximately <strong>$1,086/month</strong> in GIS, on top of OAS. That&apos;s nearly <strong>$1,800/month combined</strong> from the government - before any CPP.</p><p>GIS is income-tested and reduces as your income rises. It starts phasing out once you have other income beyond OAS, at a rate of 50 cents for every dollar of other income. It disappears entirely around $22,000 in annual income for a single person.</p><p>Most people pursuing financial independence won&apos;t qualify for GIS. But it&apos;s worth knowing it exists, especially for the RRSP drawdown strategy. If someone retires early with a modest RRSP and no pension, strategically drawing down the RRSP before 65 can reduce RRIF minimums in later years, keeping retirement income low enough to access full or partial GIS. It&apos;s a legitimate planning play that gets overlooked.</p><h2 id="why-does-this-matter-for-your-planning"><strong>Why Does This Matter for Your Planning?</strong></h2><p>OAS is a future income stream, like CPP, but with a different set of levers.</p><p><strong>The clawback should shape your RRSP drawdown strategy.</strong> If you&apos;re doing an RRSP meltdown in your 50s and early 60s, drawing down the RRSP before CPP and OAS kick in, one of the goals is to keep your registered assets low enough that your retirement income doesn&apos;t trigger the OAS clawback at 65. The <a href="https://optimizedforfreedom.com/why-you-should-consider-withdrawing-from-your-rrsp-early-before-cpp-before-oas/" rel="noreferrer"><u>RRSP drawdown post</u></a> covers this in more detail.</p><p><strong>Deferring OAS to 70 pairs well with early retirement.</strong> If you retire at 50 and start drawing from your RRSP and portfolio, you can let both CPP and OAS grow untouched until 70. By the time they kick in, you&apos;ll have two inflation-indexed income streams that are meaningfully larger than if you had started them at 65.</p><p><strong>TFSA dollars are clawback-invisible.</strong> Building a large TFSA matters not just for tax-free growth but for flexibility at 65+. You can pull from the TFSA without touching your OAS entitlement.</p><p><strong>Spousal income planning matters.</strong> Because the clawback is individual, income-splitting strategies in retirement, including pension income splitting and managing whose name holds which account, can help both spouses stay below the threshold.</p><h2 id="the-short-version"><strong>The Short Version</strong></h2><ul><li><strong>OAS</strong> is a government benefit paid to most Canadians aged 65+, based on years of residency, not contributions or work history.</li><li>Full benefit requires 40 years of Canadian residency after age 18. Partial benefits start at 10 years.</li><li>Maximum benefit in 2025 - ~$727/month at 65, ~$988/month if deferred to 70, and an automatic 10% top-up at 75.</li><li>The <strong>OAS clawback</strong> begins at ~$90,997 of net income and eliminates the benefit around $148,000. TFSA withdrawals don&apos;t count.</li><li><strong>GIS</strong> provides additional income for low-income seniors on top of OAS - a meaningful planning consideration for early retirees with modest registered assets.</li><li>For early retirees, the main OAS levers are - deferral timing, clawback management, and TFSA strategy.</li></ul><p>OAS isn&apos;t the most exciting thing to read about. But when it&apos;s $12,000 to $18,000 a year in inflation-indexed income that you might partially lose to poor planning, it&apos;s worth understanding properly.</p>
<!--kg-card-begin: html-->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "OAS Explained: How Old Age Security Works in Canada",
  "description": "Learn how Old Age Security (OAS) works in Canada, including eligibility, benefit amounts, deferral strategies, GIS, and how to avoid the OAS clawback in retirement.",
  "author": {
    "@type": "Person",
    "name": "Opti"
  },
  "publisher": {
    "@type": "Organization",
    "name": "Optimized for Freedom",
    "logo": {
      "@type": "ImageObject",
      "url": "https://optimizedforfreedom.com/content/images/size/w256h256/2025/05/android-chrome-512x512.png"
    }
  },
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "{{url}}"
  },
  "datePublished": "{{date format='YYYY-MM-DD'}}",
  "dateModified": "{{updated_at format='YYYY-MM-DD'}}",
  "keywords": [
    "OAS",
    "Old Age Security",
    "Canada retirement",
    "OAS clawback",
    "Guaranteed Income Supplement",
    "GIS",
    "retirement planning Canada",
    "CPP vs OAS",
    "OAS deferral",
    "early retirement Canada"
  ]
}
</script>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is Old Age Security (OAS)?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Old Age Security (OAS) is a monthly benefit paid by the Canadian federal government to eligible seniors aged 65 and older. Unlike CPP, OAS is based primarily on Canadian residency rather than employment history or contributions."
      }
    },
    {
      "@type": "Question",
      "name": "Who qualifies for full OAS benefits?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "To receive the full OAS pension, you generally need to have lived in Canada for at least 40 years after age 18. Individuals with at least 10 years of Canadian residency after age 18 may qualify for a partial pension."
      }
    },
    {
      "@type": "Question",
      "name": "How much does OAS pay in 2025?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "In 2025, the maximum OAS benefit for Canadians aged 65 to 74 is approximately $727 per month. Canadians aged 75 and older receive an additional 10% increase, bringing the benefit to roughly $800 per month."
      }
    },
    {
      "@type": "Question",
      "name": "Can I delay OAS past age 65?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes. OAS can be deferred up to age 70. The benefit increases by 0.6% for each month of deferral, resulting in a maximum increase of 36% if started at age 70."
      }
    },
    {
      "@type": "Question",
      "name": "What is the OAS clawback?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "The OAS clawback, officially called the OAS Recovery Tax, reduces OAS benefits when a retiree's net income exceeds a government-set threshold. In 2025, the clawback begins at approximately $90,997 of net income and eliminates benefits entirely around $148,000."
      }
    },
    {
      "@type": "Question",
      "name": "Do TFSA withdrawals affect OAS?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "No. Withdrawals from a Tax-Free Savings Account (TFSA) are not considered taxable income and do not count toward the OAS clawback threshold."
      }
    },
    {
      "@type": "Question",
      "name": "What income counts toward the OAS clawback?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Income sources that count toward the OAS clawback include RRSP and RRIF withdrawals, CPP benefits, employment income, rental income, dividends, and taxable capital gains."
      }
    },
    {
      "@type": "Question",
      "name": "What is the Guaranteed Income Supplement (GIS)?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "The Guaranteed Income Supplement (GIS) is an additional government benefit available to low-income seniors who receive OAS. GIS is income-tested and can significantly increase retirement income for eligible Canadians."
      }
    },
    {
      "@type": "Question",
      "name": "Can early retirees benefit from OAS planning?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes. Early retirees can use RRSP drawdown strategies, TFSA withdrawals, and OAS deferral to reduce clawback risk and maximize lifetime government benefits."
      }
    },
    {
      "@type": "Question",
      "name": "What is the difference between CPP and OAS?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "CPP is based on employment earnings and contributions made during your working years, while OAS is based primarily on Canadian residency and is funded through general government revenues."
      }
    }
  ]
}
</script>
<!--kg-card-end: html-->
]]></content:encoded></item><item><title><![CDATA[What Is CPP (and What Is CPP2)?]]></title><description><![CDATA[You have seen the abbreviation - CPP, but do you know what it means and how it works? In this post I break down what CPP is, how it is withheld and how it works when you are thinking about retirement.]]></description><link>https://optimizedforfreedom.com/what-is-cpp-and-what-is-cpp2/</link><guid isPermaLink="false">6a391c89bf4e3404a575f6d9</guid><category><![CDATA[Personal Finance Basics]]></category><dc:creator><![CDATA[Optimized]]></dc:creator><pubDate>Mon, 22 Jun 2026 11:31:44 GMT</pubDate><content:encoded><![CDATA[<p>You&apos;ve probably seen CPP deducted from your paycheque every two weeks and mentally filed it under &quot;things I don&apos;t control.&quot; Fair. But if you&apos;re planning for early retirement or financial independence, CPP is worth understanding properly because the decisions you make around it can be worth tens of thousands of dollars over your lifetime.</p><p>Let&apos;s break it down.</p><h2 id="what-is-cpp"><strong>What Is CPP?</strong></h2><p>CPP stands for the Canada Pension Plan. It&apos;s a mandatory government retirement program that most Canadian workers contribute to throughout their working years. When you eventually stop working, CPP pays you a monthly benefit for the rest of your life.</p><p>Think of it as a forced savings plan you share with your employer. Every paycheque, a percentage gets deducted. Your employer matches that contribution dollar for dollar. If you&apos;re self-employed, you pay both sides yourself which stings, but the benefit calculation is the same.</p><p>The amount you receive in retirement depends on how much you contributed and for how long. The more years you contributed at or near the maximum, the higher your eventual benefit.</p><h2 id="what-is-the-cpp-contribution-rate"><strong>What Is the CPP Contribution Rate?</strong></h2><p>In 2025, the employee contribution rate is 5.95% of your pensionable earnings, up to the Year&apos;s Maximum Pensionable Earnings (YMPE). The YMPE sits around $73,200. So if you earn $73,200 or more, you max out your base CPP contribution each year.</p><p>There&apos;s also a basic exemption of $3,500. The first $3,500 of earnings is not subject to CPP deductions. So the most you&apos;ll contribute in a year as an employee is roughly 5.95% &#xD7; ($73,200 &#x2212; $3,500) = about $4,150.</p><p>Your employer matches that exactly. So the government is receiving nearly $8,300 per year on your behalf at max contribution.</p><h2 id="when-can-you-collect-cpp"><strong>When Can You Collect CPP?</strong></h2><p>You can start collecting CPP as early as age 60 or as late as age 70. The baseline amount is calculated assuming you start at 65. But the timing matters a lot:</p><ul><li><strong>Take it early (before 65) -</strong> Your benefit is reduced by 0.6% for every month before 65, up to a 36% reduction at age 60.</li><li><strong>Delay it (after 65) -</strong> Your benefit increases by 0.7% for every month after 65, up to a 42% increase at age 70.</li></ul><p>Taking CPP at 70 versus 60 can mean a monthly benefit that&apos;s more than double. The breakeven math varies by person, but generally, if you expect to live past your mid-to-late 70s, delaying CPP pays off.</p><p>For early retirees, this creates an interesting planning puzzle. More on that in a future post.</p><h2 id="what-is-cpp2"><strong>What Is CPP2?</strong></h2><p>CPP2 is an enhancement to the base CPP program that was phased in starting in 2019 and reached full implementation in 2025.</p><p>The federal government introduced it because the original CPP replaced only about 25% of pre-retirement income (up to the YMPE). CPP2 layers an additional tier on top of that.</p><p>Here&apos;s how it works:</p><ul><li><strong>CPP (base)</strong> covers earnings up to the YMPE, around $73,200.</li><li><strong>CPP2 (enhancement)</strong> covers earnings between the YMPE and a new ceiling called the Year&apos;s Additional Maximum Pensionable Earnings (YAMPE), which sits around $81,900 in 2025.</li></ul><p>If you earn between the YMPE and YAMPE, you pay a separate CPP2 contribution rate of 4% on that band of earnings. Your employer matches it.</p><p>So if you earn $81,900 or more, you&apos;re now contributing to both CPP and CPP2 simultaneously. Two tiers, two contribution buckets, two eventual benefit streams, paid out as a single combined monthly amount.</p><h2 id="how-much-will-cpp-actually-pay-me"><strong>How Much Will CPP Actually Pay Me?</strong></h2><p>The maximum CPP benefit in 2025 for someone who contributed at the maximum for 39 years and takes it at age 65 is around <strong>$1,433/month.</strong> But the average Canadian actually receives much less, around $750 to $900/month, because most people have gaps in contribution years, periods of lower income, or took time out of the workforce.</p><p>CPP2 adds to that. Once the enhancement is fully phased in, the combined replacement target moves from about 25% of pre-retirement earnings to 33%, again, up to the YMPE. For higher earners, CPP2 also provides some replacement on that upper band.</p><p>None of this is a retirement plan on its own. Even maxed out, CPP won&apos;t cover most people&apos;s living expenses. It&apos;s a floor, not a ceiling.</p><h2 id="why-does-this-matter-for-your-planning"><strong>Why Does This Matter for Your Planning?</strong></h2><p>If you&apos;re targeting financial independence before 65, CPP becomes a planning variable, not just a payroll line item. A few things worth knowing:</p><p><strong>Stopping work early means fewer contribution years.</strong> CPP drops your eight lowest-earning years from the calculation automatically, but if you retire at 45, you&apos;ll have a lot of zero-income years that weigh down your average. Your eventual benefit will be lower than the maximum.</p><p><strong>CPP is indexed to inflation.</strong> Once you&apos;re collecting, your benefit increases with the Consumer Price Index each year. That makes it a valuable income source in later life, especially if you&apos;re worried about inflation eroding your portfolio.</p><p><strong>CPP interacts with RRSP drawdown strategy.</strong> If you&apos;re pulling from your RRSP in your 50s and early 60s to smooth your tax bracket before CPP kicks in, the timing of when you take CPP shapes how you design that whole drawdown plan. Taking CPP at 70 while drawing from your RRSP in your 50s and 60s can make the math work meaningfully in your favour.</p><p><strong>OAS is separate.</strong> A lot of people mix up CPP and OAS (Old Age Security). They&apos;re different programs. CPP is earnings-based, i.e. you had to contribute to receive it. OAS is residency-based. Almost every Canadian who lived here for at least 40 years gets it, starting at 65 (or later, if you delay). That&apos;s a post for another day.</p><h2 id="the-short-version"><strong>The Short Version</strong></h2><ul><li><strong>CPP</strong> is a mandatory, earnings-based government pension that pays monthly from retirement until death.</li><li>You can take it from 60 to 70. Waiting longer = higher monthly benefit.</li><li><strong>CPP2</strong> is an additional tier on top of base CPP for earnings above the standard ceiling, fully implemented in 2025.</li><li>Combined, they&apos;re designed to replace about 33% of pre-retirement earnings. A floor, not a plan.</li><li>For early retirees, CPP is a future income stream to plan around, not ignore.</li></ul><p>The deduction on your paycheque isn&apos;t disappearing into a void. It&apos;s building a future income stream you&apos;ll eventually want to be strategic about.</p><p>More on how CPP funds are invested in another post.</p>
<!--kg-card-begin: html-->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "CPP Explained: How the Canada Pension Plan Works and Why It Matters for Early Retirement",
  "description": "Learn how CPP works, contribution rates, CPP2, when to collect benefits, and how the Canada Pension Plan fits into an early retirement strategy.",
  "author": {
    "@type": "Person",
    "name": "Opti"
  },
  "publisher": {
    "@type": "Organization",
    "name": "Optimized for Freedom"
  },
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://optimizedforfreedom.com/"
  },
  "articleSection": "Retirement Planning",
  "keywords": [
    "CPP",
    "Canada Pension Plan",
    "CPP2",
    "early retirement",
    "financial independence",
    "retirement income",
    "CPP contributions",
    "CPP benefits",
    "Canadian retirement planning"
  ]
}
</script>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is the Canada Pension Plan (CPP)?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "The Canada Pension Plan (CPP) is a mandatory government pension program that most Canadian workers contribute to during their careers. It provides a monthly retirement benefit based on your earnings history and contribution years."
      }
    },
    {
      "@type": "Question",
      "name": "When can I start collecting CPP?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "You can begin collecting CPP as early as age 60 or delay benefits until age 70. Taking CPP before age 65 permanently reduces your monthly payment, while delaying past 65 permanently increases it."
      }
    },
    {
      "@type": "Question",
      "name": "How much is CPP reduced if I take it at age 60?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "CPP benefits are reduced by 0.6% for each month before age 65. Taking CPP at age 60 results in a permanent reduction of up to 36% compared to starting at age 65."
      }
    },
    {
      "@type": "Question",
      "name": "How much more CPP do I get by waiting until age 70?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "CPP benefits increase by 0.7% for each month after age 65. Waiting until age 70 can increase your monthly benefit by up to 42% compared to taking it at age 65."
      }
    },
    {
      "@type": "Question",
      "name": "What is CPP2?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "CPP2 is the enhanced portion of the Canada Pension Plan that applies to earnings above the Year's Maximum Pensionable Earnings (YMPE) and below the Year's Additional Maximum Pensionable Earnings (YAMPE). It was fully implemented in 2025 and is designed to increase future retirement benefits."
      }
    },
    {
      "@type": "Question",
      "name": "How much CPP will I receive in retirement?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "The amount depends on your earnings history, contribution years, and the age you start benefits. While the maximum CPP benefit is over $1,400 per month for new retirees at age 65, the average Canadian receives considerably less."
      }
    },
    {
      "@type": "Question",
      "name": "Does retiring early reduce CPP benefits?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Potentially. Retiring early usually means fewer contribution years and more years with little or no pensionable earnings. Although CPP automatically excludes some low-earning years, long periods without contributions can reduce your eventual benefit."
      }
    },
    {
      "@type": "Question",
      "name": "Is CPP enough to fund retirement on its own?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "For most Canadians, no. CPP is intended to replace only a portion of pre-retirement income. It should be viewed as one component of a retirement plan alongside personal savings, RRSPs, TFSAs, pensions, and other income sources."
      }
    },
    {
      "@type": "Question",
      "name": "What is the difference between CPP and OAS?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "CPP is based on your employment earnings and contributions during your working years. Old Age Security (OAS) is based primarily on residency in Canada and does not require employment income or contributions."
      }
    }
  ]
}
</script>
<!--kg-card-end: html-->
]]></content:encoded></item><item><title><![CDATA[My RESP Investment Strategy]]></title><description><![CDATA[In this post, I explain how I invest my Family RESP using VGRO, VEQT, XQB, XSB and CASH.TO, including my age-based glide path as my kids approach university.]]></description><link>https://optimizedforfreedom.com/my-resp-investment-strategy/</link><guid isPermaLink="false">6a3519b0bf4e3404a575f6b3</guid><category><![CDATA[Investing]]></category><category><![CDATA[Personal Finance Basics]]></category><dc:creator><![CDATA[Optimized]]></dc:creator><pubDate>Fri, 19 Jun 2026 10:40:51 GMT</pubDate><content:encoded><![CDATA[<p>Surprisingly, my <a href="https://optimizedforfreedom.com/resps-explained-a-primer-for-canadian-parents/" rel="noreferrer">RESP primer</a> has been getting traction. I say surprisingly because I didn&apos;t expect a new post on a new blog to immediately start pulling in readers. But apparently a lot of people are trying to figure out what to do with an RESP beyond just opening one. So here we are - the follow-up post where I get into the actual strategy.</p><p><strong>Where is my RESP?</strong></p><p>I&apos;ve been using Questrade for my personal investments since 2010, so opening an RESP there was a natural choice. One login, all accounts visible at once.</p><p>I&apos;ll be honest though - opening a Family RESP was a bit of a slog. Some paperwork, some back and forth with support staff who clearly hadn&apos;t dealt with many RESP setups. Adding a second kid was its own special kind of painful. But you do it once and you&apos;re done. And this was eight years ago. I&apos;m sure it&apos;s smoother now.</p><p><strong>What&apos;s in my RESP</strong></p><p>When our first kid was born, my wife became a stay-at-home parent and we genuinely didn&apos;t know how our finances would hold up on a single income. So we put in $10,000 and went all-in on VGRO. Right call, even though we only got a $500 CESG at the time.</p><p>Then came inflation, a mortgage, daycare, and all the other ways life finds ways to squeeze a single income. When our second kid was born, we managed to add $2,500 - this time into VEQT.</p><p>Since then, we&apos;ve been adding $100&#x2013;$200 when we can. In eight years we&apos;ve contributed a little over $17,000. That account is now sitting at over $35,000, thanks to CESG top-ups, market gains, and dividend reinvestment. The fund has essentially doubled. Not bad for inconsistent contributions on a tight budget. This is the power of time-in-market with the initial $10,000 investment.</p><p><strong>The Plan</strong></p><p>Here&apos;s the glide path I&apos;m running as the kids get closer to needing the money:</p><ul><li><strong>Now &#x2192; Oldest turns 10 -</strong> Keep buying VGRO with new contributions. Dividends start getting redirected into XQB to begin slowly building the bond sleeve. Low friction. No selling, no decisions, just redirecting cash flow.</li><li><strong>Oldest turns 14 -</strong> New contributions shift to XQB entirely. The equity positions stay put for now but stop growing.</li><li><strong>Oldest turns 15 -</strong> We start converting VEQT into XSB. The logic here is duration. XQB carries a longer duration that can hurt you in a rising rate environment, so as we get within three years of withdrawal, I want to be moving toward shorter-dated bonds. Starting the conversion at 15, not 16, gives us a full extra year of runway and avoids being forced to sell equity or long bonds into a bad market right before we need the money.</li><li><strong>Oldest turns 16 -</strong> New contributions move to CASH.TO. VEQT conversion into XSB continues.</li><li><strong>Oldest turns 18 -</strong> Target is at least 40% in CASH.TO, with the remainder split between XQB, XSB, and just a little bit of VGRO. At this point our youngest is 14, so the same glide path kicks in for their share of the portfolio - starting the bond accumulation phase and eventually migrating from XQB toward XSB and cash as they approach 18.</li></ul><p>The rough idea - XQB handles the middle years where you still want some yield and can tolerate modest duration risk. XSB takes over as withdrawal gets close and capital preservation matters more than return. CASH.TO covers what you actually need to spend. Think of it as a three-bucket glide path - growth, stability, and liquidity. We are just shifting the weight between them over time.</p><p>The staggered glide paths for each kid let us treat this as two portfolios inside one account, rather than making one blended decision that doesn&apos;t serve either child particularly well.</p>
<!--kg-card-begin: html-->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "My RESP Investment Strategy: How I Manage a Family RESP Over Time",
  "description": "A real-world RESP investment strategy using VGRO, VEQT, XQB, and CASH.TO. Learn how a Family RESP can evolve from growth-focused investing to capital preservation as children approach post-secondary education.",
  "author": {
    "@type": "Person",
    "name": "Opti"
  },
  "publisher": {
    "@type": "Organization",
    "name": "Optimized for Freedom"
  },
  "datePublished": "2026-06-19",
  "dateModified": "2026-06-19",
  "mainEntityOfPage": {
    "@type": "WebPage"
  },
  "keywords": [
    "RESP investing",
    "RESP strategy",
    "Family RESP",
    "VGRO RESP",
    "VEQT RESP",
    "RESP asset allocation",
    "RESP glide path",
    "Canadian education savings",
    "CESG",
    "RESP withdrawal planning"
  ]
}
</script>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What should I invest in inside an RESP?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "The best RESP investments depend on your child's age and your risk tolerance. Many investors use growth-focused ETFs such as VGRO or VEQT when children are young, then gradually move toward bonds and cash as post-secondary education approaches."
      }
    },
    {
      "@type": "Question",
      "name": "When should I reduce risk in an RESP?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Many parents begin reducing risk approximately four to five years before their child may need the money. This helps protect against a market downturn immediately before RESP withdrawals begin."
      }
    },
    {
      "@type": "Question",
      "name": "Can I hold ETFs in an RESP?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes. Most self-directed RESP accounts allow investors to hold ETFs, stocks, bonds, GICs, and cash. Broad-market ETFs are commonly used because they provide diversification at a low cost."
      }
    },
    {
      "@type": "Question",
      "name": "What is a Family RESP?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "A Family RESP allows multiple children who are related by blood or adoption to share a single RESP account. Contributions, grants, and investment growth can be allocated among eligible beneficiaries as needed."
      }
    },
    {
      "@type": "Question",
      "name": "Should an RESP be invested aggressively?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "When children are young, many investors choose a higher equity allocation because the money may not be needed for more than a decade. As the education start date gets closer, a gradual shift toward bonds and cash can reduce volatility and sequence-of-returns risk."
      }
    },
    {
      "@type": "Question",
      "name": "Can I manage two children with different ages in one Family RESP?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes. A Family RESP can effectively be managed as separate portfolios within the same account by adjusting contributions and asset allocation based on each child's expected withdrawal timeline."
      }
    },
    {
      "@type": "Question",
      "name": "What is a glide path in an RESP?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "A glide path is a planned transition from higher-risk investments such as equities toward lower-risk investments such as bonds and cash as the time to withdrawal gets shorter."
      }
    },
    {
      "@type": "Question",
      "name": "How does the CESG help an RESP grow?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "The Canada Education Savings Grant (CESG) adds government contributions to eligible RESP deposits, helping the account grow faster through additional invested capital and compounding returns."
      }
    }
  ]
}
</script>
<!--kg-card-end: html-->
]]></content:encoded></item><item><title><![CDATA[New Grad Advice - What a T4 Actually Means]]></title><description><![CDATA[Have you ever really looked at a T4? Like really looked and tried to understand what each of the boxes means? No? You might be loosing out on important knowledge that affects your finances. In this post, I break down what a T4 means.]]></description><link>https://optimizedforfreedom.com/new-grad-advice-what-a-t4-actually-means/</link><guid isPermaLink="false">6a33d7ddbf4e3404a575f6a3</guid><category><![CDATA[Advice]]></category><category><![CDATA[Personal Finance Basics]]></category><dc:creator><![CDATA[Optimized]]></dc:creator><pubDate>Thu, 18 Jun 2026 11:40:38 GMT</pubDate><content:encoded><![CDATA[<p>Every February, employers across Canada mail out a small slip of paper that most employees glance at once, plug into your tax software, and never think about again. That slip is your T4 - Statement of Remuneration Paid. And this might be one of the most overlooked and misunderstood financial documents most Canadians receive every year.</p><p>Nobody sat you down and explained it. Nobody talks to you about it in high school and probably not in university either. Your employer HR department hands you a login to some payroll portal and that&apos;s about it. If you&apos;re lucky, a parent or older sibling walked you through your first tax return. If you&apos;re not, you just started clicking through whatever the CRA&apos;s auto-fill pulled in the tax software and hoped for the best.</p><p>I was like you years ago and I want to fix that knowledge gap. Below I wrote about what a T4 actually tells you and more importantly, what it means for your financial life.</p><p>Quick note - this post was written in June 2026. Once in a while boxes might change depending on government programs. CPP2 is an example of this below.</p><h2 id="what-a-t4-is"><strong>What a T4 Is</strong></h2><p>Your T4 is the official summary of what you earned from an employer in a calendar year, and what was withheld on your behalf (e.g. taxes, pension, benefits, etc.). Your employer files a copy with the CRA and gives one to you. When you file your taxes, the CRA already knows what your employer reported. That&apos;s why they can catch discrepancies.</p><p>If you had more than one employer in a year, you&apos;ll get a T4 from each one. And if you had more than one employer, they each withheld taxes as if you only worked for them this year. More on this in another post.</p><h2 id="breaking-down-the-boxes"><strong>Breaking Down the Boxes</strong></h2><p>The T4 has a grid of numbered boxes. Most people only look at two - Box 14 (employment income) and whatever got refunded or owing. But the others tell a more complete story.</p><p><strong>Box 14 - Employment Income</strong></p><p>This is your gross income. This is what you earned before anything was taken off. Not what hit your bank account. A lot of new grads are surprised the first time they see this number because it looks high compared to what they actually received. That gap is the point.</p><p><strong>Box 22 - Income Tax Deducted</strong></p><p>This is what your employer withheld and sent to the CRA on your behalf throughout the year. Think of it as a running pre-payment on your tax bill. If too much was withheld, you get a refund. If too little was, you owe the difference. Your refund isn&apos;t a bonus - it is your own money you overpaid and got back.</p><p><strong>Box 16 and 17 - CPP Contributions</strong></p><p>You and your employer both contribute to the Canada Pension Plan. Your share comes off your paycheque while your employer&apos;s share is separate and doesn&apos;t show up on your T4 as a deduction against your take-home. Box 16 is your employee contribution to CPP, and Box 17 (if applicable) is for the second tier, CPP2, which applies to earnings above the first threshold. These contributions generate a non-refundable tax credit when you file.</p><p><strong>Box 18 - EI Premiums</strong></p><p>Same logic as CPP. Your employer deducts Employment Insurance premiums from your pay and also pays their own share on top. This also generates a tax credit.</p><p><strong>Box 40 - Other Taxable Allowances and Benefits</strong></p><p>This is the sneaky one. If your employer gave you a company car, covered your parking, paid for a gym membership, or threw in other perks - some of those have a taxable value. That value gets added to your income here, which means you pay tax on it even though it wasn&apos;t cash in your pocket. Always worth checking what&apos;s in Box 40 if the number looks odd. Also, if your employer offers you benefits and allowances, always ask in advance what the tax implications are.</p><p><strong>Box 52 - Pension Adjustment</strong></p><p>If you&apos;re a member of a workplace pension plan, this box shows the value the CRA assigns to the pension benefit you&apos;re accruing. This directly reduces your RRSP contribution room for the following year. It&apos;s how the government tries to level the playing field between people with pensions and those without. The bigger the pension adjustment, the less RRSP room you get. If you have a defined benefit pension, don&apos;t be surprised when your RRSP room is much lower than your colleagues in the private sector.</p><h2 id="your-t4-and-your-tax-return"><strong>Your T4 and Your Tax Return</strong></h2><p>When you file your taxes, your T4 income feeds into your total income for the year. That triggers a cascade of calculations - which marginal rates apply, what deductions you can claim, whether you qualify for credits, etc. The CRA runs the same math. If they match, you&apos;re done. If not, you&apos;ll hear about it.</p><p>A few things new earners often miss:</p><p>Your RRSP contribution room is based on your prior year&apos;s earned income - 18% of it, up to the annual limit. Your T4 is the primary document used to establish that income. This is also why rental income creates RRSP room (it counts as earned income) while dividends and capital gains from a corporation do not.</p><p>If you contributed to your employer&apos;s group RRSP and they matched it, both contributions reduce your available room. That&apos;s not a bad thing because you are getting free money and a tax deduction, but it&apos;s worth understanding so you don&apos;t accidentally over-contribute to your personal RRSP.</p><h2 id="why-this-matters-more-than-people-think"><strong>Why This Matters More Than People Think</strong></h2><p>Here&apos;s the thing that gets lost in the rush to just file and get it done - your T4 is a snapshot of your financial life as an employee. And if you pay attention to it, it tells you something useful.</p><p>Is the gap between your Box 14 income and your actual take-home pay growing? That&apos;s taxes, CPP, and EI, and they all increase as your income does up to a certain cap. Understanding that gap is what makes the RRSP strategy actually click. The higher your income, the more valuable that deduction becomes, because it&apos;s pulling dollars out of a higher marginal bracket.</p><p>Is your Box 52 pension adjustment significant? Then your RRSP room might be tighter than you expect. Plan around it instead of being surprised in March.</p><p>Is Box 40 showing taxable benefits you didn&apos;t know about? Worth a conversation with HR, because you&apos;re being taxed on things you may not have chosen and may be able to restructure. Almost every company I worked at allowed you to opt-out of any of the benefits. The one that didn&#x2019;t, gave me those benefits on the company dime and were not taxable. In fact, it was mandatory for everyone to have life and health insurance. Oh no! Free health insurance!</p><h2 id="the-real-gap"><strong>The Real Gap</strong></h2><p>The issue isn&apos;t that T4s are complicated. The issue is that nobody treats them as anything worth understanding. You hand a professional your shoebox of slips, or you click through the auto-fill, and you treat the whole exercise as a formality.</p><p>But every dollar you owe, every dollar you get back, and every dollar of future contribution room you&apos;re accumulating flows from this document. Twenty minutes to actually understand it will pay dividends for the next thirty years of filing and asking the right questions at work and when you change jobs.</p>
<!--kg-card-begin: html-->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "Understanding Your T4: The Most Overlooked Financial Document in Canada",
  "description": "A beginner-friendly guide to understanding your T4 slip, including employment income, taxes withheld, CPP, EI, pension adjustments, taxable benefits, and how your T4 affects your tax return and RRSP contribution room.",
  "author": {
    "@type": "Person",
    "name": "Opti"
  },
  "publisher": {
    "@type": "Organization",
    "name": "Optimized for Freedom"
  },
  "mainEntityOfPage": {
    "@type": "WebPage"
  },
  "articleSection": "Taxes",
  "keywords": [
    "T4 slip",
    "T4 Canada",
    "understanding T4",
    "employment income",
    "Box 14 T4",
    "Box 22 T4",
    "CPP contributions",
    "EI premiums",
    "pension adjustment",
    "RRSP contribution room",
    "Canadian taxes",
    "tax return Canada"
  ]
}
</script>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is a T4 slip in Canada?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "A T4 slip, officially called the Statement of Remuneration Paid, summarizes your employment income and deductions for the calendar year. Your employer provides a copy to you and files a copy with the Canada Revenue Agency."
      }
    },
    {
      "@type": "Question",
      "name": "What does Box 14 on a T4 mean?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Box 14 shows your gross employment income before deductions such as income tax, CPP contributions, EI premiums, pension contributions, or benefit deductions."
      }
    },
    {
      "@type": "Question",
      "name": "What does Box 22 on a T4 mean?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Box 22 shows the amount of income tax your employer withheld and remitted to the CRA throughout the year. It represents a prepayment toward your annual tax obligation."
      }
    },
    {
      "@type": "Question",
      "name": "What are Box 16 and Box 17 on a T4?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Box 16 shows your employee contributions to the Canada Pension Plan (CPP). Box 17 shows CPP2 contributions, which may apply to earnings above the first CPP earnings threshold."
      }
    },
    {
      "@type": "Question",
      "name": "What is Box 18 on a T4?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Box 18 reports Employment Insurance (EI) premiums deducted from your pay during the year. These premiums help fund Canada's employment insurance program."
      }
    },
    {
      "@type": "Question",
      "name": "What is Box 40 on a T4?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Box 40 reports taxable benefits and allowances provided by your employer, such as company vehicles, parking, gym memberships, or other taxable perks that increase your taxable income."
      }
    },
    {
      "@type": "Question",
      "name": "What is a pension adjustment on a T4?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "The pension adjustment shown in Box 52 reflects the value of benefits earned in a workplace pension plan. This amount reduces your RRSP contribution room for the following year."
      }
    },
    {
      "@type": "Question",
      "name": "How does a T4 affect RRSP contribution room?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Your earned income reported on your T4 is used to calculate future RRSP contribution room. Generally, Canadians accumulate RRSP room equal to 18% of earned income up to the annual limit, adjusted for pension plan participation."
      }
    },
    {
      "@type": "Question",
      "name": "Why can I owe taxes even if my employer deducted tax from every paycheque?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Tax deductions are estimates based on information available to your employer. If you had multiple employers, additional income, or insufficient tax withheld during the year, you may still owe taxes when filing your return."
      }
    },
    {
      "@type": "Question",
      "name": "Should I review my T4 before filing my taxes?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes. Reviewing your T4 helps you verify your income, deductions, pension adjustments, and taxable benefits. Understanding these amounts can improve tax planning and help you avoid surprises when filing."
      }
    }
  ]
}
</script>
<!--kg-card-end: html-->
]]></content:encoded></item></channel></rss>