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: ifrs-local-gaap-reconciliation |
| 3 | description: > |
| 4 | Use this skill whenever a preparer or reviewer needs to reconcile financial statements between IFRS Accounting Standards and a local GAAP. Trigger on phrases like "IFRS to US GAAP", "GAAP differences", "IFRS reconciliation", "first-time adoption IFRS 1", "ASC 842 vs IFRS 16", "ASC 606 vs IFRS 15", "ASC 326 CECL vs IFRS 9 ECL", "IAS 12 vs ASC 740", "Indian Ind AS", "Chinese ASBE", "Japanese J-GAAP", "Brazilian CPC", "Italian OIC", "German HGB", "UK FRS 102", "convergence", "EBIT vs operating profit", or any request to identify, quantify, or document a difference between IFRS and a national accounting framework. Covers the major reconciliation differences between IFRS and: US GAAP (ASC), German HGB, UK FRS 102, Italian OIC, French PCG, Indian Ind AS, Chinese ASBE 2006/2014, Japanese J-GAAP, Brazilian CPC (pre/post full IFRS adoption), Canadian ASPE (private enterprises). Does NOT cover: tax accounting (only the IAS 12 / ASC 740 deferred-tax differences are flagged), audit opinion construction, or local statutory filing mechanics. ALWAYS read this skill before booking an IFRS-to-local-GAAP adjustment or producing comparative financial statements. |
| 5 | version: 0.1 |
| 6 | jurisdiction: GLOBAL |
| 7 | tax_year: 2025 |
| 8 | category: cross-border |
| 9 | depends_on: |
| 10 | - financial-statements-workflow-base |
| 11 | verified_by: pending |
| 12 | --- |
| 13 | |
| 14 | # IFRS ↔ Local GAAP Reconciliation v0.1 |
| 15 | |
| 16 | ## What this file is |
| 17 | |
| 18 | **This file is a content skill that loads on top of `financial-statements-workflow-base`.** It maps the major recognition, measurement, and presentation differences between IFRS Accounting Standards (as issued by the IASB through 31 December 2024) and the principal national accounting frameworks. |
| 19 | |
| 20 | **Tax year coverage.** Current for **annual periods beginning on or after 1 January 2025**, reflecting: |
| 21 | - IFRS 18 Presentation and Disclosure in Financial Statements (effective 1 January 2027 — early adoption permitted) |
| 22 | - IFRS 19 Subsidiaries without Public Accountability: Disclosures (effective 1 January 2027 — early adoption permitted) |
| 23 | - US ASU 2023-09 Improvements to Income Tax Disclosures (effective for public business entities annual periods beginning after 15 Dec 2024) |
| 24 | - US ASU 2023-07 Segment Reporting (effective annual periods beginning after 15 Dec 2023) |
| 25 | - IND AS amendments per Companies (Indian Accounting Standards) Amendment Rules 2024 |
| 26 | - China MOF revisions to ASBE (2024 supplementary guidance) |
| 27 | |
| 28 | **The reviewer is the customer of this output.** GAAP reconciliations have direct consequences for reported earnings, debt covenant compliance, and tax provisions. Every output must be reviewed by a credentialed practitioner (typically a CPA / CA with dual-GAAP experience) before any reconciliation is finalised. |
| 29 | |
| 30 | --- |
| 31 | |
| 32 | ## Section 1 — Scope statement |
| 33 | |
| 34 | This skill covers reconciliation between **IFRS Accounting Standards** and: |
| 35 | |
| 36 | - **US GAAP** (FASB Accounting Standards Codification) |
| 37 | - **German HGB** (Handelsgesetzbuch §238-342e plus DRS standards) |
| 38 | - **UK GAAP** (FRS 102 — the Financial Reporting Standard applicable in the UK and Republic of Ireland) |
| 39 | - **Italian OIC** (Organismo Italiano di Contabilità standards, codified Civil Code Art. 2423-2435 et seq.) |
| 40 | - **French PCG** (Plan Comptable Général; ANC Règlement 2014-03 consolidated) |
| 41 | - **Indian Ind AS** (Companies (Indian Accounting Standards) Rules 2015 — broadly IFRS-equivalent with carve-outs) |
| 42 | - **Chinese ASBE** (Accounting Standards for Business Enterprises 2006/2014 — substantively converged with IFRS but with material differences in application) |
| 43 | - **Japanese J-GAAP** (Japanese Generally Accepted Accounting Principles per ASBJ and Business Accounting Council) |
| 44 | - **Brazilian CPC** (Comitê de Pronunciamentos Contábeis — Brazil adopted full IFRS for listed entities from 2010; CPC standards mirror IFRS, but PJ-medium and small entities apply CPC-PME) |
| 45 | - **Canadian ASPE** (Accounting Standards for Private Enterprises — Part II of CPA Canada Handbook) |
| 46 | |
| 47 | This skill does NOT cover: |
| 48 | |
| 49 | - **Local statutory filing mechanics** (XBRL formats, regulator portals, audit thresholds — see country `*-financial-statements.md` skills). |
| 50 | - **Tax computations** beyond the deferred-tax recognition and measurement differences. |
| 51 | - **First-time adoption mechanics in jurisdiction-specific detail** (see IFRS 1 with jurisdiction overlays). |
| 52 | - **Audit opinion drafting** under local GAAS / ISAs. |
| 53 | - **Industry-specific GAAPs** for insurance (other than IFRS 17 vs ASC 944), banking (other than IFRS 9 vs ASC 326), or extractives. |
| 54 | |
| 55 | --- |
| 56 | |
| 57 | ## Section 2 — Reconciliation methodology |
| 58 | |
| 59 | ### Step 1 — Identify the framework pair |
| 60 | |
| 61 | **[T1]** Confirm both frameworks in play. Document: |
| 62 | - IFRS as issued by IASB? Or IFRS as adopted by EU? Or local IFRS-equivalent (Ind AS, ASBE)? |
| 63 | - Specific local GAAP: US GAAP (public vs private)? FRS 102 (full vs Section 1A)? HGB (BilMoG era)? |
| 64 | |
| 65 | ### Step 2 — Identify the reporting periods |
| 66 | |
| 67 | Annual periods, comparative periods, restatement scope. |
| 68 | |
| 69 | ### Step 3 — Walk the difference catalogue (Section 3) |
| 70 | |
| 71 | For each line item or transaction, walk through: |
| 72 | - The IFRS treatment with paragraph citation |
| 73 | - The local GAAP treatment with paragraph citation |
| 74 | - The difference in measurement, recognition, or presentation |
| 75 | - The adjustment entry (debit/credit, balance sheet and income statement legs) |
| 76 | |
| 77 | ### Step 4 — Document the reconciliation |
| 78 | |
| 79 | Produce: |
| 80 | - A net income reconciliation: IFRS PAT → local GAAP PAT with line items |
| 81 | - An equity reconciliation: IFRS equity → local GAAP equity with line items |
| 82 | - A balance sheet reconciliation by major category |
| 83 | - An operating-cash-flow reconciliation if a cash flow statement is in scope |
| 84 | |
| 85 | --- |
| 86 | |
| 87 | ## Section 3 — Material difference catalogue |
| 88 | |
| 89 | ### 3.1 Revenue recognition |
| 90 | |
| 91 | | Topic | IFRS | US GAAP | Other GAAP | |
| 92 | |---|---|---|---| |
| 93 | | Standard | IFRS 15 | ASC 606 | HGB: realisation principle (§252(1)4 HGB) — narrower; FRS 102 §23 — IFRS-aligned; J-GAAP: substantively converged 2018 | |
| 94 | | Variable consideration | Estimated and constrained (expected value or most likely) | Same (ASC 606 was joint project) | HGB: realised only when claim is enforceable | |
| 95 | | Licences (right to use vs right to access) | Point in time vs over time | Same | HGB: revenue at delivery | |
| 96 | | Contract costs (commissions) | Capitalise if recoverable; amortise (IFRS 15 ¶91-94) | Same (ASC 340-40) | HGB: expense as incurred | |
| 97 | | Principal vs agent | Control of specified good/service before transfer | Same | Generally consistent | |
| 98 | |
| 99 | **Typical adjustment:** none if both IFRS 15 and ASC 606 are properly applied; differences emerge in transition period adjustments (modified retrospective vs full retrospective). |
| 100 | |
| 101 | ### 3.2 Leases |
| 102 | |
| 103 | | Topic | IFRS 16 | ASC 842 | |
| 104 | |---|---|---| |
| 105 | | Lessee model | Single model: capitalise all leases ≥ 12 months and > USD 5,000 with ROU asset and lease liability | Dual model: Finance leases (similar to IFRS 16) and Operating leases (ROU asset but straight-line P&L expense) | |
| 106 | | P&L pattern | Depreciation + interest (front-loaded total) | Operating: straight-line lease expense; Finance: depreciation + interest | |
| 107 | | Lessor model | Substantially converged with ASC 840/842 | Substantially converged with IFRS 16 | |
| 108 | | Sale-and-leaseback | Recognise gain only to extent of rights transferred | Subtle measurement difference where leaseback at off-market terms | |
| 109 | |
| 110 | **[T1] Recurring P&L difference:** under ASC 842 operating leases, lessees report straight-line rent; under IFRS 16 the same lease produces front-loaded expense. EBITDA differs. |
| 111 | |
| 112 | | Topic | IFRS 16 vs FRS 102 | |
| 113 | |---|---| |
| 114 | | FRS 102 (UK private) | Section 20 retains the operating-vs-finance distinction; no ROU asset for operating leases. Material difference on transition from IFRS to FRS 102 (e.g., for groups moving to UK private status). | |
| 115 | |
| 116 | | Topic | IFRS 16 vs HGB | |
| 117 | |---|---| |
| 118 | | HGB | Lessee accounting follows economic ownership tests (BilMoG). Most operating leases remain off-balance-sheet — significant difference vs IFRS 16. | |
| 119 | |
| 120 | ### 3.3 Financial instruments — impairment |
| 121 | |
| 122 | | Topic | IFRS 9 | ASC 326 (CECL) | |
| 123 | |---|---|---| |
| 124 | | Model | 3-stage Expected Credit Loss (ECL) — 12-month ECL → lifetime ECL on significant increase in credit risk → lifetime ECL on credit-impaired | Current Expected Credit Loss (CECL) — lifetime ECL from inception, no staging | |
| 125 | | Scope | Financial assets at amortised cost, FVOCI debt, lease receivables, loan commitments, financial guarantees | Same scope plus held-to-maturity debt securities | |
| 126 | | Available-for-sale securities | n/a (replaced by FVOCI debt) | OTTI replaced by available-for-sale credit loss model (allowance) | |
| 127 | |
| 128 | **[T1] Quantitative difference:** ASC 326 generally produces higher day-one allowances because lifetime ECL applies from origination. IFRS 9 day-one allowance is 12-month ECL only. |
| 129 | |
| 130 | ### 3.4 Financial instruments — classification and measurement |
| 131 | |
| 132 | | Topic | IFRS 9 | ASC 320/321/825 | |
| 133 | |---|---|---| |
| 134 | | Classification | Business model + SPPI: amortised cost / FVOCI / FVPL | Trading / Available-for-sale / Held-to-maturity (debt); FV through earnings (equity) | |
| 135 | | Equity investments without significant influence | FVPL or FVOCI election (no recycling) | Generally FVPL unless practicable expedient (cost less impairment, less observable price changes) for non-marketable | |
| 136 | |
| 137 | ### 3.5 Goodwill |
| 138 | |
| 139 | | Topic | IFRS | US GAAP | |
| 140 | |---|---|---| |
| 141 | | Amortisation | Not amortised (IAS 38 ¶107 / IFRS 3) | Not amortised by public BEs; private companies may elect 10-year amortisation under ASU 2014-02 | |
| 142 | | Impairment test | Annual + indicator-based; one-step (recoverable amount = higher of FV less costs to sell, value in use) | Annual + indicator; one-step quantitative for public BEs after ASU 2017-04 | |
| 143 | | CGU vs Reporting Unit | IAS 36 CGU | ASC 350 Reporting Unit (typically broader) | |
| 144 | |
| 145 | | Topic | IFRS vs HGB | |
| 146 | |---|---| |
| 147 | | HGB §253(3) requires goodwill amortisation over useful life (default 5 years if not estimable) | Material recurring P&L difference | |
| 148 | |
| 149 | | Topic | IFRS vs J-GAAP | |
| 150 | |---|---| |
| 151 | | J-GAAP requires goodwill amortisation over up to 20 years (typically straight-line) | Material recurring P&L difference | |
| 152 | |
| 153 | ### 3.6 Inventory |
| 154 | |
| 155 | | Topic | IFRS (IAS 2) | US GAAP (ASC 330) | |
| 156 | |---|---|---| |
| 157 | | LIFO | Prohibited | Permitted (and common in US tax matching — LIFO conformity rule) | |
| 158 | | Lower of cost / NRV reversal | Permitted if NRV recovers | Reversal not permitted (one-way) | |
| 159 | |
| 160 | **[T1] Adjustment:** LIFO-reserve reclassification; reversal restoration on inventory write-down recovery (rare but material when present). |
| 161 | |
| 162 | ### 3.7 Property, plant and equipment |
| 163 | |
| 164 | | Topic | IFRS (IAS 16) | US GAAP (ASC 360) | HGB | |
| 165 | |---|---|---|---| |
| 166 | | Revaluation model | Permitted | Not permitted | Not permitted (HGB §253 cost-based) | |
| 167 | | Component depreciation | Required (IAS 16 ¶43) | Permitted, less commonly applied | Not required | |
| 168 | | Impairment reversal | Required when indicators reverse | Not permitted (ASC 360-10-35-20) | Required for reversible impairment | |
| 169 | |
| 170 | ### 3.8 Intangible assets / development costs |
| 171 | |
| 172 | | Topic | IFRS (IAS 38) | US GAAP (ASC 350, ASC 730, ASC 985-20) | |
| 173 | |---|---|---| |
| 174 | | Internal development costs | Capitalise from development phase if 6 criteria met | Generally expensed (R&D) except for ASC 985-20 software (technological feasibility test) and certain web/internal-use software (ASC 350-40) | |
| 175 | |
| 176 | **[T1] Recurring difference:** IFRS-compliant tech companies often capitalise more development cost than under US GAAP. Reconciliation requires reversal. |
| 177 | |
| 178 | ### 3.9 Borrowing costs |
| 179 | |
| 180 | | Topic | IFRS (IAS 23) | US GAAP (ASC 835-20) | |
| 181 | |---|---|---| |
| 182 | | Qualifying assets | Capitalise on qualifying assets | Same | |
| 183 | | Inventories (long production cycle) | Capitalise unless routinely manufactured in large quantities | Generally expense routine inventory; capitalise for major construction inventory | |
| 184 | |
| 185 | ### 3.10 Provisions |
| 186 | |
| 187 | | Topic | IFRS (IAS 37) | US GAAP (ASC 450) | |
| 188 | |---|---|---| |
| 189 | | Recognition | "Probable" = more likely than not (>50%) | "Probable" = high likelihood (typically interpreted as ~70%-80%) | |
| 190 | | Measurement | Best estimate; discount if material | Best estimate of range; if range, low end if no point in range better; usually not discounted unless timing is fixed | |
| 191 | |
| 192 | **[T1] Quantitative difference:** IFRS recognises more provisions at smaller amounts; US GAAP recognises fewer provisions but at higher amounts. |
| 193 | |
| 194 | ### 3.11 Employee benefits |
| 195 | |
| 196 | | Topic | IFRS (IAS 19) | US GAAP (ASC 715) | |
| 197 | |---|---|---| |
| 198 | | Pension actuarial gains/losses | Through OCI immediately (no recycling) | Through OCI with amortisation to P&L over expected remaining service life (corridor method abolished by ASC 715 amendments but amortisation remains) | |
| 199 | | Net interest on net defined benefit liability | Single rate (discount rate) on net liability | Separate expected return on plan assets and interest cost on PBO | |
| 200 | |
| 201 | ### 3.12 Income taxes |
| 202 | |
| 203 | | Topic | IFRS (IAS 12) | US GAAP (ASC 740) | |
| 204 | |---|---|---| |
| 205 | | Uncertain tax positions | Single best estimate / expected value | Two-step: more-likely-than-not recognition, then measurement at cumulative-probability ≥ 50% | |
| 206 | | Intra-entity asset transfers | Recognise deferred tax effects immediately (post-2017 ASU eliminated US deferral but only for non-inventory; inventory still deferred) | Inventory deferred until external sale; non-inventory recognised | |
| 207 | | Tax base | Tax base concept | Same | |
| 208 | |
| 209 | ### 3.13 Foreign exchange |
| 210 | |
| 211 | | Topic | IFRS (IAS 21) | US GAAP (ASC 830) | |
| 212 | |---|---|---| |
| 213 | | Functional currency determination | Primary indicators + secondary | Same with subtle differences for parent's currency in cumulative translation | |
| 214 | | Hyperinflationary economies | IAS 29 restatement when cumulative 3-yr inflation > 100% | ASC 830-10-45-12: same threshold; remeasure as if functional currency = reporting currency | |
| 215 | |
| 216 | ### 3.14 Consolidation |
| 217 | |
| 218 | | Topic | IFRS (IFRS 10) | US GAAP (ASC 810) | |
| 219 | |---|---|---| |
| 220 | | Control | Single model: power + variable returns + ability to use power | Two models: voting interest entities and Variable Interest Entities (VIE) | |
| 221 | | Investment entity exception | IFRS 10 exempts investment entities from consolidating non-investment subsidiaries | ASC 946 similar for investment companies | |
| 222 | |
| 223 | ### 3.15 Business combinations |
| 224 | |
| 225 | | Topic | IFRS 3 | ASC 805 | |
| 226 | |---|---|---| |
| 227 | | Non-controlling interest measurement | Choice on each business combination: FV (full goodwill) or proportionate share of identifiable net assets | Always FV (full goodwill) | |
| 228 | | Contingent consideration classification | Liability or equity per IAS 32 (most variable-amount = liability) | Same | |
| 229 | | Acquisition-related costs | Expense | Expense | |
| 230 | |
| 231 | ### 3.16 Cash flow statement |
| 232 | |
| 233 | | Topic | IFRS (IAS 7) | US GAAP (ASC 230) | |
| 234 | |---|---|---| |
| 235 | | Interest paid | Choice: operating or financing | Operating only | |
| 236 | | Interest received | Choice: operating or investing | Operating only | |
| 237 | | Dividends paid | Choice: operating or financing | Financing only | |
| 238 | | Dividends received | Choice: operating or investing | Operating only | |
| 239 | | Income taxes | Operating unless specifically identifiable with investing/financing | Operating only | |
| 240 | |
| 241 | ### 3.17 Presentation (IFRS 18 effective 2027) |
| 242 | |
| 243 | **[T1]** IFRS 18 introduces three required categories on the income statement: operating, investing, financing. Mandates new subtotals: operating profit, profit before financing and tax. Adds management-defined performance measures (MPMs) reconciliation. **No direct US GAAP equivalent** — material presentation difference begins 2027. |
| 244 | |
| 245 | ### 3.18 Subsidiaries without public accountability (IFRS 19 effective 2027) |
| 246 | |
| 247 | Permits reduced disclosure for subsidiaries of IFRS parents that have no public accountability. No US GAAP equivalent (compare to ASC private-company alternatives). |
| 248 | |
| 249 | --- |
| 250 | |
| 251 | ## Section 4 — German HGB-specific differences |
| 252 | |
| 253 | | Topic | HGB | IFRS | |
| 254 | |---|---|---| |
| 255 | | Prudence principle | Strict imparity / realisation principles (§252) | Neutral / faithful representation | |
| 256 | | Internally generated intangibles | Optional capitalisation under §248(2) BilMoG (rare in practice) | Required IFRS 38 capitalisation if 6 criteria met | |
| 257 | | Goodwill | Amortise over useful life (default 5 years) | Not amortised | |
| 258 | | Pension provisions | Discount rate set by Bundesbank-published average (§253(2)) | Yield on AA corporate bonds in IAS 19 | |
| 259 | | Construction contracts | Completed contract method permitted (§275(2)1) | IFRS 15 percentage-of-completion (over time) when criteria met | |
| 260 | | Provisions | More extensive recognition (§249) including for omissions of own labour | IAS 37 narrower | |
| 261 | | Foreign currency receivables/payables ≤ 1 yr | Reported at lower of historical or closing rate (§256a) | IAS 21 closing rate | |
| 262 | | Derivatives | Designated hedges only at fair value; otherwise §254 hedge units with no gain recognition | IFRS 9 all derivatives at FV | |
| 263 | |
| 264 | --- |
| 265 | |
| 266 | ## Section 5 — UK FRS 102-specific differences |
| 267 | |
| 268 | | Topic | FRS 102 | IFRS | |
| 269 | |---|---|---| |
| 270 | | Goodwill | Amortise over finite useful life (max 10 years if not reliably estimable) | Not amortised | |
| 271 | | Investment property | FV through P&L if held to earn rentals AND FV can be measured reliably without undue cost or effort | Same option; FRS 102 has the "undue cost or effort" cap | |
| 272 | | Borrowing costs | Accounting policy choice: expense or capitalise | IAS 23 capitalise on qualifying assets (no choice) | |
| 273 | | Development costs | Policy choice: expense or capitalise | IAS 38 capitalise if 6 criteria met | |
| 274 | | Defined benefit plan accounting | Net interest model (similar to IAS 19) | Same | |
| 275 | | Lease accounting | Operating-vs-finance distinction (Section 20) — operating leases off-balance-sheet | IFRS 16 single model, ROU on balance sheet | |
| 276 | |
| 277 | **[T1] FRS 102 March 2024 amendments** (effective 1 January 2026): bring lease accounting closer to IFRS 16 (ROU asset and lease liability for material operating leases). Until then, leases is the largest FRS 102 ↔ IFRS difference for UK private companies. |
| 278 | |
| 279 | --- |
| 280 | |
| 281 | ## Section 6 — Indian Ind AS-specific carve-outs |
| 282 | |
| 283 | **[T1]** Ind AS is broadly IFRS-equivalent (Companies Indian Accounting Standards Rules 2015) but contains carve-outs: |
| 284 | |
| 285 | | Topic | Ind AS | IFRS | |
| 286 | |---|---|---| |
| 287 | | Foreign currency monetary items long-term | Para 46A option: amortise FX over remaining life of asset / liability | IAS 21 immediate P&L (with hedge accounting overlay) | |
| 288 | | Bargain purchase | Recognise in capital reserve through OCI | IFRS 3 recognise gain in P&L | |
| 289 | | Property, plant and equipment | Option to use previous GAAP carrying value as deemed cost (first-time adoption) | Choice but stricter rules | |
| 290 | | Service concession arrangements | Not yet fully adopted (App C to Ind AS 11 deferred); IFRIC 12 broader | Full IFRIC 12 | |
| 291 | |
| 292 | --- |
| 293 | |
| 294 | ## Section 7 — Chinese ASBE-specific differences |
| 295 | |
| 296 | **[T1]** Substantively converged with IFRS, but: |
| 297 | |
| 298 | | Topic | ASBE | IFRS | |
| 299 | |---|---|---| |
| 300 | | Related-party transactions | Broader disclosure required including state-owned enterprises under common control | Generally narrower | |
| 301 | | Reversal of asset impairment | Goodwill, long-lived assets — NOT reversible | Long-lived assets reversible (IAS 36) | |
| 302 | | Government grants | Choice of gross vs net presentation | IAS 20 — option | |
| 303 | | Mergers under common control | Pooling-of-interests with carrying value | IFRS 3 excludes common control; in practice, pooling | |
| 304 | | Fixed assets — borrowing costs | Capitalise mandatorily | Same | |
| 305 | |
| 306 | --- |
| 307 | |
| 308 | ## Section 8 — Japanese J-GAAP-specific differences |
| 309 | |
| 310 | | Topic | J-GAAP | IFRS | |
| 311 | |---|---|---| |
| 312 | | Goodwill | Amortise over useful life (max 20 years) straight-line | Not amortised | |
| 313 | | Revenue | Substantively converged with IFRS 15 from FY2021 (ASBJ Statement 29) | IFRS 15 | |
| 314 | | Leases | Lessee: finance vs operating distinction; off-balance for operating | IFRS 16 single model | |
| 315 | | Development costs | Generally expensed (similar to old US GAAP); software for sale capitalised after technological feasibility | IFRS 38 capitalise if 6 criteria met | |
| 316 | | R&D | Expense as incurred | Same | |
| 317 | | Pension actuarial gains/losses | OCI immediately recognised under updated standards (post-2014 ASBJ); previously corridor allowed | IFRS 19 OCI immediately | |
| 318 | |
| 319 | --- |
| 320 | |
| 321 | ## Section 9 — Brazilian CPC-specific notes |
| 322 | |
| 323 | **[T1]** Listed companies must use CPC standards (Brazilian IFRS-equivalent). Closely held entities (PME) may apply CPC-PME — substantively the IFRS for SMEs. Differences from full IFRS for listed companies are minor and typically arise from: |
| 324 | - Timing of Brazilian-specific interpretations (ICPC, OCPC) |
| 325 | - Tax provisions interacting with the RTT/MEP regime now repealed |
| 326 | - Indexation of pre-IFRS opening balances under Law 11638/2007 |
| 327 | |
| 328 | --- |
| 329 | |
| 330 | ## Section 10 — Canadian ASPE-specific differences |
| 331 | |
| 332 | ASPE (Part II of CPA Canada Handbook) is the Canadian framework for private enterprises that elect not to apply IFRS. Substantive differences: |
| 333 | |
| 334 | | Topic | ASPE | IFRS | |
| 335 | |---|---|---| |
| 336 | | Goodwill | Amortise over useful life (no max stated, typically ≤ 40 years) | Not amortised | |
| 337 | | Intangibles | Amortise over useful life | If finite, amortise; if indefinite, impairment-only | |
| 338 | | Leases | Operating-vs-finance distinction | IFRS 16 single model | |
| 339 | | Income taxes | Choice of taxes-payable method or future income taxes method (deferred) | IAS 12 deferred only | |
| 340 | | Investments in subsidiaries / associates | Choice of cost, equity, or consolidation | IFRS requires consolidation / equity method per applicable IFRS | |
| 341 | | Defined benefit plans | Choice of accrued benefit obligation valuation method | IAS 19 prescribed projected unit credit | |
| 342 | |
| 343 | --- |
| 344 | |
| 345 | ## Section 11 — Output specification |
| 346 | |
| 347 | The reviewer brief must include: |
| 348 | |
| 349 | 1. **Framework pair** and reporting period scope. |
| 350 | 2. **Difference catalogue** filled in for the entity, marking each as material / immaterial. |
| 351 | 3. **Net income reconciliation** with each line item showing IFRS → local GAAP delta. |
| 352 | 4. **Equity reconciliation** with each line item. |
| 353 | 5. **Balance sheet reconciliation** by major category. |
| 354 | 6. **Disclosure adjustments** — disclosures required under each framework that the other does not require. |
| 355 | 7. **Transition-period adjustments** if IFRS 1, FRS 102 first-time adoption, or other transition rules apply. |
| 356 | 8. **Future-effective standards** flagged: IFRS 18 (2027), IFRS 19 (2027), FRS 102 March 2024 amendments (2026), upcoming ASBJ amendments. |
| 357 | 9. **Reviewer questions** — open items flagged as [T2] or [T3]. |
| 358 | |
| 359 | --- |
| 360 | |
| 361 | ## Section 12 — Self-checks |
| 362 | |
| 363 | - [ ] Both frameworks correctly identified (IFRS as issued by IASB vs EU-endorsed vs Ind AS). |
| 364 | - [ ] Each material difference walked sub-item by sub-item with paragraph citations. |
| 365 | - [ ] Goodwill amortisation difference quantified for HGB, J-GAAP, ASPE, FRS 102. |
| 366 | - [ ] Leases reconciliation completed for IFRS 16 vs ASC 842 / FRS 102 / HGB. |
| 367 | - [ ] ECL vs CECL difference quantified for financial institutions. |
| 368 | - [ ] LIFO reserve reclassified for US GAAP-to-IFRS movement (or vice versa). |
| 369 | - [ ] Deferred tax reconciliation includes uncertain tax position differences. |
| 370 | - [ ] Cash flow presentation differences identified. |
| 371 | - [ ] Future-effective IFRS 18 / IFRS 19 / FRS 102 amendments flagged. |
| 372 | - [ ] Output flags every [T2]/[T3] item for reviewer judgement. |
| 373 | |
| 374 | --- |
| 375 | |
| 376 | ## Section 13 — Prohibitions |
| 377 | |
| 378 | - **Do not** treat IFRS-as-EU-endorsed and IFRS-as-issued-by-IASB as identical without checking the EU endorsement status of recent standards. |
| 379 | - **Do not** apply ASBE / Ind AS / CPC differences from training memory without confirming the current national standard text — Asian and Latin American frameworks update faster than the documentation tracks. |
| 380 | - **Do not** reverse impairments on goodwill or long-lived assets under US GAAP — both are one-way. |
| 381 | - **Do not** capitalise development costs under US GAAP outside the limited ASC 985-20 / ASC 350-40 software exceptions. |
| 382 | - **Do not** assume an ASPE or FRS 102 entity has "less" deferred tax — many ASPE entities elect the future-tax method and have full DTA/DTL. |
| 383 | |
| 384 | --- |
| 385 | |
| 386 | ## Section 14 — Disclaimer |
| 387 | |
| 388 | This skill and its outputs are provided for informational and computational purposes only and do not constitute accounting, audit, or financial advice. GAAP differences carry direct consequences for reported earnings, debt covenants, and tax provisions. Every output must be reviewed and signed off by a credentialed CPA / CA with dual-GAAP experience before any reconciliation is finalised. |
| 389 | |
| 390 | The most up-to-date, verified version of this skill is maintained at [openaccountants.com](https://openaccountants.com). |
| 391 |
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 a preparer or reviewer needs to reconcile financial statements between IFRS Accounting Standards and a local GAAP. Trigger on phrases like "IFRS to US GAAP", "GAAP differences", "IFRS reconciliation", "first-time adoption IFRS 1", "ASC 842 vs IFRS 16", "ASC 606 vs IFRS 15", "ASC 326 CECL vs IFRS 9 ECL", "IAS 12 vs ASC 740", "Indian Ind AS", "Chinese ASBE", "Japanese J-GAAP", "Brazilian CPC", "Italian OIC", "German HGB", "UK FRS 102", "convergence", "EBIT vs operating profit", or any request to identify, quantify, or document a difference between IFRS and a national accounting framework. Covers the major reconciliation differences between IFRS and: US GAAP (ASC), German HGB, UK FRS 102, Italian OIC, French PCG, Indian Ind AS, Chinese ASBE 2006/2014, Japanese J-GAAP, Brazilian CPC (pre/post full IFRS adoption), Canadian ASPE (private enterprises). Does NOT cover: tax accounting (only the IAS 12 / ASC 740 deferred-tax differences are flagged), audit opinion construction, or local statutory filing mechanics. ALWAYS read this skill before booking an IFRS-to-local-GAAP adjustment or producing comparative financial statements.
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.