{"id":786035,"date":"2019-06-27T01:37:51","date_gmt":"2019-06-27T05:37:51","guid":{"rendered":"https:\/\/www.finder.com\/ca\/?p=786035"},"modified":"2025-04-28T10:39:51","modified_gmt":"2025-04-28T14:39:51","slug":"meridian-business-advantage-plus-savings-account","status":"publish","type":"post","link":"https:\/\/www.finder.com\/ca\/savings-accounts\/meridian-business-advantage-plus-savings-account","title":{"rendered":"Meridian Business Advantage Plus Savings Account"},"content":{"rendered":"<h3>What are the main benefits of a business savings account with Meridian?<\/h3><p>The following are some of the main benefits of a Meridian Business Advantage Plus Savings Account:<\/p><ul class=\"list-1\"><li><strong>High interest rate.<\/strong> Meridian offers high interest rate savings accounts that reward business owners with larger balances. The more you save with Meridian, the higher the interest rate that is applied to your account. Meridian offers a 1.5% interest rate in closing daily accounts with a balance between $0 and $499,999; a 2% interest rate in closing daily accounts with a balance between $500,000 and $4,999,999; and an interest rate of 2.35% in closing daily accounts with a balance of $5,000,000 or more.<\/li><li><strong>Monthly fees.<\/strong> You can save big with a Meridian business savings account and its $0 monthly fee.<\/li><li><strong>Money transfers.<\/strong> Transactions and transfers are free and unlimited.<\/li><li><strong>24\/7 access.<\/strong> Your Meridian business account can be accessed online anytime with zero downtime.<\/li><\/ul><h3>What should I look out for?<\/h3><ul class=\"list-13\"><li><strong>Tiered system.<\/strong> Unlocking the highest interest rates takes a substantial amount of capital. Business owners need to have at least $1 million in their savings account to qualify for the highest interest rate. <\/li><\/ul><h3>How do I open an account?<\/h3><p>To open an account with Meridian, you have two options:<\/p><ol><li>Call the following toll-free number: 1-866-592-2226<\/li><li>Locate <a href=\"https:\/\/www.meridiancu.ca\/Contact-Us\/Find-a-Branch-or-ABM.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">the branch closest to you<\/a> and schedule an appointment<\/li><\/ol><h3>Eligibility<\/h3><p>To be eligible for a Meridian business savings account, you must meet the following criteria:<\/p><ul class=\"list-7\"><li>Be a Canadian resident<\/li><li>Own a sole proprietorship, partnership, unincorporated association or corporation<\/li><\/ul><h4>Required information<\/h4><ul class=\"list-7\"><li>Two pieces of original ID, such as a birth certificate issued in Canada, a Canadian passport, a certificate of Canadian citizenship, a Canadian driver\u2019s licence, a permanent resident card or a NEXUS card.<\/li><li>A debit card or credit card bearing your name and signature issued by a member of Payments Canada.<\/li><li>Official business documents including articles of incorporation, master business license and professional practice licence.<\/li><\/ul><h3>How do I deposit and withdraw money?<\/h3><p>As a full-service credit union, Meridian offers many ways to deposit and withdraw funds from your business account. You can deposit and withdraw money in-branch, at any participating ABM or through the <a href=\"https:\/\/www.meridiancu.ca\/Ways-To-Bank\/MoneyMover.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">Money Mover<\/a> online transfer service.<\/p><h3>How do I get in touch with customer service?<\/h3><p>You can get in touch with Meridian\u2018s customer service department from Monday to Sunday between 8:00am and midnight ET at the following toll-free number: 1-866-592-2226. You can also contact support by <a href=\"https:\/\/www.meridiancu.ca\/Contact-Us.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">filling out an online form<\/a>.<\/p><p>For in-person support, you can use the <a href=\"https:\/\/www.meridiancu.ca\/contact-us\/Find-a-Branch-or-ABM.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">branch locator<\/a> to find the Meridian credit union closest to you.<\/p><h3>Bottom line<\/h3>Meridian is a full-service credit union that offers businesses high interest rate savings accounts with no fees. Even if you don\u2019t lock-in the introductory \u201cboost\u201d rate, you can still earn higher than average interest on up to  in savings.<p>Do you want to learn more about savings accounts? <a href=\"https:\/\/www.finder.com\/ca\/savings-accounts\" target=\"_blank\" rel=\"noopener noreferrer\">Check out our helpful guide.<\/a><\/p><h3>Compare other savings accounts<\/h3><div class=\"content tableWithFilters\n        \n        \n         -table-container\" id=\"comparison-table\" data-section=\"table\">\n    <div class=\"tableWithFilters__tableTop\">\n            <\/div>\n            <div class=\"contentWrapper tableWithFilters__contentWrapper \">\n        <div class=\"tableWithFilters__sidebarFilter tableWithFilters__sidebarFilter--stickyAndScrollable\" data-niche-short-code=\"CAFSA\">\n        <div class=\"tableWithFilters__filter f1\"><\/div>\n    <\/div>\n        <div class=\"tableWithFilters__table content\">\n        <script type=\"text\/javascript\">\nconst fsniche = \"cafsa\";\nconst getEventToListenTo = () => {\n  if (window.matchMedia('(any-hover:none)').matches) {\n    if (window.matchMedia('(max-width: 450px)').matches) {\n      return \"scroll\";\n    }\n  }\n  return \"DOMContentLoaded\";\n};\nconst eventToWatch = getEventToListenTo();\n\nconst waitForLoadOnTheFly = (callback, maxAttempts = 50) => {\n  let attempts = 0;\n  \n  const checkAndExecute = () => {\n    attempts++;\n    \n    if (window.loadOnTheFly && window.loadOnTheFly.html) {\n      callback();\n    } else if (attempts < maxAttempts) {\n      \/\/ Retry after 100ms, up to maxAttempts times\n      setTimeout(checkAndExecute, 100);\n    } else {\n      console.error('loadOnTheFly.html not available after maximum attempts');\n    }\n  };\n  \n  checkAndExecute();\n};\n\nconst loadFinderScoreModal = () => {\n  setTimeout(function(){\n    var partialId = \"\" || 'finder-score-' + fsniche + '-modal-optimized';\n\n    waitForLoadOnTheFly(() => {\n      window.loadOnTheFly.html(\n        'partial', {\n          id: partialId,\n        },\n        function (response) {\n          document.getElementsByTagName(\"body\")[0].appendChild(response);\n          var modal = document.getElementById('finderScoreModal-' + fsniche);\n          var closeButton = modal.querySelector(\"#closeButton\");\n          closeButton.onclick = function (event) {\n            modal.classList.add(\"elementHidden\");\n          };\n          var btnReadMethodology = modal.querySelector(\"#btnReadMethodology\");\n          btnReadMethodology.addEventListener(\"click\", function(e) {\n            modal.classList.add(\"elementHidden\");\n          });\n          window.onclick = function (event) {\n            if (event.target == modal) {\n              modal.classList.add(\"elementHidden\");\n            }\n          };\n        }\n      );\n    });\n  }, 1000);\n  \n  window.removeEventListener(eventToWatch, loadFinderScoreModal);\n};\n\nwindow.addEventListener(eventToWatch, loadFinderScoreModal);\n\nconst showFinderScoreModal = (niche) => {\n  var existCondition = setInterval(function() {\n    const modalLoaded = document.getElementById('finderScoreModal-' + niche);\n    if (modalLoaded) {\n      clearInterval(existCondition);\n      modalLoaded.classList.remove('elementHidden');\n    }\n  }, 500); \/\/ check every 0.5s\n}\n<\/script><div class=\"customTableFiltersConfig tableFiltersConfig__main\" style=\"display: none\">{\"userFilters\":[{\"componentType\":\"MULTI-SELECT CHECKBOX\",\"options\":{\"comparator\":\"contains\",\"includeAllSelection\":false,\"defaultMatcher\":\"ANY\",\"values\":[\"8.95-10\",\"6.95-8.94999\",\"4.95-6.94999\",\"0-4.94999\"],\"fields\":[{\"label\":\"[[FINDER_SCORE_BADGE|9+]] Excellent: 9+\",\"value\":\"8.95-10\",\"comparator\":\"range\"},{\"label\":\"[[FINDER_SCORE_BADGE|7+]] Great: 7+\",\"value\":\"6.95-8.94999\",\"comparator\":\"range\"},{\"label\":\"[[FINDER_SCORE_BADGE|5+]] Standard: 5+\",\"value\":\"4.95-6.94999\",\"comparator\":\"range\"},{\"label\":\"[[FINDER_SCORE_BADGE|0+]] Basic: 0+\",\"value\":\"0-4.94999\",\"comparator\":\"range\"}]},\"dataSelector\":{\"recordType\":\"PRODUCT\",\"fieldCode\":\"FINDER_SCORE.FINDER_SCORE\"},\"dataType\":\"NUMBER\",\"label\":\"Finder Score\",\"queryParameter\":\"finderScore\"},{\"config\":{\"MULTISELECT\":true,\"VALUES\":\"Personal, Business, Student, Teens, Kids, RESP, RRSP, TFSA\"},\"dataSelector\":{\"recordType\":\"product\",\"fieldCode\":\"DETAILS.USER_TYPE\"},\"dataType\":\"TEXT\",\"label\":\"Account type\",\"order\":1},{\"config\":{\"MULTISELECT\":true,\"VALUES\":\"Debit card, Earns interest, No monthly fee, Bonus offer, Free transactions, Free e-Transfers, Free in-network ATM access, Online only\"},\"dataSelector\":{\"recordType\":\"product\",\"fieldCode\":\"DETAILS.ACCOUNT_FEATURES\"},\"dataType\":\"TEXT\",\"label\":\"Account features\",\"order\":2},{\"dataSelector\":{\"recordType\":\"UI_FILTER_COMPONENT\",\"fieldCode\":\"SPECIAL_OFFERS\"},\"dataType\":\"BOOLEAN\",\"label\":\"Special offers\",\"componentType\":\"SpecialOffersFilter\",\"config\":{\"VALUES\":\"1\",\"fields\":[{\"value\":\"rewards_exclusive\",\"label\":\"Finder Rewards &amp; exclusives\"},{\"value\":\"all_offers\",\"label\":\"All offers\"}]},\"options\":{\"comparator\":\"eq\"},\"queryParameter\":\"special-offers\"},{\"config\":{},\"dataSelector\":{\"recordType\":\"product\",\"fieldCode\":\"GENERAL.PROVIDER_ID\"},\"dataType\":\"UUID\",\"label\":\"Provider\",\"order\":3},{\"config\":{\"VALUES\":\"0\"},\"dataSelector\":{\"recordType\":\"UI_FILTER_COMPONENT\",\"fieldCode\":\"FULL_MARKET\"},\"dataType\":\"FULL_MARKET\",\"label\":\"More products\",\"queryParameter\":\"full-market\"}],\"niche\":{\"currencySymbol\":\"$\",\"decimalPoint\":\".\",\"decimalPlaces\":\"2\",\"thousandsSeparator\":\",\",\"filterBoundsMap\":{\"product.DETAILS.USER_TYPE\":null,\"product.DETAILS.ACCOUNT_FEATURES\":null,\"product.GENERAL.PROVIDER_ID\":null}},\"prefilled\":false,\"experimental\":false}<\/div><script type=\"application\/json\" class=\"comparison-platform-schema\" style=\"display: none\">{&quot;page&quot;:&quot;\/ca\/wp-json\/wp\/v2\/posts\/786035&quot;,&quot;niche&quot;:&quot;CAFSA&quot;,&quot;filters&quot;:[{&quot;id&quot;:&quot;finderScore&quot;,&quot;label&quot;:&quot;Finder Score&quot;,&quot;type&quot;:&quot;multi-select&quot;,&quot;queryParam&quot;:&quot;finderScore&quot;,&quot;options&quot;:[{&quot;value&quot;:&quot;8.95-10&quot;,&quot;label&quot;:&quot;[[FINDER_SCORE_BADGE|9+]] Excellent: 9+&quot;},{&quot;value&quot;:&quot;6.95-8.94999&quot;,&quot;label&quot;:&quot;[[FINDER_SCORE_BADGE|7+]] Great: 7+&quot;},{&quot;value&quot;:&quot;4.95-6.94999&quot;,&quot;label&quot;:&quot;[[FINDER_SCORE_BADGE|5+]] Standard: 5+&quot;},{&quot;value&quot;:&quot;0-4.94999&quot;,&quot;label&quot;:&quot;[[FINDER_SCORE_BADGE|0+]] Basic: 0+&quot;}],&quot;urlExample&quot;:&quot;?finderScore=8.95-10,6.95-8.94999&quot;},{&quot;id&quot;:&quot;special-offers&quot;,&quot;label&quot;:&quot;Special offers&quot;,&quot;type&quot;:&quot;special-offers&quot;,&quot;queryParam&quot;:&quot;special-offers&quot;,&quot;options&quot;:[{&quot;value&quot;:&quot;rewards_exclusive&quot;,&quot;label&quot;:&quot;Finder Rewards &amp; exclusives&quot;},{&quot;value&quot;:&quot;all_offers&quot;,&quot;label&quot;:&quot;All offers&quot;}],&quot;urlExample&quot;:&quot;?special-offers=rewards_exclusive&quot;},{&quot;id&quot;:&quot;general-provider-id&quot;,&quot;label&quot;:&quot;Provider&quot;,&quot;type&quot;:&quot;provider&quot;,&quot;queryParam&quot;:&quot;general-provider-id&quot;,&quot;urlExample&quot;:&quot;?general-provider-id=&lt;uuid&gt;,&lt;uuid&gt;&quot;}],&quot;sorts&quot;:[{&quot;field&quot;:&quot;CAFSA.PRODUCT.DATAPOINT_CAFSA_FINDER_SCORE&quot;,&quot;label&quot;:&quot;Finder Score&quot;,&quot;directions&quot;:[&quot;ASCENDING&quot;,&quot;DESCENDING&quot;],&quot;urlExample&quot;:&quot;?sort=CAFSA.PRODUCT.DATAPOINT_CAFSA_FINDER_SCORE ASCENDING&quot;},{&quot;field&quot;:&quot;CAFSA.PRODUCT.DATAPOINT_CAFSA_PROMO_RATE_ONLY_LARGE&quot;,&quot;label&quot;:&quot;Promo Rate&quot;,&quot;directions&quot;:[&quot;ASCENDING&quot;,&quot;DESCENDING&quot;],&quot;urlExample&quot;:&quot;?sort=CAFSA.PRODUCT.DATAPOINT_CAFSA_PROMO_RATE_ONLY_LARGE ASCENDING&quot;},{&quot;field&quot;:&quot;CAFSA.PRODUCT.DATAPOINT_CAFSA_REGULAR_RATE_LARGE&quot;,&quot;label&quot;:&quot;Regular Interest Rate&quot;,&quot;directions&quot;:[&quot;ASCENDING&quot;,&quot;DESCENDING&quot;],&quot;urlExample&quot;:&quot;?sort=CAFSA.PRODUCT.DATAPOINT_CAFSA_REGULAR_RATE_LARGE ASCENDING&quot;},{&quot;field&quot;:&quot;CAFSA.PRODUCT.DATAPOINT_MONTHLY_FEE_LARGE&quot;,&quot;label&quot;:&quot;Monthly Account Fee&quot;,&quot;directions&quot;:[&quot;ASCENDING&quot;,&quot;DESCENDING&quot;],&quot;urlExample&quot;:&quot;?sort=CAFSA.PRODUCT.DATAPOINT_MONTHLY_FEE_LARGE ASCENDING&quot;},{&quot;field&quot;:&quot;CAFSA.PRODUCT.MISC_YEAR_RETURN&quot;,&quot;label&quot;:&quot;1 Year Return&quot;,&quot;directions&quot;:[&quot;ASCENDING&quot;,&quot;DESCENDING&quot;],&quot;urlExample&quot;:&quot;?sort=CAFSA.PRODUCT.MISC_YEAR_RETURN ASCENDING&quot;}]}<\/script><div class=\"js-comparison-calculator comparison-calculator comparison-calculator--paginationNav f1   \" data-category=\"ba754eff-eaf7-42c9-bcb1-44028ebaf519\" data-template=\"comparison\" data-niche=\"CAFSA\" data-site=\"CAFSA\" data-auto-recalculate=\"true\" data-post-country=\"ca\" data-fieldset=\"CAFSA Homepage Table\" data-compare-fieldset=\"compareInfobox\" data-post-id=\"786035\" data-mobile-template=\"\" data-origin=\"straightforward-niche\" data-side-filters=\"false\" data-sort=\"\" data-enable-top-filters=\"false\" data-mobile-data-layout=\"grid\" data-redirect-tracking-params='{\"placement_type\":\"table\",\"site\":\"CAFSA\",\"fieldset\":\"CAFSA Homepage Table\",\"template\":\"comparison\",\"category_id\":\"ba754eff-eaf7-42c9-bcb1-44028ebaf519\",\"category_name\":\"All Savings Accounts\",\"is_sorted\":0,\"is_filtered\":0,\"cta_render_ts\":1786180607}' data-disable-alternative-products=\"true\" data-post-redirect-alternative-products-enabled=\"false\" data-force-enable-alternative-products=\"false\" data-niche-default-category=\"\" data-niche-default-path=\"\" data-experiment-flags=\"\"><section class=\"comparison-calculator--container\"><div class=\"comparison-actions\"><div class=\"comparison-actions__filterAndSort\"><div id=\"portal-table-sort-button-mobile\" class=\"comparison-actions__tablesort\"><\/div><div id=\"portal-table-filter-button-mobile\" class=\"comparison-actions__filter\"><\/div><\/div><div id=\"portal-tableWithFilters__table\"><\/div><div class=\"u-grid u-grid--gutterCollapse templateTable__dateAndCounterContainer\"><div class=\"u-grid__col \"><small class=\"templateTable__counterContainer\"><span id=\"js-current_product_count-ba754eff-eaf7-42c9-bcb1-44028ebaf519\">7 of 39 results<\/span><\/small><\/div><\/div><div class=\"comparison-actions__filterAndSort--sticky\"><div id=\"portal-table-sort-button-mobile-sticky\" class=\"comparison-actions__tablesort\"><\/div><div id=\"portal-table-filter-button-mobile-sticky\" class=\"comparison-actions__filter\"><\/div><\/div><\/div><form action=\"\" name=\"compareForm\" method=\"post\" class=\"js-compare-bar\" data-compareinfobox=\"\" data-compare-fieldset=\"compareInfobox\" data-niche=\"CAFSA\" data-site=\"CAFSA\" data-table-id=\"3005\" data-origin=\"straightforward-niche\" data-record-type=\"product\" data-redirect-tracking-params='{\"placement_type\":\"table\",\"site\":\"CAFSA\",\"fieldset\":\"CAFSA Homepage Table\",\"template\":\"comparison\",\"category_id\":\"ba754eff-eaf7-42c9-bcb1-44028ebaf519\",\"category_name\":\"All Savings Accounts\",\"is_sorted\":0,\"is_filtered\":0,\"cta_render_ts\":1786180607}'><div class=\"comparisonHistory__root\"><\/div><table class=\"comparison-table f1-clarity-header has-sidepeek js-paginated-table-sorter paginated-table-sorter    has-combined-column-header  combined-column-header-grid js-calculator-table rewards--container loyalty-rewards--container\" id=\"comparison-table-0000000000\" data-has-sidepeek=\"true\" data-rendered-as=\"table\" data-loadmore=\"true\" data-loadmore-version=\"1\" data-loadmore-id=\"1009\" data-niche=\"cafsa\" data-sorted=\"false\" data-sorting=\"\" data-pagination-nav=\"7\" data-pagination-nav-offset=\"0\" data-pagination-nav-next-offset=\"7\" data-pagination-nav-prev-offset=\"0\" data-product-count=\"11\" data-manual-sponsored-count=\"\" data-include-inactive=\"false\" data-fullmarket-default=\"false\" data-user-filters data-table-filter-presets=\"1b3eb31e00526012a97a2df4c51bb63a908adb48cf2167c36a6c1496bc8e3b96\" data-table-record-type=\"product\" data-table-record-ids='[\"0b4f0b20-d534-4e79-936c-6ffe0021ea2b\",\"bda4c8f7-5608-4c54-8eb0-27ec10413c06\",\"b018d030-a7af-47a6-ae85-84ed4c42f7cb\",\"8e951949-63cf-45fa-87c1-10b3c829d73a\",\"552b8709-1977-4924-9e43-3242d02b273b\",\"784d7307-f7d0-47ba-8b65-f6db8d03436d\",\"964cf5d4-6d6e-4786-8369-d6552cfc7ceb\"]' data-total-data=\"7\" data-enable-top-filters=\"false\" data-gte-enabled-variants=\"table_share_pill_1\" data-total-product-count=\"39\" data-sponsored-placements=\"3\" data-sponsored-field-code=\"DERIVED.AD_RANK\" data-sponsored-max-per-provider=\"1\" data-override-table-position-configuration=\"false\"><thead class=\"u-bg--background-secondary u-color--foreground-main\"><tr class=\"grid-column-count-5\"><th data-mobile=\"hide\" data-ajax-table-sorter-column=\"CAFSA.PRODUCT.DATAPOINT_CAFSA_FINDER_SCORE\" class=\"comparison-table__feature default-sort-descending tablesorter-header tablesorter-headerUnSorted comparison-table__sortable th-combined-column-header\" data-field-targetable=\"\" data-sorter-title=\"finder_score\" data-ajax-table-sorter-default-direction=\"DESCENDING\"><span class=\"comparison-table__nameTooltip\" rel=\"popover\" data-tooltip-type=\"Finder Score\" data-content=\"The Finder Score is designed to make it easier to compare accounts.\">\n                    Finder Score\n                    <svg class=\"luna-icon\"><use xlink:href=\"#info\"><\/use><\/svg><\/span><svg class=\"luna-icon comparison-table__sortIcon\"><use href=\"#chevron-up-down\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--asc luna-icon\"><use href=\"#arrow-up\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--desc luna-icon\"><use href=\"#arrow-down\"><\/use><\/svg><\/th><th data-ajax-table-sorter-column=\"CAFSA.PRODUCT.DATAPOINT_CAFSA_PROMO_RATE_ONLY_LARGE\" class=\"comparison-table__feature  tablesorter-header tablesorter-headerUnSorted comparison-table__sortable \" data-field-targetable=\"\" data-sorter-title=\"promo_rate\">\n                                                        Promo Rate\n                                                      <svg class=\"luna-icon comparison-table__sortIcon\"><use href=\"#chevron-up-down\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--asc luna-icon\"><use href=\"#arrow-up\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--desc luna-icon\"><use href=\"#arrow-down\"><\/use><\/svg><\/th><th data-ajax-table-sorter-column=\"CAFSA.PRODUCT.DATAPOINT_CAFSA_REGULAR_RATE_LARGE\" class=\"comparison-table__feature  tablesorter-header tablesorter-headerUnSorted comparison-table__sortable \" data-field-targetable=\"\" data-sorter-title=\"regular_interest_rate\">\n                                                        Regular Interest Rate\n                                                      <svg class=\"luna-icon comparison-table__sortIcon\"><use href=\"#chevron-up-down\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--asc luna-icon\"><use href=\"#arrow-up\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--desc luna-icon\"><use href=\"#arrow-down\"><\/use><\/svg><\/th><th data-ajax-table-sorter-column=\"CAFSA.PRODUCT.DATAPOINT_MONTHLY_FEE_LARGE\" class=\"comparison-table__feature  tablesorter-header tablesorter-headerUnSorted comparison-table__sortable \" data-field-targetable=\"\" data-sorter-title=\"monthly_account_fee\">\n                                                        Monthly Account Fee\n                                                      <svg class=\"luna-icon comparison-table__sortIcon\"><use href=\"#chevron-up-down\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--asc luna-icon\"><use href=\"#arrow-up\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--desc luna-icon\"><use href=\"#arrow-down\"><\/use><\/svg><\/th><th data-ajax-table-sorter-column=\"CAFSA.PRODUCT.MISC_YEAR_RETURN\" class=\"comparison-table__feature  tablesorter-header tablesorter-headerUnSorted comparison-table__sortable \" data-field-targetable=\"\" data-sorter-title=\"1_year_return\">\n                                                        1 Year Return\n                                                      <svg class=\"luna-icon comparison-table__sortIcon\"><use href=\"#chevron-up-down\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--asc luna-icon\"><use href=\"#arrow-up\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--desc luna-icon\"><use href=\"#arrow-down\"><\/use><\/svg><\/th><\/tr><\/thead><tbody><style>\n\t.rewards-infobox .deals-banner { display:flex; flex-direction: row; border-radius: 16px; border:1px solid #000; overflow: hidden; }\n\t.rewards-infobox .deals-left { background:linear-gradient(103.63deg, #FFD23B 9.47%, #FFD835 16.17%, #FEDA3D 21.75%, #FEE053 29.57%, #FEEA77 39.61%, #FDF7A9 50.78%, #FDFFC4 56.36%, #FDF8AC 58.59%, #FDEE88 61.94%, #FEE669 65.29%, #FEE052 68.64%, #FEDB41 73.1%, #FED838 77.57%, #FFD835 83.15%, #FFD23B 89.85%); display:flex; flex-direction: column; align-items:center; justify-content:space-between; position: relative; width: 110px; cursor:pointer; }\n\t@media (min-width: 768px) { .rewards-infobox .deals-left { width: 110px; } }\n\t.rewards-infobox .deals-right { background:#1a50ff; color:#fff; padding: 8px; display:flex; flex-direction: column; gap:2px; justify-content:center; flex: 1; }\n\t@media (min-width: 768px) { .rewards-infobox .deals-right { padding: 8px; } }\n\t.rewards-infobox .deals-phone { position: absolute; top: 8px; left: 12px; }\n\t.rewards-infobox .deals-ends { color:#000; font-weight:800; font-size:12px; line-height:12px; padding:6px 10px; font-style: italic; border-radius: 9999px; display:inline-flex; align-items:center; text-transform: uppercase; display: none; }\n\t.rewards-infobox .deals-ends-text { padding-top: 2px; }\n\t.rewards-infobox .deals-header { display:flex; align-items:center; flex-wrap: nowrap; gap:4px; cursor:pointer; }\n\t.rewards-infobox .deals-amount { background:linear-gradient(103.63deg, #FFD23B 9.47%, #FFD835 16.17%, #FEDA3D 21.75%, #FEE053 29.57%, #FEEA77 39.61%, #FDF7A9 50.78%, #FDFFC4 56.36%, #FDF8AC 58.59%, #FDEE88 61.94%, #FEE669 65.29%, #FEE052 68.64%, #FEDB41 73.1%, #FED838 77.57%, #FFD835 83.15%, #FFD23B 89.85%); color:#232320; font-size:32px; line-height:28px; letter-spacing: -0.75px; text-transform: uppercase; padding: 2px 4px 0 2px; border-radius: 4px; font-style: italic; font-weight: bold; font-size: 30px; }\n\t.rewards-infobox .deals-title { color: white; text-transform: uppercase; font-style:italic; font-weight:bold; font-size:16px; flex: 1; }\n\t.rewards-infobox .deals-list { display:flex; flex-direction: column; flex-wrap: wrap; gap:2px; margin: 4px 0 2px; cursor:pointer; }\n\t@media (min-width: 768px) { .rewards-infobox .deals-list { flex-direction: row; row-gap: 4px; column-gap: 20px; } }\n\t.rewards-infobox .deals-step { display:flex; align-items: baseline; gap:4px; }\n\t.rewards-infobox .deals-step-num { background:#FFD23B; color:#000; display:inline-flex; align-items:center; justify-content:center; font-weight:bold; font-style: italic; border-radius:2px; font-size:12px; margin-top:2px; line-height: 12px; padding-top: 2px; min-width: 11px; }\n\t.rewards-infobox .deals-step-text { color:#fff; font-size:12px; line-height:16px; font-weight: bold; }\n\t.rewards-infobox .deals-disclaimer { color:#E8EEFF; font-size:12px; margin-top: 4px; width: fit-content; }\n\t.rewards-infobox .deals-disclaimer a { color:#BFD0FF; text-decoration: underline; font-size: 12px; }\n\t.rewards-infobox .rewards-end-date { font-size: 12px; }\n\t\n\t\t.rewards-infobox .deals-countdown {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tmargin-top: 8px;\n\t\tflex-wrap: wrap;\n\t}\n\n\t.rewards-infobox .deals-countdown__label {\n\t\tcolor: #fff;\n\t\tfont-size: 12px;\n\t\tfont-weight: 800;\n\t\tpadding-right: 6px;\n\t\twhite-space: nowrap;\n\t}\n\n\t.rewards-infobox .deals-countdown__timer {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tgap: 4px;\n\t}\n\n\t.rewards-infobox .deals-countdown__unit {\n\t\tdisplay: inline-flex;\n\t\talign-items: center;\n\t}\n\n\t.rewards-infobox .deals-countdown__value {\n\t\tbackground: #FFD238;\n\t\tcolor: #000;\n\t\tfont-size: 12px;\n\t\tfont-weight: 800;\n\t\ttext-align: center;\n\t\tfont-style: italic;\n\t\tmin-width: 24px;\n\t\tmin-height: 14px;\n\t\tline-height: 100%;\n\t\tletter-spacing: -0.025em;\n\t\tfont-feature-settings: 'tnum' on, 'lnum' on;\n\t\tpadding: 2px;\n\t}\n\n\t.rewards-infobox .deals-countdown__separator {\n\t\tcolor: #fff;\n\t\tfont-size: 16px;\n\t\tfont-weight: 600;\n\t}\n\n\t@media (max-width: 600px) {\n\t\t.rewards-infobox .deals-countdown__value {\n\t\t\tpadding: 2px;\n\t\t}\n\t}\n\n\t\ttd.comparison-table__feature--longtext div.comparison-table__cellWrapper { width: 100%; }\n\n\t\t@media (max-width: 600px) {\n\t\t.reward-col-order-3 { grid-row: 3 !important; }\n\t\t.reward-col-order-4 { grid-row: 4 !important; }\n\t\t.reward-col-order-5 { grid-row: 5 !important; }\n\t\t.reward-col-order-6 { grid-row: 6 !important; }\n\t\t.reward-col-order-7 { grid-row: 7 !important; }\n\t\t.reward-col-order-8 { grid-row: 8 !important; }\n\t\t.reward-col-order-neg-3 { grid-row: -3 !important; }\n\t\t.reward-col-order-neg-4 { grid-row: -4 !important; }\n\t\t.reward-col-order-neg-5 { grid-row: -5 !important; }\n\t\t.reward-col-order-neg-6 { grid-row: -6 !important; }\n\t\t.reward-col-order-neg-7 { grid-row: -7 !important; }\n\t\t.reward-col-order-neg-8 { grid-row: -8 !important; }\n\t}\n<\/style><style>\n  \/* Gold gradient on minimal UX reward rows (desktop only) *\/\n  @media (min-width: 601px) {\n    tr[data-minimal-ux=\"true\"][data-should-show-rewards=\"true\"] {\n      background: linear-gradient(45deg, rgba(255, 210, 59, 0) 76%, rgba(255, 210, 59, 0.5) 100%), #fff;\n      background-repeat: no-repeat;\n      background-size: 50% 50%;\n      background-position: top right;\n    }\n  }\n\n  tr[data-minimal-ux=\"true\"][data-should-show-rewards=\"true\"] > td.comparison-table__cta {\n    gap: 4px;\n    margin-top: 0 !important;\n  }\n\n  \/* Pill wrapper centered in CTA cell (td is display:grid with 3 columns) *\/\n  .rewards-pill-wrapper {\n    z-index: 3;\n    align-self: flex-end;\n    justify-self: flex-end;\n    margin-bottom: 12px;\n\n    @media (max-width: 600px) {\n      grid-column: 1 \/ -1;\n      text-align: center;\n      justify-self: center;\n    }\n  }\n\n  \/* &#9472;&#9472; Base pill styles (original compact design) &#9472;&#9472; *\/\n  .rewards-pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: linear-gradient(103.63deg, #FFD23B 9.47%, #FFD835 16.17%, #FEDA3D 21.75%, #FEE053 29.57%, #FEEA77 39.61%, #FDF7A9 50.78%, #FDFFC4 56.36%, #FDF8AC 58.59%, #FDEE88 61.94%, #FEE669 65.29%, #FEE052 68.64%, #FEDB41 73.1%, #FED838 77.57%, #FFD835 83.15%, #FFD23B 89.85%);\n    border: 1px solid #E6B40F;\n    border-radius: 4px 20px 20px 20px;\n    padding: 0px 8px 0px 2px;\n    cursor: pointer;\n    position: relative;\n    overflow: visible;\n    transition: filter 0.15s ease;\n    height: 24px;\n    box-sizing: border-box;\n\n    @media (max-width: 600px) {\n      box-shadow: 0 0 24px 0 rgba(255, 210, 59, 0.75);\n    }\n  }\n\n  .rewards-pill__shimmer {\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    width: 100%;\n    height: 100%;\n    border-radius: 4px 20px 20px 20px;\n    overflow: hidden;\n    pointer-events: none;\n  }\n\n  .rewards-pill__shimmer::after {\n    content: '';\n    position: absolute;\n    top: 0;\n    width: 50%;\n    height: 100%;\n    background: linear-gradient(\n      90deg,\n      transparent 0%,\n      rgba(255, 255, 255, 0.5) 50%,\n      transparent 100%\n    );\n    animation: rewards-pill-shimmer 4s infinite;\n  }\n\n  .rewards-pill__icon {\n    z-index: 2;\n    display: flex;\n    align-items: center;\n    flex-shrink: 0;\n    position: relative;\n  }\n\n  .rewards-pill__icon-svg {\n    width: 44px;\n    height: 27.75px;\n    overflow: visible;\n  }\n\n  .rewards-pill__star {\n    position: absolute;\n    z-index: 4;\n    opacity: 0;\n    pointer-events: none;\n    width: 22px;\n    height: 22px;\n    top: 55%;\n    left: 3%;\n    margin-top: -19px;\n    margin-left: -6px;\n    animation: rewards-pill-star-rotate 4s infinite;\n  }\n\n  .rewards-pill__text {\n    font-size: 16px;\n    font-style: italic;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 0px;\n    color: #092673;\n    z-index: 1;\n    line-height: 24px;\n    white-space: nowrap;\n  }\n\n  \/* &#9472;&#9472; New design overrides (data-show-tc=\"true\") &#9472;&#9472; *\/\n  .rewards-pill[data-show-tc=\"true\"] {\n    padding: 0px 10px 0px 4px;\n    border-radius: 4px 32px 32px 32px;\n    height: 38px;\n    align-items: center;\n  }\n\n  .rewards-pill[data-show-tc=\"true\"] .rewards-pill__shimmer {\n    border-radius: 4px 32px 32px 32px;\n  }\n\n  .rewards-pill[data-show-tc=\"true\"] .rewards-pill__icon-svg--large {\n    width: 68px;\n    height: 48px;\n  }\n\n  .rewards-pill[data-show-tc=\"true\"] .rewards-pill__star {\n    top: 0;\n    left: 0;\n    margin-top: 0;\n    margin-left: 0;\n  }\n\n  .rewards-pill[data-show-tc=\"true\"] .rewards-pill__text {\n    font-family: 'Modern Era', Arial, Helvetica, sans-serif;\n    font-weight: 900;\n    font-style: italic;\n    font-size: 16px;\n    line-height: 18px;\n    letter-spacing: 0;\n    text-align: center;\n    font-variant-numeric: lining-nums tabular-nums;\n    color: #092673;\n    white-space: nowrap;\n    text-transform: none;\n  }\n\n  .rewards-pill__content {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    z-index: 1;\n    height: 100%;\n    padding: 2px 0;\n    box-sizing: border-box;\n  }\n\n  .rewards-pill__tc {\n    font-family: 'Modern Era', Arial, Helvetica, sans-serif;\n    font-weight: 400;\n    font-style: normal;\n    font-size: 10px;\n    line-height: 130%;\n    letter-spacing: 0;\n    text-align: left;\n    font-variant-numeric: lining-nums tabular-nums;\n    text-decoration: underline;\n    text-decoration-style: solid;\n    color: #092673;\n    white-space: nowrap;\n  }\n\n  .rewards-pill__tc:hover {\n    opacity: 0.8;\n  }\n\n  \/* &#9472;&#9472; Responsive T&C: inline (inside pill) vs below (outside pill) &#9472;&#9472; *\/\n  .rewards-pill__tc--below {\n    display: none;\n  }\n\n  .rewards-pill__icon-svg--compact {\n    display: none;\n  }\n\n  @media (max-width: 960px) {\n    .rewards-pill__tc--inline {\n      display: none;\n    }\n\n    .rewards-pill__tc--below {\n      display: block;\n    }\n\n    \/* Swap to compact icon on mobile\/tablet *\/\n    .rewards-pill[data-show-tc=\"true\"] .rewards-pill__icon-svg--large {\n      display: none;\n    }\n\n    .rewards-pill[data-show-tc=\"true\"] .rewards-pill__icon-svg--compact {\n      display: block;\n    }\n\n    \/* Revert pill to compact size when T&C moves outside *\/\n    .rewards-pill[data-show-tc=\"true\"] {\n      height: 24px;\n      padding: 0px 8px 0px 2px;\n      border-radius: 4px 20px 20px 20px;\n    }\n\n    .rewards-pill[data-show-tc=\"true\"] .rewards-pill__shimmer {\n      border-radius: 4px 20px 20px 20px;\n    }\n\n    .rewards-pill[data-show-tc=\"true\"] .rewards-pill__star {\n      top: 55%;\n      left: 3%;\n      margin-top: -19px;\n      margin-left: -6px;\n    }\n\n    .rewards-pill[data-show-tc=\"true\"] .rewards-pill__text {\n      text-transform: uppercase;\n      font-size: 16px;\n      line-height: 24px;\n    }\n  }\n\n  @keyframes rewards-pill-shimmer {\n    0% {\n      transform: translateX(100%);\n    }\n    20% {\n      transform: translateX(-100%);\n    }\n    100% {\n      transform: translateX(-100%);\n    }\n  }\n\n  @keyframes rewards-pill-star-rotate {\n    0% {\n      opacity: 0;\n      transform: rotate(0deg) scale(0);\n    }\n    5% {\n      opacity: 1;\n      transform: rotate(45deg) scale(1);\n    }\n    15% {\n      opacity: 1;\n      transform: rotate(135deg) scale(1);\n    }\n    20% {\n      opacity: 0;\n      transform: rotate(180deg) scale(0);\n    }\n    100% {\n      opacity: 0;\n      transform: rotate(180deg) scale(0);\n    }\n  }\n\n  \/* Rewards Pill Countdown - wrapper layout for countdown + pill *\/\n  .rewards-pill-wrapper:has(.rewards-pill-countdown:not([hidden])) {\n    display: flex;\n    align-items: center;\n\n    @media (min-width: 601px) {\n      flex-direction: row;\n      gap: 10px;\n      margin-bottom: 6px;\n    }\n\n    @media (max-width: 600px) {\n      flex-direction: column;\n      gap: 12px;\n    }\n  }\n\n  .rewards-pill-countdown[hidden] {\n    display: none !important;\n  }\n\n  .rewards-pill-countdown {\n    font-family: 'Modern Era', Arial, sans-serif;\n    font-weight: 800;\n    font-size: 12px;\n    line-height: 100%;\n    letter-spacing: -0.025em;\n    font-variant-numeric: lining-nums tabular-nums;\n    color: #232320;\n    white-space: nowrap;\n    display: flex;\n    align-items: center;\n\n    @media (min-width: 601px) {\n      order: -1;\n    }\n\n    @media (max-width: 600px) {\n      justify-content: center;\n      margin-bottom: 8px;\n    }\n  }\n\n  .rewards-pill-countdown__timer {\n    display: inline;\n  }\n\n  .rewards-pill-countdown__sep {\n    margin: 0 1px;\n  }\n\n  \/* Partner card (stacked rewards design) *\/\n  .rewards-pill__partner--large {\n    display: flex;\n    align-items: center;\n    gap: 2px;\n  }\n\n  .rewards-pill__partner--compact {\n    display: none;\n    align-items: center;\n    gap: 2px;\n  }\n\n  .rewards-pill__plus {\n    font-family: 'Modern Era', Arial, Helvetica, sans-serif;\n    font-weight: 900;\n    font-size: 14px;\n    color: #232320;\n    z-index: 1;\n    line-height: 1;\n  }\n\n  .rewards-pill__partner-svg {\n    width: 68px;\n    height: 48px;\n    filter: drop-shadow(0px 0px 6.2px rgba(0, 0, 0, 0.15));\n  }\n\n  @media (max-width: 960px) {\n    .rewards-pill[data-show-tc=\"true\"] .rewards-pill__partner--large {\n      display: none;\n    }\n\n    .rewards-pill[data-show-tc=\"true\"] .rewards-pill__partner--compact {\n      display: flex;\n    }\n  }\n\n<\/style><script>\n(function () {\n  window.isRewardsPillScriptInitialized ??= false;\n  if (window.isRewardsPillScriptInitialized) return;\n  window.isRewardsPillScriptInitialized = true;\n\n  function getLinkParams(anchor) {\n    const redirectUrl = anchor.getAttribute(\"data-redirect-url\") || anchor.href || \"\";\n    try {\n      const url = new URL(redirectUrl);\n      const rawParams = url.searchParams.get(\"redirect_tracking_params\");\n      if (!rawParams) return;\n      const { offer_id, niche_code, site, product_name, product_id } = JSON.parse(\n        decodeURIComponent(rawParams)\n      );\n      return {\n        redirectUrl,\n        offerId: offer_id,\n        niche: niche_code || site,\n        productName: product_name,\n        productId: product_id,\n      };\n    } catch (e) {\n      return;\n    }\n  }\n\n  function resolvePillContext(pill) {\n    \/\/ Table pill: lives inside a tr[data-product-id]\n    const row = pill.closest(\"tr[data-product-id]\");\n    if (row) {\n      return {\n        container: row,\n        cta: row.querySelector(\".rewards--cta\"),\n      };\n    }\n    \/\/ Standalone pill: shortcode \/ non-table context\n    if (pill.hasAttribute(\"data-campaign-name\")) {\n      const container = pill.closest(\".rewards--container\");\n      return {\n        container: container ? container.querySelector(\".rewards--element-container\") : null,\n        cta: container\n          ? container.querySelector(\"a.rewards--cta:not([aria-hidden='true'])\")\n          : null,\n      };\n    }\n    return { container: null, cta: null };\n  }\n\n  document.addEventListener(\"click\", (event) => {\n    const pill = event.target.closest(\".rewards-pill\");\n    if (!pill) return;\n\n    const { container, cta } = resolvePillContext(pill);\n    if (!container || !cta) return;\n\n    const linkParams = getLinkParams(cta);\n    if (!linkParams) return;\n\n    const params = {\n      productId: linkParams.productId,\n      campaignName:\n        container.getAttribute(\"data-rewards-campaign-name\") ||\n        pill.getAttribute(\"data-campaign-name\") ||\n        \"\",\n      redirectUrl: linkParams.redirectUrl,\n      productName: linkParams.productName,\n      providerName: container.getAttribute(\"data-provider-name\") || \"\",\n      niche: linkParams.niche,\n      offerId: linkParams.offerId,\n      component: \"infobox\",\n      badgeHtml: pill.outerHTML,\n    };\n\n    if (window.rewards && typeof window.rewards.displayModal === \"function\") {\n      window.rewards.displayModal(params, false, cta);\n    }\n  });\n})();\n<\/script><style>\n    .comparison-table__product-offer.comparison-table__product-offer--stacked {\n    background-color: #fff9e5;\n    border-color: #ffd23b;\n    border-bottom-left-radius: 0;\n    border-bottom-right-radius: 0;\n    padding: 12px;\n  }\n\n    .comparison-table__feature--offer.comparison-table__feature--offer-stacked {\n    display: flex;\n    flex-direction: column;\n  }\n\n    @media (max-width: 600px) {\n    .comparison-table__feature--offer.comparison-table__feature--offer-stacked {\n      order: 99;\n    }\n\n    tr:has(.comparison-table__feature--offer-stacked) .rewards-pill-wrapper {\n      display: none;\n    }\n  }\n\n    .finder-reward-connector {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    box-sizing: border-box;\n    width: 28px;\n    height: 28px;\n    margin: -14px auto;\n    padding-top: 2px;\n    position: relative;\n    z-index: 2;\n    border-radius: 9999px;\n    border: 1px solid #e6b40f;\n    background: linear-gradient(103.63deg, #FFD23B 9.47%, #FFD835 16.17%, #FEDA3D 21.75%, #FEE053 29.57%, #FEEA77 39.61%, #FDF7A9 50.78%, #FDFFC4 56.36%, #FDF8AC 58.59%, #FDEE88 61.94%, #FEE669 65.29%, #FEE052 68.64%, #FEDB41 73.1%, #FED838 77.57%, #FFD835 83.15%, #FFD23B 89.85%);\n    color: #092673;\n    font-size: 22px;\n    font-weight: 900;\n    line-height: 1;\n  }\n\n    .finder-reward-box {\n    display: flex;\n    flex-direction: row;\n    align-items: center;\n    gap: 12px;\n    width: 100%;\n    padding: 12px;\n        border-top-left-radius: 0;\n    border-top-right-radius: 0;\n    border-bottom-left-radius: 12px;\n    border-bottom-right-radius: 12px;\n    margin-top: -1px;\n    border: 1px solid #e6b40f;\n    background: linear-gradient(103.63deg, #FFD23B 9.47%, #FFD835 16.17%, #FEDA3D 21.75%, #FEE053 29.57%, #FEEA77 39.61%, #FDF7A9 50.78%, #FDFFC4 56.36%, #FDF8AC 58.59%, #FDEE88 61.94%, #FEE669 65.29%, #FEE052 68.64%, #FEDB41 73.1%, #FED838 77.57%, #FFD835 83.15%, #FFD23B 89.85%);\n  }\n\n  .finder-reward-box__icon {\n    flex-shrink: 0;\n    display: inline-flex;\n  }\n\n  .finder-reward-box .finder-reward-box__card {\n    width: 52px;\n    height: auto;\n  }\n\n  .finder-reward-box__body {\n    color: #232320;\n    font-size: 14px;\n    line-height: 18px;\n  }\n\n  .finder-reward-box__title {\n    color: #092673;\n    font-weight: 800;\n    font-size: 16px;\n    line-height: 20px;\n  }\n\n    .finder-reward-box__tc {\n    color: #092673;\n    font-size: 14px;\n    line-height: 18px;\n    text-decoration: underline;\n    white-space: nowrap;\n  }\n<\/style><tr data-product-id=\"0b4f0b20-d534-4e79-936c-6ffe0021ea2b\" data-provider-id=\"527000d2-f183-4ae1-848a-6dd199a98cae\" data-product-name=\"Neo Savings Account\" data-provider-name=\"Neo Financial\" class=\"grid-column-count-5  mobile-column-count-4 mobile-row-count-7  js-comparison-table__row  heroInTable__featuredProduct heroInTable__featuredProduct--yellow\"><td class=\"comparison-table__name combined-column-header sponsored-row  f1-clarity-header\"><div class=\"table-disclaimer__cellWrapper\"><button class=\"table-disclaimer\" data-target=\"#disclaimer_popup\" data-toggle=\"modal\" title=\"Important information about this website\" type=\"button\"><span class=\"table-disclaimer__text\"><span class=\"badge-text\">Promoted<\/span><\/span><svg class=\"luna-icon\" aria-hidden=\"true\"><use xlink:href=\"#info\"><\/use><\/svg><\/button><\/div><a href=\"https:\/\/www.finder.com\/ca\/savings-accounts\/neo-financial-high-interest-savings-account-review\" data-component-id=\"1003\" data-component-version=\"1\"><img decoding=\"async\" border=\"0\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNkY3OyIvPg==\" data-src=\"https:\/\/www.finder.com\/niche-builder\/63ff53b675a44.png\" alt=\"Neo Financial logo\" class=\"lazysizes\" srcset=\"https:\/\/www.finder.com\/niche-builder\/63ff53b675a44.png?fit=180 180w, https:\/\/www.finder.com\/niche-builder\/63ff53b675a44.png?fit=360 360w, https:\/\/www.finder.com\/niche-builder\/63ff53b675a44.png?fit=600 600w, https:\/\/www.finder.com\/niche-builder\/63ff53b675a44.png?fit=900 900w, https:\/\/www.finder.com\/niche-builder\/63ff53b675a44.png?fit=1200 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\"><\/a><div class=\"finder-score-container\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa')\"><span class=\"score__badge score__badge--great\"><span class=\"score__value\">8.5<\/span><\/span><span class=\"score__text-wrapper score__text score__text--great\">        Great      <\/span><\/a><\/div><\/div><div class=\"product-info_name combined-column-header\"><span class=\"nameLink\"><a href=\"https:\/\/www.finder.com\/ca\/savings-accounts\/neo-financial-high-interest-savings-account-review\" target=\"_blank\" data-component-id=\"1014\" data-component-version=\"1\">Neo Savings Account<\/a><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                                                                                                                            first-row\n                                                                                                                        default-sort-descending\" data-mobile=\"hide\" data-sortvalue=\"\" data-column-index=\"1\" data-decorator=\"text,cafsa.product.datapoint_cafsa_finder_score\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Finder Score\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa')\"><span class=\"score__badge score__badge--great\"><span class=\"score__value\">8.5<\/span><\/span><span class=\"score__text-wrapper score__text score__text--great\">        Great      <\/span><\/a><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                                                rounded-top-left\n                                                                                                                                                                                                                                                                    \" data-sortvalue=\"\" data-column-index=\"2\" data-decorator=\"text,cafsa.product.datapoint_cafsa_promo_rate_only_large\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Promo Rate\"><span class=\"detail-highlight\">N\/A<\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                                                                                                                                                                                                                        \" data-sortvalue=\"\" data-column-index=\"3\" data-decorator=\"text,cafsa.product.datapoint_cafsa_regular_rate_large\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Regular Interest Rate\"><span class=\"detail-highlight\">                Up to                                         2.75%            <\/span><span class=\"table-popover\" rel=\"popover\" data-content=\"Earn 2.00% interest on balances up to $4,999.99, 2.50% on balances between $5,000.00 and $19,999.99 and 2.75% interest on balances over $20,000.00. &lt;br \/&gt;Interest calculated: daily, Interest paid: monthly\" title=\"\" data-original-title=\"Interest Rate Conditions\" tabindex=\"0\"><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                rounded-top-right\n                                                                                                                                                                                                                                                \" data-sortvalue=\"\" data-column-index=\"4\" data-decorator=\"text,cafsa.product.datapoint_monthly_fee_large\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Monthly Account Fee\"><span class=\"detail-highlight\">$0<\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        span-last-row\n                                                                                                                        rounded-bottom-left\n                                                            rounded-bottom-right\n                                                                                                                                                                            span-2\n                                                                                                                                                                            \" data-sortvalue=\"\" data-column-index=\"5\" data-decorator=\"text,cafsa.product.misc_year_return\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"1 Year Return\"><span class=\"detail-highlight\">$250.00<\/span><span class=\"table-popover\" rel=\"popover\" data-content=\"Interest is calculated based on a $10,000 balance.\" title=\"\" data-original-title=\"\" tabindex=\"0\"><\/span><\/div><\/td><td class=\"comparison-table__feature comparison-table__feature--longtext comparison-table__feature--offer sorter-false \" data-sortvalue=\"\"><div class=\"comparison-table__cellWrapper comparison-table__product-offer js-calculator-table-value\" data-heading=\"Default Offer\"><svg class=\"luna-icon\" role=\"img\" aria-label=\"Special offer\"><use href=\"#gift\"><\/use><\/svg><span class=\"offer-content\">\n\t\t\t\tGet one of the highest ongoing interest rates in Canada at up to 2.75% with Neo's tiered interest rate structure. T&amp;Cs apply.\n\t\t\t<\/span><\/div><\/td><td class=\"comparison-table__feature comparison-table__cta coa-data cta-column-count-5 \"><div class=\"comparison-table__cellWrapper\"><button type=\"button\" class=\"js-comparison-table__save-button comparison-table__save-button\" aria-label=\"Save\" aria-pressed=\"false\" title=\"Save\"><\/button><a data-component-props='{\"finderScore\":8.5,\"badges\":[],\"productId\":\"0b4f0b20-d534-4e79-936c-6ffe0021ea2b\"}' data-component-id=\"1026\" data-component-version=\"1\" target=\"_blank\" rel=\"sponsored\" href=\"https:\/\/www.finder.com\/redirect\/ca\/savings-accounts\/neo-savings-account-ca-secure.html?nb=1&amp;src_country=ca&amp;redirect_tracking_params=%7B%22placement_type%22%3A%22table%22%2C%22site%22%3A%22CAFSA%22%2C%22fieldset%22%3A%22CAFSA%2BHomepage%2BTable%22%2C%22template%22%3A%22comparison%22%2C%22category_id%22%3A%22ba754eff-eaf7-42c9-bcb1-44028ebaf519%22%2C%22category_name%22%3A%22All%2BSavings%2BAccounts%22%2C%22is_sorted%22%3A%220%22%2C%22is_filtered%22%3A%220%22%2C%22cta_render_ts%22%3A%221786180607%22%2C%22sponsored%22%3A%221%22%2C%22position%22%3A%221%22%2C%22offer_id%22%3A%2227131%22%2C%22niche_code%22%3A%22CAFSA%22%2C%22product_id%22%3A%220b4f0b20-d534-4e79-936c-6ffe0021ea2b%22%2C%22product_name%22%3A%22Neo%2BSavings%2BAccount%22%2C%22post_id%22%3A%22786035%22%2C%22post_path%22%3A%22savings-accounts%252Fmeridian-business-advantage-plus-savings-account%22%2C%22post_country%22%3A%22ca%22%7D\" class=\"luna-button luna-button--success luna-button--medium button--cta\" title=\"Go to Neo Financial's site\">Go to site<\/a><a href=\"#\" class=\"js-comparison-table__view-details-button comparison-table__view-details-button\" title=\"Read more about Neo Savings Account\" data-component-id=\"1003\" data-component-version=\"1\" data-component-props='{\"finderScore\":8.5,\"badges\":[],\"productId\":\"0b4f0b20-d534-4e79-936c-6ffe0021ea2b\"}'><svg class=\"luna-icon\"><use href=\"#info\"><\/use><\/svg> View details                <\/a><div class=\"luna-form__selection comparison-table__compareField\"><fieldset><legend class=\"compare-box__legend\">Compare product selection<\/legend><input class=\"luna-checkbox\" type=\"checkbox\" id=\"compare-product-0000000002-0b4f0b20-d534-4e79-936c-6ffe0021ea2b\" value=\"0b4f0b20-d534-4e79-936c-6ffe0021ea2b\" name=\"productID\" _productname=\"@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}                        \t               8.5                    Great                                          Neo Savings Account            \" _productimg=\"\/product\/\" data-custom-event-active=\"true\" data-component-id=\"1004\" data-component-version=\"1\" data-component-props='{\"finderScore\":8.5,\"badges\":[],\"productId\":\"0b4f0b20-d534-4e79-936c-6ffe0021ea2b\"}'><label class=\"luna-label\" for=\"compare-product-0000000002-0b4f0b20-d534-4e79-936c-6ffe0021ea2b\">Compare<\/label><\/fieldset><\/div><\/div><\/td><td class=\"comparison-table__expander js-comparison-table__expander hide sidepeek-modal-slider\" aria-hidden=\"true\"><div class=\"sidepeek-modal-slider__overlay\"><\/div><div class=\"sidepeek-modal-slider__content\"><div class=\"sidepeek-modal-slider__close-wrapper\"><button type=\"button\" class=\"sidepeek-modal-slider__close js-expander-trigger\" aria-label=\"Close modal\"><svg class=\"luna-icon sidepeek-modal-slider__close-icon\"><use href=\"#x\"><\/use><\/svg><\/button><\/div><div class=\"comparison-table__cellWrapper\"><div class=\"comparison-table__expander--fetching center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><\/div><\/div><\/td><\/tr><tr data-product-id=\"bda4c8f7-5608-4c54-8eb0-27ec10413c06\" data-provider-id=\"cc53d1c3-c4ec-461a-bce0-4235a11de0a2\" data-product-name=\"KOHO Everything Plan\" data-provider-name=\"KOHO\" class=\"grid-column-count-5  mobile-column-count-4 mobile-row-count-7  js-comparison-table__row  heroInTable__featuredProduct heroInTable__featuredProduct--yellow\"><td class=\"comparison-table__name combined-column-header sponsored-row  f1-clarity-header\"><div class=\"table-disclaimer__cellWrapper\"><button class=\"table-disclaimer\" data-target=\"#disclaimer_popup\" data-toggle=\"modal\" title=\"Important information about this website\" type=\"button\"><span class=\"table-disclaimer__text\"><span class=\"badge-text\">Promoted<\/span><\/span><svg class=\"luna-icon\" aria-hidden=\"true\"><use xlink:href=\"#info\"><\/use><\/svg><\/button><\/div><a href=\"https:\/\/www.finder.com\/ca\/banking\/koho\/koho-save-review\" data-component-id=\"1003\" data-component-version=\"1\"><img decoding=\"async\" border=\"0\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNkY3OyIvPg==\" data-src=\"https:\/\/www.finder.com\/niche-builder\/671030f92318e.png\" alt=\"KOHO logo\" class=\"lazysizes\" srcset=\"https:\/\/www.finder.com\/niche-builder\/671030f92318e.png?fit=180 180w, https:\/\/www.finder.com\/niche-builder\/671030f92318e.png?fit=360 360w, https:\/\/www.finder.com\/niche-builder\/671030f92318e.png?fit=600 600w, https:\/\/www.finder.com\/niche-builder\/671030f92318e.png?fit=900 900w, https:\/\/www.finder.com\/niche-builder\/671030f92318e.png?fit=1200 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\"><\/a><div class=\"finder-score-container\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa')\"><span class=\"score__badge score__badge--great\"><span class=\"score__value\">8.3<\/span><\/span><span class=\"score__text-wrapper score__text score__text--great\">        Great      <\/span><\/a><\/div><\/div><div class=\"product-info_name combined-column-header\"><span class=\"nameLink\"><a href=\"https:\/\/www.finder.com\/ca\/banking\/koho\/koho-save-review\" target=\"_blank\" data-component-id=\"1014\" data-component-version=\"1\">KOHO Everything Plan<\/a><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                                                                                                                            first-row\n                                                                                                                        default-sort-descending\" data-mobile=\"hide\" data-sortvalue=\"\" data-column-index=\"1\" data-decorator=\"text,cafsa.product.datapoint_cafsa_finder_score\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Finder Score\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa')\"><span class=\"score__badge score__badge--great\"><span class=\"score__value\">8.3<\/span><\/span><span class=\"score__text-wrapper score__text score__text--great\">        Great      <\/span><\/a><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                                                rounded-top-left\n                                                                                                                                                                                                                                                                    \" data-sortvalue=\"\" data-column-index=\"2\" data-decorator=\"text,cafsa.product.datapoint_cafsa_promo_rate_only_large\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Promo Rate\"><span class=\"detail-highlight\">N\/A<\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                                                                                                                                                                                                                        \" data-sortvalue=\"\" data-column-index=\"3\" data-decorator=\"text,cafsa.product.datapoint_cafsa_regular_rate_large\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Regular Interest Rate\"><span class=\"detail-highlight\">                Up to                                         3.50%            <\/span><span class=\"table-popover\" rel=\"popover\" data-content=\"Opt-in to earn up to 3.50% interest. Interest calculated: daily. Interest paid: monthly.\" title=\"\" data-original-title=\"Interest Rate Conditions\" tabindex=\"0\"><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                rounded-top-right\n                                                                                                                                                                                                                                                \" data-sortvalue=\"\" data-column-index=\"4\" data-decorator=\"text,cafsa.product.datapoint_monthly_fee_large\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Monthly Account Fee\"><span class=\"detail-highlight\">$14.75<span class=\"table-popover\" rel=\"popover\" data-content=\"This account is $14.75 per month if billed yearly or $22.00 per month if billed monthly.\" title=\"\" data-original-title=\"More info\"><\/span><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        span-last-row\n                                                                                                                        rounded-bottom-left\n                                                            rounded-bottom-right\n                                                                                                                                                                            span-2\n                                                                                                                                                                            \" data-sortvalue=\"\" data-column-index=\"5\" data-decorator=\"text,cafsa.product.misc_year_return\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"1 Year Return\"><span class=\"detail-highlight\">$350.00<\/span><span class=\"table-popover\" rel=\"popover\" data-content=\"Interest is calculated based on a $10,000 balance.\" title=\"\" data-original-title=\"\" tabindex=\"0\"><\/span><\/div><\/td><td class=\"comparison-table__feature comparison-table__cta coa-data cta-column-count-5 \"><div class=\"comparison-table__cellWrapper\"><button type=\"button\" class=\"js-comparison-table__save-button comparison-table__save-button\" aria-label=\"Save\" aria-pressed=\"false\" title=\"Save\"><\/button><a data-component-props='{\"finderScore\":8.3,\"badges\":[],\"productId\":\"bda4c8f7-5608-4c54-8eb0-27ec10413c06\"}' data-component-id=\"1026\" data-component-version=\"1\" target=\"_blank\" rel=\"sponsored\" href=\"https:\/\/www.finder.com\/redirect\/ca\/savings-accounts\/koho-everything-plan-ca-savings-account-secure.html?nb=1&amp;src_country=ca&amp;redirect_tracking_params=%7B%22placement_type%22%3A%22table%22%2C%22site%22%3A%22CAFSA%22%2C%22fieldset%22%3A%22CAFSA%2BHomepage%2BTable%22%2C%22template%22%3A%22comparison%22%2C%22category_id%22%3A%22ba754eff-eaf7-42c9-bcb1-44028ebaf519%22%2C%22category_name%22%3A%22All%2BSavings%2BAccounts%22%2C%22is_sorted%22%3A%220%22%2C%22is_filtered%22%3A%220%22%2C%22cta_render_ts%22%3A%221786180607%22%2C%22sponsored%22%3A%221%22%2C%22position%22%3A%222%22%2C%22offer_id%22%3A%2227061%22%2C%22niche_code%22%3A%22CAFSA%22%2C%22product_id%22%3A%22bda4c8f7-5608-4c54-8eb0-27ec10413c06%22%2C%22product_name%22%3A%22KOHO%2BEverything%2BPlan%22%2C%22post_id%22%3A%22786035%22%2C%22post_path%22%3A%22savings-accounts%252Fmeridian-business-advantage-plus-savings-account%22%2C%22post_country%22%3A%22ca%22%7D\" class=\"luna-button luna-button--success luna-button--medium button--cta\" title=\"Go to KOHO's site\">Go to site<\/a><a href=\"#\" class=\"js-comparison-table__view-details-button comparison-table__view-details-button\" title=\"Read more about KOHO Everything Plan\" data-component-id=\"1003\" data-component-version=\"1\" data-component-props='{\"finderScore\":8.3,\"badges\":[],\"productId\":\"bda4c8f7-5608-4c54-8eb0-27ec10413c06\"}'><svg class=\"luna-icon\"><use href=\"#info\"><\/use><\/svg> View details                <\/a><div class=\"luna-form__selection comparison-table__compareField\"><fieldset><legend class=\"compare-box__legend\">Compare product selection<\/legend><input class=\"luna-checkbox\" type=\"checkbox\" id=\"compare-product-0000000002-bda4c8f7-5608-4c54-8eb0-27ec10413c06\" value=\"bda4c8f7-5608-4c54-8eb0-27ec10413c06\" name=\"productID\" _productname=\"@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}                        \t               8.3                    Great                                          KOHO Everything Plan            \" _productimg=\"\/product\/\" data-custom-event-active=\"true\" data-component-id=\"1004\" data-component-version=\"1\" data-component-props='{\"finderScore\":8.3,\"badges\":[],\"productId\":\"bda4c8f7-5608-4c54-8eb0-27ec10413c06\"}'><label class=\"luna-label\" for=\"compare-product-0000000002-bda4c8f7-5608-4c54-8eb0-27ec10413c06\">Compare<\/label><\/fieldset><\/div><\/div><\/td><td class=\"comparison-table__expander js-comparison-table__expander hide sidepeek-modal-slider\" aria-hidden=\"true\"><div class=\"sidepeek-modal-slider__overlay\"><\/div><div class=\"sidepeek-modal-slider__content\"><div class=\"sidepeek-modal-slider__close-wrapper\"><button type=\"button\" class=\"sidepeek-modal-slider__close js-expander-trigger\" aria-label=\"Close modal\"><svg class=\"luna-icon sidepeek-modal-slider__close-icon\"><use href=\"#x\"><\/use><\/svg><\/button><\/div><div class=\"comparison-table__cellWrapper\"><div class=\"comparison-table__expander--fetching center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><\/div><\/div><\/td><\/tr><tr data-product-id=\"b018d030-a7af-47a6-ae85-84ed4c42f7cb\" data-provider-id=\"884584ff-2a94-4480-a089-a7daf6023d33\" data-product-name=\"Tangerine Savings Account\" data-provider-name=\"Tangerine\" class=\"grid-column-count-5  mobile-column-count-4 mobile-row-count-7  js-comparison-table__row  heroInTable__featuredProduct heroInTable__featuredProduct--yellow\"><td class=\"comparison-table__name combined-column-header sponsored-row  f1-clarity-header\"><div class=\"table-disclaimer__cellWrapper\"><button class=\"table-disclaimer\" data-target=\"#disclaimer_popup\" data-toggle=\"modal\" title=\"Important information about this website\" type=\"button\"><span class=\"table-disclaimer__text\"><span class=\"badge-text\">Promoted<\/span><\/span><svg class=\"luna-icon\" aria-hidden=\"true\"><use xlink:href=\"#info\"><\/use><\/svg><\/button><\/div><a href=\"https:\/\/www.finder.com\/ca\/banking\/tangerine-bank-review\/tangerine-savings-account\" data-component-id=\"1003\" data-component-version=\"1\"><img decoding=\"async\" border=\"0\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNkY3OyIvPg==\" data-src=\"https:\/\/www.finder.com\/niche-builder\/641a6cf0d62fb.png\" alt=\"Tangerine logo\" class=\"lazysizes\" srcset=\"https:\/\/www.finder.com\/niche-builder\/641a6cf0d62fb.png?fit=180 180w, https:\/\/www.finder.com\/niche-builder\/641a6cf0d62fb.png?fit=360 360w, https:\/\/www.finder.com\/niche-builder\/641a6cf0d62fb.png?fit=600 600w, https:\/\/www.finder.com\/niche-builder\/641a6cf0d62fb.png?fit=900 900w, https:\/\/www.finder.com\/niche-builder\/641a6cf0d62fb.png?fit=1200 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\"><\/a><div class=\"finder-score-container\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa')\"><span class=\"score__badge score__badge--great\"><span class=\"score__value\">8.2<\/span><\/span><span class=\"score__text-wrapper score__text score__text--great\">        Great      <\/span><\/a><\/div><\/div><div class=\"product-info_name combined-column-header\"><span class=\"nameLink\"><a href=\"https:\/\/www.finder.com\/ca\/banking\/tangerine-bank-review\/tangerine-savings-account\" target=\"_blank\" data-component-id=\"1014\" data-component-version=\"1\">Tangerine Savings Account<\/a><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                                                                                                                            first-row\n                                                                                                                        default-sort-descending\" data-mobile=\"hide\" data-sortvalue=\"\" data-column-index=\"1\" data-decorator=\"text,cafsa.product.datapoint_cafsa_finder_score\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Finder Score\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa')\"><span class=\"score__badge score__badge--great\"><span class=\"score__value\">8.2<\/span><\/span><span class=\"score__text-wrapper score__text score__text--great\">        Great      <\/span><\/a><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                                                rounded-top-left\n                                                                                                                                                                                                                                                                    \" data-sortvalue=\"\" data-column-index=\"2\" data-decorator=\"text,cafsa.product.datapoint_cafsa_promo_rate_only_large\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Promo Rate\"><span class=\"detail-highlight\">4.50% for <span class=\"detail-highlight\">5 months<\/span><span class=\"table-popover\" rel=\"popover\" data-content=\"Earn 4.50% for 5 months, and 0.30% thereafter. Interest is calculated daily, and interest is paid monthly\" title=\"\" data-original-title=\"Interest Rate Conditions\" tabindex=\"0\"><\/span><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                                                                                                                                                                                                                        \" data-sortvalue=\"\" data-column-index=\"3\" data-decorator=\"text,cafsa.product.datapoint_cafsa_regular_rate_large\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Regular Interest Rate\"><span class=\"detail-highlight\">                                            0.30%            <\/span><span class=\"table-popover\" rel=\"popover\" data-content=\"Earn 4.50% for 5 months, and 0.30% thereafter. Interest is calculated daily, and interest is paid monthly\" title=\"\" data-original-title=\"Interest Rate Conditions\" tabindex=\"0\"><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                rounded-top-right\n                                                                                                                                                                                                                                                \" data-sortvalue=\"\" data-column-index=\"4\" data-decorator=\"text,cafsa.product.datapoint_monthly_fee_large\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Monthly Account Fee\"><span class=\"detail-highlight\">$0<\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        span-last-row\n                                                                                                                        rounded-bottom-left\n                                                            rounded-bottom-right\n                                                                                                                                                                            span-2\n                                                                                                                                                                            \" data-sortvalue=\"\" data-column-index=\"5\" data-decorator=\"text,cafsa.product.misc_year_return\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"1 Year Return\"><span class=\"detail-highlight\">$205.00<\/span><span class=\"table-popover\" rel=\"popover\" data-content=\"Interest is calculated based on a $10,000 balance.\" title=\"\" data-original-title=\"\" tabindex=\"0\"><\/span><\/div><\/td><td class=\"comparison-table__feature comparison-table__feature--longtext comparison-table__feature--offer sorter-false \" data-sortvalue=\"\"><div class=\"comparison-table__cellWrapper comparison-table__product-offer js-calculator-table-value\" data-heading=\"Default Offer\"><svg class=\"luna-icon\" role=\"img\" aria-label=\"Special offer\"><use href=\"#gift\"><\/use><\/svg><span class=\"offer-content\">\n\t\t\t\tEarn 4.50% interest for 5 months (on up to $1,000,000 in deposits) when you sign up by <b>November 30, 2026<\/b>. T&amp;Cs apply.\n\t\t\t<\/span><\/div><\/td><td class=\"comparison-table__feature comparison-table__cta coa-data cta-column-count-5 \"><div class=\"comparison-table__cellWrapper\"><button type=\"button\" class=\"js-comparison-table__save-button comparison-table__save-button\" aria-label=\"Save\" aria-pressed=\"false\" title=\"Save\"><\/button><a data-component-props='{\"finderScore\":8.2,\"badges\":[],\"productId\":\"b018d030-a7af-47a6-ae85-84ed4c42f7cb\"}' data-component-id=\"1026\" data-component-version=\"1\" target=\"_blank\" rel=\"sponsored\" href=\"https:\/\/www.finder.com\/redirect\/ca\/savings-accounts\/tangerine-savings-account-ca-secure.html?nb=1&amp;src_country=ca&amp;redirect_tracking_params=%7B%22placement_type%22%3A%22table%22%2C%22site%22%3A%22CAFSA%22%2C%22fieldset%22%3A%22CAFSA%2BHomepage%2BTable%22%2C%22template%22%3A%22comparison%22%2C%22category_id%22%3A%22ba754eff-eaf7-42c9-bcb1-44028ebaf519%22%2C%22category_name%22%3A%22All%2BSavings%2BAccounts%22%2C%22is_sorted%22%3A%220%22%2C%22is_filtered%22%3A%220%22%2C%22cta_render_ts%22%3A%221786180607%22%2C%22sponsored%22%3A%221%22%2C%22position%22%3A%223%22%2C%22offer_id%22%3A%2226269%22%2C%22niche_code%22%3A%22CAFSA%22%2C%22product_id%22%3A%22b018d030-a7af-47a6-ae85-84ed4c42f7cb%22%2C%22product_name%22%3A%22Tangerine%2BSavings%2BAccount%22%2C%22post_id%22%3A%22786035%22%2C%22post_path%22%3A%22savings-accounts%252Fmeridian-business-advantage-plus-savings-account%22%2C%22post_country%22%3A%22ca%22%7D\" class=\"luna-button luna-button--success luna-button--medium button--cta\" title=\"Go to Tangerine's site\">Go to site<\/a><a href=\"#\" class=\"js-comparison-table__view-details-button comparison-table__view-details-button\" title=\"Read more about Tangerine Savings Account\" data-component-id=\"1003\" data-component-version=\"1\" data-component-props='{\"finderScore\":8.2,\"badges\":[],\"productId\":\"b018d030-a7af-47a6-ae85-84ed4c42f7cb\"}'><svg class=\"luna-icon\"><use href=\"#info\"><\/use><\/svg> View details                <\/a><div class=\"luna-form__selection comparison-table__compareField\"><fieldset><legend class=\"compare-box__legend\">Compare product selection<\/legend><input class=\"luna-checkbox\" type=\"checkbox\" id=\"compare-product-0000000002-b018d030-a7af-47a6-ae85-84ed4c42f7cb\" value=\"b018d030-a7af-47a6-ae85-84ed4c42f7cb\" name=\"productID\" _productname=\"@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}                        \t               8.2                    Great                                          Tangerine Savings Account            \" _productimg=\"\/product\/\" data-custom-event-active=\"true\" data-component-id=\"1004\" data-component-version=\"1\" data-component-props='{\"finderScore\":8.2,\"badges\":[],\"productId\":\"b018d030-a7af-47a6-ae85-84ed4c42f7cb\"}'><label class=\"luna-label\" for=\"compare-product-0000000002-b018d030-a7af-47a6-ae85-84ed4c42f7cb\">Compare<\/label><\/fieldset><\/div><\/div><\/td><td class=\"comparison-table__expander js-comparison-table__expander hide sidepeek-modal-slider\" aria-hidden=\"true\"><div class=\"sidepeek-modal-slider__overlay\"><\/div><div class=\"sidepeek-modal-slider__content\"><div class=\"sidepeek-modal-slider__close-wrapper\"><button type=\"button\" class=\"sidepeek-modal-slider__close js-expander-trigger\" aria-label=\"Close modal\"><svg class=\"luna-icon sidepeek-modal-slider__close-icon\"><use href=\"#x\"><\/use><\/svg><\/button><\/div><div class=\"comparison-table__cellWrapper\"><div class=\"comparison-table__expander--fetching center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><\/div><\/div><\/td><\/tr><tr data-product-id=\"8e951949-63cf-45fa-87c1-10b3c829d73a\" data-provider-id=\"d29ad16f-cea3-44be-a5c3-2d5d39907c2e\" data-product-name=\"EQ Bank Personal Account\" data-provider-name=\"EQ Bank\" class=\"grid-column-count-5  mobile-column-count-4 mobile-row-count-7  js-comparison-table__row  \"><td class=\"comparison-table__name combined-column-header   f1-clarity-header\"><a href=\"https:\/\/www.finder.com\/ca\/banking\/eq-bank-review\/eq-bank-savings-accounts\" data-component-id=\"1003\" data-component-version=\"1\"><img decoding=\"async\" border=\"0\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNkY3OyIvPg==\" data-src=\"https:\/\/www.finder.com\/niche-builder\/67ab80c3a09f2.png\" alt=\"EQ Bank logo\" class=\"lazysizes\" srcset=\"https:\/\/www.finder.com\/niche-builder\/67ab80c3a09f2.png?fit=180 180w, https:\/\/www.finder.com\/niche-builder\/67ab80c3a09f2.png?fit=360 360w, https:\/\/www.finder.com\/niche-builder\/67ab80c3a09f2.png?fit=600 600w, https:\/\/www.finder.com\/niche-builder\/67ab80c3a09f2.png?fit=900 900w, https:\/\/www.finder.com\/niche-builder\/67ab80c3a09f2.png?fit=1200 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\"><\/a><div class=\"finder-score-container\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa')\"><span class=\"score__badge score__badge--excellent\"><span class=\"score__value\">9.5<\/span><\/span><span class=\"score__text-wrapper score__text score__text--excellent\">        Excellent      <\/span><\/a><\/div><\/div><div class=\"product-info_name combined-column-header\"><span class=\"nameLink\"><a href=\"https:\/\/www.finder.com\/ca\/banking\/eq-bank-review\/eq-bank-savings-accounts\" target=\"_blank\" data-component-id=\"1014\" data-component-version=\"1\">EQ Bank Personal Account<\/a><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                                                                                                                            first-row\n                                                                                                                        default-sort-descending\" data-mobile=\"hide\" data-sortvalue=\"\" data-column-index=\"1\" data-decorator=\"text,cafsa.product.datapoint_cafsa_finder_score\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Finder Score\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa')\"><span class=\"score__badge score__badge--excellent\"><span class=\"score__value\">9.5<\/span><\/span><span class=\"score__text-wrapper score__text score__text--excellent\">        Excellent      <\/span><\/a><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                                                rounded-top-left\n                                                                                                                                                                                                                                                                    \" data-sortvalue=\"\" data-column-index=\"2\" data-decorator=\"text,cafsa.product.datapoint_cafsa_promo_rate_only_large\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Promo Rate\"><span class=\"detail-highlight\">2.75%  <span class=\"detail-highlight\"><\/span><span class=\"table-popover\" rel=\"popover\" data-content=\"To receive the 2.75% interest rate, you'll need to: set up $2000\/month or more in either direct deposit for your pay or recurring pre-authorized debits (this applies to your Savings Plus Account, Joint Savings Plus Account and EQ Bank Card balance). Otherwise, you'll earn 1%.&lt;br \/&gt;Conditions apply. Interest calculated: daily, Interest paid: monthly\" title=\"\" data-original-title=\"Interest Rate Conditions\" tabindex=\"0\"><\/span><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                                                                                                                                                                                                                        \" data-sortvalue=\"\" data-column-index=\"3\" data-decorator=\"text,cafsa.product.datapoint_cafsa_regular_rate_large\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Regular Interest Rate\"><span class=\"detail-highlight\">                                            1.00%            <\/span><span class=\"table-popover\" rel=\"popover\" data-content=\"To receive the 2.75% interest rate, you'll need to: set up $2000\/month or more in either direct deposit for your pay or recurring pre-authorized debits (this applies to your Savings Plus Account, Joint Savings Plus Account and EQ Bank Card balance). Otherwise, you'll earn 1%.&lt;br \/&gt;Conditions apply. Interest calculated: daily, Interest paid: monthly\" title=\"\" data-original-title=\"Interest Rate Conditions\" tabindex=\"0\"><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                rounded-top-right\n                                                                                                                                                                                                                                                \" data-sortvalue=\"\" data-column-index=\"4\" data-decorator=\"text,cafsa.product.datapoint_monthly_fee_large\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Monthly Account Fee\"><span class=\"detail-highlight\">$0<\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        span-last-row\n                                                                                                                        rounded-bottom-left\n                                                            rounded-bottom-right\n                                                                                                                                                                            span-2\n                                                                                                                                                                            \" data-sortvalue=\"\" data-column-index=\"5\" data-decorator=\"text,cafsa.product.misc_year_return\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"1 Year Return\"><span class=\"detail-highlight\">$275.00<\/span><span class=\"table-popover\" rel=\"popover\" data-content=\"Interest is calculated based on a $10,000 balance.\" title=\"\" data-original-title=\"\" tabindex=\"0\"><\/span><\/div><\/td><td class=\"comparison-table__feature comparison-table__feature--longtext comparison-table__feature--offer sorter-false \" data-sortvalue=\"\"><div class=\"comparison-table__cellWrapper comparison-table__product-offer js-calculator-table-value\" data-heading=\"Default Offer\"><svg class=\"luna-icon\" role=\"img\" aria-label=\"Special offer\"><use href=\"#gift\"><\/use><\/svg><span class=\"offer-content\">\n\t\t\t\tEarn a bonus interest rate of 2.75% on your money with qualifying direct deposits of $2,000\/month, and 1% otherwise. T&amp;Cs apply.\n\t\t\t<\/span><\/div><\/td><td class=\"comparison-table__feature comparison-table__cta coa-data cta-column-count-5 \"><div class=\"comparison-table__cellWrapper\"><button type=\"button\" class=\"js-comparison-table__save-button comparison-table__save-button\" aria-label=\"Save\" aria-pressed=\"false\" title=\"Save\"><\/button><a data-component-props='{\"finderScore\":9.5,\"badges\":[],\"productId\":\"8e951949-63cf-45fa-87c1-10b3c829d73a\"}' data-component-id=\"1026\" data-component-version=\"1\" target=\"_blank\" rel=\"sponsored\" href=\"https:\/\/www.finder.com\/redirect\/ca\/savings-accounts\/eqbank-personal-account-ca-savings-secure.html?nb=1&amp;src_country=ca&amp;redirect_tracking_params=%7B%22placement_type%22%3A%22table%22%2C%22site%22%3A%22CAFSA%22%2C%22fieldset%22%3A%22CAFSA%2BHomepage%2BTable%22%2C%22template%22%3A%22comparison%22%2C%22category_id%22%3A%22ba754eff-eaf7-42c9-bcb1-44028ebaf519%22%2C%22category_name%22%3A%22All%2BSavings%2BAccounts%22%2C%22is_sorted%22%3A%220%22%2C%22is_filtered%22%3A%220%22%2C%22cta_render_ts%22%3A%221786180607%22%2C%22position%22%3A%224%22%2C%22offer_id%22%3A%2222475%22%2C%22niche_code%22%3A%22CAFSA%22%2C%22product_id%22%3A%228e951949-63cf-45fa-87c1-10b3c829d73a%22%2C%22product_name%22%3A%22EQ%2BBank%2BPersonal%2BAccount%22%2C%22post_id%22%3A%22786035%22%2C%22post_path%22%3A%22savings-accounts%252Fmeridian-business-advantage-plus-savings-account%22%2C%22post_country%22%3A%22ca%22%7D\" class=\"luna-button luna-button--success luna-button--medium button--cta\" title=\"Go to EQ Bank's site\">Go to site<\/a><a href=\"#\" class=\"js-comparison-table__view-details-button comparison-table__view-details-button\" title=\"Read more about EQ Bank Personal Account\" data-component-id=\"1003\" data-component-version=\"1\" data-component-props='{\"finderScore\":9.5,\"badges\":[],\"productId\":\"8e951949-63cf-45fa-87c1-10b3c829d73a\"}'><svg class=\"luna-icon\"><use href=\"#info\"><\/use><\/svg> View details                <\/a><div class=\"luna-form__selection comparison-table__compareField\"><fieldset><legend class=\"compare-box__legend\">Compare product selection<\/legend><input class=\"luna-checkbox\" type=\"checkbox\" id=\"compare-product-0000000002-8e951949-63cf-45fa-87c1-10b3c829d73a\" value=\"8e951949-63cf-45fa-87c1-10b3c829d73a\" name=\"productID\" _productname=\"@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}                        \t               9.5                    Excellent                                          EQ Bank Personal Account            \" _productimg=\"\/product\/\" data-custom-event-active=\"true\" data-component-id=\"1004\" data-component-version=\"1\" data-component-props='{\"finderScore\":9.5,\"badges\":[],\"productId\":\"8e951949-63cf-45fa-87c1-10b3c829d73a\"}'><label class=\"luna-label\" for=\"compare-product-0000000002-8e951949-63cf-45fa-87c1-10b3c829d73a\">Compare<\/label><\/fieldset><\/div><\/div><\/td><td class=\"comparison-table__expander js-comparison-table__expander hide sidepeek-modal-slider\" aria-hidden=\"true\"><div class=\"sidepeek-modal-slider__overlay\"><\/div><div class=\"sidepeek-modal-slider__content\"><div class=\"sidepeek-modal-slider__close-wrapper\"><button type=\"button\" class=\"sidepeek-modal-slider__close js-expander-trigger\" aria-label=\"Close modal\"><svg class=\"luna-icon sidepeek-modal-slider__close-icon\"><use href=\"#x\"><\/use><\/svg><\/button><\/div><div class=\"comparison-table__cellWrapper\"><div class=\"comparison-table__expander--fetching center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><\/div><\/div><\/td><\/tr><tr data-product-id=\"552b8709-1977-4924-9e43-3242d02b273b\" data-provider-id=\"d29ad16f-cea3-44be-a5c3-2d5d39907c2e\" data-product-name=\"EQ Bank Notice Savings Account\" data-provider-name=\"EQ Bank\" class=\"grid-column-count-5  mobile-column-count-4 mobile-row-count-7  js-comparison-table__row  \"><td class=\"comparison-table__name combined-column-header   f1-clarity-header\"><a href=\"https:\/\/www.finder.com\/ca\/banking\/eq-bank-review\/eq-bank-notice-savings-account-review\" data-component-id=\"1003\" data-component-version=\"1\"><img decoding=\"async\" border=\"0\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNkY3OyIvPg==\" data-src=\"https:\/\/www.finder.com\/niche-builder\/670f3d6462c19.png\" alt=\"EQ Bank logo\" class=\"lazysizes\" srcset=\"https:\/\/www.finder.com\/niche-builder\/670f3d6462c19.png?fit=180 180w, https:\/\/www.finder.com\/niche-builder\/670f3d6462c19.png?fit=360 360w, https:\/\/www.finder.com\/niche-builder\/670f3d6462c19.png?fit=600 600w, https:\/\/www.finder.com\/niche-builder\/670f3d6462c19.png?fit=900 900w, https:\/\/www.finder.com\/niche-builder\/670f3d6462c19.png?fit=1200 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\"><\/a><div class=\"finder-score-container\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa')\"><span class=\"score__badge score__badge--excellent\"><span class=\"score__value\">9.2<\/span><\/span><span class=\"score__text-wrapper score__text score__text--excellent\">        Excellent      <\/span><\/a><\/div><\/div><div class=\"product-info_name combined-column-header\"><span class=\"nameLink\"><a href=\"https:\/\/www.finder.com\/ca\/banking\/eq-bank-review\/eq-bank-notice-savings-account-review\" target=\"_blank\" data-component-id=\"1014\" data-component-version=\"1\">EQ Bank Notice Savings Account<\/a><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                                                                                                                            first-row\n                                                                                                                        default-sort-descending\" data-mobile=\"hide\" data-sortvalue=\"\" data-column-index=\"1\" data-decorator=\"text,cafsa.product.datapoint_cafsa_finder_score\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Finder Score\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa')\"><span class=\"score__badge score__badge--excellent\"><span class=\"score__value\">9.2<\/span><\/span><span class=\"score__text-wrapper score__text score__text--excellent\">        Excellent      <\/span><\/a><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                                                rounded-top-left\n                                                                                                                                                                                                                                                                    \" data-sortvalue=\"\" data-column-index=\"2\" data-decorator=\"text,cafsa.product.datapoint_cafsa_promo_rate_only_large\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Promo Rate\"><span class=\"detail-highlight\">N\/A<\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                                                                                                                                                                                                                        \" data-sortvalue=\"\" data-column-index=\"3\" data-decorator=\"text,cafsa.product.datapoint_cafsa_regular_rate_large\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Regular Interest Rate\"><span class=\"detail-highlight\">                Up to                                         2.75%            <\/span><span class=\"table-popover\" rel=\"popover\" data-content=\"Earn 2.75% interest if you choose a 30-day withdrawal notice period or 2.35% interest if you choose a 10-day notice period.\" title=\"\" data-original-title=\"Interest Rate Conditions\" tabindex=\"0\"><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                rounded-top-right\n                                                                                                                                                                                                                                                \" data-sortvalue=\"\" data-column-index=\"4\" data-decorator=\"text,cafsa.product.datapoint_monthly_fee_large\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Monthly Account Fee\"><span class=\"detail-highlight\">$0<\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        span-last-row\n                                                                                                                        rounded-bottom-left\n                                                            rounded-bottom-right\n                                                                                                                                                                            span-2\n                                                                                                                                                                            \" data-sortvalue=\"\" data-column-index=\"5\" data-decorator=\"text,cafsa.product.misc_year_return\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"1 Year Return\"><span class=\"detail-highlight\">$275.00<\/span><span class=\"table-popover\" rel=\"popover\" data-content=\"Interest is calculated based on a $10,000 balance.\" title=\"\" data-original-title=\"\" tabindex=\"0\"><\/span><\/div><\/td><td class=\"comparison-table__feature comparison-table__cta coa-data cta-column-count-5 \"><div class=\"comparison-table__cellWrapper\"><button type=\"button\" class=\"js-comparison-table__save-button comparison-table__save-button\" aria-label=\"Save\" aria-pressed=\"false\" title=\"Save\"><\/button><a data-component-props='{\"finderScore\":9.2,\"badges\":[],\"productId\":\"552b8709-1977-4924-9e43-3242d02b273b\"}' data-component-id=\"1026\" data-component-version=\"1\" target=\"_blank\" rel=\"sponsored\" href=\"https:\/\/www.finder.com\/redirect\/ca\/savings-accounts\/eq-notice-savings-ca-secure.html?nb=1&amp;src_country=ca&amp;redirect_tracking_params=%7B%22placement_type%22%3A%22table%22%2C%22site%22%3A%22CAFSA%22%2C%22fieldset%22%3A%22CAFSA%2BHomepage%2BTable%22%2C%22template%22%3A%22comparison%22%2C%22category_id%22%3A%22ba754eff-eaf7-42c9-bcb1-44028ebaf519%22%2C%22category_name%22%3A%22All%2BSavings%2BAccounts%22%2C%22is_sorted%22%3A%220%22%2C%22is_filtered%22%3A%220%22%2C%22cta_render_ts%22%3A%221786180607%22%2C%22position%22%3A%225%22%2C%22offer_id%22%3A%2224994%22%2C%22niche_code%22%3A%22CAFSA%22%2C%22product_id%22%3A%22552b8709-1977-4924-9e43-3242d02b273b%22%2C%22product_name%22%3A%22EQ%2BBank%2BNotice%2BSavings%2BAccount%22%2C%22post_id%22%3A%22786035%22%2C%22post_path%22%3A%22savings-accounts%252Fmeridian-business-advantage-plus-savings-account%22%2C%22post_country%22%3A%22ca%22%7D\" class=\"luna-button luna-button--success luna-button--medium button--cta\" title=\"Go to EQ Bank's site\">Go to site<\/a><a href=\"#\" class=\"js-comparison-table__view-details-button comparison-table__view-details-button\" title=\"Read more about EQ Bank Notice Savings Account\" data-component-id=\"1003\" data-component-version=\"1\" data-component-props='{\"finderScore\":9.2,\"badges\":[],\"productId\":\"552b8709-1977-4924-9e43-3242d02b273b\"}'><svg class=\"luna-icon\"><use href=\"#info\"><\/use><\/svg> View details                <\/a><div class=\"luna-form__selection comparison-table__compareField\"><fieldset><legend class=\"compare-box__legend\">Compare product selection<\/legend><input class=\"luna-checkbox\" type=\"checkbox\" id=\"compare-product-0000000002-552b8709-1977-4924-9e43-3242d02b273b\" value=\"552b8709-1977-4924-9e43-3242d02b273b\" name=\"productID\" _productname=\"@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}                        \t               9.2                    Excellent                                          EQ Bank Notice Savings Account            \" _productimg=\"\/product\/\" data-custom-event-active=\"true\" data-component-id=\"1004\" data-component-version=\"1\" data-component-props='{\"finderScore\":9.2,\"badges\":[],\"productId\":\"552b8709-1977-4924-9e43-3242d02b273b\"}'><label class=\"luna-label\" for=\"compare-product-0000000002-552b8709-1977-4924-9e43-3242d02b273b\">Compare<\/label><\/fieldset><\/div><\/div><\/td><td class=\"comparison-table__expander js-comparison-table__expander hide sidepeek-modal-slider\" aria-hidden=\"true\"><div class=\"sidepeek-modal-slider__overlay\"><\/div><div class=\"sidepeek-modal-slider__content\"><div class=\"sidepeek-modal-slider__close-wrapper\"><button type=\"button\" class=\"sidepeek-modal-slider__close js-expander-trigger\" aria-label=\"Close modal\"><svg class=\"luna-icon sidepeek-modal-slider__close-icon\"><use href=\"#x\"><\/use><\/svg><\/button><\/div><div class=\"comparison-table__cellWrapper\"><div class=\"comparison-table__expander--fetching center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><\/div><\/div><\/td><\/tr><tr data-product-id=\"784d7307-f7d0-47ba-8b65-f6db8d03436d\" data-provider-id=\"96092938-0048-41cc-a426-40c7fcee917a\" data-product-name=\"Simplii High Interest Savings Account\" data-provider-name=\"Simplii Financial \" class=\"grid-column-count-5  mobile-column-count-4 mobile-row-count-7  js-comparison-table__row  \"><td class=\"comparison-table__name combined-column-header   f1-clarity-header\"><a href=\"https:\/\/www.finder.com\/ca\/banking\/simplii-financial-review\/simplii-financial-high-interest-savings-account-review\" data-component-id=\"1003\" data-component-version=\"1\"><img decoding=\"async\" border=\"0\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNkY3OyIvPg==\" data-src=\"https:\/\/www.finder.com\/niche-builder\/648fb6a2b788d.png\" alt=\"Simplii Financial  logo\" class=\"lazysizes\" srcset=\"https:\/\/www.finder.com\/niche-builder\/648fb6a2b788d.png?fit=180 180w, https:\/\/www.finder.com\/niche-builder\/648fb6a2b788d.png?fit=360 360w, https:\/\/www.finder.com\/niche-builder\/648fb6a2b788d.png?fit=600 600w, https:\/\/www.finder.com\/niche-builder\/648fb6a2b788d.png?fit=900 900w, https:\/\/www.finder.com\/niche-builder\/648fb6a2b788d.png?fit=1200 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\"><\/a><div class=\"finder-score-container\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa')\"><span class=\"score__badge score__badge--great\"><span class=\"score__value\">8.2<\/span><\/span><span class=\"score__text-wrapper score__text score__text--great\">        Great      <\/span><\/a><\/div><\/div><div class=\"product-info_name combined-column-header\"><span class=\"nameLink\"><a href=\"https:\/\/www.finder.com\/ca\/banking\/simplii-financial-review\/simplii-financial-high-interest-savings-account-review\" target=\"_blank\" data-component-id=\"1014\" data-component-version=\"1\">Simplii High Interest Savings Account<\/a><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                                                                                                                            first-row\n                                                                                                                        default-sort-descending\" data-mobile=\"hide\" data-sortvalue=\"\" data-column-index=\"1\" data-decorator=\"text,cafsa.product.datapoint_cafsa_finder_score\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Finder Score\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa')\"><span class=\"score__badge score__badge--great\"><span class=\"score__value\">8.2<\/span><\/span><span class=\"score__text-wrapper score__text score__text--great\">        Great      <\/span><\/a><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                                                rounded-top-left\n                                                                                                                                                                                                                                                                    \" data-sortvalue=\"\" data-column-index=\"2\" data-decorator=\"text,cafsa.product.datapoint_cafsa_promo_rate_only_large\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Promo Rate\"><span class=\"detail-highlight\">4.60% for <span class=\"detail-highlight\">5 months<\/span><span class=\"table-popover\" rel=\"popover\" data-content=\"Earn 4.60% interest for 5 months on up to $200,000 in savings. Terms Apply. &lt;b&gt;Offer ends October 31, 2026.&lt;\/b&gt;  After, you'll earn 0.30% for balances up to $50,000, 0.50% for balances between $50,000.01 - $100,000, 0.60% for balances between $100,000.01 - $500,000, 0.75% for balances between $500,000.01 - $1,000,000, and 1.50% for balances over $1,000,000.&lt;br \/&gt;Interest calculated: daily, Interest paid: monthly\" title=\"\" data-original-title=\"Interest Rate Conditions\" tabindex=\"0\"><\/span><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                                                                                                                                                                                                                        \" data-sortvalue=\"\" data-column-index=\"3\" data-decorator=\"text,cafsa.product.datapoint_cafsa_regular_rate_large\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Regular Interest Rate\"><span class=\"detail-highlight\">                                            0.30%            <\/span><span class=\"table-popover\" rel=\"popover\" data-content=\"Earn 4.60% interest for 5 months on up to $200,000 in savings. Terms Apply. &lt;b&gt;Offer ends October 31, 2026.&lt;\/b&gt;  After, you'll earn 0.30% for balances up to $50,000, 0.50% for balances between $50,000.01 - $100,000, 0.60% for balances between $100,000.01 - $500,000, 0.75% for balances between $500,000.01 - $1,000,000, and 1.50% for balances over $1,000,000.&lt;br \/&gt;Interest calculated: daily, Interest paid: monthly\" title=\"\" data-original-title=\"Interest Rate Conditions\" tabindex=\"0\"><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                rounded-top-right\n                                                                                                                                                                                                                                                \" data-sortvalue=\"\" data-column-index=\"4\" data-decorator=\"text,cafsa.product.datapoint_monthly_fee_large\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Monthly Account Fee\"><span class=\"detail-highlight\">$0<\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        span-last-row\n                                                                                                                        rounded-bottom-left\n                                                            rounded-bottom-right\n                                                                                                                                                                            span-2\n                                                                                                                                                                            \" data-sortvalue=\"\" data-column-index=\"5\" data-decorator=\"text,cafsa.product.misc_year_return\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"1 Year Return\"><span class=\"detail-highlight\">$205.00<\/span><span class=\"table-popover\" rel=\"popover\" data-content=\"Interest is calculated based on a $10,000 balance.\" title=\"\" data-original-title=\"\" tabindex=\"0\"><\/span><\/div><\/td><td class=\"comparison-table__feature comparison-table__feature--longtext comparison-table__feature--offer sorter-false \" data-sortvalue=\"\"><div class=\"comparison-table__cellWrapper comparison-table__product-offer js-calculator-table-value\" data-heading=\"Default Offer\"><svg class=\"luna-icon\" role=\"img\" aria-label=\"Special offer\"><use href=\"#gift\"><\/use><\/svg><span class=\"offer-content\">\n\t\t\t\tEarn 4.60% interest for 5 months on up to $200,000 in savings. <b>Offer ends October 31, 2026<\/b>. T&amp;Cs apply.\n\t\t\t<\/span><\/div><\/td><td class=\"comparison-table__feature comparison-table__cta coa-data cta-column-count-5 \"><div class=\"comparison-table__cellWrapper\"><button type=\"button\" class=\"js-comparison-table__save-button comparison-table__save-button\" aria-label=\"Save\" aria-pressed=\"false\" title=\"Save\"><\/button><a data-component-props='{\"finderScore\":8.2,\"badges\":[],\"productId\":\"784d7307-f7d0-47ba-8b65-f6db8d03436d\"}' data-component-id=\"1026\" data-component-version=\"1\" target=\"_blank\" rel=\"sponsored\" href=\"https:\/\/www.finder.com\/redirect\/ca\/savings-accounts\/simplii-high-interest-savings-account-ca-savings-secure.html?nb=1&amp;src_country=ca&amp;redirect_tracking_params=%7B%22placement_type%22%3A%22table%22%2C%22site%22%3A%22CAFSA%22%2C%22fieldset%22%3A%22CAFSA%2BHomepage%2BTable%22%2C%22template%22%3A%22comparison%22%2C%22category_id%22%3A%22ba754eff-eaf7-42c9-bcb1-44028ebaf519%22%2C%22category_name%22%3A%22All%2BSavings%2BAccounts%22%2C%22is_sorted%22%3A%220%22%2C%22is_filtered%22%3A%220%22%2C%22cta_render_ts%22%3A%221786180607%22%2C%22position%22%3A%226%22%2C%22offer_id%22%3A%2221491%22%2C%22niche_code%22%3A%22CAFSA%22%2C%22product_id%22%3A%22784d7307-f7d0-47ba-8b65-f6db8d03436d%22%2C%22product_name%22%3A%22Simplii%2BHigh%2BInterest%2BSavings%2BAccount%22%2C%22post_id%22%3A%22786035%22%2C%22post_path%22%3A%22savings-accounts%252Fmeridian-business-advantage-plus-savings-account%22%2C%22post_country%22%3A%22ca%22%7D\" class=\"luna-button luna-button--success luna-button--medium button--cta\" title=\"Go to Simplii Financial 's site\">Go to site<\/a><a href=\"#\" class=\"js-comparison-table__view-details-button comparison-table__view-details-button\" title=\"Read more about Simplii High Interest Savings Account\" data-component-id=\"1003\" data-component-version=\"1\" data-component-props='{\"finderScore\":8.2,\"badges\":[],\"productId\":\"784d7307-f7d0-47ba-8b65-f6db8d03436d\"}'><svg class=\"luna-icon\"><use href=\"#info\"><\/use><\/svg> View details                <\/a><div class=\"luna-form__selection comparison-table__compareField\"><fieldset><legend class=\"compare-box__legend\">Compare product selection<\/legend><input class=\"luna-checkbox\" type=\"checkbox\" id=\"compare-product-0000000002-784d7307-f7d0-47ba-8b65-f6db8d03436d\" value=\"784d7307-f7d0-47ba-8b65-f6db8d03436d\" name=\"productID\" _productname=\"@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}                        \t               8.2                    Great                                          Simplii High Interest Savings Account            \" _productimg=\"\/product\/\" data-custom-event-active=\"true\" data-component-id=\"1004\" data-component-version=\"1\" data-component-props='{\"finderScore\":8.2,\"badges\":[],\"productId\":\"784d7307-f7d0-47ba-8b65-f6db8d03436d\"}'><label class=\"luna-label\" for=\"compare-product-0000000002-784d7307-f7d0-47ba-8b65-f6db8d03436d\">Compare<\/label><\/fieldset><\/div><\/div><\/td><td class=\"comparison-table__expander js-comparison-table__expander hide sidepeek-modal-slider\" aria-hidden=\"true\"><div class=\"sidepeek-modal-slider__overlay\"><\/div><div class=\"sidepeek-modal-slider__content\"><div class=\"sidepeek-modal-slider__close-wrapper\"><button type=\"button\" class=\"sidepeek-modal-slider__close js-expander-trigger\" aria-label=\"Close modal\"><svg class=\"luna-icon sidepeek-modal-slider__close-icon\"><use href=\"#x\"><\/use><\/svg><\/button><\/div><div class=\"comparison-table__cellWrapper\"><div class=\"comparison-table__expander--fetching center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><\/div><\/div><\/td><\/tr><tr data-product-id=\"964cf5d4-6d6e-4786-8369-d6552cfc7ceb\" data-provider-id=\"c05a4a03-6647-4703-8e59-4ec62877f1bc\" data-product-name=\"Wealthsimple Chequing Account\" data-provider-name=\"Wealthsimple\" class=\"grid-column-count-5  mobile-column-count-4 mobile-row-count-7  js-comparison-table__row  \"><td class=\"comparison-table__name combined-column-header   f1-clarity-header\"><a href=\"https:\/\/www.finder.com\/ca\/digital-banking\/wealthsimple-chequing-account-review\" data-component-id=\"1003\" data-component-version=\"1\"><img decoding=\"async\" border=\"0\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNkY3OyIvPg==\" data-src=\"https:\/\/www.finder.com\/niche-builder\/676489991d2ac.png\" alt=\"Wealthsimple logo\" class=\"lazysizes\" srcset=\"https:\/\/www.finder.com\/niche-builder\/676489991d2ac.png?fit=180 180w, https:\/\/www.finder.com\/niche-builder\/676489991d2ac.png?fit=360 360w, https:\/\/www.finder.com\/niche-builder\/676489991d2ac.png?fit=600 600w, https:\/\/www.finder.com\/niche-builder\/676489991d2ac.png?fit=900 900w, https:\/\/www.finder.com\/niche-builder\/676489991d2ac.png?fit=1200 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\"><\/a><div class=\"finder-score-container\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa')\"><span class=\"score__badge score__badge--excellent\"><span class=\"score__value\">9.2<\/span><\/span><span class=\"score__text-wrapper score__text score__text--excellent\">        Excellent      <\/span><\/a><\/div><\/div><div class=\"product-info_name combined-column-header\"><span class=\"nameLink\"><a href=\"https:\/\/www.finder.com\/ca\/digital-banking\/wealthsimple-chequing-account-review\" target=\"_blank\" data-component-id=\"1014\" data-component-version=\"1\">Wealthsimple Chequing Account<\/a><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                                                                                                                            first-row\n                                                                                                                        default-sort-descending\" data-mobile=\"hide\" data-sortvalue=\"\" data-column-index=\"1\" data-decorator=\"text,cafsa.product.datapoint_cafsa_finder_score\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Finder Score\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa')\"><span class=\"score__badge score__badge--excellent\"><span class=\"score__value\">9.2<\/span><\/span><span class=\"score__text-wrapper score__text score__text--excellent\">        Excellent      <\/span><\/a><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                                                rounded-top-left\n                                                                                                                                                                                                                                                                    \" data-sortvalue=\"\" data-column-index=\"2\" data-decorator=\"text,cafsa.product.datapoint_cafsa_promo_rate_only_large\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Promo Rate\"><span class=\"detail-highlight\">N\/A<\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                                                                                                                                                                                                                        \" data-sortvalue=\"\" data-column-index=\"3\" data-decorator=\"text,cafsa.product.datapoint_cafsa_regular_rate_large\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Regular Interest Rate\"><span class=\"detail-highlight\">                Up to                                         1.75%            <\/span><span class=\"table-popover\" rel=\"popover\" data-content=\"Earn 1.25% as a Core client (with $1 \u2013 $99,999 in total assets), 1.75% as a Premium client (with $100,000 - $499,999 in total assets) or 2.25% as a Generation client (with $500,000 or more in total assets).\" title=\"\" data-original-title=\"Interest Rate Conditions\" tabindex=\"0\"><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                rounded-top-right\n                                                                                                                                                                                                                                                \" data-sortvalue=\"\" data-column-index=\"4\" data-decorator=\"text,cafsa.product.datapoint_monthly_fee_large\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Monthly Account Fee\"><span class=\"detail-highlight\">$0<\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        span-last-row\n                                                                                                                        rounded-bottom-left\n                                                            rounded-bottom-right\n                                                                                                                                                                            span-2\n                                                                                                                                                                            \" data-sortvalue=\"\" data-column-index=\"5\" data-decorator=\"text,cafsa.product.misc_year_return\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"1 Year Return\"><span class=\"detail-highlight\">$150.00<\/span><span class=\"table-popover\" rel=\"popover\" data-content=\"Interest is calculated based on a $10,000 balance.\" title=\"\" data-original-title=\"\" tabindex=\"0\"><\/span><\/div><\/td><td class=\"comparison-table__feature comparison-table__feature--longtext comparison-table__feature--offer sorter-false \" data-sortvalue=\"\"><div class=\"comparison-table__cellWrapper comparison-table__product-offer js-calculator-table-value\" data-heading=\"Default Offer\"><svg class=\"luna-icon\" role=\"img\" aria-label=\"Special offer\"><use href=\"#gift\"><\/use><\/svg><span class=\"offer-content\">\n\t\t\t\tGet a $25 cash bonus when you open your first Wealthsimple account and fund at least $1 within 30 days. Plus, earn up to 2.25% interest. T&amp;Cs apply.\n\t\t\t<\/span><\/div><\/td><td class=\"comparison-table__feature comparison-table__cta coa-data cta-column-count-5 \"><div class=\"comparison-table__cellWrapper\"><button type=\"button\" class=\"js-comparison-table__save-button comparison-table__save-button\" aria-label=\"Save\" aria-pressed=\"false\" title=\"Save\"><\/button><a data-component-props='{\"finderScore\":9.2,\"badges\":[],\"productId\":\"964cf5d4-6d6e-4786-8369-d6552cfc7ceb\"}' data-component-id=\"1026\" data-component-version=\"1\" target=\"_blank\" rel=\"sponsored\" href=\"https:\/\/www.finder.com\/redirect\/ca\/savings-accounts\/wealthsimple-cash-ca-savings-account-secure.html?nb=1&amp;src_country=ca&amp;redirect_tracking_params=%7B%22placement_type%22%3A%22table%22%2C%22site%22%3A%22CAFSA%22%2C%22fieldset%22%3A%22CAFSA%2BHomepage%2BTable%22%2C%22template%22%3A%22comparison%22%2C%22category_id%22%3A%22ba754eff-eaf7-42c9-bcb1-44028ebaf519%22%2C%22category_name%22%3A%22All%2BSavings%2BAccounts%22%2C%22is_sorted%22%3A%220%22%2C%22is_filtered%22%3A%220%22%2C%22cta_render_ts%22%3A%221786180607%22%2C%22position%22%3A%227%22%2C%22offer_id%22%3A%2227030%22%2C%22niche_code%22%3A%22CAFSA%22%2C%22product_id%22%3A%22964cf5d4-6d6e-4786-8369-d6552cfc7ceb%22%2C%22product_name%22%3A%22Wealthsimple%2BChequing%2BAccount%22%2C%22post_id%22%3A%22786035%22%2C%22post_path%22%3A%22savings-accounts%252Fmeridian-business-advantage-plus-savings-account%22%2C%22post_country%22%3A%22ca%22%7D\" class=\"luna-button luna-button--success luna-button--medium button--cta\" title=\"Go to Wealthsimple's site\">Go to site<\/a><a href=\"#\" class=\"js-comparison-table__view-details-button comparison-table__view-details-button\" title=\"Read more about Wealthsimple Chequing Account\" data-component-id=\"1003\" data-component-version=\"1\" data-component-props='{\"finderScore\":9.2,\"badges\":[],\"productId\":\"964cf5d4-6d6e-4786-8369-d6552cfc7ceb\"}'><svg class=\"luna-icon\"><use href=\"#info\"><\/use><\/svg> View details                <\/a><div class=\"luna-form__selection comparison-table__compareField\"><fieldset><legend class=\"compare-box__legend\">Compare product selection<\/legend><input class=\"luna-checkbox\" type=\"checkbox\" id=\"compare-product-0000000002-964cf5d4-6d6e-4786-8369-d6552cfc7ceb\" value=\"964cf5d4-6d6e-4786-8369-d6552cfc7ceb\" name=\"productID\" _productname=\"@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}                        \t               9.2                    Excellent                                          Wealthsimple Chequing Account            \" _productimg=\"\/product\/\" data-custom-event-active=\"true\" data-component-id=\"1004\" data-component-version=\"1\" data-component-props='{\"finderScore\":9.2,\"badges\":[],\"productId\":\"964cf5d4-6d6e-4786-8369-d6552cfc7ceb\"}'><label class=\"luna-label\" for=\"compare-product-0000000002-964cf5d4-6d6e-4786-8369-d6552cfc7ceb\">Compare<\/label><\/fieldset><\/div><\/div><\/td><td class=\"comparison-table__expander js-comparison-table__expander hide sidepeek-modal-slider\" aria-hidden=\"true\"><div class=\"sidepeek-modal-slider__overlay\"><\/div><div class=\"sidepeek-modal-slider__content\"><div class=\"sidepeek-modal-slider__close-wrapper\"><button type=\"button\" class=\"sidepeek-modal-slider__close js-expander-trigger\" aria-label=\"Close modal\"><svg class=\"luna-icon sidepeek-modal-slider__close-icon\"><use href=\"#x\"><\/use><\/svg><\/button><\/div><div class=\"comparison-table__cellWrapper\"><div class=\"comparison-table__expander--fetching center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><\/div><\/div><\/td><\/tr><script>\n(function () {\n  window.isInfoBoxMutationObserverInitialized ??= false;\n  if (window.isInfoBoxMutationObserverInitialized) return;\n  window.isInfoBoxMutationObserverInitialized = true;\n\n  document.addEventListener(\"DOMContentLoaded\", () => {\n    function getLinkParams(anchor) {\n      const redirectUrl =\n        anchor.getAttribute(\"data-redirect-url\") || anchor.href || \"\";\n\n      try {\n        const url = new URL(redirectUrl);\n        const rawParams = url.searchParams.get(\"redirect_tracking_params\");\n\n        if (!rawParams) return;\n        const decoded = decodeURIComponent(rawParams);\n        const parsed = JSON.parse(decoded);\n        const { offer_id, niche_code, site, product_name, product_id } = parsed;\n\n        return {\n          redirectUrl,\n          offerId: offer_id,\n          niche: niche_code || site,\n          productName: product_name,\n          productId: product_id,\n        };\n      } catch (e) {\n        console.error(\"Failed to parse redirect_tracking_params\", e);\n      }\n    }\n\n    function initCountdownTimer(rewardsProduct, endDateStr) {\n      const countdownEl = rewardsProduct.querySelector(\".deals-countdown\");\n      \n      if (!countdownEl || !endDateStr) return;\n\n      const daysEl = countdownEl.querySelector(\"[data-countdown-days]\");\n      const hoursEl = countdownEl.querySelector(\"[data-countdown-hours]\");\n      const minutesEl = countdownEl.querySelector(\"[data-countdown-minutes]\");\n      const secondsEl = countdownEl.querySelector(\"[data-countdown-seconds]\");\n\n      let countdownInterval;\n\n      const updateCountdown = () => {\n        const now = new Date().getTime();\n        const endTime = new Date(endDateStr).getTime();\n        const distance = endTime - now;\n\n        if (distance < 0) {\n          \/\/ Countdown finished\n          if (daysEl) daysEl.textContent = \"00d\";\n          if (hoursEl) hoursEl.textContent = \"00h\";\n          if (minutesEl) minutesEl.textContent = \"00m\";\n          if (secondsEl) secondsEl.textContent = \"00s\";\n          if (countdownInterval) {\n            clearInterval(countdownInterval);\n          }\n          return;\n        }\n\n        const days = Math.floor(distance \/ (1000 * 60 * 60 * 24));\n        const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n        const minutes = Math.floor((distance % (1000 * 60 * 60)) \/ (1000 * 60));\n        const seconds = Math.floor((distance % (1000 * 60)) \/ 1000);\n\n        if (daysEl) daysEl.textContent = days.toString().padStart(2, \"0\") + \"d\";\n        if (hoursEl) hoursEl.textContent = hours.toString().padStart(2, \"0\") + \"h\";\n        if (minutesEl) minutesEl.textContent = minutes.toString().padStart(2, \"0\") + \"m\";\n        if (secondsEl) secondsEl.textContent = seconds.toString().padStart(2, \"0\") + \"s\";\n      };\n\n      \/\/ Update immediately\n      updateCountdown();\n\n      \/\/ Update every second\n      countdownInterval = setInterval(updateCountdown, 1000);\n\n      \/\/ Store interval ID to clear it later if needed\n      rewardsProduct.dataset.countdownInterval = countdownInterval;\n    }\n\n    const initRewards = (table) => {\n      if (!table) return;\n\n      const recordIdsAttr = table.getAttribute(\"data-table-record-ids\");\n      if (!recordIdsAttr) return;\n\n      let productIds = [];\n      try {\n        const decoded = recordIdsAttr.replace(\/&quot;\/g, '\"');\n        productIds = JSON.parse(decoded);\n      } catch (e) {\n        return;\n      }\n\n      if (!productIds.length) return;\n\n      productIds.forEach((productId) => {\n        const rewardsProduct = table.querySelector(\n          `div[data-rewards-product-id=\"${productId}\"]:not([data-rewards-banner-attached])`\n        );\n        if (!rewardsProduct) return;\n\n        const endDateStr = rewardsProduct.getAttribute(\"data-end-date\");\n        if (!endDateStr) return;\n\n        \/\/ Format date for Australian locale (dd MMM yyyy)\n        const formattedDate = new Intl.DateTimeFormat(\"en-AU\", {\n          day: \"2-digit\",\n          month: \"short\",\n          year: \"numeric\",\n        }).format(new Date(endDateStr));\n\n        const endDateEl = rewardsProduct.querySelector(\".rewards-end-date\");\n        if (endDateEl && endDateEl.textContent !== formattedDate) {\n          endDateEl.textContent = ` ${formattedDate}`;\n        }\n\n        \/\/ Calculate days remaining\n        const days = Math.ceil((new Date(endDateStr) - new Date()) \/ 86400000);\n\n        \/\/ Show \"Ends Soon\" badge if campaign ends within 7 days\n        if (days <= 7 && days > 0) {\n          const dealsEndsEl = rewardsProduct.querySelector(\".deals-ends\");\n          const dealsPhoneEl = rewardsProduct.querySelector(\".deals-phone\");\n\n          if (dealsEndsEl && dealsEndsEl.style.display !== \"inline-flex\") {\n            dealsEndsEl.style.display = \"inline-flex\";\n          }\n          if (dealsPhoneEl && dealsPhoneEl.style.top !== \"23px\") {\n            dealsPhoneEl.style.top = \"23px\";\n          }\n        }\n\n        \/\/ Initialize countdown timer\n        initCountdownTimer(rewardsProduct, endDateStr);\n\n        const dealsLeftEl = rewardsProduct.querySelector(\".deals-left\");\n        const dealsList = rewardsProduct.querySelector(\".deals-list\");\n        const dealsHeader = rewardsProduct.querySelector(\".deals-header\");\n\n        const handleClick = (triggerEl) => {\n          const row = triggerEl.closest(\"tr\");\n\n          if (!row) return;\n\n          const cta = row.querySelector(\".rewards--cta\");\n\n          if (!cta) return;\n\n          const linkParams = getLinkParams(cta);\n          if (!linkParams) return;\n\n          const { productId, redirectUrl, productName, niche, offerId } = linkParams;\n\n          const modalParams = {\n            productId,\n            campaignName: row.getAttribute(\"data-rewards-campaign-name\") || \"\",\n            redirectUrl,\n            productName,\n            providerName: row.getAttribute(\"data-provider-name\") || \"\",\n            niche,\n            offerId,\n            component: \"infobox\",\n          };\n\n          if (\n            window.rewards &&\n            typeof window.rewards.displayModal === \"function\"\n          ) {\n            window.rewards.displayModal(modalParams, false, cta);\n          }\n        };\n\n        if (dealsLeftEl && !dealsLeftEl.dataset.bound) {\n          dealsLeftEl.dataset.bound = \"true\";\n          dealsLeftEl.addEventListener(\"click\", () => handleClick(dealsLeftEl));\n        }\n\n        if (dealsList && !dealsList.dataset.bound) {\n          dealsList.dataset.bound = \"true\";\n          dealsList.addEventListener(\"click\", () => handleClick(dealsList));\n        }\n\n        if (dealsHeader && !dealsHeader.dataset.bound) {\n          dealsHeader.dataset.bound = \"true\";\n          dealsHeader.addEventListener(\"click\", () => handleClick(dealsHeader));\n        }\n\n        rewardsProduct.dataset.rewardsBannerAttached = \"true\";\n      });\n    };\n\n    const tables = document.querySelectorAll(\n      \"table.rewards--container[data-table-record-ids]\"\n    );\n\n    tables.forEach((table) => {\n      const tableObserver = new MutationObserver(() => {\n        setTimeout(() => initRewards(table), 0);\n      });\n\n      tableObserver.observe(table, {\n        childList: true,\n        subtree: true,\n      });\n\n      initRewards(table);\n    });\n\n    \/\/ Pill countdown timers (minimal UX)\n    function initPillCountdowns() {\n      const countdowns = document.querySelectorAll(\"[data-rewards-pill-countdown]:not([data-pill-countdown-bound])\");\n\n      countdowns.forEach((el) => {\n        el.dataset.pillCountdownBound = \"true\";\n        const endDateStr = el.getAttribute(\"data-end-date\");\n        if (!endDateStr) return;\n\n        const endTime = new Date(endDateStr).getTime();\n        if (Number.isNaN(endTime)) return;\n        const now = new Date().getTime();\n        const distance = endTime - now;\n        const sevenDaysMs = 7 * 24 * 60 * 60 * 1000;\n\n        if (distance <= 0) {\n          const wrapper = el.closest(\".rewards-pill-wrapper\");\n          if (wrapper) wrapper.style.display = \"none\";\n          return;\n        }\n\n        if (distance > sevenDaysMs) {\n          return;\n        }\n\n        el.removeAttribute(\"hidden\");\n\n        const daysEl = el.querySelector(\"[data-pill-countdown-days]\");\n        const hoursEl = el.querySelector(\"[data-pill-countdown-hours]\");\n        const minutesEl = el.querySelector(\"[data-pill-countdown-minutes]\");\n        const secondsEl = el.querySelector(\"[data-pill-countdown-seconds]\");\n\n        let interval;\n        const updatePillCountdown = () => {\n          if (!el.isConnected) {\n            if (interval) clearInterval(interval);\n            return;\n          }\n\n          const remaining = endTime - new Date().getTime();\n\n          if (remaining <= 0) {\n            if (daysEl) daysEl.textContent = \"0d\";\n            if (hoursEl) hoursEl.textContent = \"0h\";\n            if (minutesEl) minutesEl.textContent = \"0m\";\n            if (secondsEl) secondsEl.textContent = \"0s\";\n            if (interval) clearInterval(interval);\n            \/\/ Hide pill wrapper on expiry\n            const wrapper = el.closest(\".rewards-pill-wrapper\");\n            if (wrapper) wrapper.style.display = \"none\";\n            return;\n          }\n\n          const days = Math.floor(remaining \/ (1000 * 60 * 60 * 24));\n          const hours = Math.floor((remaining % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n          const minutes = Math.floor((remaining % (1000 * 60 * 60)) \/ (1000 * 60));\n          const seconds = Math.floor((remaining % (1000 * 60)) \/ 1000);\n\n          if (daysEl) daysEl.textContent = days + \"d\";\n          if (hoursEl) hoursEl.textContent = hours + \"h\";\n          if (minutesEl) minutesEl.textContent = minutes + \"m\";\n          if (secondsEl) secondsEl.textContent = seconds + \"s\";\n        };\n\n        updatePillCountdown();\n        interval = setInterval(updatePillCountdown, 1000);\n      });\n    }\n\n    initPillCountdowns();\n\n    const allTables = document.querySelectorAll(\"table\");\n    allTables.forEach((table) => {\n      const observer = new MutationObserver(() => {\n        setTimeout(initPillCountdowns, 0);\n      });\n      observer.observe(table, { childList: true, subtree: true });\n    });\n  });\n})();\n<\/script><\/tbody><\/table><div class=\"comparison-table__loadingIndicator center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><div class=\"comparison-table__paginationContainer comparison-table__loadMoreContainer \"><div class=\"comparison-table__loadMore comparison-table__paginationNav\"><button class=\"luna-button luna-button--primary js-comparison-table__showMore\" type=\"button\" data-offset=\"7\">Load More<\/button><div class=\"js-show-more-data_count-ba754eff-eaf7-42c9-bcb1-44028ebaf519 comparison-table__dataCount\">Showing\n\t\t\t7\n\t\t\tof\n\t\t\t11\n\t\t\tresults\t\t<\/div><\/div><\/div><\/form><\/section><\/div><div id=\"compare-bar-v2\" class=\"compareBarV2__root rewards--container loyalty-rewards--container\" data-niche=\"CAFSA\" data-rewards-component=\"compare-products\"><\/div><div class=\"finder-score-methodology\"><h3 data-toc=\"false\" id=\"finder-score-methodology\">Finder Score for savings accounts<\/h3>\n\n<p>To make comparing even easier we came up with the <a href=\"https:\/\/www.finder.com\/ca\/finder-score\">Finder Score<\/a>. Interest rates, account fees and features across 50+ savings accounts and 25+ lenders are all weighted and scaled to produce a score out of 10. The higher the score the better the account - simple.<\/p>\n\n<p style=\"text-align: center;\"><a class=\"luna-button luna-button--primary\" href=\"https:\/\/www.finder.com\/ca\/savings-accounts\/savings-accounts-ratings-methodology\">Read the full methodology<\/a><\/p><\/div>\n    <\/div>\n<\/div>\n    <\/div>\n<h3>Frequently asked questions<\/h3><ul class=\"luna-accordionGroup accordionGroup\"><li class=\"luna-accordion\" data-accordion=\"accordion\">\n  <div class=\"luna-accordion__summary\">\n    <h4 class=\"luna-accordion__heading\">\n      <button class=\"luna-accordion__action collapsed\" aria-expanded=\"false\" aria-controls=\"accordion0000000000\" data-toggle=\"collapse\" data-target=\"#accordion0000000000\">\n        <span class=\"luna-accordion__title\">What is Meridian's routing number?<\/span>\n        <svg class=\"luna-icon\" aria-hidden=\"true\">\n          <use xlink:href=\"#chevron-down\" data-accordion-icon=\"show\"><\/use>\n          <use xlink:href=\"#chevron-up\" data-accordion-icon=\"hide\" class=\"is-hidden\"><\/use>\n        <\/svg>\n      <\/button>\n    <\/h4>\n  <\/div>\n  <div class=\"luna-accordion__details collapse\" aria-hidden=\"true\" id=\"accordion0000000000\" data-accordion=\"details\">\n    <div class=\"accordionContent\">The routing number for Meridian Credit Union is 083790162.<\/div>\n  <\/div>\n<\/li><li class=\"luna-accordion\" data-accordion=\"accordion\">\n  <div class=\"luna-accordion__summary\">\n    <h4 class=\"luna-accordion__heading\">\n      <button class=\"luna-accordion__action collapsed\" aria-expanded=\"false\" aria-controls=\"accordion0000000001\" data-toggle=\"collapse\" data-target=\"#accordion0000000001\">\n        <span class=\"luna-accordion__title\">What types of businesses are supported?<\/span>\n        <svg class=\"luna-icon\" aria-hidden=\"true\">\n          <use xlink:href=\"#chevron-down\" data-accordion-icon=\"show\"><\/use>\n          <use xlink:href=\"#chevron-up\" data-accordion-icon=\"hide\" class=\"is-hidden\"><\/use>\n        <\/svg>\n      <\/button>\n    <\/h4>\n  <\/div>\n  <div class=\"luna-accordion__details collapse\" aria-hidden=\"true\" id=\"accordion0000000001\" data-accordion=\"details\">\n    <div class=\"accordionContent\">The following business types are supported with a Meridian business savings account:<ul class=\"list-11\"><li>Sole proprietorship<\/li><li>Partnership<\/li><li>Unincorporated association<\/li><li>Corporation<\/li><\/ul><\/div>\n  <\/div>\n<\/li><\/ul>","protected":false},"excerpt":{"rendered":"<p>Learn about Meridian\u2019s Business Advantage Plus High Interest Rate Savings Account.<\/p>\n","protected":false},"author":711,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_focuskw":"Meridian Business Advantage Plus Savings Account","_yoast_wpseo_title":"Meridian Business Advantage Plus Savings Account Review | Finder","_yoast_wpseo_metadesc":"Meridian offers Canadian business owners the opportunity to earn interest on their savings. Find out if you qualify and how to apply.","_yoast_wpseo_meta-robots-noindex":"1","_yoast_wpseo_meta-robots-nofollow":"","_yoast_wpseo_canonical":"","_yoast_wpseo_opengraph-title":"","_yoast_wpseo_opengraph-description":"","_yoast_wpseo_opengraph-image":"","_yoast_wpseo_opengraph-image-id":"","apple_news_api_created_at":"","apple_news_api_id":"","apple_news_api_modified_at":"","apple_news_api_revision":"","apple_news_api_share_url":"","apple_news_cover_media_provider":"image","apple_news_coverimage":0,"apple_news_coverimage_caption":"","apple_news_cover_video_id":0,"apple_news_cover_video_url":"","apple_news_cover_embedwebvideo_url":"","apple_news_is_hidden":"","apple_news_is_paid":"","apple_news_is_preview":"","apple_news_is_sponsored":"","apple_news_maturity_rating":"","apple_news_metadata":"\"\"","apple_news_pullquote":"","apple_news_pullquote_position":"","apple_news_slug":"","apple_news_sections":[],"apple_news_suppress_video_url":false,"apple_news_use_image_component":false,"post_is_fact_checked":"false","post_co_author":"-1","post_co_author_date":null,"post_co_author_manual_date_checked":null,"post_reviewer":"-1","post_reviewer_date":"","post_reviewer_manual_date_checked":null,"post_editor":"-1","post_editor_date":null,"post_author_date":"","post_author_manual_date_checked":"false","_last_updated_date_data":"{\"is_updated_date_published\":true,\"last_updated_date\":\"2021-07-29 16:03:59\",\"timezone_offset\":\" +00:00\",\"last_update_summary\":\"\"}","_last_major_update":"{\"isOn\":true,\"date\":\"23\/01\/2020\"}","_search_priority":0,"feature_finder_bot_teaser_enabled":false,"feature_finder_bot_teaser_message":"","feature_finder_bot_teaser_placeholder":"","feature_finder_bot_teaser_suggestions":"","footnotes":"","_yoast_wpseo_twitter-title":"","_yoast_wpseo_twitter-description":"","_yoast_wpseo_twitter-image":"","_yoast_wpseo_twitter-image-id":""},"categories":[483],"tags":[5439],"asset_tag":[],"class_list":["post-786035","post","type-post","status-publish","format-standard","hentry","category-savings-accounts","tag-latest-3"],"apple_news_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.6 (Yoast SEO v27.6) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Meridian Business Advantage Plus Savings Account Review | Finder<\/title>\n<meta name=\"description\" content=\"Meridian offers Canadian business owners the opportunity to earn interest on their savings. Find out if you qualify and how to apply.\" \/>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Meridian Business Advantage Plus Savings Account\" \/>\n<meta property=\"og:description\" content=\"Meridian offers Canadian business owners the opportunity to earn interest on their savings. Find out if you qualify and how to apply.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.finder.com\/ca\/savings-accounts\/meridian-business-advantage-plus-savings-account\" \/>\n<meta property=\"og:site_name\" content=\"Finder Canada\" \/>\n<meta property=\"article:published_time\" content=\"2019-06-27T05:37:51+00:00\" \/>\n<meta name=\"author\" content=\"Sam Bourgi\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sam Bourgi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/savings-accounts\\\/meridian-business-advantage-plus-savings-account#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/savings-accounts\\\/meridian-business-advantage-plus-savings-account\"},\"author\":{\"name\":\"Sam Bourgi\",\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/#\\\/schema\\\/person\\\/b7c25c52cae10eba5a6d2c06ec058a6f\"},\"headline\":\"Meridian Business Advantage Plus Savings Account\",\"datePublished\":\"2019-06-27T05:37:51+00:00\",\"dateModified\":\"2021-07-29T12:03:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/savings-accounts\\\/meridian-business-advantage-plus-savings-account\"},\"wordCount\":1458,\"publisher\":{\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/#organization\"},\"articleSection\":[\"Savings Accounts\"],\"inLanguage\":{\"@type\":\"Language\",\"name\":\"English\",\"alternateName\":\"en\"},\"commentCount\":0},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/savings-accounts\\\/meridian-business-advantage-plus-savings-account\",\"url\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/savings-accounts\\\/meridian-business-advantage-plus-savings-account\",\"name\":\"Meridian Business Advantage Plus Savings Account Review | Finder\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/#website\"},\"datePublished\":\"2019-06-27T05:37:51+00:00\",\"dateModified\":\"2021-07-29T12:03:59+00:00\",\"description\":\"Meridian offers Canadian business owners the opportunity to earn interest on their savings. Find out if you qualify and how to apply.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/savings-accounts\\\/meridian-business-advantage-plus-savings-account#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.finder.com\\\/ca\\\/savings-accounts\\\/meridian-business-advantage-plus-savings-account\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/savings-accounts\\\/meridian-business-advantage-plus-savings-account#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"CA\",\"item\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Savings Accounts\",\"item\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/savings-accounts\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Meridian Business Advantage Plus Savings Account\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/#website\",\"url\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/\",\"name\":\"Finder Canada\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/#organization\",\"name\":\"Finder\",\"url\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.finder.com\\\/finder-us\\\/wp-uploads\\\/sites\\\/5\\\/2025\\\/05\\\/Finder-Logo-696x696-1.png\",\"contentUrl\":\"https:\\\/\\\/www.finder.com\\\/finder-us\\\/wp-uploads\\\/sites\\\/5\\\/2025\\\/05\\\/Finder-Logo-696x696-1.png\",\"width\":1392,\"height\":1392,\"caption\":\"Finder\"},\"image\":{\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/Finder_(website)\"],\"description\":\"Every month more than 2 million unique visitors turn to Finder to save money and time, and to make important life choices. We compare everything from bank accounts, personal loans, investing platforms and much more.\",\"email\":\"heythere@finder.com\",\"legalName\":\"Finder\",\"foundingDate\":\"2006-01-01\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"51\",\"maxValue\":\"200\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/#\\\/schema\\\/person\\\/b7c25c52cae10eba5a6d2c06ec058a6f\",\"name\":\"Sam Bourgi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cdn.finder.com.au\\\/finder-us\\\/wp-uploads\\\/sites\\\/5\\\/2025\\\/05\\\/SamBourgi_Supplied_512x512.jpg\",\"url\":\"https:\\\/\\\/cdn.finder.com.au\\\/finder-us\\\/wp-uploads\\\/sites\\\/5\\\/2025\\\/05\\\/SamBourgi_Supplied_512x512.jpg\",\"contentUrl\":\"https:\\\/\\\/cdn.finder.com.au\\\/finder-us\\\/wp-uploads\\\/sites\\\/5\\\/2025\\\/05\\\/SamBourgi_Supplied_512x512.jpg\",\"caption\":\"Sam Bourgi\"},\"description\":\"Sam Bourgi was a contributing writer to Finder.com, where he specializes in financial markets. He has spent the past nine years focused on economics, markets and cryptocurrencies. His work has been featured in and cited by some of the world's leading newscasts, including Barron's, Yahoo, CBOE and Forbes.\",\"sameAs\":[\"https:\\\/\\\/twitter.com\\\/hsbourgi\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/bourgi87\\\/\"],\"url\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/author\\\/sambourgi\",\"jobTitle\":\"Contributor\",\"worksFor\":{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/#organization\",\"name\":\"Finder\"}}]}<\/script>\n<meta property=\"article:modified_time\" content=\"2021-07-29T12:03:59+00:00\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Meridian Business Advantage Plus Savings Account Review | Finder","description":"Meridian offers Canadian business owners the opportunity to earn interest on their savings. Find out if you qualify and how to apply.","robots":{"index":"noindex","follow":"follow"},"og_locale":"en_US","og_type":"article","og_title":"Meridian Business Advantage Plus Savings Account","og_description":"Meridian offers Canadian business owners the opportunity to earn interest on their savings. Find out if you qualify and how to apply.","og_url":"https:\/\/www.finder.com\/ca\/savings-accounts\/meridian-business-advantage-plus-savings-account","og_site_name":"Finder Canada","article_published_time":"2019-06-27T05:37:51+00:00","author":"Sam Bourgi","twitter_misc":{"Written by":"Sam Bourgi","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.finder.com\/ca\/savings-accounts\/meridian-business-advantage-plus-savings-account#article","isPartOf":{"@id":"https:\/\/www.finder.com\/ca\/savings-accounts\/meridian-business-advantage-plus-savings-account"},"author":{"name":"Sam Bourgi","@id":"https:\/\/www.finder.com\/ca\/#\/schema\/person\/b7c25c52cae10eba5a6d2c06ec058a6f"},"headline":"Meridian Business Advantage Plus Savings Account","datePublished":"2019-06-27T05:37:51+00:00","dateModified":"2021-07-29T12:03:59+00:00","mainEntityOfPage":{"@id":"https:\/\/www.finder.com\/ca\/savings-accounts\/meridian-business-advantage-plus-savings-account"},"wordCount":1458,"publisher":{"@id":"https:\/\/www.finder.com\/ca\/#organization"},"articleSection":["Savings Accounts"],"inLanguage":{"@type":"Language","name":"English","alternateName":"en"},"commentCount":0},{"@type":"WebPage","@id":"https:\/\/www.finder.com\/ca\/savings-accounts\/meridian-business-advantage-plus-savings-account","url":"https:\/\/www.finder.com\/ca\/savings-accounts\/meridian-business-advantage-plus-savings-account","name":"Meridian Business Advantage Plus Savings Account Review | Finder","isPartOf":{"@id":"https:\/\/www.finder.com\/ca\/#website"},"datePublished":"2019-06-27T05:37:51+00:00","dateModified":"2021-07-29T12:03:59+00:00","description":"Meridian offers Canadian business owners the opportunity to earn interest on their savings. Find out if you qualify and how to apply.","breadcrumb":{"@id":"https:\/\/www.finder.com\/ca\/savings-accounts\/meridian-business-advantage-plus-savings-account#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.finder.com\/ca\/savings-accounts\/meridian-business-advantage-plus-savings-account"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.finder.com\/ca\/savings-accounts\/meridian-business-advantage-plus-savings-account#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"CA","item":"https:\/\/www.finder.com\/ca\/"},{"@type":"ListItem","position":2,"name":"Savings Accounts","item":"https:\/\/www.finder.com\/ca\/savings-accounts"},{"@type":"ListItem","position":3,"name":"Meridian Business Advantage Plus Savings Account"}]},{"@type":"WebSite","@id":"https:\/\/www.finder.com\/ca\/#website","url":"https:\/\/www.finder.com\/ca\/","name":"Finder Canada","description":"","publisher":{"@id":"https:\/\/www.finder.com\/ca\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.finder.com\/ca\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.finder.com\/ca\/#organization","name":"Finder","url":"https:\/\/www.finder.com\/ca\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.finder.com\/ca\/#\/schema\/logo\/image\/","url":"https:\/\/www.finder.com\/finder-us\/wp-uploads\/sites\/5\/2025\/05\/Finder-Logo-696x696-1.png","contentUrl":"https:\/\/www.finder.com\/finder-us\/wp-uploads\/sites\/5\/2025\/05\/Finder-Logo-696x696-1.png","width":1392,"height":1392,"caption":"Finder"},"image":{"@id":"https:\/\/www.finder.com\/ca\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/en.wikipedia.org\/wiki\/Finder_(website)"],"description":"Every month more than 2 million unique visitors turn to Finder to save money and time, and to make important life choices. We compare everything from bank accounts, personal loans, investing platforms and much more.","email":"heythere@finder.com","legalName":"Finder","foundingDate":"2006-01-01","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"51","maxValue":"200"}},{"@type":"Person","@id":"https:\/\/www.finder.com\/ca\/#\/schema\/person\/b7c25c52cae10eba5a6d2c06ec058a6f","name":"Sam Bourgi","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/sites\/5\/2025\/05\/SamBourgi_Supplied_512x512.jpg","url":"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/sites\/5\/2025\/05\/SamBourgi_Supplied_512x512.jpg","contentUrl":"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/sites\/5\/2025\/05\/SamBourgi_Supplied_512x512.jpg","caption":"Sam Bourgi"},"description":"Sam Bourgi was a contributing writer to Finder.com, where he specializes in financial markets. He has spent the past nine years focused on economics, markets and cryptocurrencies. His work has been featured in and cited by some of the world's leading newscasts, including Barron's, Yahoo, CBOE and Forbes.","sameAs":["https:\/\/twitter.com\/hsbourgi","https:\/\/www.linkedin.com\/in\/bourgi87\/"],"url":"https:\/\/www.finder.com\/ca\/author\/sambourgi","jobTitle":"Contributor","worksFor":{"@type":"Organization","@id":"https:\/\/www.finder.com\/ca\/#organization","name":"Finder"}}]},"article_modified_time":"2021-07-29T12:03:59+00:00"},"custom_fields":{"show_author_box":["yes"],"_masthead_subheading":["{\"text\":\"Meridian offers a savings account designed for business owners who want to earn interest on their account balance.\"}"],"_content_type":["niche-content\/information\/product-rates-and-fees"],"_masthead_variant":["{\"id\":\"standard-blue\",\"showFeaturedImage\":false,\"presetId\":\"\",\"shouldUsePrimaryCTAFieldName\":false,\"shouldUseSecondaryCTAFieldName\":false,\"primaryCTA\":null,\"secondaryCTA\":null,\"widgetShortcode\":\"\",\"widgetHeading\":\"\",\"widgetStats\":\"\",\"hasPrioritizedWidget\":false,\"hasMaximizedWidget\":false,\"shouldUseOverrideCTALabel\":false,\"overrideCTA\":null,\"cleanTopPicks\":\"\",\"tilesMenuId\":\"\"}"],"custom_post_template":["single-product-review.php"]},"amp_enabled":false,"_links":{"self":[{"href":"https:\/\/www.finder.com\/ca\/wp-json\/wp\/v2\/posts\/786035","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.finder.com\/ca\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.finder.com\/ca\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.finder.com\/ca\/wp-json\/wp\/v2\/users\/711"}],"replies":[{"embeddable":true,"href":"https:\/\/www.finder.com\/ca\/wp-json\/wp\/v2\/comments?post=786035"}],"version-history":[{"count":13,"href":"https:\/\/www.finder.com\/ca\/wp-json\/wp\/v2\/posts\/786035\/revisions"}],"predecessor-version":[{"id":1057612,"href":"https:\/\/www.finder.com\/ca\/wp-json\/wp\/v2\/posts\/786035\/revisions\/1057612"}],"wp:attachment":[{"href":"https:\/\/www.finder.com\/ca\/wp-json\/wp\/v2\/media?parent=786035"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.finder.com\/ca\/wp-json\/wp\/v2\/categories?post=786035"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.finder.com\/ca\/wp-json\/wp\/v2\/tags?post=786035"},{"taxonomy":"asset_tag","embeddable":true,"href":"https:\/\/www.finder.com\/ca\/wp-json\/wp\/v2\/asset_tag?post=786035"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}