| 1 | --- |
| 2 | name: hungary-vat-return |
| 3 | description: Use this skill whenever asked to prepare, review, or classify transactions for a Hungary VAT return (form 2565 / AFA bevallas) for any client. Trigger on phrases like "prepare VAT return", "do the AFA", "fill in 2565", "Hungarian VAT", or any request involving Hungary VAT filing. This skill covers Hungary only and standard AFA registration. MUST be loaded alongside BOTH vat-workflow-base v0.1 or later AND eu-vat-directive v0.1 or later. ALWAYS read this skill before touching any Hungarian VAT work. |
| 4 | version: 2.0 |
| 5 | --- |
| 6 | |
| 7 | # Hungary VAT Return Skill (Form 2565 / AFA Bevallas) v2.0 |
| 8 | |
| 9 | ## Section 1 — Quick reference |
| 10 | |
| 11 | **Read this whole section before classifying anything. The workflow runbook is in `vat-workflow-base` Section 1.** |
| 12 | |
| 13 | | Field | Value | |
| 14 | |---|---| |
| 15 | | Country | Hungary (Magyarorszag) | |
| 16 | | Standard rate | 27% (highest in the EU) | |
| 17 | | Reduced rates | 18% (accommodation, specified foodstuffs: milk, dairy, flour, bread, eggs, poultry), 5% (medicines, books, newspapers, internet access, restaurant/catering, district heating, live music/theatre, certain new residential property) | |
| 18 | | Zero rate | 0% (exports, intra-EU B2B supplies of goods) | |
| 19 | | Return form | Form 2565 (year-coded: 2465 for 2024, 2565 for 2025) | |
| 20 | | Filing portal | https://nav.gov.hu (eBEV / ANYK) | |
| 21 | | Authority | Nemzeti Ado- es Vamhivatal (NAV) | |
| 22 | | Currency | HUF (Hungarian Forint) | |
| 23 | | Filing frequencies | Monthly (default first 3 years + net AFA > HUF 1M); Quarterly (HUF 250K-1M); Annual (< HUF 250K, no EU trade) | |
| 24 | | Deadline | 20th of month following period | |
| 25 | | NAV Online Invoice | Mandatory for all domestic invoices | |
| 26 | | Companion skill (Tier 1, workflow) | **vat-workflow-base v0.1 or later — MUST be loaded** | |
| 27 | | Companion skill (Tier 2, EU directive) | **eu-vat-directive v0.1 or later — MUST be loaded** | |
| 28 | | Contributor | Michael Cutajar, CPA (Warrant No. 125122), ACCA | |
| 29 | | Validated by | Deep research verification, April 2026 | |
| 30 | | Validation date | April 2026 | |
| 31 | |
| 32 | **Key Form 2565 lines:** |
| 33 | |
| 34 | | Line | Meaning | |
| 35 | |---|---| |
| 36 | | 01-02 | Domestic supplies at 27% — base / AFA | |
| 37 | | 03-04 | Domestic supplies at 18% — base / AFA | |
| 38 | | 05-06 | Domestic supplies at 5% — base / AFA | |
| 39 | | 07 | Exempt supplies | |
| 40 | | 08 | Intra-EU supplies of goods (0%) | |
| 41 | | 09 | Intra-EU B2B services (0%) | |
| 42 | | 10 | Exports (0%) | |
| 43 | | 11-12 | Intra-EU acquisition of goods — base / AFA | |
| 44 | | 13-14 | EU services received (reverse charge) — base / AFA | |
| 45 | | 15-16 | Non-EU services received (reverse charge) — base / AFA | |
| 46 | | 17-18 | Domestic reverse charge (construction, etc.) — base / AFA | |
| 47 | | 20 | Total output AFA | |
| 48 | | 30 | Total deductible input AFA | |
| 49 | | 31 | Input AFA on domestic purchases | |
| 50 | | 32 | Input AFA on EU acquisitions (reverse charge input) | |
| 51 | | 33 | Input AFA on imports | |
| 52 | | 34 | Input AFA on non-EU services (reverse charge input) | |
| 53 | | 35 | Adjustments | |
| 54 | | 40 | Net AFA payable (Line 20 minus Line 30) | |
| 55 | | 41 | Excess credit (visszaigenyelni hagyott) | |
| 56 | |
| 57 | **Conservative defaults:** |
| 58 | |
| 59 | | Ambiguity | Default | |
| 60 | |---|---| |
| 61 | | Unknown rate on a sale | 27% | |
| 62 | | Unknown VAT status of a purchase | Not deductible | |
| 63 | | Unknown counterparty country | Domestic Hungary | |
| 64 | | Unknown B2B vs B2C for EU customer | B2C, charge 27% | |
| 65 | | Unknown business-use proportion | 0% recovery | |
| 66 | | Unknown SaaS billing entity | Reverse charge from non-EU | |
| 67 | | Unknown blocked-input status | Blocked | |
| 68 | |
| 69 | **Red flag thresholds:** |
| 70 | |
| 71 | | Threshold | Value | |
| 72 | |---|---| |
| 73 | | HIGH single-transaction size | HUF 1,000,000 | |
| 74 | | HIGH tax-delta on single default | HUF 70,000 | |
| 75 | | MEDIUM counterparty concentration | >40% | |
| 76 | | MEDIUM conservative-default count | >4 | |
| 77 | | LOW absolute net AFA position | HUF 1,750,000 | |
| 78 | |
| 79 | --- |
| 80 | |
| 81 | ## Section 2 — Required inputs and refusal catalogue |
| 82 | |
| 83 | ### Required inputs |
| 84 | |
| 85 | **Minimum viable** — bank statement for the period. Acceptable from: OTP Bank, K&H Bank, Erste Bank Hungary, MBH Bank (merged Magyar Bankholding), CIB Bank, UniCredit HU, Revolut Business, Wise Business. |
| 86 | |
| 87 | **Recommended** — sales/purchase invoices, adoszam (tax number), prior form 2565. |
| 88 | |
| 89 | **Ideal** — complete register, NAV Online Invoice records, prior period reconciliation. |
| 90 | |
| 91 | ### Hungary-specific refusal catalogue |
| 92 | |
| 93 | **R-HU-1 — Alanyi mentes (exempt small enterprise).** *Trigger:* turnover < HUF 18M (2025) / HUF 20M (2026). *Message:* "Exempt small enterprises do not charge AFA and cannot recover input AFA." |
| 94 | |
| 95 | **R-HU-2 — KATA subject.** *Trigger:* client is KATA taxpayer. *Message:* "KATA taxpayers have limited AFA implications. Specialist review required." |
| 96 | |
| 97 | **R-HU-3 — Partial exemption.** *Message:* "Mixed supplies require aranyositas. Use an adotanacsado." |
| 98 | |
| 99 | **R-HU-4 — VAT group.** *Message:* "Group registration out of scope." |
| 100 | |
| 101 | **R-HU-5 — Special schemes.** *Message:* "Margin/travel agent out of scope." |
| 102 | |
| 103 | --- |
| 104 | |
| 105 | ## Section 3 — Supplier pattern library |
| 106 | |
| 107 | ### 3.1 Hungarian banks (exempt — exclude) |
| 108 | |
| 109 | | Pattern | Treatment | Notes | |
| 110 | |---|---|---| |
| 111 | | OTP, OTP BANK | EXCLUDE | Financial service, exempt | |
| 112 | | K&H, K&H BANK | EXCLUDE | Same | |
| 113 | | ERSTE BANK HU, ERSTE | EXCLUDE | Same | |
| 114 | | MBH BANK, BUDAPEST BANK, TAKAREKBANK | EXCLUDE | Same (merged entity) | |
| 115 | | CIB BANK | EXCLUDE | Same | |
| 116 | | UNICREDIT HU | EXCLUDE | Same | |
| 117 | | REVOLUT, WISE, N26 (fee lines) | EXCLUDE | Check subscriptions | |
| 118 | | KAMAT, INTEREST | EXCLUDE | Interest | |
| 119 | | HITEL, KOLCSON, LOAN | EXCLUDE | Loan principal | |
| 120 | |
| 121 | ### 3.2 Hungarian government (exclude) |
| 122 | |
| 123 | | Pattern | Treatment | Notes | |
| 124 | |---|---|---| |
| 125 | | NAV, NEMZETI ADO | EXCLUDE | Tax payment | |
| 126 | | TB, TARSADALOMBIZTOSITAS | EXCLUDE | Social insurance | |
| 127 | | ONKORMANYZAT, MUNICIPALITY | EXCLUDE | Municipal fees | |
| 128 | | CEGJEGYZEK, COMPANY REGISTER | EXCLUDE | Registration | |
| 129 | |
| 130 | ### 3.3 Hungarian utilities |
| 131 | |
| 132 | | Pattern | Treatment | Line | Notes | |
| 133 | |---|---|---|---| |
| 134 | | MVM, ELMÜ-ÉMÁSZ, E.ON HU | Domestic 27% | 31 | Electricity | |
| 135 | | FŐVÁROSI VÍZMŰVEK, VÍZMŰ | Domestic 27% | 31 | Water | |
| 136 | | FŐGÁZ, GÁZ | Domestic 27% | 31 | Gas | |
| 137 | | MAGYAR TELEKOM, T-MOBILE HU | Domestic 27% | 31 | Telecoms | |
| 138 | | VODAFONE HU, YETTEL HU | Domestic 27% | 31 | Telecoms | |
| 139 | | DIGI HU | Domestic 27% | 31 | Telecoms/broadband | |
| 140 | |
| 141 | ### 3.4 Insurance (exempt — exclude) |
| 142 | |
| 143 | | Pattern | Treatment | Notes | |
| 144 | |---|---|---| |
| 145 | | ALLIANZ HUNGARIA | EXCLUDE | Exempt | |
| 146 | | GENERALI BIZTOSITO | EXCLUDE | Same | |
| 147 | | GROUPAMA BIZTOSITO | EXCLUDE | Same | |
| 148 | | BIZTOSITAS, INSURANCE | EXCLUDE | All exempt | |
| 149 | |
| 150 | ### 3.5 Post and logistics |
| 151 | |
| 152 | | Pattern | Treatment | Notes | |
| 153 | |---|---|---| |
| 154 | | MAGYAR POSTA | EXCLUDE for standard post; 27% for parcel | | |
| 155 | | GLS HU | Domestic 27% | Courier | |
| 156 | | MPL (Magyar Posta Logisztika) | Domestic 27% | Parcel | |
| 157 | | DHL INTERNATIONAL | EU reverse charge | Check entity | |
| 158 | |
| 159 | ### 3.6 SaaS — EU suppliers (reverse charge, Line 13-14 + 32) |
| 160 | |
| 161 | | Pattern | Billing entity | Notes | |
| 162 | |---|---|---| |
| 163 | | GOOGLE | Google Ireland Ltd (IE) | EU RC | |
| 164 | | MICROSOFT | Microsoft Ireland (IE) | RC | |
| 165 | | ADOBE | Adobe Ireland (IE) | RC | |
| 166 | | META, FACEBOOK | Meta Ireland (IE) | RC | |
| 167 | | SPOTIFY | Spotify AB (SE) | EU RC | |
| 168 | | DROPBOX | Dropbox Ireland (IE) | RC | |
| 169 | | SLACK | Slack Ireland (IE) | RC | |
| 170 | | ATLASSIAN | Atlassian BV (NL) | EU RC | |
| 171 | | ZOOM | Zoom Ireland (IE) | RC | |
| 172 | |
| 173 | ### 3.7 SaaS — non-EU suppliers (reverse charge, Line 15-16 + 34) |
| 174 | |
| 175 | | Pattern | Billing entity | Notes | |
| 176 | |---|---|---| |
| 177 | | AWS EMEA SARL | LU entity | EU RC (Line 13-14) | |
| 178 | | NOTION | Notion Labs Inc (US) | Non-EU RC | |
| 179 | | ANTHROPIC, CLAUDE | Anthropic PBC (US) | Non-EU RC | |
| 180 | | OPENAI, CHATGPT | OpenAI Inc (US) | Non-EU RC | |
| 181 | | GITHUB | GitHub Inc (US) | Check if IE | |
| 182 | | FIGMA | Figma Inc (US) | Non-EU RC | |
| 183 | | CANVA | Canva Pty Ltd (AU) | Non-EU RC | |
| 184 | |
| 185 | ### 3.8 Payment processors |
| 186 | |
| 187 | | Pattern | Treatment | Notes | |
| 188 | |---|---|---| |
| 189 | | STRIPE (transaction fees) | EXCLUDE (exempt) | Financial service | |
| 190 | | PAYPAL (transaction fees) | EXCLUDE (exempt) | Same | |
| 191 | |
| 192 | ### 3.9 Professional services |
| 193 | |
| 194 | | Pattern | Treatment | Notes | |
| 195 | |---|---|---| |
| 196 | | KÖZJEGYZŐ, NOTARY | Domestic 27% | Legal | |
| 197 | | KÖNYVELŐ, ACCOUNTANT | Domestic 27% | Accounting | |
| 198 | | ÜGYVÉD, LAWYER | Domestic 27% | Legal | |
| 199 | |
| 200 | ### 3.10 Payroll (exclude) |
| 201 | |
| 202 | | Pattern | Treatment | Notes | |
| 203 | |---|---|---| |
| 204 | | TB, JÁRULÉK | EXCLUDE | Social contributions | |
| 205 | | BÉR, FIZETÉS, SALARY | EXCLUDE | Wages | |
| 206 | | SZJA | EXCLUDE | Income tax | |
| 207 | |
| 208 | ### 3.11 Food retail |
| 209 | |
| 210 | | Pattern | Treatment | Notes | |
| 211 | |---|---|---| |
| 212 | | TESCO HU, ALDI HU, LIDL HU, SPAR HU, PENNY | Default BLOCK | Personal provisioning | |
| 213 | | ÉTTEREM, RESTAURANT, VENDÉGLŐ | Default BLOCK | Entertainment | |
| 214 | |
| 215 | ### 3.12 Internal transfers and exclusions |
| 216 | |
| 217 | | Pattern | Treatment | Notes | |
| 218 | |---|---|---| |
| 219 | | SAJÁT ÁTUTALÁS, OWN TRANSFER | EXCLUDE | Internal | |
| 220 | | OSZTALÉK, DIVIDEND | EXCLUDE | Out of scope | |
| 221 | | HITELTÖRLESZTÉS, LOAN REPAYMENT | EXCLUDE | Loan principal | |
| 222 | | ATM, KÉSZPÉNZ | Ask | Default exclude | |
| 223 | |
| 224 | --- |
| 225 | |
| 226 | ## Section 4 — Worked examples |
| 227 | |
| 228 | ### Example 1 — Non-EU SaaS reverse charge (Notion) |
| 229 | **Input:** `03.04.2026 ; NOTION LABS INC ; -5,870 HUF` |
| 230 | **Treatment:** Non-EU RC. Line 15 (base). Self-assessed AFA at 27%. Input in Line 34. |
| 231 | |
| 232 | ### Example 2 — EU service reverse charge (Google Ads) |
| 233 | **Input:** `10.04.2026 ; GOOGLE IRELAND LIMITED ; -340,000 HUF` |
| 234 | **Treatment:** EU RC. Line 13 (base). Line 14 (output AFA at 27%). Line 32 (input). |
| 235 | |
| 236 | ### Example 3 — Entertainment |
| 237 | **Input:** `15.04.2026 ; BORKONYHA ÉTTEREM ; -88,000 HUF` |
| 238 | **Treatment:** Restaurant. In Hungary, entertainment/representation: input AFA is deductible IF business purpose documented AND invoice compliant. Unlike Malta's hard block. Default: block (purpose unknown). |
| 239 | |
| 240 | ### Example 4 — EU B2B service sale |
| 241 | **Input:** `22.04.2026 ; STUDIO KREBS GMBH ; +1,400,000 HUF` |
| 242 | **Treatment:** B2B to DE. Line 09. 0%. Verify USt-IdNr. |
| 243 | |
| 244 | ### Example 5 — Capital goods |
| 245 | **Input:** `18.04.2026 ; MEDIAMARKT HU ; Laptop ; -638,000 HUF` |
| 246 | **Treatment:** Above HUF 200,000: capital goods. 5-year adjustment. Input AFA at 27% in Line 31. |
| 247 | |
| 248 | ### Example 6 — Motor vehicle |
| 249 | **Input:** `28.04.2026 ; MOL NYRT ; Fuel ; -32,000 HUF` |
| 250 | **Treatment:** In Hungary, passenger car fuel: input AFA deductible if used for business. Default: 0%. |
| 251 | |
| 252 | --- |
| 253 | |
| 254 | ## Section 5 — Tier 1 classification rules (compressed) |
| 255 | |
| 256 | ### 5.1 Standard 27% (Sec. 82) |
| 257 | Default. Sales: Line 01-02. Input: Line 31. |
| 258 | |
| 259 | ### 5.2 Reduced 18% (Sec. 82(2)) |
| 260 | Accommodation, specified foodstuffs. |
| 261 | |
| 262 | ### 5.3 Reduced 5% (Sec. 82(2)) |
| 263 | Medicines, books, newspapers, internet, restaurant/catering, district heating, performances, certain new residential. |
| 264 | |
| 265 | ### 5.4 Zero rate / exports |
| 266 | Exports: Line 10. Intra-EU goods: Line 08. Intra-EU services: Line 09. |
| 267 | |
| 268 | ### 5.5 Exempt (Sec. 85-86) |
| 269 | Financial, insurance, healthcare, education, postal, residential rental, gambling. |
| 270 | |
| 271 | ### 5.6 Reverse charge — EU (Sec. 140-142) |
| 272 | Goods: Line 11-12. Services: Line 13-14. |
| 273 | |
| 274 | ### 5.7 Reverse charge — non-EU |
| 275 | Services: Line 15-16. |
| 276 | |
| 277 | ### 5.8 Capital goods (Sec. 135-136) |
| 278 | > HUF 200,000 net, life > 1 year: 5-year adjustment (movable), 20-year (immovable). |
| 279 | |
| 280 | ### 5.9 NAV Online Invoice |
| 281 | Mandatory for ALL domestic invoices. Real-time reporting to NAV system. |
| 282 | |
| 283 | ### 5.10 Blocked input |
| 284 | - Personal use: blocked |
| 285 | - Entertainment: deductible if business purpose (no hard block like Malta) |
| 286 | - Vehicle: no hard block; deductible if business use |
| 287 | |
| 288 | --- |
| 289 | |
| 290 | ## Section 6 — Tier 2 catalogue (compressed) |
| 291 | |
| 292 | ### 6.1 Vehicle costs — *Default:* 0%. *Question:* "Business use?" |
| 293 | ### 6.2 Entertainment — *Default:* block. *Question:* "Business purpose documented?" |
| 294 | ### 6.3 SaaS entity — *Default:* non-EU RC. |
| 295 | ### 6.4 Owner transfers — *Default:* exclude. |
| 296 | ### 6.5 Large purchases (> HUF 200,000) — *Default:* capital goods register. |
| 297 | ### 6.6 Mixed-use telecom — *Default:* 0%. |
| 298 | ### 6.7 Cash withdrawals — *Default:* exclude. |
| 299 | ### 6.8 KATA status — *Default:* flag reviewer. |
| 300 | |
| 301 | --- |
| 302 | |
| 303 | ## Section 7 — Excel working paper template |
| 304 | |
| 305 | Per `vat-workflow-base` Section 3. Column H accepts Hungarian form 2565 line codes. Bottom-line: Line 40 (payable) or Line 41 (excess credit). |
| 306 | |
| 307 | --- |
| 308 | |
| 309 | ## Section 8 — Hungary bank statement reading guide |
| 310 | |
| 311 | **CSV conventions.** OTP and K&H use semicolons, YYYY.MM.DD (Hungarian date format). |
| 312 | |
| 313 | **Hungarian language.** berleti dij (rent), ber/fizetes (salary), kamat (interest), atutalas (transfer), keszpenz (cash). |
| 314 | |
| 315 | **Currency.** HUF. Convert foreign at MNB (Magyar Nemzeti Bank) rate. |
| 316 | |
| 317 | **IBAN prefix.** HU = Hungary. |
| 318 | |
| 319 | --- |
| 320 | |
| 321 | ## Section 9 — Onboarding fallback |
| 322 | |
| 323 | ### 9.1 Entity type — *Inference:* Kft. = company; egyeni vallalkozo = sole trader. |
| 324 | ### 9.2 AFA registration — *Fallback:* "Standard AFA payer or alanyi mentes?" |
| 325 | ### 9.3 Adoszam — *Fallback:* "Tax number? (11 digits)" |
| 326 | ### 9.4 Filing frequency — *Fallback:* "Monthly, quarterly, or annual?" |
| 327 | ### 9.5 NAV Online Invoice — *Fallback:* "Using NAV Online Invoice system?" |
| 328 | ### 9.6 Exempt supplies — *Fallback:* "Any exempt supplies?" |
| 329 | ### 9.7 Credit brought forward — *Fallback:* "Excess AFA credit from prior period?" |
| 330 | |
| 331 | --- |
| 332 | |
| 333 | ## Section 10 — Reference material |
| 334 | |
| 335 | ### Sources |
| 336 | 1. VAT Act (Act CXXVII of 2007, as amended) |
| 337 | 2. NAV Online Invoice Regulation |
| 338 | 3. EU VAT Directive 2006/112/EC — via companion skill |
| 339 | 4. VIES — https://ec.europa.eu/taxation_customs/vies/ |
| 340 | |
| 341 | ### Change log |
| 342 | - **v2.0 (April 2026):** Full rewrite. Hungarian banks (OTP, K&H, Erste HU). |
| 343 | - **v1.0 (April 2026):** Initial skill. |
| 344 | |
| 345 | ## End of Hungary VAT Return Skill v2.0 |
| 346 | |
| 347 | This skill is incomplete without BOTH companion files: `vat-workflow-base` v0.1+ AND `eu-vat-directive` v0.1+. |
| 348 | |
| 349 | --- |
| 350 | |
| 351 | ## Disclaimer |
| 352 | |
| 353 | 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. |
| 354 | |
| 355 | The most up-to-date, verified version of this skill is maintained at [openaccountants.com](https://openaccountants.com). |
| 356 |
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 Hungary VAT return (form 2565 / AFA bevallas) for any client. Trigger on phrases like "prepare VAT return", "do the AFA", "fill in 2565", "Hungarian VAT", or any request involving Hungary VAT filing. This skill covers Hungary only and standard AFA registration. MUST be loaded alongside BOTH vat-workflow-base v0.1 or later AND eu-vat-directive v0.1 or later. ALWAYS read this skill before touching any Hungarian VAT work.