| 1 | --- |
| 2 | name: montenegro-vat |
| 3 | description: Use this skill whenever asked to prepare, review, or classify transactions for a Montenegro VAT (PDV) return for any client. Trigger on phrases like "Montenegro VAT", "Montenegrin PDV", "Montenegro tax return", or any request involving Montenegrin VAT. Montenegro has 21% standard, 15% intermediate, and 7% reduced rates. MUST be loaded alongside vat-workflow-base v0.1 or later. ALWAYS read this skill before touching any Montenegrin VAT work. |
| 4 | version: 2.0 |
| 5 | --- |
| 6 | |
| 7 | # Montenegro VAT (PDV) Return Skill v2.0 |
| 8 | |
| 9 | ## Section 1 — Quick reference |
| 10 | |
| 11 | | Field | Value | |
| 12 | |---|---| |
| 13 | | Country | Montenegro (Crna Gora) | |
| 14 | | Tax name | PDV (Porez na Dodatu Vrijednost) | |
| 15 | | Standard rate | 21% | |
| 16 | | Intermediate rate | 15% (food for human consumption) | |
| 17 | | Reduced rate | 7% (bread, milk, textbooks, medicines, medical devices, accommodation, public transport) | |
| 18 | | Zero rate | 0% (exports, international transport) | |
| 19 | | Return form | Monthly PDV declaration | |
| 20 | | Filing portal | https://eprijava.tax.gov.me | |
| 21 | | Authority | Tax Administration of Montenegro (Poreska Uprava) | |
| 22 | | Currency | EUR (Montenegro uses the euro unilaterally) | |
| 23 | | Filing frequency | Monthly | |
| 24 | | Deadline | 15th of the month following the reporting month | |
| 25 | | Companion skill | **vat-workflow-base v0.1 or later — MUST be loaded** | |
| 26 | | Contributor | Open Accounting Skills Registry | |
| 27 | | Validated by | Pending local practitioner validation | |
| 28 | | Validation date | April 2026 | |
| 29 | |
| 30 | **Key PDV return boxes:** |
| 31 | |
| 32 | | Box | Meaning | |
| 33 | |---|---| |
| 34 | | 1 | Taxable supplies at 21% — base | |
| 35 | | 2 | Output PDV at 21% | |
| 36 | | 3 | Taxable supplies at 15% — base | |
| 37 | | 4 | Output PDV at 15% | |
| 38 | | 5 | Taxable supplies at 7% — base | |
| 39 | | 6 | Output PDV at 7% | |
| 40 | | 7 | Zero-rated supplies | |
| 41 | | 8 | Exempt supplies | |
| 42 | | 9 | Reverse charge imported services — base | |
| 43 | | 10 | Output PDV on reverse charge | |
| 44 | | 11 | Total output PDV | |
| 45 | | 12 | Input PDV on domestic purchases (21%) | |
| 46 | | 13 | Input PDV on domestic purchases (15%) | |
| 47 | | 14 | Input PDV on domestic purchases (7%) | |
| 48 | | 15 | Import PDV | |
| 49 | | 16 | Input PDV reverse charge (creditable) | |
| 50 | | 17 | Total input PDV | |
| 51 | | 18 | Net payable or credit | |
| 52 | | 19 | Credit B/F | |
| 53 | | 20 | Net payable | |
| 54 | |
| 55 | **Conservative defaults:** |
| 56 | |
| 57 | | Ambiguity | Default | |
| 58 | |---|---| |
| 59 | | Unknown rate on a sale | 21% | |
| 60 | | Unknown purchase status | Not deductible | |
| 61 | | Unknown counterparty country | Domestic Montenegro | |
| 62 | | Unknown SaaS billing entity | Reverse charge (Box 9/10/16) | |
| 63 | | Unknown blocked-input status | Blocked | |
| 64 | |
| 65 | **Red flag thresholds:** |
| 66 | |
| 67 | | Threshold | Value | |
| 68 | |---|---| |
| 69 | | HIGH single-transaction size | EUR 3,000 | |
| 70 | | HIGH tax-delta | EUR 200 | |
| 71 | | MEDIUM counterparty concentration | >40% | |
| 72 | | LOW absolute net PDV | EUR 5,000 | |
| 73 | |
| 74 | --- |
| 75 | |
| 76 | ## Section 2 — Required inputs and refusal catalogue |
| 77 | |
| 78 | ### Required inputs |
| 79 | |
| 80 | **Minimum viable** — bank statement. Acceptable from: CKB (Crnogorska Komercijalna Banka), NLB Montenegro, Erste Bank Montenegro, Hipotekarna Banka, Addiko Bank ME, or any other. |
| 81 | |
| 82 | **Recommended** — invoices, client PIB (tax ID). |
| 83 | |
| 84 | ### Refusal catalogue |
| 85 | |
| 86 | **R-ME-1 — Non-registered.** Below EUR 30,000 threshold. *Message:* "Not PDV registered. Out of scope." |
| 87 | |
| 88 | **R-ME-2 — Partial exemption.** *Message:* "Apportionment required." |
| 89 | |
| 90 | **R-ME-3 — Income tax.** *Message:* "This skill handles PDV only." |
| 91 | |
| 92 | --- |
| 93 | |
| 94 | ## Section 3 — Supplier pattern library |
| 95 | |
| 96 | ### 3.1 Montenegrin banks (exempt — exclude) |
| 97 | |
| 98 | | Pattern | Treatment | Notes | |
| 99 | |---|---|---| |
| 100 | | CKB, CRNOGORSKA KOMERCIJALNA | EXCLUDE | Financial service, exempt | |
| 101 | | NLB MONTENEGRO, NLB ME | EXCLUDE | Same | |
| 102 | | ERSTE MONTENEGRO, HIPOTEKARNA | EXCLUDE | Same | |
| 103 | | ADDIKO ME, LOVĆEN BANKA | EXCLUDE | Same | |
| 104 | | KAMATA, INTEREST | EXCLUDE | Interest | |
| 105 | | KREDIT, LOAN | EXCLUDE | Loan | |
| 106 | |
| 107 | ### 3.2 Government (exclude) |
| 108 | |
| 109 | | Pattern | Treatment | Notes | |
| 110 | |---|---|---| |
| 111 | | PORESKA UPRAVA, TAX ADMIN | EXCLUDE | Tax payment | |
| 112 | | CARINA, CUSTOMS | EXCLUDE | Duty | |
| 113 | | FOND PIO, FOND ZDRAVSTVA | EXCLUDE | Social/health | |
| 114 | |
| 115 | ### 3.3 Utilities |
| 116 | |
| 117 | | Pattern | Treatment | Box | Notes | |
| 118 | |---|---|---|---| |
| 119 | | EPCG, ELEKTROPRIVREDA CG | Domestic 21% | 12 | Electricity | |
| 120 | | VODOVOD, VODOKANAL | Domestic 21% | 12 | Water | |
| 121 | | CRNOGORSKI TELEKOM, M:TEL ME, TELENOR ME | Domestic 21% | 12 | Telecoms | |
| 122 | |
| 123 | ### 3.4 Insurance (exempt — exclude) |
| 124 | |
| 125 | | Pattern | Treatment | Notes | |
| 126 | |---|---|---| |
| 127 | | LOVĆEN OSIGURANJE, UNIQA ME, SAVA ME | EXCLUDE | Exempt | |
| 128 | | OSIGURANJE, INSURANCE | EXCLUDE | Same | |
| 129 | |
| 130 | ### 3.5 Food and entertainment |
| 131 | |
| 132 | | Pattern | Treatment | Notes | |
| 133 | |---|---|---| |
| 134 | | VOLI, IDEA ME, RODA | Default BLOCK | Personal provisioning | |
| 135 | | RESTORAN, KAFANA, BAR | Default BLOCK | Entertainment blocked | |
| 136 | |
| 137 | ### 3.6 SaaS — non-resident (reverse charge) |
| 138 | |
| 139 | | Pattern | Box | Notes | |
| 140 | |---|---|---| |
| 141 | | GOOGLE, MICROSOFT, ADOBE, META | 9/10/16 | Reverse charge at 21% | |
| 142 | | SLACK, ZOOM, NOTION, AWS, ANTHROPIC, OPENAI | 9/10/16 | Same | |
| 143 | |
| 144 | ### 3.7 Tourism/accommodation |
| 145 | |
| 146 | | Pattern | Treatment | Box | Notes | |
| 147 | |---|---|---|---| |
| 148 | | HOTEL (income from tourists) | 7% output PDV | 5/6 | Accommodation reduced rate | |
| 149 | | BOOKING.COM payout | Flag for rate determination | — | Accommodation vs platform fee | |
| 150 | |
| 151 | ### 3.8 Payroll and exclusions |
| 152 | |
| 153 | | Pattern | Treatment | Notes | |
| 154 | |---|---|---| |
| 155 | | PLATA, SALARY | EXCLUDE | Wages | |
| 156 | | DIVIDENDA | EXCLUDE | Out of scope | |
| 157 | | INTERNI, INTERNAL | EXCLUDE | Internal | |
| 158 | | BANKOMAT, ATM | TIER 2 — ask | Default exclude | |
| 159 | |
| 160 | --- |
| 161 | |
| 162 | ## Section 4 — Worked examples |
| 163 | |
| 164 | ### Example 1 — Non-resident SaaS reverse charge |
| 165 | |
| 166 | **Input line:** `03.04.2026 ; NOTION LABS INC ; DEBIT ; Subscription ; EUR 16.00` |
| 167 | |
| 168 | | Date | Counterparty | Gross | Net | VAT | Rate | Box (in) | Box (out) | Default? | |
| 169 | |---|---|---|---|---|---|---|---|---| |
| 170 | | 03.04.2026 | NOTION LABS INC | -16.00 | -16.00 | 3.36 | 21% | 16 | 9/10 | N | |
| 171 | |
| 172 | ### Example 2 — Domestic utility |
| 173 | |
| 174 | **Input line:** `10.04.2026 ; CRNOGORSKI TELEKOM ; DEBIT ; Internet April ; -35.00 ; EUR` |
| 175 | |
| 176 | | Date | Counterparty | Gross | Net | VAT | Rate | Box | Default? | |
| 177 | |---|---|---|---|---|---|---|---| |
| 178 | | 10.04.2026 | CRNOGORSKI TELEKOM | -35.00 | -28.93 | -6.07 | 21% | 12 | N | |
| 179 | |
| 180 | ### Example 3 — Entertainment blocked |
| 181 | |
| 182 | **Input line:** `15.04.2026 ; RESTORAN KONOBA CATOVICA ; DEBIT ; Dinner ; -95.00 ; EUR` |
| 183 | |
| 184 | | Date | Counterparty | Gross | Net | VAT | Rate | Box | Default? | Excluded? | |
| 185 | |---|---|---|---|---|---|---|---|---| |
| 186 | | 15.04.2026 | RESTORAN KONOBA CATOVICA | -95.00 | -95.00 | 0 | — | — | Y | "Entertainment: blocked" | |
| 187 | |
| 188 | ### Example 4 — Export (zero-rated) |
| 189 | |
| 190 | **Input line:** `22.04.2026 ; TECHCORP GMBH ; CREDIT ; IT services ; +3,500.00 ; EUR` |
| 191 | |
| 192 | | Date | Counterparty | Gross | Net | VAT | Rate | Box | Default? | Question? | |
| 193 | |---|---|---|---|---|---|---|---|---| |
| 194 | | 22.04.2026 | TECHCORP GMBH | +3,500 | +3,500 | 0 | 0% | 7 | Y | "Verify export docs" | |
| 195 | |
| 196 | ### Example 5 — Accommodation income at 7% |
| 197 | |
| 198 | **Input line:** `20.04.2026 ; BOOKING.COM ; CREDIT ; Guest payout April ; +2,800.00 ; EUR` |
| 199 | |
| 200 | **Reasoning:** Short-term accommodation — 7% reduced rate. Platform fee from Booking.com (NL entity) is separate reverse charge. |
| 201 | |
| 202 | | Date | Counterparty | Gross | Net | VAT | Rate | Box | Default? | Question? | |
| 203 | |---|---|---|---|---|---|---|---|---| |
| 204 | | 20.04.2026 | BOOKING.COM (accommodation) | +2,800 | +2,617 | +183 | 7% | 5/6 | Y | "Confirm duration, separate platform fee" | |
| 205 | |
| 206 | ### Example 6 — Motor vehicle blocked |
| 207 | |
| 208 | **Input line:** `28.04.2026 ; DELTA MOTORS ME ; DEBIT ; Car lease ; -450.00 ; EUR` |
| 209 | |
| 210 | | Date | Counterparty | Gross | Net | VAT | Rate | Box | Default? | Excluded? | |
| 211 | |---|---|---|---|---|---|---|---|---| |
| 212 | | 28.04.2026 | DELTA MOTORS ME | -450.00 | -450.00 | 0 | — | — | Y | "Vehicle: blocked" | |
| 213 | |
| 214 | --- |
| 215 | |
| 216 | ## Section 5 — Tier 1 classification rules (compressed) |
| 217 | |
| 218 | ### 5.1 Standard rate 21% |
| 219 | Default. Sales to Box 1/2. Purchases to Box 12. |
| 220 | |
| 221 | ### 5.2 Intermediate rate 15% |
| 222 | Food for human consumption (not beverages, not restaurant meals). Sales to Box 3/4. Purchases to Box 13. |
| 223 | |
| 224 | ### 5.3 Reduced rate 7% |
| 225 | Bread, milk, textbooks, medicines, medical devices, accommodation (short-term), public transport. Sales to Box 5/6. Purchases to Box 14. |
| 226 | |
| 227 | ### 5.4 Zero rate |
| 228 | Exports, international transport. Box 7. |
| 229 | |
| 230 | ### 5.5 Exempt |
| 231 | Financial, insurance, medical services, education, residential rental, postal. |
| 232 | |
| 233 | ### 5.6 Reverse charge |
| 234 | Non-resident services. Self-assess at 21%. Box 9/10 (output), Box 16 (input). |
| 235 | |
| 236 | ### 5.7 Import PDV |
| 237 | At customs. Box 15. |
| 238 | |
| 239 | ### 5.8 Blocked |
| 240 | Passenger vehicles, entertainment, personal consumption, no valid invoice. |
| 241 | |
| 242 | --- |
| 243 | |
| 244 | ## Section 6 — Tier 2 catalogue (compressed) |
| 245 | |
| 246 | ### 6.1 Fuel/vehicles — *Default:* 0%. |
| 247 | ### 6.2 Entertainment — *Default:* block. |
| 248 | ### 6.3 SaaS entities — *Default:* reverse charge at 21%. |
| 249 | ### 6.4 Rate determination (21%/15%/7%) — *Default:* 21%. |
| 250 | ### 6.5 Tourism income — *Default:* flag for reviewer. *Question:* "Short-term accommodation?" |
| 251 | ### 6.6 Owner transfers — *Default:* exclude. |
| 252 | ### 6.7 Foreign incoming — *Default:* zero-rated. |
| 253 | ### 6.8 Cash withdrawals — *Default:* exclude. |
| 254 | |
| 255 | --- |
| 256 | |
| 257 | ## Section 7 — Excel working paper template |
| 258 | |
| 259 | Per `vat-workflow-base` Section 3 with Montenegro-specific box codes. Note EUR currency. |
| 260 | |
| 261 | --- |
| 262 | |
| 263 | ## Section 8 — Montenegrin bank statement reading guide |
| 264 | |
| 265 | **CSV conventions.** CKB and NLB Montenegro use semicolons, DD.MM.YYYY. |
| 266 | |
| 267 | **Montenegrin/Serbian terms.** Plata (salary), kamata (interest), kredit (loan), gotovina (cash), interni (internal), carina (customs), osiguranje (insurance). |
| 268 | |
| 269 | **Currency.** Montenegro uses EUR unilaterally. No conversion needed. |
| 270 | |
| 271 | **IBAN prefix.** ME = Montenegro. |
| 272 | |
| 273 | --- |
| 274 | |
| 275 | ## Section 9 — Onboarding fallback |
| 276 | |
| 277 | ### 9.1 Entity type — *Fallback:* "Sole trader or company (DOO/AD)?" |
| 278 | ### 9.2 PDV registration — *Fallback:* "PDV payer?" |
| 279 | ### 9.3 PIB — *Fallback:* "What is your PIB?" |
| 280 | ### 9.4 Period — *Inference:* statement dates. |
| 281 | ### 9.5 Industry — *Inference:* tourism/accommodation from Booking.com payouts. *Fallback:* "What does the business do?" |
| 282 | ### 9.6 Credit B/F — *Always ask.* |
| 283 | |
| 284 | --- |
| 285 | |
| 286 | ## Section 10 — Reference material |
| 287 | |
| 288 | ### Sources |
| 289 | 1. Law on Value Added Tax of Montenegro (Zakon o PDV-u) |
| 290 | 2. Tax Administration — https://eprijava.tax.gov.me |
| 291 | 3. Central Bank of Montenegro — https://www.cbcg.me |
| 292 | |
| 293 | ### Change log |
| 294 | - **v2.0 (April 2026):** Full rewrite to Malta v2.0 10-section structure. |
| 295 | |
| 296 | ## End of Montenegro VAT (PDV) Skill v2.0 |
| 297 | |
| 298 | |
| 299 | --- |
| 300 | |
| 301 | ## Disclaimer |
| 302 | |
| 303 | 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 (such as a CPA, EA, tax attorney, or equivalent licensed practitioner in your jurisdiction) before filing or acting upon. |
| 304 | |
| 305 | The most up-to-date, verified version of this skill is maintained at [openaccountants.com](https://openaccountants.com). Log in to access the latest version, request a professional review from a licensed accountant, and track updates as tax law changes. |
| 306 |
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.
Depends on
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
About
Use this skill whenever asked to prepare, review, or classify transactions for a Montenegro VAT (PDV) return for any client. Trigger on phrases like "Montenegro VAT", "Montenegrin PDV", "Montenegro tax return", or any request involving Montenegrin VAT. Montenegro has 21% standard, 15% intermediate, and 7% reduced rates. MUST be loaded alongside vat-workflow-base v0.1 or later. ALWAYS read this skill before touching any Montenegrin VAT work.