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: japan-transfer-pricing |
| 3 | description: > |
| 4 | Use this skill whenever asked about Japan transfer pricing rules, documentation requirements, or 移転価格税制 compliance. Trigger on phrases like "transfer pricing Japan", "Japanese TP documentation", "移転価格", "master file Japan", "local file Japan", "CbCR Japan", "APA Japan", "Article 66-4 ASMT", "NTA transfer pricing", or any question about intercompany pricing for Japanese entities. |
| 5 | version: 1.0 |
| 6 | jurisdiction: JP |
| 7 | category: transfer-pricing |
| 8 | depends_on: |
| 9 | - transfer-pricing-workflow-base |
| 10 | --- |
| 11 | |
| 12 | # Japan Transfer Pricing Skill v1.0 |
| 13 | |
| 14 | --- |
| 15 | |
| 16 | ## Section 1 -- Quick Reference |
| 17 | |
| 18 | | Field | Value | |
| 19 | |---|---| |
| 20 | | Country | Japan | |
| 21 | | Tax authority | National Tax Agency (NTA -- 国税庁) | |
| 22 | | Key TP legislation | Article 66-4, Act on Special Measures concerning Taxation (ASMT -- 租税特別措置法) | |
| 23 | | Documentation | Articles 66-4 (Local File), 66-4-4 (CbCR), 66-4-5 (Master File) ASMT | |
| 24 | | Administrative guidance | Commissioner's Directive on the Operation of Transfer Pricing (CDOTP) | |
| 25 | | OECD member? | Yes | |
| 26 | | BEPS signatory? | Yes | |
| 27 | | Effective date (three-tier) | FYs beginning on/after 1 April 2016 (CbCR/Master File); 1 April 2017 (Local File contemporaneous requirement) | |
| 28 | | Currency | JPY | |
| 29 | | Documentation language | Japanese or English (Master File/CbCR in English; Local File preferably Japanese) | |
| 30 | | Skill version | 1.0 | |
| 31 | |
| 32 | --- |
| 33 | |
| 34 | ## Section 2 -- Documentation Requirements |
| 35 | |
| 36 | ### 2.1 Master File (マスターファイル) |
| 37 | |
| 38 | | Item | Detail | |
| 39 | |---|---| |
| 40 | | Required? | Yes, where consolidated group revenue of UPE ≥ JPY 100 billion (≈ EUR 750m) in prior FY | |
| 41 | | Format | OECD Annex I to Chapter V | |
| 42 | | Language | Japanese or English | |
| 43 | | Filing | Electronic submission to competent District Director within 1 year after UPE's FY-end | |
| 44 | | Penalty for non-submission | Fine up to JPY 300,000 | |
| 45 | |
| 46 | ### 2.2 Local File (ローカルファイル) |
| 47 | |
| 48 | | Item | Detail | |
| 49 | |---|---| |
| 50 | | Required? | Yes -- contemporaneous preparation required where thresholds met | |
| 51 | | Thresholds for contemporaneous preparation | Transactions ≥ JPY 5 billion (tangible); OR intangible transactions ≥ JPY 300 million | |
| 52 | | Preparation deadline | By final tax return filing due date | |
| 53 | | Retention | 7 years | |
| 54 | | Submission | On request during tax examination; within appointed period | |
| 55 | | Penalty for non-submission | No monetary penalty, but tax authorities may use estimation (secret comparables) | |
| 56 | |
| 57 | ### 2.3 Below-Threshold Transactions |
| 58 | |
| 59 | For transactions below JPY 5 billion / JPY 300 million, contemporaneous Local File preparation is not legally required, but documentation is strongly recommended. Without it, tax authorities can: |
| 60 | - Use estimated taxation methods |
| 61 | - Apply secret comparables |
| 62 | |
| 63 | ### 2.4 Country-by-Country Report (CbCR -- 国別報告書) |
| 64 | |
| 65 | | Item | Detail | |
| 66 | |---|---| |
| 67 | | Threshold | UPE consolidated revenue ≥ JPY 100 billion (prior FY) | |
| 68 | | Filing deadline | Within 1 year after UPE's FY-end | |
| 69 | | Filing method | Electronic (e-Tax) to competent District Director | |
| 70 | | Notification (NUPE) | Japanese constituent entities must notify the District Director of UPE identity | |
| 71 | | Notification deadline | By last day of UPE's FY | |
| 72 | | Penalty for late CbCR | Fine up to JPY 300,000 | |
| 73 | |
| 74 | --- |
| 75 | |
| 76 | ## Section 3 -- Arm's Length Standard |
| 77 | |
| 78 | ### 3.1 Definition |
| 79 | |
| 80 | Article 66-4(1) ASMT: Where the price of a transaction between a corporation and a foreign related party differs from the arm's length price, the corporation's taxable income is computed using the arm's length price. |
| 81 | |
| 82 | ### 3.2 Accepted Methods |
| 83 | |
| 84 | | Method | Japanese Term | Accepted | |
| 85 | |---|---|---| |
| 86 | | Comparable Uncontrolled Price | 独立価格比準法 (CUP) | Yes | |
| 87 | | Resale Price Method | 再販売価格基準法 (RPM) | Yes | |
| 88 | | Cost Plus Method | 原価基準法 (CPM) | Yes | |
| 89 | | Transactional Net Margin Method | 取引単位営業利益法 (TNMM) | Yes | |
| 90 | | Profit Split Method | 利益分割法 (PSM) | Yes | |
| 91 | | Residual Profit Split | 残余利益分割法 | Yes | |
| 92 | | Discounted Cash Flow | DCF法 | Yes (for hard-to-value intangibles) | |
| 93 | |
| 94 | ### 3.3 Preferred Method |
| 95 | |
| 96 | The "most appropriate method" principle applies. Article 66-4(2) provides the methods in order but the NTA applies the best method rule consistent with OECD Guidelines. |
| 97 | |
| 98 | ### 3.4 Estimation by Tax Authorities |
| 99 | |
| 100 | If taxpayer does not provide Local File documentation within the specified period, tax authorities can: |
| 101 | - Use secret comparables (data not available to taxpayer) |
| 102 | - Estimate taxable income to taxpayer's disadvantage |
| 103 | |
| 104 | --- |
| 105 | |
| 106 | ## Section 4 -- Filing Obligations |
| 107 | |
| 108 | | Obligation | Detail | |
| 109 | |---|---| |
| 110 | | Local File | Contemporaneous preparation (if thresholds met); submit on request during audit | |
| 111 | | Master File | Electronic filing within 1 year of UPE FY-end | |
| 112 | | CbCR | Electronic filing within 1 year of UPE FY-end | |
| 113 | | NUPE notification | By last day of UPE's FY | |
| 114 | | Corporate tax return | Annual self-assessment (no separate TP form) | |
| 115 | | TP-related schedule | Supplementary schedule for related-party transactions (別表17(4)) | |
| 116 | |
| 117 | --- |
| 118 | |
| 119 | ## Section 5 -- Deadlines |
| 120 | |
| 121 | | Item | Deadline | |
| 122 | |---|---| |
| 123 | | Local File preparation | By final tax return filing due date (2 months after FY-end; extension to 3 months available) | |
| 124 | | Local File submission on audit | Within period appointed by tax examiner (typically 45-60 days) | |
| 125 | | Master File submission | Within 1 year after UPE's FY-end | |
| 126 | | CbCR submission | Within 1 year after UPE's FY-end | |
| 127 | | NUPE notification | Last day of UPE's FY | |
| 128 | | Corporate tax return | 2 months after FY-end (extension to 3 months; additional month for e-filing) | |
| 129 | |
| 130 | --- |
| 131 | |
| 132 | ## Section 6 -- Penalties |
| 133 | |
| 134 | | Offence | Penalty | |
| 135 | |---|---| |
| 136 | | Late/missing Master File submission | Fine up to JPY 300,000 | |
| 137 | | Late/missing CbCR submission | Fine up to JPY 300,000 | |
| 138 | | Late/missing NUPE notification | Fine up to JPY 300,000 | |
| 139 | | Failure to submit Local File on request | No direct monetary penalty; triggers estimation/secret comparables | |
| 140 | | TP adjustment | Additional tax + interest; no specific TP surcharge but underpayment penalties apply | |
| 141 | | Concealment/fraud penalties | 35-40% additional tax for deliberate underpayment | |
| 142 | |
| 143 | --- |
| 144 | |
| 145 | ## Section 7 -- Advance Pricing Agreements (APA) |
| 146 | |
| 147 | | Item | Detail | |
| 148 | |---|---| |
| 149 | | Availability | Yes (one of the most active APA programs globally) | |
| 150 | | Types | Unilateral, Bilateral, Multilateral | |
| 151 | | Governing authority | NTA (Mutual Agreement Division and regional tax offices) | |
| 152 | | Application | To District Director; pre-filing consultation recommended | |
| 153 | | Duration | 3-5 years prospective; rollback to prior open years possible | |
| 154 | | Fees | No application fee | |
| 155 | | Processing time | Unilateral: 12-24 months; Bilateral: 24-36 months | |
| 156 | | Annual compliance report | Required | |
| 157 | | Statistics | Japan processes one of the highest volumes of APAs globally (~130-150/year) | |
| 158 | |
| 159 | --- |
| 160 | |
| 161 | ## Section 8 -- Safe Harbours |
| 162 | |
| 163 | Japan does not have broad formal safe harbour rules for transfer pricing. |
| 164 | |
| 165 | | Area | Detail | |
| 166 | |---|---| |
| 167 | | Low-value intra-group services | No statutory safe harbour; OECD simplified approach may be applied | |
| 168 | | Documentation thresholds | Below JPY 5bn/JPY 300m: no mandatory contemporaneous Local File (but documentation recommended) | |
| 169 | | Small-scale transactions | NTA exercises administrative discretion for immaterial transactions | |
| 170 | | SSA (Simplified and Streamlined Approach) | Japan has NOT implemented Amount B / SSA as of 2025 | |
| 171 | |
| 172 | --- |
| 173 | |
| 174 | ## Section 9 -- Recent Developments |
| 175 | |
| 176 | | Date | Development | |
| 177 | |---|---| |
| 178 | | 2025 | NTA FAQ on Simplified and Streamlined Approach (SSA): confirms Japan has NOT adopted Amount B | |
| 179 | | 2024 | Continued high volume of APAs; bilateral APAs with US, UK, China remain active | |
| 180 | | 2024 | Pillar Two (GloBE) implementation via domestic legislation | |
| 181 | | 2023 | NTA enhanced focus on digital economy and intangible transactions | |
| 182 | | 2017 | Contemporaneous Local File requirement introduced (JPY 5bn/300m thresholds) | |
| 183 | | 2016 | Three-tier documentation (Master File, CbCR) introduced | |
| 184 | | Ongoing | Active participation in OECD BEPS developments; MAP inventory management | |
| 185 | |
| 186 | --- |
| 187 | |
| 188 | ## Section 10 -- Interaction with Other Skills |
| 189 | |
| 190 | | Related skill | Interaction | |
| 191 | |---|---| |
| 192 | | japan-bookkeeping | TP documentation builds on J-GAAP/IFRS accounting records | |
| 193 | | japan-corporate-tax | TP adjustments affect corporation tax (法人税) base | |
| 194 | | japan-consumption-tax | TP adjustments may affect customs value and consumption tax | |
| 195 | | Thin capitalisation | Interest limitation rules under Art. 66-5 ASMT interact with TP for loans | |
| 196 | | CbCR | Used by NTA for risk-based audit selection | |
| 197 | | PE profit attribution | Related TP methodology applies to permanent establishment profits | |
| 198 | |
| 199 | --- |
| 200 | |
| 201 | ## Disclaimer |
| 202 | |
| 203 | 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. |
| 204 |
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 Japan transfer pricing rules, documentation requirements, or 移転価格税制 compliance. Trigger on phrases like "transfer pricing Japan", "Japanese TP documentation", "移転価格", "master file Japan", "local file Japan", "CbCR Japan", "APA Japan", "Article 66-4 ASMT", "NTA transfer pricing", or any question about intercompany pricing for Japanese 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.