{"id":400,"date":"2025-11-13T00:11:37","date_gmt":"2025-11-13T00:11:37","guid":{"rendered":"https:\/\/canada.truenorthtaxes.ca\/?p=400"},"modified":"2025-11-13T00:11:37","modified_gmt":"2025-11-13T00:11:37","slug":"carrying-charges-interest-expenses","status":"publish","type":"post","link":"https:\/\/truenorthbenefits.ca\/taxes\/carrying-charges-interest-expenses\/","title":{"rendered":"Carrying Charges &amp; Interest Expenses"},"content":{"rendered":"\n<style>\n:root {\n    --primary-color: #4F46E5;\n    --secondary-color: #10B981;\n    --text-dark: #1F2937;\n    --text-light: #6B7280;\n    --bg-light: #F9FAFB;\n    --border-color: #E5E7EB;\n    --success-color: #059669;\n    --warning-color: #F59E0B;\n}\n\n.vftc-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 20px;\n    color: var(--text-dark);\n}\n\n.vftc-hero {\n    text-align: center;\n    padding: 40px 20px;\n    background: #4F46E5;\n    border-radius: 16px;\n    color: white;\n    margin-bottom: 40px;\n}\n\n.vftc-hero h1 {\n    font-size: 2.5em;\n    margin: 0 0 16px 0;\n    font-weight: 700;\n}\n\n.vftc-hero p {\n    font-size: 1.2em;\n    opacity: 0.95;\n    max-width: 700px;\n    margin: 0 auto;\ncolor:white!important;\n}\n\n.vftc-content {\n    background: white;\n    border-radius: 12px;\n    padding: 40px;\n    margin-bottom: 30px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n}\n\n.vftc-content h2 {\n    font-size: 1.8em;\n    margin: 30px 0 20px 0;\n    color: var(--text-dark);\n    display: flex;\n    align-items: center;\n    gap: 12px;\n}\n\n.vftc-content h3 {\n    font-size: 1.4em;\n    margin: 25px 0 16px 0;\n    color: var(--text-dark);\n}\n\n.vftc-content p {\n    line-height: 1.8;\n    color: var(--text-light);\n    margin-bottom: 16px;\n    font-size: 1.05em;\n}\n\n.vftc-icon {\n    width: 48px;\n    height: 48px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: linear-gradient(135deg, #FEE2E2 0%, #FED7AA 100%);\n    border-radius: 12px;\n    flex-shrink: 0;\n}\n\n.vftc-icon svg {\n    width: 28px;\n    height: 28px;\n    stroke: #4F46E5;\n}\n\n.vftc-highlight-box {\n    background: linear-gradient(135deg, #DBEAFE 0%, #E0E7FF 100%);\n    border-left: 4px solid var(--primary-color);\n    padding: 24px;\n    border-radius: 12px;\n    margin: 30px 0;\n}\n\n.vftc-highlight-box h3 {\n    margin-top: 0;\n    color: var(--primary-color);\n}\n\n.vftc-features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));\n    gap: 24px;\n    margin: 30px 0;\n}\n\n.vftc-feature-card {\n    background: var(--bg-light);\n    padding: 28px;\n    border-radius: 12px;\n    text-align: center;\n    transition: all 0.3s;\n}\n\n.vftc-feature-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);\n}\n\n.vftc-feature-icon {\n    width: 72px;\n    height: 72px;\n    margin: 0 auto 20px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: linear-gradient(135deg, #FEE2E2 0%, #FED7AA 100%);\n    border-radius: 16px;\n}\n\n.vftc-feature-icon svg {\n    width: 40px;\n    height: 40px;\n    stroke: #4F46E5;\n}\n\n.vftc-feature-card h4 {\n    margin: 0 0 12px 0;\n    color: var(--text-dark);\n    font-size: 1.2em;\n}\n\n.vftc-feature-card p {\n    margin: 0;\n    font-size: 0.95em;\n}\n\n.vftc-list {\n    list-style: none;\n    padding: 0;\n    margin: 20px 0;\n}\n\n.vftc-list li {\n    padding: 12px 0 12px 36px;\n    position: relative;\n    line-height: 1.6;\n    color: var(--text-light);\n}\n\n.vftc-list li:before {\n    content: \"\u2713\";\n    position: absolute;\n    left: 0;\n    color: var(--success-color);\n    font-weight: bold;\n    font-size: 1.3em;\n}\n\n.vftc-faq-section {\n    background: white;\n    border-radius: 12px;\n    padding: 40px;\n    margin-top: 40px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n}\n\n.vftc-faq-section h2 {\n    font-size: 2em;\n    margin: 0 0 30px 0;\n    color: var(--text-dark);\n    text-align: center;\n}\n\n.vftc-faq-item {\n    background: var(--bg-light);\n    padding: 24px;\n    border-radius: 12px;\n    margin-bottom: 16px;\n    cursor: pointer;\n    transition: all 0.3s;\n}\n\n.vftc-faq-item:hover {\n    background: #F3F4F6;\n}\n\n.vftc-faq-question {\n    font-weight: 600;\n    color: var(--text-dark);\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    font-size: 1.1em;\n}\n\n.vftc-faq-toggle {\n    width: 32px;\n    height: 32px;\n    background: white;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    transition: all 0.3s;\n}\n\n.vftc-faq-item.active .vftc-faq-toggle {\n    background: var(--primary-color);\n}\n\n.vftc-faq-toggle svg {\n    width: 20px;\n    height: 20px;\n    stroke: var(--text-dark);\n    transition: all 0.3s;\n}\n\n.vftc-faq-item.active .vftc-faq-toggle svg {\n    stroke: white;\n    transform: rotate(180deg);\n}\n\n.vftc-faq-answer {\n    margin-top: 16px;\n    color: var(--text-light);\n    line-height: 1.7;\n    display: none;\n}\n\n.vftc-faq-item.active .vftc-faq-answer {\n    display: block;\n}\n\n.vftc-cta-box {\n    background: linear-gradient(135deg, var(--primary-color) 0%, #7C3AED 100%);\n    padding: 32px;\n    border-radius: 12px;\n    text-align: center;\n    color: white;\n    margin: 30px 0;\n}\n\n.vftc-cta-box h3 {\n    margin: 0 0 16px 0;\n    color: white;\n}\n\n.vftc-cta-box p {\n    margin: 0 0 20px 0;\n    opacity: 0.95;\n    color: white;\n}\n\n.vftc-cta-button {\n    display: inline-block;\n    background: white;\n    color: var(--primary-color);\n    padding: 14px 32px;\n    border-radius: 8px;\n    text-decoration: none;\n    font-weight: 600;\n    transition: all 0.3s;\n}\n\n.vftc-cta-button:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);\n}\n\n@media (max-width: 768px) {\n    .vftc-hero h1 {\n        font-size: 1.8em;\n    }\n    \n    .vftc-content {\n        padding: 24px;\n    }\n    \n    .vftc-features-grid {\n        grid-template-columns: 1fr;\n    }\n}\n<\/style>\n<div class=\"vftc-wrapper\">\n    <div class=\"vftc-hero\">\n        <h1>Carrying Charges &#038; Interest Expenses Canada 2026<\/h1>\n        <p>Turn your investment costs into tax savings \u2014 here&#8217;s how to claim what you deserve<\/p>\n    <\/div>\n\n<div class=\"vftc-content\">\n    <p>Let&#8217;s face it \u2014 investing isn&#8217;t cheap. Between management fees, interest on investment loans, and those endless charges that nibble away at your returns, it can feel like death by a thousand cuts. But here&#8217;s the thing: the CRA actually lets you deduct many of these carrying charges and interest expenses on your tax return. That means more money back in your pocket and less flowing to Ottawa.<\/p>\n\n    <div class=\"vftc-highlight-box\">\n        <h3>Quick Answer<\/h3>\n        <p><strong>You can deduct carrying charges on line 22100 of your tax return<\/strong> for expenses incurred to earn investment income. This includes investment management fees, interest on borrowed money used to invest, and certain legal\/accounting fees. However, you cannot claim interest on loans for RRSPs\/TFSAs, safety deposit box charges, or commissions on stock purchases.<\/p>\n    <\/div>\n\n    <h2>\n        <div class=\"vftc-icon\">\n            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n            <\/svg>\n        <\/div>\n        What Exactly Are Carrying Charges?\n    <\/h2>\n    \n    <p>In plain English? Carrying charges are the costs you pay to &#8220;carry&#8221; or hold your investments. Think of them as the price of doing business in the investment world. The CRA specifically allows deductions for these expenses because, well, they&#8217;re considered necessary to earn investment income. But here&#8217;s where it gets a bit murky \u2014 not every fee with a fancy name makes the cut.<\/p>\n\n    <p>The income tax act has some pretty specific rules about what qualifies. And trust me, the CRA loves to audit these deductions, so you&#8217;d better have your ducks in a row with proper documentation and a clear paper trail tracing your borrowed funds to eligible investments.<\/p>\n\n    <h2>\n        <div class=\"vftc-icon\">\n            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 10V3L4 14h7v7l9-11h-7z\"><\/path>\n            <\/svg>\n        <\/div>\n        What You CAN Deduct (The Good News)\n    <\/h2>\n\n    <div class=\"vftc-features-grid\">\n        <div class=\"vftc-feature-card\">\n            <div class=\"vftc-feature-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>Investment Management Fees<\/h4>\n            <p>IMA fees from your T3 slip for non-registered accounts. These are the fees you pay someone to manage your investments like a pro.<\/p>\n        <\/div>\n\n        <div class=\"vftc-feature-card\">\n            <div class=\"vftc-feature-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>Investment Interest Expenses<\/h4>\n            <p>Interest on borrowed money used to earn income from property. This includes margin interest and investment loan interest, as long as there&#8217;s a reasonable expectation of income.<\/p>\n        <\/div>\n\n        <div class=\"vftc-feature-card\">\n            <div class=\"vftc-feature-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>Legal &#038; Accounting Fees<\/h4>\n            <p>Fees for preparing tax returns if you have business or property income, and legal fees related to support payments you&#8217;re owed.<\/p>\n        <\/div>\n\n        <div class=\"vftc-feature-card\">\n            <div class=\"vftc-feature-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 9V7a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2m2 4h10a2 2 0 002-2v-6a2 2 0 00-2-2H9a2 2 0 00-2 2v6a2 2 0 002 2zm7-5a2 2 0 11-4 0 2 2 0 014 0z\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>Policy Loan Interest<\/h4>\n            <p>Interest on insurance policy loans used to earn income. Your insurer needs to complete Form T2210 to verify this.<\/p>\n        <\/div>\n    <\/div>\n\n    <h2>\n        <div class=\"vftc-icon\">\n            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-2.5L13.732 4c-.77-.833-1.964-.833-2.732 0L3.732 16.5c-.77.833.192 2.5 1.732 2.5z\"><\/path>\n            <\/svg>\n        <\/div>\n        What You CANNOT Deduct (The Bad News)\n    <\/h2>\n\n    <p>Before you get too excited and start trying to deduct everything under the sun, let&#8217;s pump the brakes. The CRA has a strict &#8220;nope&#8221; list, and claiming these will land you in hot water faster than you can say &#8220;audit.&#8221;<\/p>\n\n    <ul class=\"vftc-list\">\n        <li>Interest on money borrowed for RRSPs, TFSAs, RESPs, FHSAs, or other registered plans<\/li>\n        <li>Brokerage fees or commissions when buying\/selling securities (these reduce your capital gains instead)<\/li>\n        <li>Safety deposit box charges (even if you store investment certificates there)<\/li>\n        <li>Student loan interest (claim this as a credit on line 31900 instead)<\/li>\n        <li>Subscription fees for financial newspapers, magazines, or newsletters<\/li>\n        <li>General financial planning fees (unless part of an investment management fee)<\/li>\n        <li>Legal fees for divorce or custody battles<\/li>\n    <\/ul>\n\n    <h2>\n        <div class=\"vftc-icon\">\n            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 5H7a2 2 0 00-2 2v10a2 2 0 002 2h8a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01\"><\/path>\n            <\/svg>\n        <\/div>\n        The &#8220;Reasonable Expectation of Income&#8221; Rule\n    <\/h2>\n\n    <p>Here&#8217;s where the CRA gets picky. You can&#8217;t just borrow money to buy any old stock and expect to deduct the interest. Your investment must have a <strong>reasonable expectation of income<\/strong> \u2014 meaning it should pay interest or dividends. If the only potential return is capital gains, you&#8217;re out of luck.<\/p>\n\n    <p>But don&#8217;t panic if your stocks aren&#8217;t currently paying dividends. The CRA generally accepts that common shares might pay dividends in the future. However, if a company has a stated policy of never paying dividends (looking at you, certain tech giants), then borrowing to buy those shares won&#8217;t give you a deduction. The infamous <em>Swirsky v. The Queen<\/em> case taught us that lesson the hard way.<\/p>\n\n    <div class=\"vftc-highlight-box\">\n        <h3>\ud83d\udca1 Pro Tip: Tracing Your Funds<\/h3>\n        <p>The CRA requires you to maintain a clear <strong>paper trail<\/strong> showing that borrowed money went directly to income-producing investments. If you commingle funds in one account, you might lose your deduction. Use separate credit facilities for investment purposes to keep things clean and CRA-friendly.<\/p>\n    <\/div>\n\n    <h2>\n        <div class=\"vftc-icon\">\n            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253\"><\/path>\n            <\/svg>\n        <\/div>\n        How to Claim Your Deductions\n    <\/h2>\n\n    <p>Ready to get your money back? Here&#8217;s the play-by-play:<\/p>\n\n    <ul class=\"vftc-list\">\n        <li>Claim your total carrying charges and interest expenses on <strong>line 22100<\/strong> of your personal tax return<\/li>\n        <li>Complete Schedule 4 (federal) if you have both Canadian and foreign investment income<\/li>\n        <li>For Quebec residents, report on Schedule N instead<\/li>\n        <li>Keep all receipts, statements, and documentation \u2014 the CRA might ask for them later<\/li>\n        <li>Don&#8217;t reduce your investment&#8217;s adjusted cost base with these expenses (that&#8217;s a common mistake)<\/li>\n    <\/ul>\n\n    <p>These deductions reduce your taxable income dollar-for-dollar, which could bump you into a lower tax bracket. Speaking of which, understanding <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/tax-brackets-canada\/\" style=\"color: var(--primary-color); text-decoration: none; font-weight: 600;\">Canada&#8217;s tax brackets<\/a> helps you see the full impact of these deductions.<\/p>\n\n    <div class=\"vftc-cta-box\">\n        <h3>Want to Maximize Your Tax Return?<\/h3>\n        <p>See how carrying charges affect your overall tax picture with our calculator<\/p>\n        <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/income-tax-calculator\/\" class=\"vftc-cta-button\">Calculate My Tax Savings<\/a>\n    <\/div>\n\n    <h2>\n        <div class=\"vftc-icon\">\n            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n            <\/svg>\n        <\/div>\n        The Disappearing Source Rule (When Things Go Sideways)\n    <\/h2>\n\n    <p>What happens if your investment tanks and you sell it at a loss? Good news \u2014 the <strong>disappearing source rules<\/strong> might let you continue deducting interest on the remaining loan balance. This is a bit of a silver lining when your leveraged investment doesn&#8217;t pan out. The key is that you used the proceeds to pay down the associated debt.<\/p>\n\n    <p>But here&#8217;s the nuance: this only applies if you actually dispose of the investment. If you&#8217;re just holding a losing position hoping for a rebound, you can still deduct the interest as long as the original reasonable expectation of income existed.<\/p>\n\n    <h2>\n        <div class=\"vftc-icon\">\n            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n            <\/svg>\n        <\/div>\n        Compound Interest Deductions\n    <\/h2>\n\n    <p>Here&#8217;s a hidden gem many Canadians miss: <strong>compound interest<\/strong> on investment loans is also deductible under Section 20(1)(d) of the Income Tax Act. If you borrow money to pay the interest on your investment loan (yes, borrowing to pay interest on borrowed money), that second loan&#8217;s interest can be deductible too. It&#8217;s like tax deduction inception, but completely legit.<\/p>\n\n    <p>However, the CRA is watching this closely. You need to maintain immaculate records showing the trail of funds from each loan to its eligible use. One misstep and the whole deduction house of cards could come tumbling down.<\/p>\n<\/div>\n\n<div class=\"vftc-faq-section\">\n    <h2>Frequently Asked Questions<\/h2>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            Can I deduct interest on a loan used to buy stocks that don&#8217;t pay dividends?\n            <div class=\"vftc-faq-toggle\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                <\/svg>\n            <\/div>\n        <\/div>\n        <div class=\"vftc-faq-answer\">\n            Yes, if there&#8217;s a reasonable expectation the company will pay dividends in the future. However, if the company has a stated policy of never paying dividends, your interest deduction will likely be denied. The CRA looks at the company&#8217;s history and stated intentions.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            Are mutual fund MERs deductible as carrying charges?\n            <div class=\"vftc-faq-toggle\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                <\/svg>\n            <\/div>\n        <\/div>\n        <div class=\"vftc-faq-answer\">\n            No, the Management Expense Ratio (MER) is not deductible. However, separate investment management fees (IMA fees) shown on your T3 slip for non-registered accounts are deductible on line 22100. The MER is already reflected in the fund&#8217;s performance.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            What happens if my investment income is less than my interest expense?\n            <div class=\"vftc-faq-toggle\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                <\/svg>\n            <\/div>\n        <\/div>\n        <div class=\"vftc-faq-answer\">\n            You&#8217;re still allowed to deduct the full interest expense in most cases. The excess creates a non-capital loss that can be carried back three years or forward indefinitely to offset other income. For Quebec residents, provincial rules limit the deduction to actual investment income earned.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            Can I deduct financial advisor fees for my TFSA or RRSP?\n            <div class=\"vftc-faq-toggle\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                <\/svg>\n            <\/div>\n        <\/div>\n        <div class=\"vftc-faq-answer\">\n            Absolutely not. Any fees related to registered accounts (RRSPs, TFSAs, RESPs, FHSAs, etc.) are permanently non-deductible. This includes management fees, advisory fees, or interest on loans to contribute to these accounts. The tax shelter benefit outweighs the deduction.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            How long should I keep records for my carrying charges?\n            <div class=\"vftc-faq-toggle\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                <\/svg>\n            <\/div>\n        <\/div>\n        <div class=\"vftc-faq-answer\">\n            The CRA generally recommends keeping records for six years from the end of the tax year. However, for carrying charges and especially interest deductibility, you should keep records indefinitely until the debt is fully repaid. This includes loan agreements, statements showing fund transfers, and investment purchase confirmations.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            What is the &#8220;tracing of funds&#8221; requirement?\n            <div class=\"vftc-faq-toggle\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                <\/svg>\n            <\/div>\n        <\/div>\n        <div class=\"vftc-faq-answer\">\n            You must be able to trace every dollar of borrowed money directly to the purchase of income-producing investments. The CRA takes a strict approach \u2014 if you can&#8217;t prove the link, you lose the deduction. Avoid commingling borrowed funds with personal cash. Use dedicated investment lines of credit and maintain separate accounts.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            Can I claim carrying charges if I only have capital gains?\n            <div class=\"vftc-faq-toggle\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                <\/svg>\n            <\/div>\n        <\/div>\n        <div class=\"vftc-faq-answer\">\n            No. If your investment&#8217;s only possible return is capital gains (no interest or dividends expected), you cannot deduct any carrying charges or interest expenses. This is a strict CRA rule. That&#8217;s why borrowing to buy vacant land or certain growth-only investments rarely qualifies for interest deductions.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            Are there special rules for Quebec residents?\n            <div class=\"vftc-faq-toggle\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                <\/svg>\n            <\/div>\n        <\/div>\n        <div class=\"vftc-faq-answer\">\n            Yes, Quebec limits investment expense deductibility to the amount of investment income actually earned during the year. This differs from federal rules where excess interest creates a loss carryforward. Quebec residents must complete Schedule N and may have non-capital losses restricted at the provincial level.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            Can I deduct fees for preparing my tax return?\n            <div class=\"vftc-faq-toggle\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                <\/svg>\n            <\/div>\n        <\/div>\n        <div class=\"vftc-faq-answer\">\n            Only if you have income from a business or property, and accounting is a usual part of those operations. For most salaried employees with only investment income, tax preparation fees are not deductible. The fees must be reasonable and directly related to earning the business or property income.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            How does the Alternative Minimum Tax (AMT) affect carrying charge deductions?\n            <div class=\"vftc-faq-toggle\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                <\/svg>\n            <\/div>\n        <\/div>\n        <div class=\"vftc-faq-answer\">\n            For AMT purposes, 50% of interest and financing expenses incurred to earn income from property are added back to your adjusted taxable income. This means high carrying charge deductions could trigger AMT for some taxpayers. The 2024 federal budget increased AMT scrutiny, so high-income earners with large investment interest deductions should be particularly careful.\n        <\/div>\n    <\/div>\n<\/div>\n<\/div>\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n    const faqItems = document.querySelectorAll('.vftc-faq-item');\n    \n    faqItems.forEach(item => {\n        item.addEventListener('click', function() {\n            const isActive = this.classList.contains('active');\n            \n            \/\/ Close all items\n            faqItems.forEach(i => i.classList.remove('active'));\n            \n            \/\/ Open clicked item if it wasn't active\n            if (!isActive) {\n                this.classList.add('active');\n            }\n        });\n    });\n});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Carrying Charges &#038; Interest Expenses Canada 2026 Turn your investment costs into tax savings \u2014 here&#8217;s how to claim what you deserve Let&#8217;s face it \u2014 investing isn&#8217;t cheap. Between management fees, interest on investment loans, and those endless charges that nibble away at your returns, it can feel like death by a thousand cuts. [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22],"tags":[],"class_list":["post-400","post","type-post","status-publish","format-standard","hentry","category-tax-deductions"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":8}},"_links":{"self":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts\/400","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/comments?post=400"}],"version-history":[{"count":0,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts\/400\/revisions"}],"wp:attachment":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/media?parent=400"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/categories?post=400"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/tags?post=400"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}