Use this skill with your AI agent
Paste this skill into your AI agent's context, or save the file to your project. Works with any AI agent that reads markdown.
| 1 | --- |
| 2 | name: canada-transfer-pricing |
| 3 | description: > |
| 4 | Use this skill whenever asked about Canada transfer pricing rules, documentation requirements, or CRA transfer pricing compliance. Trigger on phrases like "transfer pricing Canada", "Canadian TP documentation", "CRA transfer pricing", "master file Canada", "local file Canada", "CbCR Canada", "APA Canada", "Section 247", "Form T106", "contemporaneous documentation Canada", or any question about intercompany pricing for Canadian entities. |
| 5 | version: 1.0 |
| 6 | jurisdiction: CA |
| 7 | category: transfer-pricing |
| 8 | depends_on: |
| 9 | - transfer-pricing-workflow-base |
| 10 | --- |
| 11 | |
| 12 | # Canada Transfer Pricing Skill v1.0 |
| 13 | |
| 14 | --- |
| 15 | |
| 16 | ## Section 1 -- Quick Reference |
| 17 | |
| 18 | | Field | Value | |
| 19 | |---|---| |
| 20 | | Country | Canada | |
| 21 | | Tax authority | Canada Revenue Agency (CRA) | |
| 22 | | Key TP legislation | Section 247, Income Tax Act (ITA) | |
| 23 | | Documentation | Subsection 247(4) ITA -- contemporaneous documentation | |
| 24 | | CbCR | Form RC4649; Part XVIII of the ITA | |
| 25 | | OECD member? | Yes | |
| 26 | | BEPS signatory? | Yes | |
| 27 | | Currency | CAD | |
| 28 | | Documentation language | English or French | |
| 29 | | Skill version | 1.0 | |
| 30 | |
| 31 | --- |
| 32 | |
| 33 | ## Section 2 -- Documentation Requirements |
| 34 | |
| 35 | ### 2.1 Contemporaneous Documentation (Section 247(4)) |
| 36 | |
| 37 | | Item | Detail | |
| 38 | |---|---| |
| 39 | | Required? | Yes, for all taxpayers with non-arm's length transactions with non-residents (where Form T106 filed) | |
| 40 | | Threshold | Aggregate transactions > CAD 1 million with any single non-resident related party | |
| 41 | | Timing | Must be prepared or obtained by the "documentation-due date" (tax return filing deadline) | |
| 42 | | Content | Six prescribed items per s.247(4)(a): parties, terms, method, assumptions, comparable data, adjustments | |
| 43 | | Provision to CRA | Within 3 months of written request (reducing to 30 days for years beginning after 4 Nov 2025) | |
| 44 | |
| 45 | ### 2.2 Form T106 -- Information Return |
| 46 | |
| 47 | | Item | Detail | |
| 48 | |---|---| |
| 49 | | Required? | Yes, if total non-arm's length transactions with non-residents > CAD 1 million in tax year | |
| 50 | | Filing deadline | 6 months after end of taxation year (aligns with corporate tax return) | |
| 51 | | Content | Summary of all non-arm's length transactions by non-resident party | |
| 52 | |
| 53 | ### 2.3 Master File / Local File |
| 54 | |
| 55 | Canada does not formally mandate OECD-style Master File / Local File (no separate filing). However, the 2025 draft legislation introduces enhanced documentation aligning with OECD standards for years beginning after November 4, 2025. |
| 56 | |
| 57 | ### 2.4 Country-by-Country Report (Form RC4649) |
| 58 | |
| 59 | | Item | Detail | |
| 60 | |---|---| |
| 61 | | Threshold | Consolidated group revenue ≥ EUR 750 million | |
| 62 | | Filing deadline | 12 months after fiscal year-end | |
| 63 | | Applies to | Canadian ultimate parent entities of qualifying MNE groups | |
| 64 | | Notification | Required (CBC2 notification form) | |
| 65 | |
| 66 | --- |
| 67 | |
| 68 | ## Section 3 -- Arm's Length Standard |
| 69 | |
| 70 | ### 3.1 Definition |
| 71 | |
| 72 | Section 247(2) ITA: Where terms/conditions between a taxpayer and a non-arm's length non-resident differ from those that would have been made between arm's length parties, adjustments are made to reflect arm's length conditions. |
| 73 | |
| 74 | ### 3.2 Accepted Methods |
| 75 | |
| 76 | | Method | Accepted | |
| 77 | |---|---| |
| 78 | | Comparable Uncontrolled Price (CUP) | Yes | |
| 79 | | Resale Price Method (RPM) | Yes | |
| 80 | | Cost Plus Method (CPM) | Yes | |
| 81 | | Transactional Net Margin Method (TNMM) | Yes | |
| 82 | | Profit Split Method (PSM) | Yes | |
| 83 | |
| 84 | ### 3.3 Preferred Method |
| 85 | |
| 86 | No statutory hierarchy. CRA accepts most appropriate method per OECD Guidelines. IC 87-2R provides administrative guidance. |
| 87 | |
| 88 | ### 3.4 Recharacterization Power |
| 89 | |
| 90 | Section 247(2)(b)(c)(d): CRA can recharacterize transactions if they would not have been entered into at all between arm's length parties (not just reprice them). |
| 91 | |
| 92 | --- |
| 93 | |
| 94 | ## Section 4 -- Filing Obligations |
| 95 | |
| 96 | | Obligation | Detail | |
| 97 | |---|---| |
| 98 | | Contemporaneous documentation | Prepared by documentation-due date; provided within 3 months (30 days from 2025+) of CRA request | |
| 99 | | Form T106 | Annual information return (if threshold met) | |
| 100 | | Form T1134 | Information return for foreign affiliates | |
| 101 | | Form RC4649 (CbCR) | Annual filing (EUR 750m+ groups) | |
| 102 | | CBC2 notification | Annual notification | |
| 103 | | Corporate tax return (T2) | Annual self-assessment | |
| 104 | |
| 105 | --- |
| 106 | |
| 107 | ## Section 5 -- Deadlines |
| 108 | |
| 109 | | Item | Deadline | |
| 110 | |---|---| |
| 111 | | Documentation preparation | By documentation-due date (corporate: 6 months after year-end) | |
| 112 | | Provision to CRA on request | 3 months from written request (30 days for years beginning after 4 Nov 2025) | |
| 113 | | Form T106 | 6 months after taxation year-end | |
| 114 | | CbCR (RC4649) | 12 months after fiscal year-end | |
| 115 | | T2 corporate tax return | 6 months after taxation year-end | |
| 116 | | T2 tax payment | 2-3 months after year-end (depending on entity type) | |
| 117 | |
| 118 | --- |
| 119 | |
| 120 | ## Section 6 -- Penalties |
| 121 | |
| 122 | ### 6.1 Transfer Pricing Penalty (s.247(3)) |
| 123 | |
| 124 | | Item | Detail | |
| 125 | |---|---| |
| 126 | | Trigger threshold | Net TP adjustment exceeds lesser of: CAD 5 million OR 10% of gross revenue (threshold increased to CAD 10 million from 2025+) | |
| 127 | | Penalty rate | 10% of the TP adjustment amount exceeding the threshold | |
| 128 | | Reasonable efforts defence | No penalty if taxpayer made "reasonable efforts" to determine arm's length pricing | |
| 129 | | Documentation impact | Failure to meet s.247(4) requirements = deemed NOT to have made reasonable efforts | |
| 130 | |
| 131 | ### 6.2 Other Penalties |
| 132 | |
| 133 | | Offence | Penalty | |
| 134 | |---|---| |
| 135 | | Late filing Form T106 | CAD 25/day, minimum CAD 100, maximum CAD 2,500 | |
| 136 | | Failure to file Form T106 | Up to CAD 2,500 per return | |
| 137 | | Late CbCR | Standard administrative penalties | |
| 138 | |
| 139 | --- |
| 140 | |
| 141 | ## Section 7 -- Advance Pricing Agreements (APA) |
| 142 | |
| 143 | | Item | Detail | |
| 144 | |---|---| |
| 145 | | Availability | Yes (active program) | |
| 146 | | Types | Unilateral, Bilateral, Multilateral | |
| 147 | | Governing guidance | IC 94-4R (International Circular) | |
| 148 | | Application | To CRA Competent Authority Division | |
| 149 | | Duration | Typically 5 years prospective; rollback for up to 5 prior years | |
| 150 | | Fees | No application fee | |
| 151 | | Processing time | 2-4 years (bilateral takes longer) | |
| 152 | | Annual compliance report | Required | |
| 153 | | Key benefit | Eliminates penalty exposure for covered transactions | |
| 154 | |
| 155 | --- |
| 156 | |
| 157 | ## Section 8 -- Safe Harbours |
| 158 | |
| 159 | Canada does not have formal statutory safe harbour rules for transfer pricing. |
| 160 | |
| 161 | | Area | Detail | |
| 162 | |---|---| |
| 163 | | Low-value services | No formal safe harbour; CRA may accept 5% cost-plus in low-risk scenarios | |
| 164 | | Interest rates | No safe harbour; market benchmarking required (thin cap rules separate) | |
| 165 | | Simplified documentation (2025+) | Draft legislation introduces simplified requirements where prescribed conditions met | |
| 166 | | Small transactions | No de minimis; all related-party transactions should be at arm's length | |
| 167 | | Form T106 threshold | Aggregate transactions ≤ CAD 1 million: no Form T106 filing required | |
| 168 | |
| 169 | ### 8.1 Practical Risk Assessment |
| 170 | |
| 171 | CRA uses a risk-based approach to TP audits, focusing on: |
| 172 | - Large/complex transactions with high-risk jurisdictions |
| 173 | - Transactions involving intangibles and cost-sharing arrangements |
| 174 | - Financial transactions (intercompany loans, guarantees) |
| 175 | - Entities with thin capitalisation concerns |
| 176 | - Losses sustained over multiple years in Canada |
| 177 | |
| 178 | ### 8.2 2025 Simplified Documentation |
| 179 | |
| 180 | Draft legislation for taxation years beginning after November 4, 2025 introduces: |
| 181 | - Simplified contemporaneous documentation for taxpayers meeting prescribed conditions |
| 182 | - Conditions and scope still being finalized through consultation |
| 183 | - Intended to reduce compliance burden for lower-risk transactions |
| 184 | |
| 185 | --- |
| 186 | |
| 187 | ## Section 9 -- Recent Developments |
| 188 | |
| 189 | | Date | Development | |
| 190 | |---|---| |
| 191 | | August 2025 | Draft legislation: enhanced TP documentation requirements (OECD-aligned analytical framework) | |
| 192 | | November 2025 | New rules effective for taxation years beginning after 4 November 2025 | |
| 193 | | 2025 | Penalty threshold increased to lesser of CAD 10 million or 10% of gross revenue | |
| 194 | | 2025 | Response time for documentation reduced from 3 months to 30 days | |
| 195 | | 2024 | Pillar Two implementation underway | |
| 196 | | Ongoing | CRA increased TP audit activity on intangibles and financial transactions | |
| 197 | | Ongoing | Simplified documentation measures for prescribed conditions introduced | |
| 198 | |
| 199 | --- |
| 200 | |
| 201 | ## Section 10 -- Interaction with Other Skills |
| 202 | |
| 203 | | Related skill | Interaction | |
| 204 | |---|---| |
| 205 | | canada-bookkeeping | TP documentation relies on Canadian accounting records | |
| 206 | | canada-corporate-tax | TP adjustments under s.247 directly affect taxable income | |
| 207 | | canada-gst-hst | TP adjustments may affect customs value | |
| 208 | | Thin capitalisation | Separate debt-to-equity rules (s.18(4)) interact with TP for intercompany loans | |
| 209 | | Form T106 | Annual information return; compliance gateway for TP | |
| 210 | | CbCR | Used by CRA for risk-based audit selection | |
| 211 | |
| 212 | --- |
| 213 | |
| 214 | ## Disclaimer |
| 215 | |
| 216 | This skill and its outputs are provided for informational and computational purposes only and do not constitute tax, legal, or financial advice. Open Accountants and its contributors accept no liability for any errors, omissions, or outcomes arising from the use of this skill. All outputs must be reviewed and signed off by a qualified professional before filing or acting upon. |
| 217 |
Run this skill, then get an accountant to check it
After running the full skill pack in your AI agent, sign up and upload your worksheet. We'll connect you with a trusted accountant in our network who can review your numbers before you file.
Verification status
Research-verified
Drafted from authoritative sources (tax authority sites, Big-4 summaries). Awaiting credentialed sign-off.
Needs section-by-section practitioner review to reach accountant-verified.
Section review progress
About
Use this skill whenever asked about Canada transfer pricing rules, documentation requirements, or CRA transfer pricing compliance. Trigger on phrases like "transfer pricing Canada", "Canadian TP documentation", "CRA transfer pricing", "master file Canada", "local file Canada", "CbCR Canada", "APA Canada", "Section 247", "Form T106", "contemporaneous documentation Canada", or any question about intercompany pricing for Canadian entities.
Use this skill
This skill is open source and free to use in any AI agent. Copy it, download it, or clone the repo. If you find an error, report an issue — a licensed accountant will review.