Not tax advice. Computation tools only. Have a professional review before filing.
openaccountants/skills/myanmar-ct.md
myanmar-ct.md195 lines7.1 KB
v20
1---
2name: myanmar-ct
3description: Use this skill whenever asked to prepare, review, or classify transactions for a Myanmar Commercial Tax (CT) return for any client. Trigger on phrases like "Myanmar CT", "commercial tax", "IRD filing Myanmar", or any request involving Myanmar commercial tax. MUST be loaded alongside vat-workflow-base v0.1 or later. ALWAYS read this skill before touching any Myanmar CT work.
4version: 2.0
5---
6 
7# Myanmar Commercial Tax Return Skill v2.0
8 
9## Section 1 — Quick reference
10 
11| Field | Value |
12|---|---|
13| Country | Myanmar (Republic of the Union of Myanmar) |
14| Standard rate | 5% (commercial tax on most goods and services) |
15| Higher rates | 8%-100% on specified goods (alcohol, tobacco, gems, vehicles, fuel) |
16| Zero rate | 0% (exports) |
17| Exempt | Basic foodstuffs, agricultural products, education, healthcare |
18| Return form | Monthly CT return |
19| Filing portal | IRD Myanmar (Internal Revenue Department) |
20| Authority | Internal Revenue Department (IRD), Ministry of Planning and Finance |
21| Currency | MMK (Myanmar Kyat) |
22| Filing frequency | Monthly |
23| Deadline | 10th of the month following the tax period |
24| Companion skill | vat-workflow-base v0.1 or later — MUST be loaded |
25| Validated by | Pending local practitioner validation |
26 
27**Note:** Myanmar uses Commercial Tax, not VAT. There is no input tax credit mechanism for most businesses. CT is a turnover-based tax for most sectors.
28 
29**Conservative defaults:**
30 
31| Ambiguity | Default |
32|---|---|
33| Unknown rate on a sale | 5% |
34| Unknown input credit eligibility | No credit (single-stage for most) |
35| Unknown counterparty location | Domestic Myanmar |
36 
37---
38 
39## Section 2 — Required inputs and refusal catalogue
40 
41### Required inputs
42 
43**Minimum viable** — bank statement for the month. Acceptable from: KBZ (Kanbawza Bank), CB Bank (Co-operative Bank), AYA Bank, Yoma Bank, Myanmar Citizens Bank, or any other.
44 
45### Myanmar-specific refusal catalogue
46 
47**R-MM-1 — Special goods with high CT rates.** Trigger: client deals in gems, jade, alcohol, tobacco, vehicles, or fuel. Message: "Goods with enhanced CT rates (8%-100%) require product-level classification. Please escalate."
48 
49**R-MM-2 — Special Economic Zone (SEZ).** Trigger: client in Thilawa SEZ or other SEZ. Message: "SEZ entities have bespoke tax treatment. Please escalate."
50 
51**R-MM-3 — Foreign company branch.** Trigger: foreign company branch in Myanmar. Message: "Branch operations have specific CT and income tax obligations. Please escalate."
52 
53---
54 
55## Section 3 — Supplier pattern library
56 
57### 3.1 Myanmar banks (fees — exclude)
58 
59| Pattern | Treatment | Notes |
60|---|---|---|
61| KBZ, KANBAWZA | EXCLUDE for bank charges | Financial charges |
62| CB BANK, CO-OPERATIVE BANK | EXCLUDE for bank charges | Same |
63| AYA BANK, YOMA BANK | EXCLUDE for bank charges | Same |
64| INTEREST, LOAN, REPAYMENT | EXCLUDE | Out of scope |
65 
66### 3.2 Government (exclude)
67 
68| Pattern | Treatment | Notes |
69|---|---|---|
70| IRD, INTERNAL REVENUE | EXCLUDE | Tax payment |
71| CUSTOMS, MYANMAR CUSTOMS | EXCLUDE | Duty |
72| SSB, SOCIAL SECURITY BOARD | EXCLUDE | Social security |
73 
74### 3.3 Utilities
75 
76| Pattern | Treatment | Notes |
77|---|---|---|
78| YESC, ELECTRICITY SUPPLY | Domestic 5% | Electricity |
79| MPT, OOREDOO MM, TELENOR MM, ATOM | Domestic 5% | Telecoms |
80 
81### 3.4 Digital payments
82 
83| Pattern | Treatment | Notes |
84|---|---|---|
85| WAVE MONEY, KBZ PAY, OK$ | EXCLUDE for fees | Financial service |
86 
87### 3.5 SaaS and international services
88 
89| Pattern | Treatment | Notes |
90|---|---|---|
91| GOOGLE, MICROSOFT, META, AWS | Self-assess 5% | Non-resident |
92| ZOOM, SLACK | Self-assess 5% | Same |
93 
94### 3.6 Payroll and exclusions
95 
96| Pattern | Treatment | Notes |
97|---|---|---|
98| SALARY, WAGES | EXCLUDE | Outside CT scope |
99| OWN TRANSFER, INTERNAL | EXCLUDE | Internal |
100| CASH WITHDRAWAL | TIER 2 — ask | Default exclude |
101 
102---
103 
104## Section 4 — Worked examples
105 
106### Example 1 — Standard domestic sale at 5%
107 
108**Input line:** `05.04.2026 ; YANGON TRADING CO ; CREDIT ; Invoice MM-041 ; MMK 10,500,000`
109 
110**Reasoning:** Domestic. 5%. Net = MMK 10,000,000, CT = MMK 500,000.
111 
112| Date | Counterparty | Gross | Net | CT | Rate | Field | Default? | Excluded? |
113|---|---|---|---|---|---|---|---|---|
114| 05.04.2026 | YANGON TRADING CO | +10,500,000 | +10,000,000 | 500,000 | 5% | Output | N | — |
115 
116### Example 2 — Export, zero-rated
117 
118**Input line:** `15.04.2026 ; THAI BUYER CO ; CREDIT ; Exported goods ; MMK 50,000,000`
119 
120| Date | Counterparty | Gross | Net | CT | Rate | Field | Default? | Excluded? |
121|---|---|---|---|---|---|---|---|---|
122| 15.04.2026 | THAI BUYER CO | +50,000,000 | +50,000,000 | 0 | 0% | Zero-rated | N | — |
123 
124### Example 3 — Bank charges
125 
126**Input line:** `30.04.2026 ; KBZ ; DEBIT ; Service fee ; MMK -5,000`
127 
128| Date | Counterparty | Gross | Net | CT | Rate | Field | Default? | Excluded? |
129|---|---|---|---|---|---|---|---|---|
130| 30.04.2026 | KBZ | -5,000 | — | — | — | — | N | "Financial charge" |
131 
132---
133 
134## Section 5 — Tier 1 classification rules (compressed)
135 
136### 5.1 Standard rate 5% — Default for most goods and services.
137### 5.2 Higher rates — 8% (select processed goods), 25%-100% (alcohol, tobacco, gems, vehicles, fuel).
138### 5.3 Zero rate — Exports.
139### 5.4 Exempt — Basic food, agriculture, education, healthcare.
140### 5.5 Input tax credit — LIMITED. Only available in specific manufacturing/production chain scenarios. Most businesses: no credit.
141### 5.6 Imports — CT at applicable rate on CIF plus duty.
142### 5.7 Reverse charge — Non-resident services: self-assess 5%.
143 
144---
145 
146## Section 6 — Tier 2 catalogue (compressed)
147 
148### 6.1 Product classification — Default: 5%. Question: "Is this a special-rate product (alcohol, tobacco, gems, vehicles)?"
149### 6.2 Input credit eligibility — Default: no credit. Question: "Are you in a qualifying production chain?"
150### 6.3 SaaS entities — Default: self-assess 5%.
151### 6.4 Cash withdrawals — Default: exclude.
152 
153---
154 
155## Section 7 — Excel working paper template
156 
157Per vat-workflow-base Section 3, with Myanmar fields: Output 5%, Output higher rates, Zero-rated, Exempt, Input (if applicable), Net CT.
158 
159---
160 
161## Section 8 — Bank statement reading guide
162 
163KBZ and CB Bank exports CSV/PDF. MMK primary. Burmese script descriptions possible. Internal transfers: exclude. Convert foreign currency at CBM reference rate.
164 
165---
166 
167## Section 9 — Onboarding fallback
168 
169### 9.1 Registration — "Are you registered for Commercial Tax?"
170### 9.2 Filing period — Monthly. "Which month?"
171### 9.3 Industry — "What goods/services do you deal in?"
172### 9.4 Exports — "Do you export?"
173### 9.5 Credit brought forward — Ask if applicable.
174 
175---
176 
177## Section 10 — Reference material
178 
179### Sources
1801. Myanmar Commercial Tax Law (as amended). 2. IRD guidelines. 3. Union Tax Law (annual rates).
181 
182### Known gaps
1831. Special goods rates refused. 2. SEZ refused. 3. Input credit eligibility narrow and poorly documented.
184 
185### Change log
186- v2.0 (April 2026): Full rewrite to Malta v2.0 ten-section structure.
187 
188---
189 
190## Disclaimer
191 
192This skill and its outputs are provided for informational and computational purposes only and do not constitute tax, legal, or financial advice. All outputs must be reviewed by a qualified professional before filing.
193 
194The most up-to-date version is maintained at [openaccountants.com](https://openaccountants.com).
195 

Run this skill, then get an accountant to check it

After running the full skill pack in Claude, 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.

Quality

Q2: Research-verified

Deep research against tax authority sources. Not yet tested on real data.

Needs real client data + practitioner sign-off to reach Q1.

Accountant Review

Unverified
0/22

About

Use this skill whenever asked to prepare, review, or classify transactions for a Myanmar Commercial Tax (CT) return for any client. Trigger on phrases like "Myanmar CT", "commercial tax", "IRD filing Myanmar", or any request involving Myanmar commercial tax. MUST be loaded alongside vat-workflow-base v0.1 or later. ALWAYS read this skill before touching any Myanmar CT work.

MMty-2025

MM skill: