# OpenAccountants — Malta (MT) skill pack

> This document bundles every published OpenAccountants tax skill for Malta
> into one file so an AI agent can load them in a single fetch. 19 skills,
> 0 accountant-verified, 19 research-verified.

## How to use this
1. Load this whole document into your AI agent (or it can fetch this URL directly).
2. Start with the intake skill, then provide your bank statement / income details.
3. The agent classifies transactions and computes the figures; take the working
   paper to a qualified accountant to review before filing.

## Important
This is NOT tax advice and NOT a substitute for a professional. Each skill is
labelled accountant-verified (a named licensed practitioner verified it) or
research-verified (drafted from authoritative sources, awaiting verification). Always
have a qualified professional review the output before filing.

Bundle URL: https://www.openaccountants.com/api/bundle/MT
Full skill index: https://www.openaccountants.com/llms-full.txt
MCP server (for automatic access): https://www.openaccountants.com/api/mcp


================================================================================
# SKILL: mt-freelance-intake (research-verified)
# Source: https://www.openaccountants.com/skills/mt-freelance-intake
================================================================================

---
name: mt-freelance-intake
description: ALWAYS USE THIS SKILL when a user asks for help preparing their Malta tax returns AND mentions freelancing, self-employment, contracting, sole proprietorship, or self-occupied status. This is the REQUIRED entry point for the Malta self-employed tax workflow. Uses upload-first workflow and ask_user_input_v0 for structured questions. Malta full-year residents only; self-employed individuals and sole proprietors.
jurisdiction: MT
domain: income-tax
role: intake orchestrator
tax_year: 2025
---

# mt-freelance-intake

## Malta Self-Employed Intake Skill v0.1

## What this file is

The intake orchestrator for Malta-resident self-employed individuals. Every downstream Malta content skill (malta-vat-return, malta-income-tax, malta-ssc, mt-estimated-tax) and the assembly orchestrator (mt-return-assembly) depend on this skill running first to produce a structured intake package.

This skill does not compute any tax figures. Its job is to collect all the facts, parse all the documents, confirm everything with the user, and hand off a clean intake package to `mt-return-assembly`.

## Design principles

v0.1 follows the same upload-first, inference-then-confirm pattern as us-ca-freelance-intake v0.2:

1. **Compact refusal sweep** using `ask_user_input_v0` -- 3 interactive questions, ~30 seconds.
2. **Upload-first workflow** -- after the refusal check, the user dumps everything they have.
3. **Inference pass** -- Claude parses every document and extracts as much as possible.
4. **Gap-filling only** -- Claude asks the user ONLY about what is missing, ambiguous, or needs confirmation.
5. **Single confirmation pass** at the end -- show the full picture, let the user correct anything wrong, hand off to downstream skills.

Target: intake completes in 5 minutes for a prepared user, 15 minutes for a user who has to go fetch documents.

## Critical operating principles

**Do not narrate the workflow.** Do not say "Phase 1," "Phase 2," "Now I'll ask you about deductions." Just do the work.

**Do not ask questions that have already been answered.** If the refusal check established the user is Article 10 registered, do not later ask about VAT registration type. Track what is known.

**Do not ask about things visible in uploaded documents.** If the bank statement shows quarterly SSC payments to DSS, do not ask "did you pay SSC." Confirm what you see, do not re-ask.

**Use `ask_user_input_v0` for any multiple-choice question.** Text input is only for genuinely open-ended data (names, addresses, specific amounts when they cannot be inferred).

**Prefer batching.** Ask 3 related questions in a single message when they do not depend on each other's answers.

**Be terse but complete.** No hedging, no "let me know if you have questions," no "I hope this helps."

**Exception for blocking decisions.** If a single question determines whether the user is in-scope or out-of-scope, ask it standalone.

## Section 1 -- The opening

When triggered, respond with ONE message that:

1. One-line greeting (no paragraph of expectation-setting)
2. One-line summary of the flow (scope check -> upload -> gaps -> handoff to return assembly)
3. One-line reviewer reminder (must be reviewed by warranted accountant before filing)
4. Launch the refusal sweep immediately using `ask_user_input_v0`

**Example first message:**

> Let's get your 2025 Malta returns ready. Quick scope check, then you upload your documents, then I fill in the gaps. Target time: 10 minutes.
>
> Reminder: everything I produce needs to be reviewed and signed off by a warranted accountant before you file anything with CFR or DSS. I'm not a substitute for review.
>
> Scope check:

Then immediately call `ask_user_input_v0` with the refusal questions.

**Do NOT:**
- Write a welcome paragraph
- Explain the phases
- Ask "are you ready to start"
- List what documents you will eventually need
- Give a disclaimer beyond the one reviewer line

## Section 2 -- Refusal sweep (compact)

Present the refusal sweep as a single `ask_user_input_v0` call with 3 questions, all single-select.

**The 3 questions to ask first:**

```
Q1: "Malta residency in 2025?"
    Options: ["Full year", "Part year", "Did not live in Malta"]

Q2: "Business structure?"
    Options: ["Sole proprietor / self-occupied", "Partnership", "Limited company (Ltd)", "Not sure"]

Q3: "Employment status in 2025?"
    Options: ["Fully self-employed (no employer)", "Employed + side self-employment (TA22 eligible)", "Employed only (no self-employment income)"]
```

**After the response, evaluate:**

- **Q1 = Full year** -> continue
- **Q1 = Part year or did not live in Malta** -> stop. "I'm set up for full-year Malta residents only. Part-year or non-residents have different rules around source and remittance basis. You need a warranted accountant who handles non-resident returns."

- **Q2 = Sole proprietor / self-occupied** -> continue
- **Q2 = Partnership** -> stop. "Partnerships file separately and have different reporting requirements. You need a warranted accountant familiar with partnership returns."
- **Q2 = Limited company (Ltd)** -> stop. "I don't cover corporate returns. Limited companies file CT returns with separate rules. You need a warranted accountant."
- **Q2 = Not sure** -> ask one follow-up: "Do you invoice clients in your own name (or a trade name), or do you have a registered company with the MFSA? If you invoice in your own name, you're a sole proprietor. If you have a registered Ltd, you're a limited company."

- **Q3 = Fully self-employed** -> continue (TA24 path, Class 2 SSC)
- **Q3 = Employed + side self-employment** -> continue with a flag: possible TA22 regime if net profit under EUR 12,000. Will evaluate after inference.
- **Q3 = Employed only** -> stop. "You don't have self-employment income. This workflow is for self-employed individuals. Your employer handles your tax through FSS deductions. If you have other income (rental, investments), you need a warranted accountant for your TA form."

**After Q1-Q3 pass, ask the second batch of scope questions (also batched):**

```
Q4: "VAT registration type?"
    Options: ["Article 10 (standard VAT registration)", "Article 11 (small enterprise exemption)", "Not VAT registered", "Not sure"]

Q5: "Marital status?"
    Options: ["Single", "Married", "Single parent"]

Q6: "Industry?"
    Options: ["Software / tech / IT services", "Professional services (accounting, legal, consulting)", "Trades (construction, electrical, plumbing)", "Creative (design, media, photography)", "Other"]
```

**Evaluate Q4:**
- **Article 10** -> continue. Standard quarterly VAT returns.
- **Article 11** -> continue. Annual declaration, no input VAT recovery, turnover must be under EUR 35,000.
- **Not VAT registered** -> continue with a flag: if turnover exceeds EUR 35,000, registration is mandatory. Will check after inference.
- **Not sure** -> ask one follow-up: "Do you charge 18% VAT on your invoices? If yes, you're Article 10. If your invoices say 'exempt under Article 11' or show no VAT, you're Article 11 or unregistered."

**Evaluate Q5:**
- All options -> note for rate table selection. Continue.

**Evaluate Q6:**
- All options -> note for expense classification context. Continue.

**Total time:** ~45 seconds if the user taps through.

## Section 3 -- The dump

Once the refusal sweep passes, immediately ask for the document dump. Single message. No preamble.

**Example:**

> Scope is good. Now upload everything you have for 2025 -- drop it all in at once:
>
> - Business bank statement(s) for all of 2025 (CSV or PDF)
> - Sales invoices issued in 2025
> - Purchase invoices / receipts for business expenses
> - Prior year TA24 return (or at least last year's final tax liability)
> - Prior VAT returns for 2025 (if Article 10)
> - SSC payment receipts or DSS statements
> - Any MTCA notices or correspondence
> - Capital asset purchase receipts (computers, equipment, vehicles)
> - Anything else tax-related you have
>
> Don't worry about labeling or organizing -- I'll figure out what each file is. Drag and drop when ready.

Then wait. Do not ask any other questions while waiting.

**If the user uploads a partial dump and says "that's what I have":** move to inference. Do not demand more. Request specific missing items during gap-filling.

**If the user says "I don't know what I have":** Switch to guided mode:
> Check these places:
> - Business bank: download 2025 statements as PDF or CSV
> - Email: search for "invoice", "VAT", "TA24", "MTCA", "DSS"
> - MTCA e-Services portal: download prior returns
> - Your accountant from last year, if you had one
> - Dropbox / Google Drive for saved invoices
>
> Come back when you have something to upload. I'll work with whatever you bring.

## Section 4 -- The inference pass

When documents arrive, parse each one. For each document, extract:

**Bank statement:**
- Total deposits (candidate gross receipts)
- Recurring inflows (client payments with names)
- Outflows to Inland Revenue / CFR (provisional tax payments with dates)
- Outflows to DSS (SSC payments with dates and amounts)
- Outflows to CFR VAT account (VAT payments with dates)
- Outflows to suppliers (business expenses by category)
- Equipment purchases (potential capital items)
- Transfers to personal account (owner draws)
- Any rent payments (potential home office or business premises)
- SaaS / software subscriptions
- Professional memberships (MIA, ACCA, etc.)
- Insurance payments (PI, motor, etc.)

**Sales invoices:**
- Client names and amounts
- Whether VAT was charged (Article 10 indicator)
- Whether invoices say "exempt" or show no VAT (Article 11 indicator)
- Total turnover reconciliation against bank deposits
- Any foreign clients (EU or non-EU -- reverse charge implications)

**Purchase invoices / receipts:**
- Expense category (overhead, capital, resale)
- VAT amount on each (reclaimable for Article 10, cost for Article 11)
- Supplier location (local, EU, non-EU)
- Any items over EUR 1,160 gross (VAT capital goods threshold)
- Any blocked categories (entertainment, personal)

**Prior year TA24:**
- Prior year final tax liability (drives provisional tax calculation)
- Prior year net income (drives SSC calculation)
- Prior year capital allowances schedule (continuing depreciation)
- Filing status and rate table used

**Prior VAT returns:**
- Quarterly turnover and VAT collected
- Input VAT claimed
- Any excess credit carried forward
- Box structure consistency

**SSC statements / DSS receipts:**
- Quarterly SSC payments made in 2025
- Category (SA minimum, SB rate, SC maximum)
- Any arrears

**After parsing everything, build an internal inference object.** Do not show the raw inference yet -- transform it into a compact summary for the user in Section 5.

## Section 5 -- The confirmation

After inference, present a single compact summary message. Use a structured format that is fast to scan. Invite the user to correct anything wrong.

**Example summary message:**

> Here's what I pulled from your documents. Skim and tell me what's wrong.
>
> **Identity**
> - Joe Borg, single
> - Full-year Malta resident (Birkirkara)
> - Self-occupied, sole proprietor
> - VAT: Article 10 (MT 1234-5678)
>
> **Income (from bank statement + invoices)**
> - Gross receipts (ex-VAT): ~EUR 52,000
>   - XYZ Tech Ltd: EUR 24,000 (monthly retainer)
>   - ABC Consulting: EUR 18,000 (project work)
>   - Various smaller clients: EUR 10,000
> - VAT collected (18%): ~EUR 9,360
>
> **Expenses (from bank statement + purchase invoices)**
> - Office rent: EUR 3,600
> - Software / SaaS: EUR 1,800
> - Professional insurance: EUR 450
> - Accountancy fees: EUR 900
> - Phone / internet: EUR 720 (TBD -- need business use %)
> - Motor vehicle: EUR 2,400 fuel + EUR 600 maintenance (TBD -- need business use %)
> - Equipment: MacBook Pro EUR 2,100 (March 2025) -- capital item, 25% depreciation
> - Input VAT on purchases: ~EUR 1,850 (reclaimable, Article 10)
>
> **SSC (from DSS statements)**
> - Class 2 quarterly payments: EUR 470.34 x 4 = EUR 1,881.36 (SA minimum)
> - Born 1990 -- post-1962 cap applies if income rises
>
> **Provisional tax (from bank statement)**
> - 1st instalment 30 Apr: EUR 800
> - 2nd instalment 31 Aug: EUR 1,200
> - 3rd instalment 21 Dec: EUR 2,000
> - Total paid: EUR 4,000
>
> **Prior year (from 2024 TA24)**
> - 2024 final tax liability: EUR 4,200
> - 2024 net self-employment income: EUR 28,000
> - Expected 2025 provisional tax (based on 2024): EUR 4,200 -- matches payments
>
> **VAT (from prior VAT returns)**
> - Q1-Q3 2025 filed, Q4 outstanding
> - Excess credit b/f from Q4 2024: EUR 120
>
> **Flags I already see:**
> 1. Phone / internet -- need business use percentage (T2 item)
> 2. Motor vehicle -- need business use percentage and mileage log (T2 item)
> 3. MacBook Pro EUR 2,100 -- capital item, goes to Box 15 not Box 2. Also exceeds EUR 1,160 VAT capital goods threshold (Box 30 on VAT return)
> 4. Q4 2025 VAT return not yet filed -- will prepare as part of this workflow
> 5. If TA22 was flagged: net profit appears to exceed EUR 12,000, so TA22 flat rate is less favourable than expected
>
> **Is any of this wrong? Reply "looks good" or tell me what to fix.**

## Section 6 -- Gap filling

After the user confirms the summary (or corrects it), ask about things that cannot be inferred from documents. Use `ask_user_input_v0` where possible.

**Things that usually cannot be inferred:**

1. **Home office** -- Cannot tell from documents whether a dedicated workspace exists.
2. **Private use percentage** -- Phone, internet, motor vehicle business-use split.
3. **Capital allowances from prior years** -- Continuing depreciation on assets acquired before 2025 (unless prior TA24 has the schedule).
4. **Exempt supplies** -- Whether any income is VAT-exempt (medical, educational, insurance, financial services).
5. **Birth year** -- Needed for SSC maximum cap determination.
6. **Other income** -- Employment income, rental, dividends, interest (Box 4 of TA24).

**Home office gap-filling example:**

Call `ask_user_input_v0` with:

```
Q: "Home office?"
   Options: [
     "Dedicated room, used ONLY for work",
     "Dedicated corner/desk, used ONLY for work",
     "Shared space (kitchen table, living room)",
     "Separate business premises (not at home)",
     "No fixed workspace"
   ]
```

If option 1 -> ask for room count (total rooms in home) or floor area percentage.
If option 2 -> flag as T2 for reviewer: dedicated corner may qualify but is less clear-cut than a full room.
If option 3 -> "A shared space does not qualify for a home office deduction under Article 14. I'll skip this deduction."
If option 4 -> rent is already captured in expenses. No home office calculation needed.
If option 5 -> skip home office entirely.

**Private use percentage example:**

Call `ask_user_input_v0` with:

```
Q: "Motor vehicle -- business use?"
   Options: [
     "90%+ business (mileage log available)",
     "70-90% business",
     "50-70% business",
     "Under 50% business",
     "No vehicle used for business"
   ]
```

For phone/internet, similar question.

Flag all private-use percentages as T2 -- warranted accountant must confirm the percentage is reasonable and documented.

**Birth year:**

If not determinable from documents, ask as a text input: "What year were you born? (Needed for SSC maximum cap calculation.)"

## Section 7 -- The final handoff

Once gap-filling is done, produce a final handoff message and hand off to `mt-return-assembly`.

**Example handoff message:**

> Intake complete. Here's what's going to the return assembly:
>
> Self-employed sole proprietor, single, Article 10 VAT, full-year Malta resident. Gross EUR 52,000, estimated net ~EUR 41,000 before capital allowances and SSC.
>
> I'm now going to run the full Malta return preparation. This covers:
> 1. VAT return (Q4 2025 or annual if Article 11)
> 2. TA24 income tax return (2025)
> 3. Class 2 SSC reconciliation
> 4. Provisional tax schedule for 2026
>
> You'll get back:
> 1. An Excel working paper with all forms and live formulas
> 2. A reviewer brief with positions, citations, and flags for your accountant
> 3. A filing calendar with all upcoming deadlines
>
> Starting now.

Then internally invoke `mt-return-assembly` with the structured intake package.

## Section 8 -- Structured intake package (internal format)

The downstream skill (`mt-return-assembly`) consumes a JSON structure. It is internal and not shown to the user unless they ask. Key fields:

```json
{
  "jurisdiction": "MT",
  "tax_year": 2025,
  "taxpayer": {
    "name": "",
    "birth_year": 0,
    "marital_status": "single | married | parent",
    "residency": "full_year",
    "vat_number": "",
    "vat_registration_type": "article_10 | article_11 | unregistered",
    "employment_status": "self_employed | employed_plus_side",
    "industry": "",
    "entity_type": "sole_proprietor"
  },
  "income": {
    "gross_receipts_ex_vat": 0,
    "vat_collected": 0,
    "other_income": 0,
    "client_breakdown": []
  },
  "expenses": {
    "fully_deductible": [],
    "mixed_use": [],
    "blocked": [],
    "capital_items": []
  },
  "vat": {
    "quarterly_returns_filed": [],
    "excess_credit_bf": 0,
    "input_vat_reclaimable": 0,
    "exempt_supplies": false,
    "exempt_supply_details": ""
  },
  "ssc": {
    "birth_year": 0,
    "class2_payments": [],
    "total_paid": 0,
    "category": "SA | SB | SC"
  },
  "provisional_tax": {
    "prior_year_liability": 0,
    "payments_made": [],
    "total_paid": 0
  },
  "prior_year": {
    "final_tax_liability": 0,
    "net_self_employment_income": 0,
    "capital_allowances_schedule": []
  },
  "home_office": {
    "qualifies": false,
    "percentage": 0,
    "method": "rooms | floor_area"
  },
  "private_use": {
    "motor_vehicle_business_pct": 0,
    "phone_business_pct": 0,
    "internet_business_pct": 0
  },
  "open_flags": [],
  "refusals_triggered": [],
  "documents_received": []
}
```

## Section 9 -- Refusal handling

Refusals fire from either the refusal sweep (Section 2) or during inference (e.g., partnership structure discovered in documents).

When a refusal fires:
1. Stop the workflow
2. State the specific reason in one sentence
3. Recommend the path forward (specific practitioner type)
4. Offer to continue with partial help ONLY if the out-of-scope item is cleanly separable (rare)

**Do not:**
- Apologize profusely
- Try to work around the refusal
- Suggest the user "might be able to" fit into scope if they answer differently
- Continue silently

**Sample refusal:**

> Stop -- you have a registered limited company. I'm set up for sole proprietors and self-occupied individuals only. Limited companies file CT returns with different rules for directors' remuneration, dividends, and corporate tax. You need a warranted accountant familiar with Ltd company returns.
>
> I can't help with this one.

## Section 10 -- Self-checks

**Check IN1 -- No one-question-at-a-time prose in the refusal sweep.** If the skill asked "Question 1 of 10" or walked through questions as separate messages, check fails.

**Check IN2 -- Refusal sweep used ask_user_input_v0.** The first substantive interaction used the interactive tool, not prose questions.

**Check IN3 -- Upload-first flow honoured.** After refusal sweep, the skill asked for a document dump before asking any content questions.

**Check IN4 -- Documents were parsed and inferred before asking questions.** The inference summary (Section 5) was shown before gap-filling questions (Section 6).

**Check IN5 -- Gap-filling only asked about things NOT visible in documents.** If the skill asked "did you pay SSC" after the bank statement showed DSS payments, check fails.

**Check IN6 -- Open flags captured.** Anything ambiguous, risky, or attention-worthy during inference is in the `open_flags` list in the handoff package.

**Check IN7 -- Handoff to `mt-return-assembly` is explicit.** The user was told "I'm now going to run the return preparation," and the downstream orchestrator was explicitly invoked with the intake package.

**Check IN8 -- Reviewer step was stated upfront and reiterated before handoff.** The opening message mentioned reviewer signoff.

**Check IN9 -- Refusals were clean.** No hedging. Stop means stop.

**Check IN10 -- No meta-commentary about workflow phases.** The skill did not say "Phase 1," "Phase 2," etc.

**Check IN11 -- Total user-facing turn count is low.** Target: 8 turns or fewer from start to handoff for a prepared user (1 refusal batch + 1 upload + 1 confirmation + 1-3 gap fills + 1 handoff). More than 12 turns for a normal intake is a check failure.

**Check IN12 -- VAT registration type was established.** Article 10 vs Article 11 was confirmed before inference, as it changes how every transaction is classified.

## Section 11 -- Performance targets

For a prepared user (documents in a folder, ready to upload):
- **Refusal sweep**: 45 seconds (1-2 interactive turns)
- **Document upload**: 2 minutes (1 upload turn)
- **Inference and confirmation display**: 1 minute Claude processing + 1 turn for user confirmation
- **Gap filling**: 2 minutes (2-3 interactive turns)
- **Handoff**: immediate
- **Total**: ~6 minutes

For an unprepared user (has to go fetch documents):
- Refusal sweep: same
- Document discovery: 10-20 minutes offline
- Rest: same
- **Total**: 15-25 minutes

## Section 12 -- Cross-skill references

**Inputs:** User-provided documents and answers.

**Outputs:** Structured intake package consumed by `mt-return-assembly`.

**Downstream skills triggered (via mt-return-assembly):**
- `malta-vat-return` -- Quarterly VAT return (Article 10) or Article 11 annual declaration
- `malta-income-tax` -- TA24 self-employed return
- `malta-ssc` -- Class 2 social security contributions
- `mt-estimated-tax` -- Provisional tax schedule

0. **Hand off structured intake package to return assembly** — Then internally invoke `mt-return-assembly` with the structured intake package.
0. **Quarterly VAT return (Article 10) or Article 11 annual declaration** — malta-vat-return -- Quarterly VAT return (Article 10) or Article 11 annual declaration
0. **TA24 self-employed return** — malta-income-tax -- TA24 self-employed return
0. **Class 2 social security contributions** — malta-ssc -- Class 2 social security contributions
0. **Provisional tax schedule** — mt-estimated-tax -- Provisional tax schedule

### Change log

- **v0.1 (April 2026):** Initial draft. Upload-first, inference-then-confirm pattern modelled on us-ca-freelance-intake v0.2.

## End of Intake Skill v0.1

## Disclaimer

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.

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.

================================================================================
# SKILL: mt-return-assembly (research-verified)
# Source: https://www.openaccountants.com/skills/mt-return-assembly
================================================================================

---
name: mt-return-assembly
description: Final orchestrator skill that assembles the complete Malta filing package for Malta-resident self-employed individuals and sole proprietors. Consumes outputs from all Malta content skills (malta-vat-return for Malta VAT, malta-income-tax for TA24, malta-ssc for Class 2 contributions, mt-estimated-tax for provisional tax) to produce a single unified reviewer package containing every worksheet, every form, every brief section, all cross-skill reconciliations, and the final action list with payment instructions, filing instructions, and next-year planning. This is the capstone skill that runs last and produces the final deliverable. MUST be loaded alongside all Malta content skills listed above. Malta full-year residents only. Self-employed individuals and sole proprietors only.
jurisdiction: MT
domain: income-tax
tax_year: 2025
---

# mt-return-assembly

## Malta Return Assembly Skill v0.1

## CRITICAL EXECUTION DIRECTIVE -- READ FIRST

**When this skill is invoked, you have already passed through intake. The user has consented to the full workflow. Execute all steps without pausing for permission.**

Specifically:

- **Do NOT ask the user "how deep do you want me to go"** or "do you want the full package" or any variant. The user asked for their tax returns. They want their tax returns. Produce them.
- **Do NOT announce how many tokens or tool calls this will take.** Execute.
- **Do NOT ask which deliverables to prioritise.** Produce all deliverables listed in Section 8. If you run out of context mid-execution, finish the computation work first (numbers, positions, flags) then produce whatever formatted outputs you can, and at the very end state clearly which deliverables were not produced and why.
- **Do NOT re-validate scope that intake already validated.** If `mt-freelance-intake` produced an intake package, trust it. You can cross-check specific numbers during reconciliation but do not re-interrogate the user about residency, business structure, or anything else intake already captured.
- **Do NOT pause between content skills to check in.** Run them in dependency order (Section 2) without prose status updates between each one. A single status message at the end is fine.
- **Self-checks are targets, not blockers.** If a self-check fails, note it in the reviewer brief's open flags section and continue. Do NOT halt the entire workflow because one self-check had an ambiguous answer.
- **Primary source citations go in the final reviewer brief, not in intermediate computation steps.**

**The user has already been told (by the intake skill) that the final package requires warranted accountant signoff before filing. State it once in the final output and move on.**

**Failure mode to avoid:** The skill halts mid-execution and asks the user a meta-question about workflow pacing. If you feel the urge to ask "how should I proceed," the correct action is to pick the most defensible path and proceed, flagging the decision in the reviewer brief so the reviewer can challenge it.

## What this file is

The final capstone skill for Malta self-employed returns. Every Malta content skill feeds into this one. The output is the complete reviewer package that a warranted accountant can review, sign off on, and deliver to the client along with filing instructions.

This skill coordinates execution of the content skills, verifies cross-skill consistency, and assembles the final deliverable.

## Section 1 -- Scope

Produces the complete Malta filing package for:
- Full-year Malta residents
- Self-employed individuals and sole proprietors (self-occupied)
- Tax year 2025
- Filing Malta VAT returns (Article 10 quarterly or Article 11 annual), TA24, Class 2 SSC reconciliation, provisional tax schedule

## Section 2 -- Execution order and dependency chain

0. **malta-vat-return** — Malta VAT return (quarterly for Article 10, annual declaration for Article 11) -- Runs first because VAT turnover figures feed into the TA24. For Article 10: prepare Q4 2025 VAT return if not yet filed; verify Q1-Q3 figures. For Article 11: prepare annual declaration; verify turnover remains under EUR 35,000. Output: VAT return box values, input VAT recovered/blocked, turnover (ex-VAT)
0. **malta-income-tax** — TA24 self-employed return (annual) -- Depends on VAT output: gross income (Box 1) must use ex-VAT turnover for Article 10 clients. Depends on VAT output: blocked input VAT becomes a deductible expense in Box 2. Output: TA24 box values (Box 1 through Box 40), chargeable income, tax liability
0. **malta-ssc** — Class 2 social security contributions (quarterly payments, annual reconciliation) -- Depends on TA24: SSC paid enters Box 20 of the TA24. Depends on prior year TA24 net income: SSC amount is based on prior year, not current. Output: annual SSC amount, category (SA/SB/SC), payments made vs amount due, any shortfall
0. **mt-estimated-tax** — Provisional tax schedule (2026 forward-looking) -- Depends on TA24: provisional tax is based on the current year's final tax liability for next year. Status check: mt-estimated-tax is currently a Q4 stub. If the stub has substantive computation content, use it. If it is still a placeholder, compute provisional tax using the rules documented in malta-income-tax Step 5 (ITMA Chapter 372: 20%/30%/50% split) and flag in the reviewer brief that the dedicated skill was not available. Output: three instalment amounts and dates for 2026

- **Upstream failure handling** — If any upstream content skill fails to produce validated output, the assembly skill notes the failure in the reviewer brief and continues with available data rather than halting entirely.  _(Section 2)_

## Section 3 -- Cross-skill reconciliation

### Cross-check 1: VAT turnover matches TA24 gross income

**Cross-check 1: VAT turnover matches TA24 gross income**  _(Cross-check 1: VAT turnover matches TA24 gross income)_

| VAT Output | TA24 Input | Rule |
| --- | --- | --- |
| VAT return total turnover (ex-VAT) | TA24 Box 1 (gross income) | Must match within EUR 1 |
| Article 10: sum of Box 1 + Box 2 (outputs) | TA24 Box 1 | Turnover is ex-VAT |
| Article 11: declared turnover | TA24 Box 1 | Turnover is gross (no VAT separation) |

- **If mismatch** — Flag for reviewer. Common causes: timing differences (invoice vs payment basis), foreign income not subject to Malta VAT, exempt supplies, bad debt relief.  _(Cross-check 1: VAT turnover matches TA24 gross income)_

### Cross-check 2: SSC computation uses TA24 net income

**Cross-check 2: SSC computation uses TA24 net income**  _(Cross-check 2: SSC computation uses TA24 net income)_

| SSC Input | Source | Rule |
| --- | --- | --- |
| Prior year net self-employment income | Prior year TA24 Box 3 or Box 30 | SSC is always based on prior year |
| Current year SSC paid | DSS statements / bank statement | Enters current year TA24 Box 20 |

- **If mismatch** — Verify the prior year figure. If prior year TA24 was not filed, SA minimum applies by default.  _(Cross-check 2: SSC computation uses TA24 net income)_

### Cross-check 3: Provisional tax based on prior-year TA24

**Cross-check 3: Provisional tax based on prior-year TA24**  _(Cross-check 3: Provisional tax based on prior-year TA24)_

| Provisional Tax Input | Source | Rule |
| --- | --- | --- |
| Prior year final tax liability | Prior year TA24 Box 40 (or Box 35 minus credits) | 20%/30%/50% split |
| Payments made during 2025 | Bank statement / CFR receipts | Must reconcile to TA24 Box 36 |
| 2026 schedule | Current year TA24 final tax liability (Box 35 minus Box 37) | Drives next year's instalments |

- **If mismatch** — Common cause is first year of self-employment (no provisional tax due) or prior year assessment differing from filed return.  _(Cross-check 3: Provisional tax based on prior-year TA24)_

### Cross-check 4: VAT input tax and income tax deductions consistency

**Cross-check 4: VAT input tax and income tax deductions consistency**  _(Cross-check 4: VAT input tax and income tax deductions consistency)_

| Item | VAT Treatment | Income Tax Treatment |
| --- | --- | --- |
| Reclaimable input VAT (Article 10) | Claimed in VAT return Boxes 34-38 | NOT a deduction in TA24 Box 2 (net amount only) |
| Blocked input VAT (Article 10) | Not claimed | IS a deduction in TA24 Box 2 (added to cost) |
| All VAT paid (Article 11) | No recovery | IS a deduction in TA24 Box 2 (gross amount is cost) |
| Capital goods VAT (Article 10, >= EUR 1,160) | Box 36 of VAT return | Capital allowance in TA24 Box 15 (on net cost) |

- **If inconsistency** — An expense claimed net of VAT on the TA24 while also not claimed on the VAT return means the VAT is lost. Flag for reviewer.  _(Cross-check 4: VAT input tax and income tax deductions consistency)_

### Cross-check 5: Capital items consistent across VAT and income tax

**Cross-check 5: Capital items consistent across VAT and income tax**  _(Cross-check 5: Capital items consistent across VAT and income tax)_

| System | Threshold | Treatment |
| --- | --- | --- |
| VAT Capital Goods Scheme | >= EUR 1,160 gross | VAT return Box 30 |
| Income Tax Capital Allowances | No threshold | TA24 Box 15, depreciated per 6th Schedule |

A EUR 500 printer: depreciated for income tax (25% x EUR 500 = EUR 125/year in Box 15) but does NOT go to VAT Box 30. These are separate systems and must be tracked independently.

## Section 4 -- Final reviewer package contents

### Documents

1. **Executive summary** -- one-page overview: filing status, income, tax liability, VAT position, SSC, provisional tax, refund/balance due
2. **VAT return worksheet** -- box-by-box with formulas (Q4 2025 or annual Article 11)
3. **TA24 worksheet** -- Box 1 through Box 40 with formulas and supporting schedules
4. **Capital allowances schedule** -- asset register with cost, date, rate, annual allowance, WDV
5. **SSC reconciliation** -- category determination, amount due, payments made, shortfall/overpayment
6. **Provisional tax schedule** -- 2026 three-instalment calculation
7. **Cross-skill reconciliation summary** -- all five cross-checks with pass/fail and notes
8. **Reviewer brief** -- comprehensive narrative with positions, citations, flags, self-check results
9. **Client action list** -- what the client needs to do, with dates and amounts

### Reviewer brief contents

```markdown
# Complete Return Package: [Client Name] -- Tax Year 2025

## Executive Summary
- Filing status: [Single / Married / Parent]
- Residence: Malta (full-year)
- Business: Self-employed / Self-occupied, sole proprietor
- VAT registration: Article 10 / Article 11
- VAT return position (Q4 or annual): EUR X due / EUR X credit
- TA24 total tax liability (Box 35): EUR X
- SSC Class 2 annual amount: EUR X
- Provisional tax paid (Box 36): EUR X
- Tax credits (Box 37): EUR X
- TA24 balance due / refund (Box 40): EUR X
- 2026 provisional tax total: EUR X

## VAT Return
[Content from malta-vat-return output]
- Registration type and period
- Output VAT summary
- Input VAT summary (reclaimable, blocked, capital goods)
- Reverse charge entries (EU/non-EU services)
- Box-by-box summary
- Excess credit position

## Income Tax Return (TA24)
[Content from malta-income-tax output]
- Box 1: Gross income breakdown by client
- Box 2: Allowable deductions schedule
- Box 3: Net profit
- Box 4: Other income (if any)
- Box 15: Capital allowances schedule
- Box 20: SSC deduction
- Box 30: Chargeable income
- Box 35: Tax liability (rate table applied)
- Box 36: Provisional tax paid
- Box 37: Tax credits
- Box 40: Balance due / refund

## Social Security Contributions
[Content from malta-ssc output]
- Birth year and cap category
- Prior year net income used
- Category: SA / SB / SC
- Annual amount due
- Quarterly payments made
- Shortfall or overpayment
- Deductibility confirmed (Box 20)

## Provisional Tax (2026)
[Content from mt-estimated-tax output, or computed from malta-income-tax Step 5 if stub]
- Based on 2025 final tax liability (Box 35 minus Box 37)
- 1st instalment: 20% -- due 30 April 2026
- 2nd instalment: 30% -- due 31 August 2026
- 3rd instalment: 50% -- due 21 December 2026
- If first year: no provisional tax was due in 2025; 2026 is the first year

## Cross-skill Reconciliation
- VAT turnover vs TA24 Box 1: [pass/fail]
- SSC base vs prior year TA24: [pass/fail]
- Provisional tax vs prior year liability: [pass/fail]
- VAT input tax vs TA24 deductions: [pass/fail]
- Capital items VAT vs income tax: [pass/fail]

## Reviewer Attention Flags
[Aggregated from all upstream skills]
- T2 items requiring warranted accountant confirmation
- Mixed-use expense percentages (motor vehicle, phone, internet)
- Home office deduction (if claimed)
- Capital item classification
- Any turnover approaching EUR 35,000 Article 11 threshold
- Any income approaching rate band boundaries
- TA22 vs TA24 decision (if employed + side income)

## Positions Taken
[List with legislation citations]
- e.g., "Home office deduction claimed at 15% of total floor area -- Article 14, ITA Cap. 123"
- e.g., "Motor vehicle business use at 70% -- client-stated, mileage log available -- Article 14, ITA Cap. 123"
- e.g., "MacBook Pro capitalised and depreciated at 25% p.a. -- 6th Schedule, ITA Cap. 123"

## Planning Notes for 2026
- Provisional tax schedule (three instalments with amounts and dates)
- SSC category projection based on 2025 net income
- VAT Article 11 threshold monitoring (if approaching EUR 35,000)
- Capital allowances continuing into 2026 (WDV schedule)
- Any legislative changes affecting 2026 (budget measures, rate changes)

## Client Action List

### Immediate (before 30 June 2026 -- TA24 filing deadline):
1. Review this return package with your warranted accountant
2. File TA24 via MTCA e-Services
3. Pay TA24 balance due of EUR X to CFR
4. File Q4 2025 Malta VAT return (if not yet filed) -- deadline was [date]

### Before 30 April 2026 (ALREADY PASSED if current date is after -- check):
1. Pay 2026 1st provisional tax instalment of EUR X (20%)
2. Pay Q1 2026 SSC instalment of EUR X

### Before 31 August 2026:
1. Pay 2026 2nd provisional tax instalment of EUR X (30%)
2. Pay Q3 2026 SSC instalment of EUR X

### Before 21 December 2026:
1. Pay 2026 3rd provisional tax instalment of EUR X (50%)
2. Pay Q4 2026 SSC instalment of EUR X

### VAT filing calendar (Article 10 quarterly):
- Q1 2026 (Jan-Mar): file by [Q1 deadline]
- Q2 2026 (Apr-Jun): file by [Q2 deadline]
- Q3 2026 (Jul-Sep): file by [Q3 deadline]
- Q4 2026 (Oct-Dec): file by [Q4 deadline]

### Ongoing:
1. Issue VAT-compliant invoices for all sales
2. Retain all purchase invoices and receipts (6-year retention)
3. Maintain mileage log if claiming motor vehicle expenses
4. Monitor turnover for VAT threshold (Article 11 clients)
5. Track capital assets in the asset register
```

## Section 5 -- Refusals

- **R-MT-1** — Upstream skill did not run. Name the specific skill. Note: this is a warning, not a hard stop. Continue with available data and flag the gap.  _(Section 5)_
- **R-MT-2** — Upstream self-check failed. Name the specific check and note it in the reviewer brief. Continue.  _(Section 5)_
- **R-MT-3** — Cross-skill reconciliation failed. Name the specific reconciliation and describe the discrepancy. Flag for reviewer but continue.  _(Section 5)_
- **R-MT-4** — Intake incomplete. Specific missing intake items prevent computation. List what is missing and ask the user for the specific data point.  _(Section 5)_
- **R-MT-5** — Out-of-scope item discovered during assembly. E.g., rental income requiring supplementary forms, foreign source income, or partnership income. Flag and exclude from computation.  _(Section 5)_

## Section 6 -- Self-checks

- **Check MT1** — All upstream skills executed. malta-vat-return, malta-income-tax, malta-ssc all produced output. mt-estimated-tax produced output or was computed from malta-income-tax Step 5.  _(Section 6)_
- **Check MT2** — VAT turnover matches TA24 Box 1. Within EUR 1 tolerance.  _(Section 6)_
- **Check MT3** — SSC uses correct prior-year base. Prior year net income matches the figure used for SSC category determination.  _(Section 6)_
- **Check MT4** — Provisional tax matches prior-year liability. 20%+30%+50% = 100% of prior year final tax.  _(Section 6)_
- **Check MT5** — Article 10 VAT treatment correct. Output VAT excluded from income; reclaimable input VAT excluded from expenses; blocked VAT included in expenses.  _(Section 6)_
- **Check MT6** — Article 11 VAT treatment correct. No output VAT charged; all input VAT included in expenses (gross = cost).  _(Section 6)_
- **Check MT7** — Capital items correctly split. Items >= EUR 1,160 gross in VAT Box 30; all capital items in TA24 Box 15 at correct depreciation rates.  _(Section 6)_
- **Check MT8** — SSC entered in TA24 Box 20. Amount paid during 2025, not amount due.  _(Section 6)_
- **Check MT9** — Rate table matches marital status. Single/married/parent rate table correctly applied to Box 30 chargeable income.  _(Section 6)_
- **Check MT10** — Filing calendar is complete. All deadlines for VAT, TA24, SSC, and provisional tax are listed with specific dates and amounts.  _(Section 6)_
- **Check MT11** — No form numbers in user-facing messages. Internal notes can reference form numbers; user-facing messages use plain English where possible.  _(Section 6)_
- **Check MT12** — Reviewer brief contains legislation citations. Every position taken references the specific article of the relevant Act.  _(Section 6)_

## Section 7 -- Output files

The final output is **three files**:

1. **`[client_slug]_2025_malta_master.xlsx`** -- Single master workbook containing every worksheet and form. Sheets include: Cover, VAT return (Q4 or Annual), TA24 (Box 1-40), Capital Allowances, Expense Detail, SSC Reconciliation, Provisional Tax 2026, Cross-Check Summary. Use live formulas where possible -- e.g., TA24 Box 1 references the VAT turnover cell; Box 20 references the SSC sheet total; Box 36 references the provisional tax paid. Verify no `#REF!` errors. Verify computed values match the Python/computation model within EUR 1 before shipping.

2. **`reviewer_brief.md`** -- Single markdown file covering all sections from Section 4 above: executive summary, VAT return, TA24, SSC, provisional tax, cross-skill reconciliation, flags, positions, planning notes.

3. **`client_action_list.md`** -- Single markdown file with step-by-step actions: immediate filings and payments, quarterly calendar for 2026, ongoing compliance reminders.

**If execution runs out of context mid-build:** produce whatever is complete, then state at the end which of the three files were not produced or are partial.

**All files are placed in `/mnt/user-data/outputs/` and presented to the user via the `present_files` tool at the end.**

## Section 8 -- Cross-skill references

**Inputs:**
- `mt-freelance-intake` -- structured intake package (JSON)
- `malta-vat-return` -- VAT return box values and classification output
- `malta-income-tax` -- TA24 box values and computation output
- `malta-ssc` -- Class 2 reconciliation output
- `mt-estimated-tax` -- Provisional tax schedule (or fallback computation)

**Outputs:** The final reviewer package. No downstream skill.

## Section 9 -- Known gaps

1. PDF form filling is not automated. The reviewer uses the worksheets to fill official CFR forms on MTCA e-Services.
2. E-filing is handled by the reviewer via MTCA portal, not by this skill.
3. Payment execution is the client's responsibility; the skill only provides instructions and amounts.
4. TA22 (part-time self-employment) assembly is not fully supported -- if TA22 applies, the skill flags it but the TA22 form is simpler (flat 10%) and may be completed manually by the reviewer.
5. Multi-year capital allowance tracking assumes the prior year schedule is provided. If not, only current-year acquisitions are depreciated.
6. mt-estimated-tax is a Q4 stub. Until it is fleshed out, provisional tax is computed using the rules in malta-income-tax Step 5. This is a redundancy, not a gap -- the rules are deterministic (ITMA Chapter 372).
7. Foreign source income is out of scope (no double taxation relief computation).
8. Rental income supplementary forms are out of scope.
9. The package is complete only for the 2025 tax year; 2026 appears only as prospective planning.

### Change log

- **v0.1 (April 2026):** Initial draft. Modelled on us-ca-return-assembly v0.2 adapted for Malta jurisdiction with four content skills (Malta VAT return, TA24, SSC, provisional tax).

## End of skill

## Disclaimer

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.

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.

================================================================================
# SKILL: how-to-account-for-rental-income-in-malta (research-verified)
# Source: https://www.openaccountants.com/skills/how-to-account-for-rental-income-in-malta
================================================================================

---
name: How to Account for Rental Income in Malta
description: Guide for a Malta-resident individual with residential rental income choosing between the flat final withholding rate and progressive-rate treatment.
jurisdiction: MT
domain: personal_income
role: CPA
tax_year: 0
---

# How to Account for Rental Income in Malta

## METHOD

### [method:scope_gate] Who this Guide is for, and who to refuse

This Guide covers a Malta-resident individual with **residential rental income** choosing whether to elect the flat final withholding rate or add the rent to their progressive-rate income. It is NOT for: commercial lettings (the election does not apply); cross-border or foreign-situs property; property held through a company, trust, or other structure; or short-stay / serviced-apartment operations large enough to constitute a trade. Send all of those to a specialist. Stop immediately if the property is a residential long-let with no Housing Authority (Cap. 604) registration — do not certify a final-tax claim on an unenforceable lease.

### [method:sequence] Order of operations

1. Confirm the lease is registered with the Housing Authority (Cap. 604).
2. Confirm residential vs commercial, and long-let vs short-stay.
3. Confirm legal ownership and each owner's share.
4. Only then model the two routes: flat final rate on gross vs progressive with
   deductions.
5. Select the route, record why, and file.

Never compute the flat rate first. Clients anchor on the low number, and if the lease turns out unregistered or the activity is actually a trade, the whole computation collapses and you have wasted the client's trust and your time.

### [method:intake_questions] Five questions before computing

- Residential or commercial? (the flat election is residential-only)
- Long-let or short-stay? (short-stay may be trading income, not passive rent)
- Is the lease registered with the Housing Authority under Cap. 604?
- Sole or joint ownership? (each owner files their own share)
- Any related-party or below-market let?

### [method:evidence] Documents to insist on

- Registered lease agreement with Housing Authority registration confirmation.
- Ownership deed / evidence of share.
- Bank statements showing rent received.
Under the flat route, minor expenses are irrelevant (tax is on gross) so take the client's word. The moment the client wants the progressive route with deductions, every expense needs a file-grade receipt.

### [method:judgment_rule] Choosing the route

Model both. The flat-rate-on-gross route usually wins on low-geared, cheap-to-run property; the progressive route wins where there is a large loan and a low marginal rate. Record both computations, the delta, the chosen route, and the client's reason in the working paper — the election is made annually, so protect against a future dispute about what was decided.

### [method:trap] Most-missed items

- Clients believe they can deduct home-loan interest, agent fees, and repairs under the flat route. They cannot — the flat rate is on gross with no deductions. Deductions exist only in the progressive route.
- Software and AI default to netting expenses before applying the flat rate. Wrong — the flat rate applies to gross.
- Short-stay lettings misclassified as passive rent, missing the VAT question entirely.

### [method:cross_check] Reconcile before signing

Rent credited to the bank must match the declared, registered lease. The Housing Authority register and the tax filing are cross-referenced; a mismatch invites a query letter. Reconcile declared rent to registered lease value up front.

### [method:edge_case] When side income reshapes the return

A client presenting as a landlord but providing cleaning, linen, and guest turnover is running a trade, not earning passive rent. The whole return changes: business income, likely VAT registration, and no flat election. Reclassify before computing anything.

### [method:filing_mechanics] How submission works

The election is made on the dedicated rental-income return and the tax is paid by the annual deadline; the filing and the payment are a single act. Miss the deadline and the flat election is lost for that year, defaulting to progressive rates. Exact form reference and deadline are not stated here — see FLAGS.

### [method:handback_protocol] Working paper contents

Both computations (flat vs progressive), the route chosen and the reason, proof of Cap. 604 registration, and the filed return reference.

## FACT CORRECTIONS

**FACT CORRECTIONS**

| fact_key | current | correct | source |
| --- | --- | --- | --- |
|  |  |  |  |

## FLAGS

- [refer] Flat final-tax rate on residential rental income — VERIFY exact rate and confirm it is on gross, against Art. 31D Income Tax Act (Cap. 123).
- [refer] Annual filing / payment deadline for the rental-income election — UNCONFIRMED, do not state without checking the current CFR guidance.
- [refer] Exact rental-income return / form reference — UNCONFIRMED.
- [refer] Cap. 604 lease-registration deadline and penalty for non-registration — UNCONFIRMED.
- [refer] VAT registration threshold and treatment for short-stay lettings — escalate; out of scope for the flat-election Guide.
- [unsettled] Boundary between a large short-let and a "trade" is judgment-based; do not finalise a borderline case without specialist review.

## NOTES

This is a TEST-RUN Guide produced to exercise the oa-authoring kit end to end. The METHOD prose is drafted craft and is plausible but unverified; every rate, threshold, and deadline has been deliberately withheld and flagged [refer] rather than invented. Do not publish until a warrant-holding Malta CPA replaces the author block and confirms every flagged fact against the Income Tax Act (Cap. 123), the Private Residential Leases Act (Cap. 604), and current CFR guidance.

> Contributed by Michael Cutajar, CPA Warrant, Malta · ACCA.

================================================================================
# SKILL: how-to-submit-capital-gain-taxes-in-malta (research-verified)
# Source: https://www.openaccountants.com/skills/how-to-submit-capital-gain-taxes-in-malta
================================================================================

---
name: how-to-submit-capital-gain-taxes-in-malta
description: Selling real estate in Malta.
jurisdiction: MT
domain: Selling real estate in Malta.
role: accountant
---

# how-to-submit-capital-gain-taxes-in-malta

## METHOD

### [method:scope_gate] Who this is for, and when to stop

This Guide is for the ordinary case: a private individual or a Maltese company transferring immovable property situated in Malta under the Article 5A final withholding tax (FWT) regime. It is written for a competent accountant supporting the client around the deed — not for the notary, who is the actual tax collector here.

Stop and send the client to a property-tax specialist or a warranted notary before you commit to a figure when any of these appear: the property forms part of a "project" (developed or subdivided into more than one transferable unit); the transfer involves emphyteusis, usufruct, or splitting of bare ownership from usufruct; a non-resident transferor wanting to opt out of FWT via a foreign-residence certificate; a partition/division of co-owned property; a promise-of-sale ("konvenju") dated before 17 November 2014 that changes the applicable rate; or any Special Designated Area (SDA) / Acquisition of Immovable Property (AIP) permit question. These are not "harder versions" of the same computation — they change which regime applies, and the notary's deed locks the wrong answer permanently.

### [method:sequence] Order of operations

Do these in order. A wrong order corrupts the rate itself, not just the arithmetic.

1. Establish the **acquisition date** and the **means of acquisition** (purchase, inheritance, donation) FIRST. This single fact set — not the sale price — determines the rate band (5% / 7% / 8% / 10% / 12%). Compute anything before this and you may apply the wrong rate to the wrong base.
2. Establish whether the property is the transferor's **sole ordinary residence** owned and occupied for at least 3 consecutive years and transferred within 12 months of vacating — this is the exemption gate.
3. Only then confirm the **transfer value** (the higher of consideration or market value) and deduct allowable costs (brokerage/agency fees, and — where relevant — the notary's fee on the deed).
4. Determine whether the base is the **transfer value** (FWT regimes) or the **gain** (the 12% opt-in on post-1992 inherited/donated property). These are different bases; do not mix them.
5. Confirm who collects and pays: the **notary** withholds and remits, not the client. Your job is to hand the notary a defensible computation and the supporting evidence.

### [method:intake_questions] Client intake questions

- When and how did you acquire this property — bought, inherited, or received as a donation? Get the exact date and the deed.
- If inherited or donated: before or after 25 November 1992? (7% vs 12% pivot for inheritance; 5-year rule for donations.)
- Is this your sole ordinary residence, and how long have you owned AND lived in it?
- Have you rented it out, used it in a business, or claimed any capital allowances on it?
- Is there a promise-of-sale agreement, and what date does it bear?
- Where is the property — is it in an Urban Conservation Area, a scheduled building, or a Special Designated Area?
- Are you resident in Malta for tax purposes? If not, are you tax-resident and taxable on Maltese property gains elsewhere?

### [method:evidence] Documents and evidence

Insist on seeing (file-grade): the original acquisition deed (for date, means, and declared acquisition value); the causa mortis deed if inherited (for the declared value that becomes the 12% base); any promise-of-sale agreement; and, for reduced-rate claims, the Planning Authority compliance permit (for UCA/scheduled-building restoration at 5%). Take the client's word for (draft-grade, but confirm before signing): occupancy dates for the sole-residence exemption, and the split of agency fees. Never accept an oral acquisition value — it must come off the deed.

### [method:judgment_rule] Picking between routes

The main election is post-1992 inherited or donated property: 12% FWT on the *gain* (transfer value minus the value declared in the causa mortis / donation deed) versus the applicable *transfer-value* rate (10% / 8% / 5% by acquisition date). Rule of thumb: where the property has appreciated substantially since the declared inheritance value, the transfer-value route is usually cheaper; where the declared value was already close to market (or the property barely moved), the 12%-on-gain route wins. Model both, in writing, and put the comparison in the working paper — the notary needs to see why you chose. The election is made on the deed and cannot be undone afterwards.

### [method:conservative_default] Conservative defaults

When occupancy period for the sole-residence exemption is uncertain at draft time, assume the exemption does NOT apply and compute the FWT, then flag it for the client to substantiate before the deed. When the acquisition value on an old deed is ambiguous or the deed is missing, do not estimate — flag [refer] and get the deed from the Public Registry. An invented acquisition value is the single most dangerous number in this whole exercise.

### [method:trap] Traps and most-missed items

- **FWT is on transfer VALUE, not on gain.** The client pays even at a loss. Non-specialists routinely tell the client "no profit, no tax" — wrong, and it destroys trust at the deed.
- **Applying 8% by default.** 8% is the *general* rate for property acquired on/after 1 Jan 2004. Property acquired *before* 1 Jan 2004 is generally 10%. Miss this and you under-collect by 2 points of the whole value.
- **The 5% quick-sale rate.** Transfers within 5 years of acquisition (not forming part of a project) are 5%, not 8% — clients overpay when the accountant defaults to 8%.
- **Forgetting the notary is the collector.** The FWT is withheld and remitted by the notary on the deed. Late or wrong figures don't just cost interest — they can hold up the deed itself.
- **Sole-residence exemption assumed, not proven.** The 3-year ownership+occupation and 12-month transfer window are strict. Assume it and you may face FWT the client never budgeted for.

### [method:cross_check] Cross-checks before signing

Before you hand the notary your figure: the acquisition date on your computation must match the acquisition deed exactly; the base (transfer value vs gain) must match the regime you selected; the transfer value must be the higher of consideration or market value; and agency/brokerage deductions must be supported by invoices. Reconcile your FWT figure to the notary's own computation — they run it independently, and a mismatch surfaced *before* the deed is a five-minute fix; after the deed it is a permanent error.

### [method:filing_mechanics] Portal and filing mechanics

The transfer is executed on a notarial deed. The **notary** computes, withholds the FWT from the sale proceeds at the point of the deed, and remits it to the Commissioner for Tax and Customs (CfR/MTCA), together with the prescribed provisional/final tax return for the transfer. The seller does not file separately for a pure FWT transfer — it is *final*, so it does not go into the annual income tax return. The deed is the lock point: once published, the rate and election are fixed. Your working papers should reach the notary before the deed date, not on it.

### [method:cross_check] What must reconcile

(covered above — computation vs deed, base vs regime, figure vs notary's independent calc)

## FACT CORRECTIONS

**FACT CORRECTIONS**  _(Income Tax Act art. 5A; MTCA "New Property Tax System – FAQ"; Duty on Documents and Transfers Act)_

| fact_key | current | correct | source |
| --- | --- | --- | --- |
|  |  | Standard FWT (property acquired on/after 1 Jan 2004): 8% of transfer value | Income Tax Act art. 5A; MTCA "New Property Tax System – FAQ" |
|  |  | Property acquired before 1 Jan 2004 (no pre-17 Nov 2014 promise-of-sale): 10% of transfer value | Income Tax Act art. 5A; Griffiths & Assoc. summary of art. 5A rates |
|  |  | Quick sale — transfer within 5 years of acquisition, not part of a project: 5% of transfer value | Income Tax Act art. 5A; MTCA FAQ |
|  |  | UCA / scheduled building acquired after 1 Jan 2016, restored (PA compliance permit required): 5% | Income Tax Act art. 5A |
|  |  | Inherited before 25 Nov 1992 (or post-1992 inheritance transferred by judicial auction): 7% of transfer value | Income Tax Act art. 5A |
|  |  | Post-24 Nov 1992 inherited, or donated more than 5 years before transfer — election: 12% on (transfer value − declared acquisition value) | Income Tax Act art. 5A |
|  |  | Non-resident transferor default: 12% FWT, with opt-out to 7% provisional / 8% FWT on producing a foreign tax-residence certificate to the notary | Income Tax Act art. 5A; MTCA FAQ |
|  |  | Sole ordinary residence exemption: owned + occupied ≥ 3 years, transferred within 12 months of vacating → exempt from FWT | Income Tax Act art. 5A |
|  |  | Transfer value = higher of consideration or market value, less allowable costs (brokerage/agency fees) | Income Tax Act art. 5A |
|  |  | Duty on documents (buyer, for context): general rate 5% of the higher of value or consideration | Duty on Documents and Transfers Act |

## FLAGS

- [unsettled] First-time / second-time buyer duty schemes and their thresholds are set annually in the Budget and are frequently extended or amended — do not hard-code current-year duty relief figures; confirm against the Budget measures in force at the deed date. (These are buyer-side, but clients ask.)
- [refer] Any "project" property, emphyteusis/usufruct split, partition of co-owned property, non-resident opt-out via foreign-residence certificate, SDA/AIP permit question, or a promise-of-sale predating 17 November 2014 — refer to a property-tax specialist or warranted notary.
- [refer] Missing or ambiguous acquisition deed / acquisition value — pull the deed from the Public Registry; do not estimate.

## NOTES

Selling real estate situated in Malta is, since 1 November 2005 and reformed from 1 January 2015, taxed under a **final withholding tax** (Article 5A of the Income Tax Act) on the **transfer value** — not on the capital gain, and payable even where the seller makes no profit. The tax is withheld and remitted by the **notary** on the deed of transfer; for a pure FWT transfer it is final and does not enter the seller's annual return.

Worked example: an individual sells an apartment for €300,000 that they bought in 2010 (acquired after 1 Jan 2004, held more than 5 years, not their sole residence). Agency fee €9,000. Base = €300,000 − €9,000 = €291,000. FWT at 8% = €23,280, withheld by the notary at the deed. Had they instead sold within 5 years of acquisition, the rate would be 5% (€14,550). Had it been their sole ordinary residence owned and occupied 3+ years and sold within 12 months of moving out, it would be exempt.

> Contributed by Michael Cutajar, CPA Warrant, Malta · ACCA.

================================================================================
# SKILL: mt-capital-gains (research-verified)
# Source: https://www.openaccountants.com/skills/mt-capital-gains
================================================================================

---
name: Malta Capital Gains
description: Malta capital gains treatment — securities not taxed, Property Transfer Tax on immovable property, crypto and exit considerations
jurisdiction: MT
domain: income-tax
tax_year: 2025
---

# Malta Capital Gains

## Section 1 — Quick Reference

**Quick Reference**

| Field | Value |
| --- | --- |
| Country | Malta |
| CGT on securities? | **NO** — Malta does not levy CGT on disposal of shares/bonds/units |
| CGT on immovable property? | Property Transfer Tax applies (not CGT) |
| Primary legislation | Income Tax Act Cap. 123; Duty on Documents and Transfers Act Cap. 364 |
| Tax authority | Commissioner for Revenue (cfr.gov.mt) |
| Verified by | Pending — Malta warranted accountant sign-off required |

## Section 2 — Capital Gains on Securities: Not Taxed

- **No CGT on disposal of securities** — Malta does NOT impose capital gains tax on the disposal of: Shares in any company (Maltese or foreign); Bonds and debentures; Units in collective investment schemes; Other securities. This applies to: Malta tax residents (domiciled and non-domiciled); Non-residents disposing of securities in Malta companies.
- **Exception — dealing in securities** — **Exception**: gains that arise in the course of a trade or business of dealing in securities are treated as trading income, not capital gains, and are taxed at normal income tax rates.

## Section 3 — Property Transfers: Property Transfer Tax (PTT)

Transfers of immovable property in Malta are subject to **Property Transfer Tax (PTT)**, not CGT. PTT operates as a final withholding tax on the vendor.

**Property Transfer Tax rates**

| Scenario | Rate |
| --- | --- |
| Property held for >3 years (general) | 8% of transfer value |
| Property held for <3 years | 12% of transfer value |
| Inherited property | 7% of transfer value |
| Principal private residence (owner-occupied, main home) | 0% on first €200,750 of gains; 8% thereafter |
| Property acquired before 1 January 2004 | Transferor may elect to pay 10% on gain instead of 8% on value |
| Social accommodation / social housing | Reduced rates apply |

- **PTT computation basis** — PTT is computed on the **transfer value** (market value or consideration, whichever is higher), not on the gain. The vendor's conveyancing notary withholds and remits to the CFR on deed of transfer.

## Section 4 — Crypto Assets

- **Crypto asset treatment** — Malta does not have specific CGT legislation for crypto assets. The CFR has not issued formal guidance treating crypto disposals as capital gains. Gains from crypto trading may be treated as: Trading income (if conducted as a business) — taxed at normal rates; Capital receipts (if investment activity) — no CGT applies. This remains an area without definitive formal guidance. Flag for professional advice.

## Section 5 — Exit from Malta: No Exit Tax on Securities

- **No exit tax on securities** — Malta does not impose an exit tax on unrealised gains when an individual ceases Malta tax residency. Assets (including shares) can be retained and sold after departure without Malta claiming the pre-departure gain.

## Section 6 — Sources

- Income Tax Act, Chapter 123
- Duty on Documents and Transfers Act, Chapter 364
- Commissioner for Revenue: cfr.gov.mt/en/transfer-duty

> **Working paper only.** Have a qualified Malta warranted accountant review before acting.

================================================================================
# SKILL: mt-non-dom (research-verified)
# Source: https://www.openaccountants.com/skills/mt-non-dom
================================================================================

---
name: Malta Non-Domiciliary (Non-Dom) Tax Status
description: Skill covering Malta non-dom remittance basis taxation for resident non-domiciled individuals
jurisdiction: MT
domain: Personal income tax / non-dom status
role: tax adviser
tax_year: 2025
---

# Malta Non-Domiciliary (Non-Dom) Tax Status

## Section 1 — Quick Reference

**Quick Reference**

| Field | Value |
| --- | --- |
| Country | Malta |
| Tax basis | Remittance basis (for non-dom individuals) |
| Currency | EUR |
| Tax year | Calendar year (1 Jan – 31 Dec) |
| Primary legislation | Income Tax Act, Cap. 123; Income Tax Management Act, Cap. 372 |
| Tax authority | Commissioner for Revenue (CFR) |
| Filing | Online via cfr.gov.mt |
| Minimum tax | €5,000 per annum flat minimum |
| Contributor | Open Accountants |
| Verified by | Pending — Malta warranted accountant sign-off required |

## Section 2 — Who Qualifies as Non-Dom

A person is taxed on the remittance basis in Malta if they are:

1. **Resident in Malta** (physically present or with habitual place of abode in Malta), AND
2. **Not domiciled in Malta** (domicile of origin or choice is in another country)

- **Domicile** — Domicile is a concept of general law, not tax law. It follows: Domicile of origin: the country of your father's domicile at your birth; Domicile of choice: acquired by living in a country indefinitely with intent to remain permanently. Most foreign nationals living in Malta retain their foreign domicile of origin unless they take active steps to acquire a Malta domicile.
- **Ordinary residence** — Ordinary residence in Malta is established by habitual residence — typically after living in Malta for extended periods. Short visits or a single year's presence may not suffice.

## Section 3 — Remittance Basis: What Is and Isn't Taxed

**Remittance basis tax treatment**

| Income/Gain Type | Tax treatment |
| --- | --- |
| Malta-sourced income (employment, rental, business in Malta) | Taxed in full at normal rates |
| Foreign income received in Malta (remitted) | Taxed at normal progressive rates |
| Foreign income NOT remitted to Malta | NOT taxed in Malta |
| Foreign capital gains on securities, remitted | NOT taxed (Malta has no CGT on securities) |
| Foreign capital gains on securities, not remitted | NOT taxed |
| Foreign capital gains on immovable property, remitted | Subject to Malta tax treatment |
| Interest/dividends from foreign sources, remitted | Taxed at normal rates |
| Interest/dividends from foreign sources, not remitted | NOT taxed |

- **Key rule — source of income** — Income arises in Malta if it is earned from Maltese sources, regardless of where it is received. Foreign income arises outside Malta regardless of where it is received.  _(Income Tax Act, Chapter 123, Article 4 — territorial basis of charge)_

## Section 4 — Remittance: What Counts

- **When a remittance occurs** — A remittance to Malta occurs when foreign income is: Physically transferred to a Malta bank account; Used to acquire property in Malta; Applied to discharge a liability in Malta (e.g. paying a Malta mortgage); Brought into Malta in any form (cash, asset).
- **Clean capital** — Funds that were accumulated BEFORE you became Malta tax resident are NOT remittance of income — they are capital and can be brought to Malta freely without triggering tax. Maintaining separate accounts for pre-residence capital vs post-residence income/gains is strongly recommended.

## Section 5 — Minimum Tax

- **Minimum annual tax** — €5,000 EUR (per individual, regardless of whether any income is remitted)
- **Minimum tax application** — Non-dom individuals in Malta are subject to a minimum annual tax of €5,000, regardless of whether they remit any income. If the actual tax liability on remitted income exceeds €5,000, normal tax applies. The €5,000 minimum is a floor, not an additional charge. Applies per individual (not per household).

## Section 6 — Capital Gains: The Key Advantage

- **No capital gains tax on securities** — Malta does NOT levy capital gains tax on: Disposal of shares, bonds, units in collective investment schemes, or other securities; Whether remitted to Malta or not; Whether the securities are in a Malta company or foreign company. This is one of Malta's most significant tax advantages for investors and business owners realising large gains. See `mt-capital-gains` for the full capital gains analysis.

## Section 7 — Comparison: Non-Dom vs Fully Resident

**Comparison: Non-dom vs Fully domiciled resident**

| Scenario | Non-dom resident | Fully domiciled resident |
| --- | --- | --- |
| Salary from Malta employer | Taxed at normal rates | Taxed at normal rates |
| Foreign salary, not remitted | NOT taxed | Taxed on arising basis |
| Foreign rental income, not remitted | NOT taxed | Taxed on arising basis |
| Capital gain on foreign shares | NOT taxed | NOT taxed (no Malta CGT on securities) |
| Dividends from foreign company, not remitted | NOT taxed | Taxed on arising basis |
| Annual minimum tax | €5,000 | N/A |

## Section 8 — Practical Considerations

1. **Maintain separate bank accounts**: one for pre-residency clean capital, one for foreign income post-residency. Mixing funds creates tracing difficulties.

2. **Document the remittance chain**: each transfer from a foreign account to Malta should be traceable to capital (not income) where possible.

3. **Malta-sourced income is always taxed**: if you work for a Malta employer or have Malta rental income, the non-dom status does not help — full Malta rates apply.

4. **Exit**: when you leave Malta and cease to be ordinarily resident, the remittance basis no longer applies to that year's foreign income from the date of departure (split-year treatment may apply).

5. **No official election required**: non-dom status applies automatically if the conditions are met — there is no form to file. However, the CFR may request confirmation of domicile status.

## Section 9 — Sources

- Income Tax Act, Chapter 123, Article 4 — territorial basis of charge
- Commissioner for Revenue: cfr.gov.mt
- Malta Budget 2025: applicable minimum tax rates

> **Working paper only — not a filed return.** Have a qualified Malta warranted accountant review before acting. Non-dom status determination is fact-specific — the analysis above is a research-grade framework.

================================================================================
# SKILL: selling-a-company-in-malta (research-verified)
# Source: https://www.openaccountants.com/skills/selling-a-company-in-malta
================================================================================

---
name: selling-a-company-in-malta
description: Guide for a Malta-resident individual with residential rental income choosing between the flat final withholding rate and progressive-rate treatment; includes scope gating, sequence, intake, evidence, judgment, traps, cross-checks, edge cases, filing mechanics and handback protocol.
jurisdiction: MT
domain: personal_income
---

# selling-a-company-in-malta

## METHOD

### [method:scope_gate] Who this Guide is for, and who to refuse

This Guide covers a Malta-resident individual with **residential rental income**
choosing whether to elect the flat final withholding rate or add the rent to
their progressive-rate income. It is NOT for: commercial lettings (the election
does not apply); cross-border or foreign-situs property; property held through a
company, trust, or other structure; or short-stay / serviced-apartment
operations large enough to constitute a trade. Send all of those to a
specialist. Stop immediately if the property is a residential long-let with no
Housing Authority (Cap. 604) registration — do not certify a final-tax claim on
an unenforceable lease.

### [method:sequence] Order of operations

1. Confirm the lease is registered with the Housing Authority (Cap. 604).
2. Confirm residential vs commercial, and long-let vs short-stay.
3. Confirm legal ownership and each owner's share.
4. Only then model the two routes: flat final rate on gross vs progressive with
   deductions.
5. Select the route, record why, and file.

Never compute the flat rate first. Clients anchor on the low number, and if the
lease turns out unregistered or the activity is actually a trade, the whole
computation collapses and you have wasted the client's trust and your time.

### [method:intake_questions] Five questions before computing

- Residential or commercial? (the flat election is residential-only)
- Long-let or short-stay? (short-stay may be trading income, not passive rent)
- Is the lease registered with the Housing Authority under Cap. 604?
- Sole or joint ownership? (each owner files their own share)
- Any related-party or below-market let?

### [method:evidence] Documents to insist on

- Registered lease agreement with Housing Authority registration confirmation.
- Ownership deed / evidence of share.
- Bank statements showing rent received.
Under the flat route, minor expenses are irrelevant (tax is on gross) so take
the client's word. The moment the client wants the progressive route with
deductions, every expense needs a file-grade receipt.

### [method:judgment_rule] Choosing the route

Model both. The flat-rate-on-gross route usually wins on low-geared, cheap-to-run
property; the progressive route wins where there is a large loan and a low
marginal rate. Record both computations, the delta, the chosen route, and the
client's reason in the working paper — the election is made annually, so protect
against a future dispute about what was decided.

### [method:trap] Most-missed items

- Clients believe they can deduct home-loan interest, agent fees, and repairs
  under the flat route. They cannot — the flat rate is on gross with no
  deductions. Deductions exist only in the progressive route.
- Software and AI default to netting expenses before applying the flat rate.
  Wrong — the flat rate applies to gross.
- Short-stay lettings misclassified as passive rent, missing the VAT question
  entirely.

### [method:cross_check] Reconcile before signing

Rent credited to the bank must match the declared, registered lease. The Housing
Authority register and the tax filing are cross-referenced; a mismatch invites a
query letter. Reconcile declared rent to registered lease value up front.

### [method:edge_case] When side income reshapes the return

A client presenting as a landlord but providing cleaning, linen, and guest
turnover is running a trade, not earning passive rent. The whole return changes:
business income, likely VAT registration, and no flat election. Reclassify
before computing anything.

### [method:filing_mechanics] How submission works

The election is made on the dedicated rental-income return and the tax is paid
by the annual deadline; the filing and the payment are a single act. Miss the
deadline and the flat election is lost for that year, defaulting to progressive
rates. Exact form reference and deadline are not stated here — see FLAGS.

### [method:handback_protocol] Working paper contents

Both computations (flat vs progressive), the route chosen and the reason, proof
of Cap. 604 registration, and the filed return reference.

## FACT CORRECTIONS

**FACT CORRECTIONS**  _(<!-- Test run: no rates invented. All numeric values deliberately withheld and routed to [refer] flags below, per the kit's "never invent a number" rule. -->)_

| fact_key | current | correct | source |
| --- | --- | --- | --- |
|  |  |  |  |

## FLAGS

- [refer] Flat final-tax rate on residential rental income — VERIFY exact rate
  and confirm it is on gross, against Art. 31D Income Tax Act (Cap. 123).
- [refer] Annual filing / payment deadline for the rental-income election —
  UNCONFIRMED, do not state without checking the current CFR guidance.
- [refer] Exact rental-income return / form reference — UNCONFIRMED.
- [refer] Cap. 604 lease-registration deadline and penalty for non-registration
  — UNCONFIRMED.
- [refer] VAT registration threshold and treatment for short-stay lettings —
  escalate; out of scope for the flat-election Guide.
- [unsettled] Boundary between a large short-let and a "trade" is judgment-based;
  do not finalise a borderline case without specialist review.

## NOTES

This is a TEST-RUN Guide produced to exercise the oa-authoring kit end to end.
The METHOD prose is drafted craft and is plausible but unverified; every rate,
threshold, and deadline has been deliberately withheld and flagged [refer]
rather than invented. Do not publish until a warrant-holding Malta CPA replaces
the author block and confirms every flagged fact against the Income Tax Act
(Cap. 123), the Private Residential Leases Act (Cap. 604), and current CFR
guidance.

> Contributed by Michael Cutajar, CPA Warrant, Malta · ACCA.

================================================================================
# SKILL: malta-income-tax (research-verified)
# Source: https://www.openaccountants.com/skills/malta-income-tax
================================================================================

---
name: malta-income-tax
description: Malta income tax computation skill for self-employed individuals
jurisdiction: MT
domain: income-tax
role: tax-preparer
tax_year: 2025
---

# malta-income-tax

## malta-income-tax

Depends on: income-tax-workflow-base.
Content revision: 2.1-draft (correction pass — unverified; frontmatter `version` is the platform revision counter).

## Section 1 -- Quick Reference

**Quick Reference**  _(ITA Cap. 123; ITMA Cap. 372)_

| Field | Value |
| --- | --- |
| Country | Malta (Republic of Malta) |
| Tax | Income Tax (Taxxa fuq id-Dħul) |
| Currency | EUR only |
| Tax year | Calendar year (1 January -- 31 December); "basis year" precedes the "year of assessment" |
| Primary legislation | Income Tax Act, Chapter 123 (ITA) |
| Supporting legislation | Income Tax Management Act, Chapter 372 (ITMA); ITA Art. 90A + Part-Time Work Rules (TA22 regime); ITA Arts. 14 and 26 (allowed / disallowed deductions); ITA Art. 14(1)(f) and (j), Art. 24 and S.L. 123.01 (capital allowances); ITA Art. 31D (15% rental final tax, form TA24); ITMA Art. 44 and the Schedule to ITA Art. 56(12)(c) (interest, additional tax); S.L. 372.18 (Provisional Tax Rules) |
| Tax authority | Malta Tax and Customs Administration (MTCA), formerly Commissioner for Revenue (CFR) |
| Filing portal | MTCA online services (myTax) |
| Filing deadlines | Personal Income Tax Return: **30 June** of the following year (online filing routinely extended by MTCA notice — e.g. 31 July 2026 for basis 2025). TA22 (part-time self-employed): **30 April**. TA24 (rental 15%): **30 April** |
| Validated by | Pending — requires sign-off by a Maltese warranted accountant |
| Validation date | Pending |

### What form does a self-employed person actually file?

**Filing form by situation**  _(ITA Art. 31D)_

| Situation | Filing |
| --- | --- |
| Fully self-employed (trade, business, profession, vocation) | **Personal Income Tax Return with self-assessment** (electronic via myTax), including the self-employment profit-and-loss section. There is no form called "TA24" for this. |
| Part-time self-employed alongside full-time employment / pension / full-time studies | Optional **TA22** (10% final-style computation on first EUR 12,000 of net profit) by 30 April — see Section 5.8 |
| Rental income, optional 15% final tax on gross rents | **TA24** (ITA Art. 31D) by 30 April — out of this skill's computation scope, see Section 5.11 |

### Tax Rate Brackets — basis year 2025 (Budget 2025 widened bands, effective 1 January 2025)

Tax = (chargeable income x rate) - subtract amount for the band containing the chargeable income.

**Single Rates**  _(Budget 2025, effective 1 January 2025)_

| Taxable Income (EUR) | Rate | Subtract (EUR) | Cumulative Tax at Top |
| --- | --- | --- | --- |
| 0 -- 12,000 | 0% | 0 | EUR 0 |
| 12,001 -- 16,000 | 15% | 1,800 | EUR 600 |
| 16,001 -- 60,000 | 25% | 3,400 | EUR 11,600 |
| 60,001+ | 35% | 9,400 | -- |

**Married Rates (joint computation)**  _(Budget 2025, effective 1 January 2025)_

| Taxable Income (EUR) | Rate | Subtract (EUR) | Cumulative Tax at Top |
| --- | --- | --- | --- |
| 0 -- 15,000 | 0% | 0 | EUR 0 |
| 15,001 -- 23,000 | 15% | 2,250 | EUR 1,200 |
| 23,001 -- 60,000 | 25% | 4,550 | EUR 10,450 |
| 60,001+ | 35% | 10,550 | -- |

**Parent Rates (maintaining a child / paying maintenance)**  _(Budget 2025, effective 1 January 2025)_

| Taxable Income (EUR) | Rate | Subtract (EUR) | Cumulative Tax at Top |
| --- | --- | --- | --- |
| 0 -- 13,000 | 0% | 0 | EUR 0 |
| 13,001 -- 17,500 | 15% | 1,950 | EUR 675 |
| 17,501 -- 60,000 | 25% | 3,700 | EUR 11,300 |
| 60,001+ | 35% | 9,700 | -- |

Malta does not have a separate personal allowance -- the 0% band IS the personal allowance.

**2026 note (Budget 2026, announced 27 October 2025, effective 1 January 2026).** The base single/married/parent bands above are unchanged for basis year 2026, but four NEW categories were added for taxpayers with qualifying children (child under 18, or 18–23 in full-time education):

**2026 new qualifying-children categories**  _(Budget 2026, announced 27 October 2025, effective 1 January 2026)_

| Category | 0% band | 15% band (subtract) | 25% band (subtract) | 35% (subtract) |
| --- | --- | --- | --- | --- |
| Married, 1 qualifying child | 0 -- 17,500 | 17,501 -- 26,500 (2,625) | 26,501 -- 60,000 (5,275) | 60,001+ (11,275) |
| Married, 2+ qualifying children | 0 -- 22,500 | 22,501 -- 32,000 (3,375) | 32,001 -- 60,000 (6,575) | 60,001+ (12,575) |
| Parent, 1 qualifying child | 0 -- 14,500 | 14,501 -- 21,000 (2,175) | 21,001 -- 60,000 (4,275) | 60,001+ (10,275) |
| Parent, 2+ qualifying children | 0 -- 18,500 | 18,501 -- 25,500 (2,775) | 25,501 -- 60,000 (5,325) | 60,001+ (11,325) |

Further widenings were announced for 2027 and 2028. For basis year 2025 computations, use ONLY the three base tables.

### Working-Paper Lines (WP)

The MTCA electronic return's own field numbering changes between years and is not reproduced here — map these working-paper lines to the live return at filing time (reviewer task).

**Working-Paper Lines**  _(S.L. 123.01)_

| Line | Description |
| --- | --- |
| WP1 | Gross income from self-employment |
| WP2 | Less: Allowable deductions (revenue expenses) |
| WP3 | Net profit/loss (WP1 - WP2) |
| WP4 | Other income (employment, rental at progressive rates, dividends, interest) |
| WP5 | Total income (WP3 + WP4) |
| WP15 | Capital allowances (wear and tear per S.L. 123.01; initial allowance where due) |
| WP25 | Total statutory deductions (WP15 + any other statutory deductions) |
| WP30 | Chargeable income (WP5 - WP25) |
| WP35 | Tax liability (rate table applied to WP30 — deterministic engine only) |
| WP36 | Less: Provisional tax paid |
| WP37 | Less: Tax credits |
| WP40 | Tax due / refund (WP35 - WP36 - WP37) |

Note: SSC Class 2 has NO line in the tax computation — it is not deductible (Section 5.5). Record it memo-only for the reviewer.

### Conservative Defaults

**Conservative Defaults**

| Ambiguity | Default |
| --- | --- |
| Unknown marital status | STOP -- do not apply a rate table without marital status |
| Unknown filing status (full return vs TA22) | Full Income Tax Return (fully self-employed) |
| Unknown business-use % (vehicle, phone, home) | 0% deduction |
| Unknown expense category | Not deductible |
| Unknown VAT registration type | Article 10 (standard) |
| Unknown asset useful life | Use S.L. 123.01 minimum-years rates |
| Unknown whether expense is entertainment | Treat as entertainment (blocked -- conservative default, Section 5.6) |

## Section 2 -- Required Inputs and Refusal Catalogue

### Required Inputs

**Minimum viable** -- bank statement for the full tax year in CSV, PDF, or pasted text, plus confirmation of marital status (single/married/parent) and employment status (fully self-employed full return, or part-time TA22).

**Recommended** -- all sales invoices, purchase invoices/receipts, SSC Class 2 payment records (memo only), prior year return or tax statement, VAT registration type (Article 10 or Article 11).

**Ideal** -- complete income and expenditure account, asset register with capital allowances schedule, provisional tax payment confirmations, employment income details (if TA22).

**Refusal if minimum is missing -- SOFT WARN.** No bank statement at all = hard stop. Bank statement without invoices = proceed with reviewer warning: "This return was produced from bank statement alone. The reviewer must verify that all deductions claimed are supported by valid documentation and that the wholly-and-exclusively test is met."

### Refusal Catalogue

- **R-MT-1 -- Marital status unknown** — "Marital status determines the applicable rate table. This skill cannot compute tax without knowing whether the client is single, married, or a parent. Please confirm before proceeding."
- **R-MT-2 -- Group structures or partnerships** — "This skill covers sole proprietors and part-time self-employed individuals only. Group structures, partnerships, and companies file separate returns. Escalate to a warranted accountant."
- **R-MT-3 -- Non-resident income** — "Non-resident and dual-resident taxation has different rules. Out of scope. Escalate to a warranted accountant."
- **R-MT-4 -- Capital gains / property disposals** — "Capital gains computations under Article 5A or property transfers require specialised analysis. Escalate to a warranted accountant."  _(Article 5A)_
- **R-MT-5 -- Arrears / enforcement** — "Client has outstanding tax arrears or is subject to MTCA enforcement action. Late payment attracts additional tax of 1% per month (no statutory cap) plus interest of 0.6% per month (capped at the amount of the tax) under ITMA Art. 44. Do not advise. Escalate to a warranted accountant immediately."  _(ITMA Art. 44)_
- **R-MT-6 -- VAT return requested** — "This skill covers income tax only. For Malta VAT, use the malta-vat-return skill."
- **R-MT-7 -- Rental 15% final tax (TA24) computation requested** — "TA24 is the optional 15% final tax on gross rental income under ITA Art. 31D, due 30 April. This skill flags it but does not compute it -- confirm whether the 15% option or progressive rates are better for the client with a warranted accountant."  _(ITA Art. 31D)_

## Section 3 -- Transaction Pattern Library

This is the deterministic pre-classifier. When a bank statement transaction matches a pattern below, apply the treatment directly. Do not second-guess. If none match, fall through to Tier 1 rules in Section 5.

**How to read this table.** Match by case-insensitive substring on the counterparty name or description as it appears in the bank statement. If multiple patterns match, use the most specific. If none match, fall through to Tier 1 rules.

### 3.1 Income Patterns (Credits on Bank Statement)

**Income Patterns**

| Pattern | WP Line | Treatment | Notes |
| --- | --- | --- | --- |
| Client name + TRANSFER, DEPOSIT, PAYMENT RECEIVED | WP1 (gross revenue) | Business income | If Article 10 VAT-registered, extract net (excl. 18% VAT) |
| HONORARJU, FEES, PROFESSIONAL FEES, CONSULTANCY | WP1 | Business income | Professional fees -- typical for self-employed |
| STRIPE PAYOUT, STRIPE TRANSFER | WP1 | Business income | Platform payout -- match to underlying invoices |
| PAYPAL PAYOUT, PAYPAL TRANSFER | WP1 | Business income | Platform payout -- verify against invoices |
| WISE PAYOUT, WISE TRANSFER | WP1 | Business income | International platform payout |
| REVOLUT PAYOUT | WP1 | Business income | Check if business or personal Revolut |
| UPWORK, FIVERR, TOPTAL | WP1 | Business income | Freelance platform -- net of platform commission |
| PAGA, SALARY, STIPENDJU, EMPLOYER [name] | WP4 (other income) | Employment income | NOT self-employment -- goes to WP4 |
| KIRI, RENT RECEIVED | WP4 or TA24 | Rental income | Not self-employment income; if the client opts for the 15% Art. 31D final tax it goes on TA24 and stays OUT of this computation (Section 5.11) |
| INTERESSI, INTEREST RECEIVED | WP4 | Investment income | Interest income (investment-income withholding rules may apply -- reviewer) |
| DIVIDENDI, DIVIDEND | WP4 | Investment income | Dividend income |
| CFR REFUND, TAX REFUND, RISTORN | EXCLUDE | Not income | Tax refund from prior year |
| BONUS GVERN, GOVERNMENT GRANT, MALTA ENTERPRISE | EXCLUDE unless revenue grant | Check nature | Capital grants EXCLUDE; revenue grants = WP1 |

### 3.2 Expense Patterns (Debits on Bank Statement) -- Fully Deductible (WP2)

**Fully Deductible Expense Patterns**  _(ITA Art. 14(1)(b))_

| Pattern | Category | Treatment | Notes |
| --- | --- | --- | --- |
| KIRI UFFICCJU, OFFICE RENT, RENT [commercial address] | Office rent | WP2 -- fully deductible | Dedicated business premises (ITA Art. 14(1)(b)) |
| PROFESSIONAL INDEMNITY, PI INSURANCE | Professional insurance | WP2 -- fully deductible |  |
| ACCOUNTANT, AUDITOR, BOOKKEEP, CPA, ACCA FEES | Accountancy fees | WP2 -- fully deductible |  |
| AVUKAT, LAWYER, LEGAL, NOTARY (business) | Legal fees | WP2 -- fully deductible | Must be business-related |
| STATIONERY, OFFICE SUPPLIES, VIKING | Office supplies | WP2 -- fully deductible |  |
| MARKETING, GOOGLE ADS, META ADS, FACEBOOK ADS | Marketing/advertising | WP2 -- fully deductible |  |
| TRAINING, CPD, COURSE, SEMINAR, CONFERENCE | Training/CPD | WP2 -- fully deductible | Must relate to current business |
| MIA, ACCA SUBSCRIPTION, PROFESSIONAL BODY | Professional subscriptions | WP2 -- fully deductible |  |
| BOV CHARGE, HSBC CHARGE, BANK FEE, MAINTENANCE FEE | Bank charges | WP2 -- fully deductible | Business account only |
| STRIPE FEE, PAYPAL FEE, TRANSACTION FEE | Payment processing fees | WP2 -- fully deductible |  |
| POSTAGE, MALTAPOST (business) | Postage | WP2 -- fully deductible | Business correspondence |
| DOMAIN, HOSTING, CLOUDFLARE, AWS, DIGITALOCEAN | IT infrastructure (services) | WP2 -- fully deductible | Recurring services = revenue expense; purchased HARDWARE = capital (WP15), no de minimis |

### 3.3 Expense Patterns (Debits) -- SaaS and Software

**SaaS and Software Patterns**  _(S.L. 123.01)_

| Pattern | Category | Treatment | Notes |
| --- | --- | --- | --- |
| GOOGLE WORKSPACE, MICROSOFT 365, OFFICE 365 | Software subscription | WP2 -- fully deductible | Recurring subscription = operating expense |
| ADOBE, CANVA, FIGMA, NOTION, SLACK, ZOOM | Software subscription | WP2 -- fully deductible |  |
| ANTHROPIC, OPENAI, GITHUB, ATLASSIAN, DROPBOX | Software subscription | WP2 -- fully deductible |  |
| SOFTWARE LICENCE (perpetual) | Capital item | WP15 -- capitalise at 25%/year (4-year minimum, S.L. 123.01) | Capital by nature regardless of amount -- no de minimis |

### 3.4 Expense Patterns (Debits) -- Utilities (WP2, may need apportionment)

**Utilities Patterns**

| Pattern | Category | Tier | Notes |
| --- | --- | --- | --- |
| ARMS, ARMS LTD, ENEMALTA | Electricity/water | T2 if home office | 100% if dedicated office; proportional if home |
| MELITA, GO PLC, EPIC | Telecoms/broadband | T2 | Business use portion only; default 0% if mixed |
| VODAFONE, MOBILE, GO MOBILE | Phone | T2 | Business use portion only |

### 3.5 Expense Patterns (Debits) -- Travel

**Travel Patterns**

| Pattern | Category | Treatment | Notes |
| --- | --- | --- | --- |
| AIR MALTA, RYANAIR, WIZZ AIR, EASYJET | Flights | WP2 if business travel | Must be wholly business purpose |
| HOTEL, BOOKING.COM, AIRBNB | Accommodation | WP2 if business travel |  |
| BOLT, UBER, ECABS, TAXI | Local transport | WP2 if business purpose |  |
| FUEL, ENEMED, PETROL | Vehicle fuel | T2 -- business % only | Requires mileage log |
| PARKING, CVA, MCP PARKING | Parking | T2 -- business % only |  |

### 3.6 Expense Patterns (Debits) -- NOT Deductible

**NOT Deductible Patterns**  _(ITA Art. 14(1) / Art. 26(a)-(b))_

| Pattern | Category | Treatment | Notes |
| --- | --- | --- | --- |
| RESTAURANT, DINNER, LUNCH, ENTERTAINMENT, CLIENT MEAL | Entertainment | NOT deductible (conservative default) | Fails wholly-and-exclusively, ITA Art. 14(1) / Art. 26(a)-(b); no statutory partial deduction. Reviewer may allow substantiated genuine business entertainment -- flag, never auto-allow |
| PERSONAL, GROCERIES, SUPERMARKET, LIDL, PAVI | Personal expenses | NOT deductible | Domestic/private (ITA Art. 26(a)) |
| FINE, PENALTY, MULTA, PARKING FINE | Fines/penalties | NOT deductible | Public policy |
| CFR PAYMENT, MTCA PAYMENT, INCOME TAX, TAX PAYMENT | Tax payments | NOT deductible | Income tax cannot reduce income |
| SSC, CLASS 2, SOCIAL SECURITY | SSC Class 2 | NOT deductible -- memo only | No deduction in Cap. 123 for SSC (Section 5.5). Record the annual total for the reviewer |
| DRAWINGS, PERSONAL WITHDRAWAL, ATM (personal) | Drawings | NOT deductible | Not an expense |

### 3.7 Expense Patterns (Debits) -- Capital Items (WP15)

Rates are the straight-line maximum implied by the S.L. 123.01 minimum-years schedule.

**Capital Items Patterns**  _(S.L. 123.01)_

| Pattern | Category | Min years / Annual Rate | Notes |
| --- | --- | --- | --- |
| LAPTOP, COMPUTER, MACBOOK, IMAC, DESKTOP | Computers and electronic equipment | 4 years / 25% | WP15 |
| PRINTER, SCANNER, COPIER | Computers and electronic equipment | 4 years / 25% | WP15 (classification as electronic equipment -- reviewer confirm) |
| FURNITURE, DESK, CHAIR, FILING CABINET | Furniture, fixtures, fittings | 10 years / 10% | WP15 |
| VEHICLE, CAR (business) | Motor vehicle | 5 years / 20% | WP15, business % only; non-commercial cars: allowances computed on max cost EUR 14,000 |
| AIR CONDITIONING, AC UNIT | Air conditioners | 6 years / 16.67% | WP15 |

### 3.8 Exclusions (Neither Income nor Expense)

**Exclusions**

| Pattern | Treatment | Notes |
| --- | --- | --- |
| INTERNAL TRANSFER, OWN ACCOUNT, BETWEEN ACCOUNTS | EXCLUDE | Own-account transfer |
| LOAN REPAYMENT, SELF-EMPLOYED LOAN, PERSONAL LOAN | EXCLUDE | Loan principal movement |
| SSC, CLASS 2, SOCIAL SECURITY | EXCLUDE from computation -- memo total for reviewer | NOT deductible against income tax (Section 5.5) |
| VAT PAYMENT, CFR VAT, MTCA VAT | EXCLUDE | VAT liability payment, not expense |
| PROVISIONAL TAX, PT INSTALMENT | WP36 (provisional tax paid) | Not an expense -- credit against liability |

### 3.9 Maltese Banks -- Statement Format Reference

**Statement Format Reference**

| Bank | Common Patterns | Notes |
| --- | --- | --- |
| BOV (Bank of Valletta) | TRANSFER, DD, SO, CHQ, CHARGES | PDF/CSV; booking date format DD/MM/YYYY |
| HSBC Malta | PAYMENT, TRF, D/D, FEE | PDF/CSV; counterparty in description field |
| APS Bank | TRANSFER, DIRECT DEBIT, CHARGE | PDF; less common CSV export |
| Revolut Business | PAYMENT, TRANSFER, CARD PAYMENT | CSV; clean counterparty names |
| Wise Business | TRANSFER, CONVERSION, FEE | CSV; multi-currency -- use EUR amounts |

## Section 4 -- Worked Examples

### Example 1 -- Client Payment (Article 10, VAT-registered, Maltese B2B client)

**Input line:**
`15/03/2025 ; BOV TRANSFER IN ; BORG & VELLA ADVOCATES ; PAYMENT INV-2025-003 ; +1,180.00 ; EUR`

**Reasoning:**
Client payment for services to a Maltese business client. The taxpayer is Article 10 VAT-registered, so EUR 1,180 includes 18% Malta VAT. Net = 1,180 / 1.18 = EUR 1,000 (WP1). EUR 180 is VAT collected (excluded from income -- it is a liability to MTCA). NOTE: if the client were a foreign EU business, the supply would typically be reverse-charge (no Malta VAT in the price) -- do not blindly extract 18% from cross-border B2B receipts.

**Classification:** WP1 = EUR 1,000. VAT EUR 180 excluded.

### Example 2 -- SaaS Subscription (Fully Deductible)

**Input line:**
`01/04/2025 ; HSBC DD ; ADOBE SYSTEMS IRELAND ; CREATIVE CLOUD APR ; -29.99 ; EUR`

**Reasoning:**
Monthly recurring SaaS subscription = operating expense by nature (not a capital acquisition). Fully deductible. For Article 10 clients, the net amount (excl. recoverable VAT) is the expense. If Article 11, gross amount is the cost.

**Classification:** WP2 = EUR 29.99 (or net if Article 10 with recoverable input VAT).

### Example 3 -- Entertainment (Blocked)

**Input line:**
`22/04/2025 ; BOV CARD ; WATERBISCUIT RESTAURANT ; CLIENT DINNER ; -85.00 ; EUR`

**Reasoning:**
Client entertainment. Conservative default: blocked -- fails the wholly-and-exclusively test (ITA Art. 14(1)) and the negative test (Art. 26(a)/(b)). Malta has no statutory partial-deduction regime for entertainment. Flag for reviewer: a warranted accountant may allow genuinely business-purposed, substantiated entertainment -- never auto-allow.

**Classification:** NOT deductible. Remove from WP2 entirely. Reviewer flag.

### Example 4 -- SSC Class 2 Payment

**Input line:**
`10/01/2025 ; BOV DD ; CFR SSC CLASS 2 ; Q4 2024 ; -1,090.50 ; EUR`

**Reasoning:**
SSC Class 2 payment. NOT deductible against income tax -- the ITA Art. 14 positive list contains no deduction for social security contributions and Art. 26(a) disallows private expenses not specifically allowed. Exclude from the tax computation; record the annual total as a memo item for the reviewer and for cash-flow planning.

**Classification:** EXCLUDE from computation. Memo: SSC paid EUR 1,090.50.

### Example 5 -- Laptop Purchase (Capital Item)

**Input line:**
`03/06/2025 ; HSBC CARD ; APPLE STORE MALTA ; MACBOOK PRO ; -1,899.00 ; EUR`

**Reasoning:**
Capital asset. Computers and electronic equipment: minimum 4 years per S.L. 123.01, i.e. max 25% straight-line. EUR 1,899 x 25% = EUR 474.75 per year in WP15. Do NOT put in WP2.

**Classification:** WP15 = EUR 474.75/year. NOT WP2.

### Example 6 -- Internal Transfer (Exclude)

**Input line:**
`15/05/2025 ; BOV TRANSFER ; OWN ACCOUNT - SAVINGS ; ; -2,000.00 ; EUR`

**Reasoning:**
Transfer between own accounts. Neither income nor expense. Exclude entirely.

**Classification:** EXCLUDE.

## Section 5 -- Tier 1 Rules (When Data Is Clear)

### 5.1 The Wholly and Exclusively Test

- **Wholly and Exclusively Test** — An expense is deductible only if incurred wholly and exclusively in the production of the income (Art. 14(1)), and not disallowed by Art. 26 (domestic/private expenses, capital, recoverable amounts, voluntary payments, etc.). Mixed-use expenses must be apportioned. The apportionment method must be reasonable and documented.  _(ITA Art. 14(1) (positive test) and Art. 26 (negative test))_

### 5.2 Revenue Recognition

- **Revenue Recognition** — All business income goes to WP1. For Article 10 clients, report net of VAT. For Article 11 clients, report gross (no VAT charged). VAT collected on sales is NOT income.

### 5.3 Capital vs Revenue

- **Capital vs Revenue** — Capital items must go through WP15 (capital allowances), not WP2 (ITA Art. 26 disallows capital expenditure as a revenue deduction; Art. 14(1)(f) allows wear and tear instead). There is no de minimis threshold -- business assets are depreciated per S.L. 123.01 regardless of cost. The VAT Capital Goods Scheme threshold (EUR 1,160) is a separate VAT system and is never an income-tax capitalisation test.  _(ITA Art. 26; Art. 14(1)(f); S.L. 123.01)_

### 5.4 Capital Allowance Rates (S.L. 123.01 -- Deduction for Wear and Tear of Plant and Machinery Rules)

S.L. 123.01 prescribes MINIMUM depreciation periods; the rates below are the straight-line maxima they imply.

**Capital Allowance Rates**  _(S.L. 123.01 -- Deduction for Wear and Tear of Plant and Machinery Rules)_

| Asset Type | Min Years | Max Annual Rate |
| --- | --- | --- |
| Computers and electronic equipment | 4 | 25% |
| Computer software | 4 | 25% |
| Motor vehicles (non-commercial: cost capped at EUR 14,000) | 5 | 20% |
| Other machinery | 5 | 20% |
| Air conditioners | 6 | 16.67% |
| Catering equipment | 6 | 16.67% |
| Furniture, fixtures, fittings and soft furnishings | 10 | 10% |
| Other plant | 10 | 10% |
| Industrial buildings and structures (incl. hotels; prescribed car parks and offices per S.L. 123.173) | -- | 2% p.a. + 10% initial allowance in year of first use (ITA Art. 14(1)(j), new or first used in Malta) |

Depreciation is straight-line on cost, starting in the year the asset is first used in the business. Total allowances may never exceed cost. Unclaimed allowances may be carried forward. Legal basis: ITA Art. 14(1)(f) and (j); balancing statements on disposal under ITA Art. 24. Ordinary commercial buildings that do not meet the industrial-buildings/S.L. 123.173 definitions get NO buildings allowance -- reviewer decision.

### 5.5 SSC Class 2 -- NOT Deductible

- **SSC Class 2 not deductible** — SSC Class 2 (self-occupied persons' contributions, 15% of prior-year net income, paid three times a year) is **not deductible** in computing chargeable income. The ITA Art. 14 list of allowable deductions contains no provision for social security contributions, and Art. 26(a) disallows private expenses not specifically allowed by the Act. Record the amounts paid as a memo item only. > Reviewer note: this is the single highest-impact rule in this skill. It was verified against the full text of Cap. 123 (no SSC deduction provision exists) but no explicit MTCA statement was located -- warranted-accountant confirmation required before Q1 promotion.  _(ITA Art. 14; Art. 26(a); Cap. 123)_

### 5.6 Non-Deductible Expenses

**Non-Deductible Expenses**  _(ITA Art. 14(1); Art. 26)_

| Expense | Reason |
| --- | --- |
| Entertainment (client meals, events) | Conservative block -- fails wholly-and-exclusively (Art. 14(1)); Art. 26(a)/(b); no statutory partial deduction. Reviewer may allow substantiated business cases |
| Personal living expenses | Domestic/private -- Art. 26(a) |
| Fines and penalties | Public policy |
| Income tax itself | Tax on income |
| SSC Class 2 | No deduction provision in Cap. 123 (Section 5.5) |
| Capital expenditure | Goes through WP15 -- Art. 26 |
| Drawings / personal withdrawals | Not an expense |
| Personal car insurance (unapportioned) | Personal |

### 5.7 VAT Interaction

**VAT Interaction**

| Scenario | Income Tax Treatment |
| --- | --- |
| VAT collected on sales (Article 10) | NOT income -- exclude from WP1 |
| Input VAT recovered (Article 10) | NOT an expense -- exclude from WP2 |
| Input VAT blocked/non-deductible (Article 10) | IS an expense -- include in WP2 |
| Article 11 client -- all VAT paid on purchases | IS an expense -- gross amount is cost |
| Foreign VAT (non-reclaimable) | IS an expense -- full gross is cost |

### 5.8 TA22 Regime (Part-Time Self-Employment)

**Legislation:** ITA Art. 90A (tax on part-time work) and the prescribed Part-Time Work Rules; operative rate and cap per MTCA guidance for basis year 2025.

**TA22 Regime conditions**  _(ITA Art. 90A + Part-Time Work Rules; MTCA guidance basis year 2025)_

| Condition | Requirement |
| --- | --- |
| Status | Full-time employed, OR pensioner, OR full-time student/apprentice |
| Registration | Part-time activity registered with Jobsplus; VAT-registered if obliged to register |
| Employees | Not more than 2 employees, and only on a part-time basis |
| Records | Proper books of account |
| Independence | Part-time work performed for someone other than the full-time employer |
| Net self-employment profit | Flat **10%** on the first **EUR 12,000** of net profit (revenue less directly incurred expenses) |
| Excess over EUR 12,000 | Declare the excess in the Income Tax Return at progressive rates |
| Form / deadline | TA22, filed and paid electronically by **30 April** of the following year |

The TA22 election is optional -- the taxpayer may instead declare everything in the return at progressive rates (ITA Art. 90A(2)), with any part-time tax paid available as a credit/refund.

SSC: do NOT assert that "Class 1 covers all". Class 2 liability for a person who is simultaneously employed and self-occupied is governed by the Social Security Act (Cap. 318) and depends on the person's contribution status -- flag for the reviewer in every TA22 case.

### 5.9 Provisional Tax

**Legislation:** Provisional Tax (P.T.) Rules, S.L. 372.18 (under ITMA, Cap. 372)

**Provisional Tax instalments**  _(Provisional Tax (P.T.) Rules, S.L. 372.18)_

| Instalment | % of PT benchmark | Deadline |
| --- | --- | --- |
| 1st | 20% | 30 April |
| 2nd | 30% | 31 August |
| 3rd | 50% | 21 December |

The PT benchmark is based on the latest self-assessment (last filed return), as adjusted by any PT reduction claim accepted by MTCA -- never the current year's projected income. In practice a newly registered self-employed person receives no PT demand in the first year (no benchmark exists) and settles the first year's tax in full with the return -- reviewer to confirm against the client's PT statement.

### 5.10 Filing Deadlines and Penalties

**Filing Deadlines and Penalties**  _(ITMA Art. 44; Schedule to ITA Art. 56(12)(c))_

| Item | Detail |
| --- | --- |
| Income Tax Return deadline | **30 June** of the following year; online filing routinely extended by MTCA notice (basis 2024: electronic extended to 8 Aug 2025; basis 2025: manual AND electronic extended to 31 July 2026) |
| TA22 deadline | **30 April** of the following year (tax paid with the form) |
| TA24 (rental 15%) deadline | **30 April** of the following year |
| Late return -- additional tax (individuals) | Fixed banded scale, Table A, Schedule to ITA Art. 56(12)(c): EUR 10 (within 6 months) / 50 (6-12m) / 100 (12-18m) / 150 (18-24m) / 200 (24-36m) / 300 (36-48m) / 400 (48-60m) / 500 (over 60m). Remittable for reasonable excuse (insufficiency of funds and reliance on an agent do NOT count) |
| Late payment -- additional tax | 1% of the unpaid tax per month or part month (ITMA Art. 44(1)(a)); no cap stated in the statute; remittable at the Commissioner's discretion in limited cases |
| Late payment -- interest | 0.6% per month or part month for tax payable on/after 31 Aug 2022 (ITMA Art. 44(2A)); "the total interest shall not exceed the amount of the said tax" |
| Omission from a return | Additional tax of 1.5% per month of the endangered tax, max 60 months (items 5 and 7, Schedule to Art. 56(12)(c)); reduced to nil (rectified within 12 months, pre-enquiry), 0.1%/month (pre-enquiry, later), or 0.75%/month (post-enquiry-notice, pre-assessment) on voluntary rectification; no interest runs on this additional tax |

### 5.11 TA24 -- What It Actually Is (Out of Computation Scope)

- **TA24 explanation** — TA24 is the prescribed form for the OPTIONAL 15% final tax on **gross rental income** under ITA Art. 31D, payable by 30 April of the following year. No deductions are allowed against the gross rent; the tax is final (no set-off or refund); income taxed this way is excluded from the return. If the option is not exercised, rental income is declared in the return at progressive rates (with limited deductions). Choosing between the two is a reviewer decision -- raise R-MT-7.  _(ITA Art. 31D)_

## Section 6 -- Tier 2 Catalogue (Reviewer Judgement Required)

### 6.1 Home Office Deduction

**Legislation:** ITA Art. 14(1)

- Calculate proportion of home used for business: dedicated room(s) as percentage of total rooms or floor area
- Apply that percentage to: rent or mortgage interest, electricity, water, internet, maintenance
- Must be a dedicated workspace -- a dual-use room (kitchen table, living room) does NOT qualify
- Client must document the calculation and retain for 6 years

**Conservative default:** 0% deduction until reviewer confirms room arrangement.

**Flag for reviewer:** Confirm room count, floor area basis, and that workspace is genuinely dedicated.

### 6.2 Motor Vehicle Business Use

- Only the business-use percentage of fuel, insurance, maintenance, and depreciation is deductible
- Client must maintain a mileage log (business trips vs total mileage)
- Capital allowance on vehicle: 20% straight-line (5-year minimum), multiplied by business %; non-commercial vehicles computed on a maximum cost of EUR 14,000

**Conservative default:** 0% business use until mileage log provided.

**Flag for reviewer:** Confirm business percentage is documented and reasonable.

### 6.3 Phone / Internet Mixed Use

- Business use portion only
- Client must provide reasonable estimate of business vs personal use

**Conservative default:** 0% deduction until business percentage confirmed.

### 6.4 Bad Debt Write-Off

**Legislation:** ITA Art. 14(1)(d) and the Commissioner's Bad Debt Guidelines

- Deductible only if: (1) income was previously declared in WP1, (2) the debt is proved to the Commissioner's satisfaction to have become bad in the basis year (insolvency, untraceable debtor, statute-barred, all legal steps exhausted, etc.), (3) any later recovery is taxed as a receipt
- Flag for reviewer to confirm the conditions

### 6.5 Software Capitalisation vs Expensing

- Recurring subscriptions (monthly/annual): expense in WP2 fully
- Perpetual licence: capital -- WP15 at 25%/year (4-year minimum), regardless of amount
- Flag for reviewer if nature of licence is unclear

### 6.6 Low-Value Asset Treatment

- Strictly there is NO statutory de minimis: all business assets are depreciated per S.L. 123.01
- Some practitioners expense trivial-value assets immediately as a practical simplification; this has no statutory basis
- Flag for reviewer to confirm the firm's policy before expensing any asset

### 6.7 Asset Disposal (Balancing Statements)

**Legislation:** ITA Art. 24

- On disposal/scrapping, submit a balancing statement with the return: cost, allowances claimed, proceeds
- Proceeds above tax written-down value = balancing charge (taxable, capped at allowances claimed); below = balancing allowance (deductible)
- Rollover relief may defer a balancing charge against a replacement asset
- Flag for reviewer to confirm disposal proceeds and written-down value

## Section 7 -- Excel Working Paper Template

```
MALTA INCOME TAX -- SELF-EMPLOYED WORKING PAPER (maps to the MTCA Income Tax Return)
Tax Year (basis): 2025
Client: ___________________________
Marital Status: Single / Married / Parent

A. WP1 -- GROSS SELF-EMPLOYMENT INCOME
  A1. Client payments (net of VAT if Art.10)    ___________
  A2. Platform payouts (Stripe, PayPal, etc.)   ___________
  A3. Other business income                      ___________
  A4. TOTAL WP1                                  ___________

B. WP2 -- ALLOWABLE DEDUCTIONS
  B1. Office rent                                ___________
  B2. Professional insurance                     ___________
  B3. Accountancy / legal fees                   ___________
  B4. Office supplies / stationery               ___________
  B5. Software subscriptions                     ___________
  B6. Marketing / advertising                    ___________
  B7. Bank charges / payment processing fees     ___________
  B8. Training / CPD / professional subs         ___________
  B9. Travel (flights, hotels, transport)        ___________
  B10. Telecoms (business % of phone/internet)   ___________
  B11. Home office (% of utilities/rent)         ___________
  B12. Vehicle expenses (business %)             ___________
  B13. Other allowable expenses                  ___________
  B14. TOTAL WP2                                 ___________

C. WP3 -- NET PROFIT (A4 - B14)                 ___________

D. WP4 -- OTHER INCOME
  D1. Employment income                          ___________
  D2. Rental income (progressive option only --
      15% Art.31D rents go on TA24, NOT here)    ___________
  D3. Investment income                          ___________
  D4. TOTAL WP4                                  ___________

E. WP5 -- TOTAL INCOME (C + D4)                 ___________

F. STATUTORY DEDUCTIONS
  F1. WP15 -- Capital allowances                 ___________
  F2. WP25 -- Total deductions (F1)              ___________

G. WP30 -- CHARGEABLE INCOME (E - F2)           ___________

H. TAX COMPUTATION (pass to deterministic engine)
  H1. WP35 -- Tax liability                      ___________
  H2. WP36 -- Provisional tax paid               ___________
  H3. WP37 -- Tax credits                        ___________
  H4. WP40 -- Tax due / refund                   ___________

MEMO (not in computation):
  M1. SSC Class 2 paid in year (NOT deductible)  ___________

REVIEWER FLAGS:
  [ ] Marital status confirmed?
  [ ] VAT registration type confirmed (Art.10/11)?
  [ ] Home office arrangement confirmed?
  [ ] Vehicle business % confirmed with mileage log?
  [ ] Phone/internet business % confirmed?
  [ ] All T2 items flagged for review?
  [ ] Entertainment expenses excluded (or reviewer-approved)?
  [ ] Capital items in WP15 (not WP2)?
  [ ] SSC excluded from deductions (memo only)?
  [ ] WP lines mapped to the current MTCA return fields?
```

## Section 8 -- Bank Statement Reading Guide

### Maltese Bank Statement Formats

**Maltese Bank Statement Formats**

| Bank | Format | Key Fields | Notes |
| --- | --- | --- | --- |
| BOV (Bank of Valletta) | PDF, CSV | Date, Description, Debit, Credit, Balance | Most common; description contains counterparty + reference |
| HSBC Malta | PDF, CSV | Value Date, Description, Amount, Balance | Card transactions show merchant name |
| APS Bank | PDF | Date, Particulars, Withdrawals, Deposits | Less common CSV; shorter descriptions |
| Revolut Business | CSV | Date, Counterparty, Amount, Currency, Reference | Clean data; multi-currency possible |
| Wise Business | CSV | Date, Description, Amount, Currency, Running Balance | Multi-currency; conversion fees separate line |

### Key Maltese Banking Terms

**Key Maltese Banking Terms**

| Term | English | Classification Hint |
| --- | --- | --- |
| TRASFERIMENT / TRF | Transfer | Check direction for income/expense |
| DEBIT DIRETT / DD | Direct debit | Regular expense (utility, subscription) |
| STANDING ORDER / SO | Standing order | Regular expense (rent, loan) |
| KARTA / CARD | Card payment | Expense -- check merchant |
| HLAS / DEPOSIT | Deposit | Potential income |
| SPEJJEZ / CHARGES | Bank charges | Deductible (WP2) |
| INTERESSI | Interest | Interest income (WP4) or bank charge |
| SELF-SERVICE / ATM | Cash withdrawal | Ask what cash was spent on |

## Section 9 -- Onboarding Fallback

If the client provides a bank statement but cannot answer onboarding questions immediately:

1. Classify all transactions using the pattern library (Section 3)
2. Mark all Tier 2 items as "PENDING -- reviewer must confirm"
3. Apply conservative defaults (Section 1)
4. Generate the working paper (Section 7) with clear flags
5. Present the following questions to the client:

```
ONBOARDING QUESTIONS -- MALTA INCOME TAX
1. Marital status: single, married, or parent (maintaining a child)?
2. Employment status: fully self-employed (full return) or employed/pensioner/student
   with side income (TA22 option)?
3. VAT registration: Article 10 or Article 11?
4. Home office: dedicated room or shared space? If dedicated, what % of floor area?
5. Vehicle: do you use a car for business? If yes, what % is business use? Do you keep a mileage log?
6. Phone/internet: what % is business use?
7. SSC Class 2: total amount paid in the tax year? (memo only -- not deductible)
8. Provisional tax: total amount paid in the tax year?
9. Any other income (employment, rental, dividends, interest)? If rental: 15% TA24 option or progressive?
10. Any capital assets purchased during the year?
```

## Section 10 -- Reference Material

### Key Legislation References

**Key Legislation References**  _(ITA Cap. 123; ITMA Cap. 372)_

| Topic | Reference |
| --- | --- |
| Income tax rates | ITA Cap. 123, Art. 56(1); annual rate amendments via Budget Measures Implementation Acts; MTCA published rate tables |
| Allowable deductions | ITA Art. 14 (positive test) |
| Disallowed deductions | ITA Art. 26 (negative test: domestic/private, capital, recoverable, voluntary) |
| Capital allowances | ITA Art. 14(1)(f) and (j); S.L. 123.01 (Wear and Tear Rules); S.L. 123.173 (Industrial Buildings -- offices definition); ITA Art. 24 (balancing statements) |
| Part-time regime (TA22) | ITA Art. 90A + Part-Time Work Rules; MTCA guidance (10% / EUR 12,000, basis 2025) |
| Rental 15% final tax (TA24) | ITA Art. 31D |
| Provisional tax | Provisional Tax (P.T.) Rules, S.L. 372.18 |
| Filing deadlines | ITMA Cap. 372; MTCA Tax Return Cycle and annual extension notices |
| Penalties / interest | ITMA Art. 44(1)(a) and (2A); Schedule to ITA Art. 56(12)(c) (Tables A/B, items 5-9) |
| Record keeping | ITA / ITMA (6-year retention) |

### Capital Allowances vs VAT Capital Goods -- Important Distinction

**Capital Allowances vs VAT Capital Goods**

| System | Threshold | Purpose |
| --- | --- | --- |
| VAT Capital Goods Scheme | EUR 1,160 gross | VAT capital-goods reporting only |
| Income Tax Capital Allowances | No threshold | ALL business assets depreciated via WP15 |

A EUR 500 printer: depreciated for income tax (25% x EUR 500 = EUR 125/year in WP15, electronic equipment, 4-year minimum) but does NOT enter the VAT capital goods reporting (below EUR 1,160). These are entirely separate systems.

### Test Suite

Expected tax figures are engine-derived reference outputs computed from the Section 1 tables (formula: chargeable x rate - subtract). Regenerate from the deterministic engine whenever the rate tables change; never hand-edit them.

**Test 1 -- Standard single, mid-range income.**
Input: Single, gross revenue EUR 45,000, allowable expenses EUR 13,000, capital allowances EUR 375, SSC paid EUR 3,000, provisional tax EUR 3,500.
Derivation:
- WP3 = 45,000 - 13,000 = 32,000
- WP15 = 375; SSC 3,000 = memo only (NOT deductible)
- WP30 = 32,000 - 375 = **31,625**
- WP35 (single, 2025): 31,625 falls in 16,001-60,000 band: 31,625 x 0.25 - 3,400 = 7,906.25 - 3,400 = **4,506.25**
  (bracket check: 12,000 @ 0% = 0; 4,000 @ 15% = 600; 15,625 @ 25% = 3,906.25; total 4,506.25)
- WP40 = 4,506.25 - 3,500 = **1,006.25 due**

**Test 2 -- Married, higher income.**
Input: Married, gross EUR 80,000, expenses EUR 20,000, SSC paid EUR 4,362, no provisional tax (first year).
Derivation:
- WP3 = 80,000 - 20,000 = 60,000; SSC 4,362 = memo only
- WP30 = **60,000**
- WP35 (married, 2025): 60,000 x 0.25 - 4,550 = 15,000 - 4,550 = **10,450**
  (bracket check: 15,000 @ 0% = 0; 8,000 @ 15% = 1,200; 37,000 @ 25% = 9,250; total 10,450)
- WP40 = **10,450 due**

**Test 3 -- TA22 eligible.**
Input: Full-time employed, side net profit EUR 8,000, registered with Jobsplus.
Expected: TA22 at 10% = 8,000 x 0.10 = **EUR 800**, paid by 30 April. SSC Class 2 position NOT asserted -- flag to reviewer (Cap. 318 question).

**Test 4 -- Entertainment blocked.**
Input: EUR 2,000 client entertainment in WP2.
Expected: Remove from WP2 (conservative default). Reviewer flag raised; no partial deduction applied.

**Test 5 -- Capital item in wrong line.**
Input: Laptop EUR 1,500 in WP2.
Expected: Remove from WP2. Add 1,500 x 25% = **EUR 375** to WP15 (computers, 4-year minimum).

**Test 6 -- Article 11 VAT as expense.**
Input: Article 11 client. Invoice EUR 236 gross (EUR 200 + EUR 36 VAT at 18%).
Expected: WP2 = **EUR 236** (full gross). Cannot reclaim VAT.

**Test 7 -- SSC misclassified as deduction (regression for the 2025-10 correction).**
Input: SSC Class 2 EUR 3,000 placed in a deduction line.
Expected: Remove from all deduction lines; memo only. Chargeable income unchanged by SSC.

## PROHIBITIONS

- NEVER apply a rate table without knowing marital status
- NEVER compute WP35 tax figures directly -- pass chargeable income to the deterministic engine
- NEVER deduct SSC Class 2 (or any social security contribution) anywhere in the computation
- NEVER allow entertainment expenses in WP2 without an explicit reviewer override
- NEVER allow income tax itself as a deduction
- NEVER allow fines or penalties as a deduction
- NEVER include VAT collected on sales in WP1 for Article 10 clients
- NEVER allow a capital item in WP2 -- it must go through WP15 (no de minimis)
- NEVER call TA24 the self-employed return -- TA24 is the Art. 31D rental 15% form
- NEVER use current year income for provisional tax -- always the latest self-assessment benchmark
- NEVER present tax calculations as definitive -- always label as estimated

## Disclaimer

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.

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.

## Talk to a verified accountant

This skill is a tool, not an engagement. Every taxpayer's situation is
different, and the rules in the skill may not match your specific facts.

To speak with one of the licensed accountants who verifies skills for your
jurisdiction — **no liability on either side until you and the accountant sign
a formal engagement letter** — book a free 30-minute call:

**→ [Book a call](https://calendly.com/openaccountants-info/30min)**

We'll route you to the named verifier covering your country or state. You can
also see the full list of verified accountants at
[openaccountants.com/network](https://openaccountants.com/network).

================================================================================
# SKILL: malta-vat-return (research-verified)
# Source: https://www.openaccountants.com/skills/malta-vat-return
================================================================================

---
name: malta-vat-return
description: Use this skill whenever asked to prepare, review, or classify transactions for a Malta VAT return (Article 10 periodic return via CFR) or Article 11 annual declaration for any client. Covers Malta only, Article 10 (standard) and Article 11 (small enterprise). MUST be loaded alongside vat-workflow-base v0.1+ and eu-vat-directive v0.1+.
jurisdiction: MT
domain: vat-gst
role: tax preparer
tax_year: 2025
---

# malta-vat-return

## Malta VAT Return Skill (Article 10 periodic / Article 11) v2.0

## Section 1 — Quick reference

**Read this whole section before classifying anything. The workflow runbook is in `vat-workflow-base` Section 1 — follow that runbook with this skill providing the country-specific content and `eu-vat-directive` providing the EU directive content.**

**Quick reference fields**

| Field | Value |
| --- | --- |
| Country | Malta (Republic of Malta) |
| Standard rate | 18% |
| Reduced rates | 7% (accommodation, minor repairs), 5% (food, pharmaceuticals, printed matter, medical devices), 12% (certain financial instruments, confectionery) |
| Zero rate | 0% (exports, intra-EU B2B supplies, certain foodstuffs, passenger transport by sea/air) |
| Return form | Article 10 periodic VAT return (via CFR); Article 11 Annual Declaration (4-box simplified form) |
| Local naming | In Malta this is referred to as your **VAT return** — not by a form number. |
| Filing portal | https://cfr.gov.mt (VAT Online) |
| Authority | Commissioner for Revenue (CFR), Malta |
| Currency | EUR only |
| Filing frequencies | Quarterly (Article 10, standard); Monthly (Article 12 only); Annual (Article 11 small enterprise) |
| Deadline | Article 10 e-filing: 21st of month after quarter end; Article 10 paper: 14th; Article 11 annual: 15 March following year |
| Companion skill (Tier 1, workflow) | **vat-workflow-base v0.1 or later — MUST be loaded** |
| Companion skill (Tier 2, EU directive) | **eu-vat-directive v0.1 or later — MUST be loaded** |
| Validated by | Pending — requires sign-off by a Maltese warranted accountant |
| Validation date | Pending |

**Key VAT return boxes (the boxes you will use most)**

| Box | Meaning |
| --- | --- |
| 1 | Intra-EU B2B supplies of services (net, 0% VAT) |
| 2 | Exports and supplies outside EU (net, 0% VAT) |
| 3 | Output base for reverse-charge acquisitions from EU |
| 4 | Output base for reverse-charge acquisitions from non-EU |
| 5 | Total output value (derived: 1+2+3+4) |
| 6 | Output VAT on EU reverse-charge acquisitions |
| 7 | Output VAT on non-EU reverse-charge acquisitions |
| 8 | Total output VAT (derived: 6+7) |
| 9 / 9a | EU goods / EU services acquisitions (net) |
| 10 | EU capital goods acquisitions (net) |
| 11 | Non-EU goods/services acquisitions (net) |
| 12 | Total acquisition values (derived: 9+9a+10+11) |
| 13 / 13a | Input VAT on EU goods / EU services |
| 14 | Input VAT on EU capital goods |
| 15 | Input VAT on non-EU acquisitions |
| 16 | Total input VAT on acquisitions (derived: 13+13a+14+15) |
| 17 | Net output VAT on acquisitions (derived: 8−16) |
| 18 / 18a / 18b | Local sales 18% / 7% / 12% (net) |
| 19 | Local sales 5% (net) |
| 20 | Zero-rated sales (net) |
| 21 | Exempt sales (net) |
| 22 | Total local sales (derived: 18+18a+18b+19+20+21) |
| 23 / 23a / 23b | Output VAT on local sales 18% / 7% / 12% |
| 24 | Output VAT on local sales 5% |
| 25 | Total output VAT on local sales (derived: 23+23a+23b+24) |
| 26 | Total output VAT (derived: 17+25) |
| 27 / 28 | Local purchases for resale 18% / 5% (net) |
| 29 | Zero-rated local purchases for resale (net) |
| 30 | Capital goods (net) |
| 31 / 31a / 31b | Local overhead purchases 18% / 7% / 12% (net) |
| 32 | Local overhead purchases 5% (net) |
| 33 | Total local purchase values (derived: 27+28+29+30+31+31a+31b+32) |
| 34 / 35 | Input VAT on local resale purchases 18% / 5% |
| 36 | Input VAT on capital goods |
| 37 / 37a / 37b | Input VAT on local overhead 18% / 7% / 12% |
| 38 | Input VAT on local overhead 5% |
| 39 | Total input VAT on local purchases (derived: 34+35+36+37+37a+37b+38) |
| 40 | Excess credit from prior adjustments |
| 41 | Other credits / adjustments |
| 42 | Excess credit carried forward (if 39 > 26) |
| 43 | VAT payable (if 26 > 39) |
| 44 | Credit brought forward from prior period |
| 45 | Net payable after B/F credit (43 − 44) |

**Conservative defaults — Malta-specific values for the universal categories in vat-workflow-base Section 2**

| Ambiguity | Default |
| --- | --- |
| Unknown rate on a sale | 18% |
| Unknown VAT status of a purchase | Not deductible |
| Unknown counterparty country | Domestic Malta |
| Unknown B2B vs B2C status for EU customer | B2C, charge 18% |
| Unknown business-use proportion (vehicle, phone, home office) | 0% recovery |
| Unknown SaaS billing entity | Reverse charge from non-EU (Box 11/15) |
| Unknown blocked-input status (entertainment, personal use) | Blocked |
| Unknown whether transaction is in scope | In scope |

**Red flag thresholds — country slot values for the reviewer brief in vat-workflow-base Section 3**

| Threshold | Value |
| --- | --- |
| HIGH single-transaction size | €3,000 |
| HIGH tax-delta on a single conservative default | €200 |
| MEDIUM counterparty concentration | >40% of output OR input |
| MEDIUM conservative-default count | >4 across the return |
| LOW absolute net VAT position | €5,000 |

## Section 2 — Required inputs and refusal catalogue

### Required inputs

**Minimum viable** — bank statement for the quarter in CSV, PDF, or pasted text. Must cover the full period. Acceptable from any Maltese or international business bank: BOV, HSBC Malta, APS, Lombard Bank, Banif, Revolut Business, Wise Business, N26 Business, or any other.

**Recommended** — sales invoices for the period (especially for intra-EU B2B services and zero-rated supplies), purchase invoices for any input VAT claim above €200, the client's VAT number in writing (MT + 8 digits).

**Ideal** — complete invoice register, Article 10/11 registration certificate, prior period VAT returns, reconciliation of Box 44 credit brought forward.

**Refusal policy if minimum is missing — SOFT WARN.** If no bank statement is available at all → hard stop. If bank statement only without invoices → proceed but record in the reviewer brief: "This VAT return was produced from bank statement alone. The reviewer must verify, before approval, that input VAT claims above €200 are supported by compliant tax invoices and that all reverse-charge classifications match the supplier's invoice."

### Malta-specific refusal catalogue

These refusals apply on top of the EU-wide refusals in `eu-vat-directive` Section 13 (R-EU-1 through R-EU-12). If any trigger fires, stop, output the refusal message verbatim, end the conversation. Refusal is a safety mechanism.

- **R-MT-1 — Article 11 client attempting to claim input VAT** — *Trigger:* client is Article 11 registered, or turnover is below €35,000 and client has not opted into Article 10. *Message:* "Article 11 clients are exempt from charging VAT and cannot recover input VAT. They file a simplified annual declaration only, not the Article 10 periodic VAT return. This skill can help you with the Article 11 annual declaration but cannot prepare an Article 10 periodic VAT return or calculate input VAT recovery for an Article 11 client."
- **R-MT-2 — Article 12 registration (distance selling / EU goods acquisition threshold)** — *Trigger:* client is Article 12 registered (goods acquirer from EU exceeding €10,000/year threshold, monthly filer). *Message:* "Article 12 registrations have different filing frequencies and obligations. This skill covers Article 10 and Article 11 only. Please escalate to a warranted accountant familiar with Article 12 obligations."  _(Article 12)_
- **R-MT-3 — Partial exemption (Article 22(4))** — *Trigger:* client makes both taxable supplies and exempt-without-credit supplies (financial services, residential rent, medical, education) and the exempt proportion is not de minimis. *Message:* "You make both taxable and exempt supplies. Your input VAT must be apportioned under Article 22(4), which requires a year-end pro-rata calculation that cannot be completed on a single-period basis without the annual ratio. Please use a warranted accountant to determine and confirm the pro-rata rate before input VAT is claimed."  _(Article 22(4))_
- **R-MT-4 — Capital goods scheme adjustment (Article 24)** — *Trigger:* the period contains an adjustment to previously deducted input VAT on a capital good under Article 24 (5-year adjustment period for goods, 10-year for immovable property). *Message:* "Capital goods scheme adjustments under Article 24 are too fact-sensitive for this skill. They require tracking the original deduction, current and intended use, and computing the annual fraction. Please use a warranted accountant."  _(Article 24)_
- **R-MT-5 — Margin scheme** — *Trigger:* client deals in second-hand goods, art, antiques, or collectables under the margin scheme. *Message:* "Margin scheme transactions require transaction-level margin computation. Out of scope for this skill."
- **R-MT-6 — VAT group (Article 5(2))** — *Trigger:* client is part of a VAT group or asks about group registration. *Message:* "VAT groups under Article 5(2) require consolidation across the group. Out of scope."  _(Article 5(2))_
- **R-MT-7 — Fiscal representative** — *Trigger:* non-resident supplier or client with a fiscal representative in Malta. *Message:* "Non-resident registrations with fiscal representatives have specific obligations beyond this skill. Please use a warranted accountant."
- **R-MT-8 — Annual return (TA24 income tax) instead of Malta VAT** — *Trigger:* user asks about annual income tax return, not the VAT return. *Message:* "This skill only handles Malta VAT returns (Article 10 periodic and Article 11). For Malta income tax (TA24), use the malta-income-tax skill."

## Section 3 — Supplier pattern library (the lookup table)

This is the deterministic pre-classifier. When a transaction's counterparty matches a pattern in this table, apply the treatment from the table directly. Do not second-guess. Do not consult Tier 1 rules — the table is authoritative for patterns it covers.

**How to read this table.** Match by case-insensitive substring on the counterparty name as it appears in the bank statement. If multiple patterns match, use the most specific. If none match, fall through to Tier 1 rules in Section 5.

### 3.1 Maltese banks (fees exempt — exclude)

**Maltese banks**

| Pattern | Treatment | Notes |
| --- | --- | --- |
| BOV, BANK OF VALLETTA | EXCLUDE for bank charges/fees | §4 Nr 8 equivalent: financial service, exempt |
| HSBC MALTA | EXCLUDE for bank charges/fees | Same |
| APS BANK, LOMBARD BANK, BANIF | EXCLUDE for bank charges/fees | Same |
| REVOLUT, WISE, N26 (fee lines) | EXCLUDE for transaction/maintenance fees | Check for separate taxable subscription invoices |
| INTERESSI, INTEREST, MGĦAX | EXCLUDE | Interest income/expense, out of scope |
| LOAN, SELF-EMPLOYED LOAN, PERSONAL LOAN | EXCLUDE | Loan principal movement, out of scope |

### 3.2 Maltese government, regulators, and statutory bodies (exclude entirely)

**Maltese government, regulators, and statutory bodies**

| Pattern | Treatment | Notes |
| --- | --- | --- |
| CFR, COMMISSIONER FOR REVENUE, INLAND REVENUE | EXCLUDE | Tax payment, not a supply |
| VAT DEPARTMENT | EXCLUDE | VAT payment |
| CUSTOMS, DIPARTIMENT TAD-DWANA | EXCLUDE | Customs duty (but see EC8 for import VAT C88) |
| MFSA, LOTTERIES AND GAMING, MGA | EXCLUDE | Licence fees, sovereign acts |
| MALTA ENTERPRISE, MCAST, UNIVERSITY OF MALTA | EXCLUDE | Government grants/fees, sovereign acts |
| PBS, TVM, NET TV | EXCLUDE | Broadcasting levy, not a VATable supply |
| ARMS (water/electricity bills from enemy.com.mt) | Domestic 18% | ARMS Ltd is taxable; electricity at 18% |
| ENEMALTA | Domestic 18% | Standard rated utility |

### 3.3 Maltese utilities

**Maltese utilities**

| Pattern | Treatment | Box | Notes |
| --- | --- | --- | --- |
| ARMS LTD, ARMS LIMITED, ENEMY | Domestic 18% | 31/37 | Electricity, water, gas — overhead |
| ENEMALTA | Domestic 18% | 31/37 | Same |
| MELITA, GO PLC, EPIC | Domestic 18% | 31/37 | Telecoms/broadband — overhead |

### 3.4 Insurance (exempt — exclude)

**Insurance**

| Pattern | Treatment | Notes |
| --- | --- | --- |
| MIDDLESEA, MSV, LAFERLA, GasanMamo | EXCLUDE | §4 Nr 10 equivalent, exempt |
| MAPFRE, AXA MALTA, GLOBALCAP | EXCLUDE | Same |
| INSURANCE, ASSIGURAZZJONI, INSURANCE PREMIUM | EXCLUDE | All exempt |

### 3.5 Post and logistics

**Post and logistics**

| Pattern | Treatment | Box | Notes |
| --- | --- | --- | --- |
| MALTA POST, MALTAPOST | EXCLUDE for standard postage stamps |  | Universal service, exempt |
| MALTA POST | Domestic 18% for parcel services, tracked, courier | 31/37 | Non-universal services are taxable |
| DHL EXPRESS MALTA, TNT MALTA, FedEx Malta | Domestic 18% | 31/37 | Express courier, taxable |
| DHL INTERNATIONAL | EU reverse charge (IE entity) | 9a/13a | Check invoice — European billing entity |

### 3.6 Transport (Malta domestic)

**Transport (Malta domestic)**

| Pattern | Treatment | Box | Notes |
| --- | --- | --- | --- |
| TALLINJA, MALTA PUBLIC TRANSPORT | EXCLUDE or 0% |  | Public bus — zero rated passenger transport |
| BOLT MALTA, UBER MALTA | Domestic 18% (platform fee reverse charge EU) | 31/37 or 9a/13a | Underlying ride 18%; platform fee via IE — check |
| TRANSFER, TAXI | Domestic 18% | 31/37 | Local taxi |
| AIR MALTA, RYANAIR, WIZZ AIR (international) | EXCLUDE / 0% |  | International flights zero rated |

### 3.7 Food retail (blocked unless hospitality business)

**Food retail**

| Pattern | Treatment | Notes |
| --- | --- | --- |
| LIDL MALTA, PAVI, ARKADIA, PARK TOWERS, SCOTTS | Default BLOCK input VAT | Personal provisioning. Deductible only if hospitality/catering business. |
| SUPERMARKET, ĦANUT | Default BLOCK | Same |
| RESTAURANTS, CAFES, BARS (any named restaurant) | Default BLOCK | Entertainment blocked under 10th Schedule Item 3(1)(b) — see EC4 |

### 3.8 SaaS — EU suppliers (reverse charge, Box 9a / 13a)

**SaaS — EU suppliers**

| Pattern | Billing entity | Box | Notes |
| --- | --- | --- | --- |
| GOOGLE (Ads, Workspace, Cloud) | Google Ireland Ltd (IE) | 9a/13a | Reverse charge services |
| MICROSOFT (365, Azure) | Microsoft Ireland Operations Ltd (IE) | 9a/13a | Reverse charge |
| ADOBE | Adobe Systems Software Ireland Ltd (IE) | 9a/13a | Reverse charge |
| META, FACEBOOK ADS | Meta Platforms Ireland Ltd (IE) | 9a/13a | Reverse charge |
| LINKEDIN (paid) | LinkedIn Ireland Unlimited (IE) | 9a/13a | Reverse charge |
| SPOTIFY TECHNOLOGY | Spotify AB (SE) | 9a/13a | EU, reverse charge |
| DROPBOX | Dropbox International Unlimited (IE) | 9a/13a | Reverse charge |
| SLACK | Slack Technologies Ireland Ltd (IE) | 9a/13a | Reverse charge |
| ATLASSIAN (Jira, Confluence) | Atlassian Network Services BV (NL) | 9a/13a | EU, reverse charge |
| ZOOM | Zoom Video Communications Ireland Ltd (IE) | 9a/13a | Reverse charge |
| STRIPE (subscription fees) | Stripe Technology Europe Ltd (IE) | 9a/13a | Transaction fees may be exempt — see 3.11 |

### 3.9 SaaS — non-EU suppliers (reverse charge, Box 11 / 15)

**SaaS — non-EU suppliers**

| Pattern | Billing entity | Box | Notes |
| --- | --- | --- | --- |
| AWS (standard) | AWS EMEA SARL (LU) — BUT check | 9a/13a | LU entity → EU reverse charge. Unlike Germany, no domestic branch exception in Malta |
| NOTION | Notion Labs Inc (US) | 11/15 | Non-EU reverse charge |
| ANTHROPIC, CLAUDE | Anthropic PBC (US) | 11/15 | Non-EU reverse charge |
| OPENAI, CHATGPT | OpenAI Inc (US) | 11/15 | Non-EU reverse charge |
| GITHUB (standard plans) | GitHub Inc (US) | 11/15 | Check if billed by IE entity |
| FIGMA | Figma Inc (US) | 11/15 | Non-EU reverse charge |
| CANVA | Canva Pty Ltd (AU) | 11/15 | Non-EU reverse charge |
| HUBSPOT | HubSpot Inc (US) or HubSpot Ireland Ltd (IE) — check invoice | 11/15 or 9a/13a | Depends on billing entity |
| TWILIO | Twilio Inc (US) | 11/15 | Non-EU reverse charge |

### 3.10 SaaS — the exception (NOT reverse charge)

**SaaS — the exception**

| Pattern | Treatment | Why |
| --- | --- | --- |
| AWS EMEA SARL | EU reverse charge Box 9a/13a (Luxembourg entity) | Malta has no AWS domestic branch equivalent to the German exception. Standard EU reverse charge applies. If invoice shows MT VAT charged, treat as local 18%. |

### 3.11 Payment processors

**Payment processors**

| Pattern | Treatment | Notes |
| --- | --- | --- |
| STRIPE (transaction fees) | EXCLUDE (exempt) | Payment processing fees are exempt financial services |
| PAYPAL (transaction fees) | EXCLUDE (exempt) | Same |
| STRIPE (monthly subscription) | EU reverse charge Box 9a/13a | Stripe IE entity — separate line item from transaction fees |
| SUMUP, SQUARE, ZETTLE | Check invoice | If Maltese entity: domestic 18%; if IE/EU entity: reverse charge |

### 3.12 Professional services (Malta)

**Professional services (Malta)**

| Pattern | Treatment | Box | Notes |
| --- | --- | --- | --- |
| Notary names (NUTAR, DR [name] NOTARY) | Domestic 18% | 31/37 | Deductible if business purpose |
| Accountant / auditor names (CPA, ACCA, AUDIT) | Domestic 18% | 31/37 | Always deductible |
| Solicitor / advocate (ADV, AVV, LAWYER) | Domestic 18% | 31/37 | Deductible if business legal matter |
| Malta Business Registry, MBR | EXCLUDE | Government fee, not a supply |  |
| MFSA fees | EXCLUDE | Regulatory fee, not a supply |  |

### 3.13 Payroll and social security (exclude entirely)

**Payroll and social security**

| Pattern | Treatment | Notes |
| --- | --- | --- |
| ĊESOP, SSC, SOCIAL SECURITY | EXCLUDE | Statutory SSC payment |
| FSS, INCOME TAX, PAYER TAX | EXCLUDE | PAYE/FSS tax remittance |
| SALARY, PAGA, WAGES (outgoing) | EXCLUDE | Wages — outside VAT scope |
| NI, NATIONAL INSURANCE | EXCLUDE | If referencing UK obligations |

### 3.14 Property and rent

**Property and rent**

| Pattern | Treatment | Notes |
| --- | --- | --- |
| KIRJA, RENT (commercial, invoiced with VAT) | Domestic 18% | Commercial lease where landlord opted to charge VAT |
| KIRJA, RENT (residential, no VAT) | EXCLUDE | Residential lease exempt without credit |
| GROUND RENT, ĊENS | EXCLUDE | Ground rent, sovereign/feudal in nature, out of scope |
| MALTA FREEPORT, MALTA ENTERPRISE PARK | Domestic 18% | Industrial/commercial let, usually taxable |

### 3.15 Internal transfers and exclusions

**Internal transfers and exclusions**

| Pattern | Treatment | Notes |
| --- | --- | --- |
| OWN TRANSFER, INTERNAL, ACCOUNT TRANSFER | EXCLUDE | Internal movement |
| DIVIDEND, DIVIDENT | EXCLUDE | Dividend payment, out of scope |
| LOAN REPAYMENT, REPAYMENT | EXCLUDE | Loan principal, out of scope |
| CASH WITHDRAWAL, ATM | TIER 2 — ask | Default exclude; ask what cash was spent on |
| DIRECTOR FEE (received) | EXCLUDE | Director fees are outside VAT scope in Malta — see EC10 |

## Section 4 — Worked examples

These are six fully worked classifications drawn from a hypothetical bank statement of a Malta-based self-employed IT consultant. They illustrate the trickiest cases. Pattern-match against these when you encounter similar lines in any real statement.

### Example 1 — Non-EU SaaS reverse charge (Notion)

**Input line:**
`03.04.2026 ; NOTION LABS INC ; DEBIT ; Monthly subscription ; USD 16.00 ; EUR 14.68`

**Reasoning:**
Notion Labs Inc is a US entity (Section 3.9). No VAT on the invoice. This is a service received from a non-EU supplier. Article 10 client applies reverse charge under the equivalent of Article 19/20 of the Malta VAT Act. Both sides of the reverse charge must be reported: output VAT in Box 4/7, input VAT in Box 11/15. Net effect zero for a fully taxable client.

**Output**

| Date | Counterparty | Gross | Net | VAT | Rate | Box (input) | Box (output) | Default? | Question? | Excluded? |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| 03.04.2026 | NOTION LABS INC | -14.68 | -14.68 | 2.64 | 18% | 11 / 15 | 4 / 7 | N | — | — |

### Example 2 — EU service, reverse charge (Google Ads)

**Input line:**
`10.04.2026 ; GOOGLE IRELAND LIMITED ; DEBIT ; Google Ads April 2026 ; -850.00 ; EUR`

**Reasoning:**
Google Ireland Limited is an IE entity — standard EU reverse charge. Google Ads is a service (not physical goods). Box 9a for the net, Box 13a for input VAT, Box 3 for output base, Box 6 for output VAT. The gross amount is treated as the net (Google invoices net of VAT to VAT-registered EU clients). Both sides must appear on the return.

**Output**

| Date | Counterparty | Gross | Net | VAT | Rate | Box (input) | Box (output) | Default? | Question? | Excluded? |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| 10.04.2026 | GOOGLE IRELAND LIMITED | -850.00 | -850.00 | 153.00 | 18% | 9a / 13a | 3 / 6 | N | — | — |

### Example 3 — Entertainment, fully blocked

**Input line:**
`15.04.2026 ; SCIORTINO'S RESTAURANT VALLETTA ; DEBIT ; Business dinner ; -220.00 ; EUR`

**Reasoning:**
Restaurant transaction. Entertainment is fully blocked under the Malta VAT Act 10th Schedule Item 3(1)(b). Unlike Germany (where Bewirtung can be recovered with the right documentation), Malta has a hard block on entertainment — no exceptions for business purpose, no partial recovery, no receipt exception. The input VAT is irrecoverable regardless of whether the dinner was a genuine client meeting. Default: full block. No input VAT entry.

**Output**

| Date | Counterparty | Gross | Net | VAT | Rate | Box | Default? | Question? | Excluded? |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| 15.04.2026 | SCIORTINO'S RESTAURANT | -220.00 | -220.00 | 0 | — | — | Y | Q1 | "Entertainment: blocked" |

### Example 4 — Capital goods threshold

**Input line:**
`18.04.2026 ; DELL TECHNOLOGIES MALTA ; DEBIT ; Invoice DEL2026-0041 Laptop XPS 15 ; -1,595.00 ; EUR`

**Reasoning:**
The gross amount is €1,595. The Article 24 capital goods threshold is €1,160 gross. €1,595 ≥ €1,160, so this is a capital goods purchase. It goes to Box 30 (net) and Box 36 (input VAT), not Box 31/37. If the gross had been €980, it would go to Box 31/37 as an overhead. The gross test applies — do not net out the VAT first before testing against the threshold.

**Output**

| Date | Counterparty | Gross | Net | VAT | Rate | Box | Default? | Question? | Excluded? |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| 18.04.2026 | DELL TECHNOLOGIES MALTA | -1,595.00 | -1,351.69 | -243.31 | 18% | 30 / 36 | N | — | — |

### Example 5 — EU B2B service sale (inbound receipt)

**Input line:**
`22.04.2026 ; STUDIO KREBS GMBH ; CREDIT ; Invoice MT-2026-018 IT consultancy March ; +3,500.00 ; EUR`

**Reasoning:**
Incoming €3,500 from a German company (DE IBAN). The client is providing IT consulting services. B2B place of supply for services is the customer's country (Germany) under the general rule. The client invoices at 0%, the German customer accounts for reverse charge in Germany. Report net amount in Box 1 (EU B2B services). No output VAT. Confirm: (a) customer is a VAT-registered business — ask for the German USt-IdNr; (b) the invoice shows no Maltese VAT with a note that the customer accounts for VAT. If the customer cannot provide a valid USt-IdNr, reclassify as B2C and charge Maltese 18%.

**Output**

| Date | Counterparty | Gross | Net | VAT | Rate | Box | Default? | Question? | Excluded? |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| 22.04.2026 | STUDIO KREBS GMBH | +3,500.00 | +3,500.00 | 0 | 0% | 1 | Y | Q2 (HIGH) | "Verify German USt-IdNr" |

### Example 6 — Motor vehicle, hard block

**Input line:**
`28.04.2026 ; AUTOSALES MALTA LTD ; DEBIT ; Invoice AUT-1189 Hyundai Tucson lease payment ; -650.00 ; EUR`

**Reasoning:**
Car lease payment. Input VAT on motor vehicles (and therefore leased vehicles) is hard-blocked under the Malta VAT Act 10th Schedule Item 3(1)(a)(iv-v). This block applies regardless of whether the vehicle is used exclusively for business. The only exceptions are: taxi services, driving instruction, car rental as the primary business activity, or hearse services. An IT consultant does not fall within any exception. Default: full block, no input VAT recovery. If client later claims this is a qualifying business vehicle, [T2] flag for reviewer — do not unblock without warranted accountant sign-off.

**Output**

| Date | Counterparty | Gross | Net | VAT | Rate | Box | Default? | Question? | Excluded? |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| 28.04.2026 | AUTOSALES MALTA LTD | -650.00 | -650.00 | 0 | — | — | Y | Q3 | "Motor vehicle: blocked" |

## Section 5 — Tier 1 classification rules (compressed)

Each rule states the legal source and the box mapping. Apply silently if the data is unambiguous. For full doctrinal context, see the source citations in Section 10.

### 5.1 Standard rate 18% (VAT Act Cap. 406, 5th Schedule Part 1)

- **Standard rate** — 18% — Default rate for any taxable supply unless a reduced rate, zero rate, or exemption applies. Sales → Box 18 / Box 23. Purchases → Box 31 / Box 37. %  _(VAT Act Cap. 406, 5th Schedule Part 1)_

### 5.2 Reduced rate 7% (5th Schedule Part 2)

- **Reduced rate** — 7% — Applies to: short-term accommodation (hotels, guesthouses under 3 months), minor repairs to bicycles, shoes, leather goods, clothing, domestic appliances. Sales → Box 18a / Box 23a. Purchases → Box 31a / Box 37a. %  _(5th Schedule Part 2)_

### 5.3 Reduced rate 12% (5th Schedule Part 3)

- **Reduced rate** — 12% — Applies to: certain financial instruments and related services, confectionery in specific circumstances. Sales → Box 18b / Box 23b. Purchases → Box 31b / Box 37b. %  _(5th Schedule Part 3)_

### 5.4 Reduced rate 5% (5th Schedule Part 4)

- **Reduced rate** — 5% — Applies to: food (with exceptions for confectionery, ice cream, alcohol), non-prescription medicines and pharmaceutical products, medical devices for disabled persons, printed books and newspapers, children's car seats, certain seeds and plants. Sales → Box 19 / Box 24. Purchases → Box 28 / Box 35 (resale) or Box 32 / Box 38 (overhead). %  _(5th Schedule Part 4)_

### 5.5 Zero rate and exempt with credit

- **Zero rate and exempt with credit** — Exports outside EU → Box 2 (zero-rated, requires export evidence). Intra-EU B2B supplies of goods → Box 2 (zero-rated, requires customer VAT number verified on VIES, transport proof, compliant invoice). Intra-EU B2B services → Box 1 (place of supply is customer's country, no Maltese VAT, requires customer VAT number). International passenger transport (sea/air) → Box 20.

### 5.6 Exempt without credit

- **Exempt without credit** — Residential rent, certain medical services, insurance, financial services, postal universal service, education. These supplies are excluded from the VAT return — no output VAT, no input VAT deduction on related costs. If these are significant, partial exemption rules apply — **R-MT-3 refuses** if non-de-minimis.

### 5.7 Local standard purchases

- **Local standard purchases** — Input VAT on a compliant tax invoice from a Malta supplier is deductible for purchases used in taxable business activity. Subject to blocked-input rules (5.12) and the capital goods threshold (5.9). Map overhead to Box 31/37. Map resale goods to Box 27/34.

### 5.8 Reverse charge — EU services received (VAT Act Art. 19 equivalent)

- **Reverse charge — EU services received** — When the client receives a service from an EU supplier and the supplier invoices at 0% with a reverse-charge note: net → Box 9a, input VAT → Box 13a, output base → Box 3, output VAT → Box 6. Net cash effect zero for a fully taxable Article 10 client. If the EU supplier charged their local VAT (e.g. Irish 23%), that is NOT reverse charge — treat as an overhead expense with irrecoverable foreign VAT.  _(VAT Act Art. 19 equivalent)_

### 5.9 Reverse charge — EU goods received

- **Reverse charge — EU goods received** — Physical goods from an EU supplier: net → Box 9, input VAT → Box 13, output base → Box 3, output VAT → Box 6.

### 5.10 Reverse charge — non-EU services and goods received

- **Reverse charge — non-EU services and goods received** — For all services and goods received from outside the EU where no VAT was charged: net → Box 11, input VAT → Box 15, output base → Box 4, output VAT → Box 7. Net cash effect zero for a fully taxable client.

### 5.11 Capital goods (Article 24)

- **Capital goods** — If gross invoice amount ≥ €1,160: Box 30 (net) / Box 36 (input VAT). If gross < €1,160: Box 31/37 (overhead). The gross test applies — test the invoice total before subtracting VAT. Capital goods are subject to a 5-year (or 10-year for immovable property) adjustment period. Note for §15a-equivalent tracking: if client later disposes of or changes use of the asset, an adjustment may be required — document the original classification.  _(Article 24)_

### 5.12 Blocked input VAT (10th Schedule)

- **Blocked input VAT** — The following categories have zero VAT recovery with no exceptions unless specifically noted: - Entertainment of any kind (Item 3(1)(b)) — hard block, no Bewirtungsbeleg equivalent in Malta - Motor vehicles: purchase, lease, or fuel for cars not used exclusively for taxi/driving school/car rental/hearse (Item 3(1)(a)(iv-v)) - Tobacco products (Item 3(1)(a)(i)) - Alcohol (Item 3(1)(a)(ii)) — note: deductible for hospitality businesses where alcohol is stock in trade - Art, antiques, and collectables (Item 3(1)(a)(iii)) - Pleasure craft (Item 3(1)(a)(iv)) - Personal use items (Item 3(1)(c)) Blocked categories override partial exemption. Check blocked status before applying any recovery.  _(10th Schedule)_

### 5.13 Article 11 annual declaration (4-box simplified form)

- **Article 11 annual declaration** — Article 11 clients do not file the Article 10 periodic VAT return. They file a 4-box annual declaration: - Box 1: Sales of goods - Box 2: Provision of services - Box 3: Purchases of stock for resale - Box 4: Purchases of capital assets General overhead expenses do not appear on the declaration. No input VAT recovery. No reverse-charge boxes. This skill processes Article 11 declarations in simplified mode — Steps 5.7 through 5.12 do not apply.

### 5.14 Sales — local domestic (any rate)

- **Sales — local domestic (any rate)** — Charge 18%, 7%, 12%, or 5% as applicable. No B2B/B2C distinction for domestic Malta supplies. Map to Box 18/18a/18b/19 as appropriate.

### 5.15 Sales — cross-border B2C

- **Sales — cross-border B2C** — Goods to EU consumers above €10,000 EU-wide threshold → **R-EU-5 (OSS refusal) from eu-vat-directive fires**. Digital services to EU consumers above €10,000 → same. Below threshold → Maltese VAT at applicable rate, Box 18.

## Section 6 — Tier 2 catalogue (compressed)

For each ambiguity type: pattern, why the bank statement is insufficient, conservative default, question for the structured form.

### 6.1 Fuel and vehicle costs

*Pattern:* Agip, Enemed, Shell Malta, BP Malta, fuel receipts. *Why insufficient:* vehicle type and business-use proportion unknown. If vehicle is a car → blocked regardless of use. If van, truck, motorbike for business delivery → deductible. *Default:* 0% recovery. *Question:* "Is this a car (blocked) or a commercial vehicle used exclusively for business?"

### 6.2 Restaurants and entertainment

*Pattern:* any named restaurant, café, bar, catering. *Why insufficient:* entertainment is hard blocked under 10th Schedule. Business meals do not have a recoverable exception in Malta. *Default:* block. *Question:* "Was this a client entertainment meal or a staff meal? (Note: both are blocked — this is for income tax records only.)"

### 6.3 Ambiguous SaaS billing entities

*Pattern:* Google, Microsoft, Adobe, Meta, Slack, Zoom, LinkedIn, Apple, Amazon, Dropbox, Atlassian, Stripe, PayPal where the legal entity is not visible. *Why insufficient:* same brand can bill from Ireland (EU reverse charge Box 9a/13a), US (non-EU reverse charge Box 11/15), or Malta (domestic 18%). *Default:* non-EU reverse charge Box 11/15 (most conservative — if the supplier is EU and the client provided their VAT number, the invoice will show 0% anyway). *Question:* "Could you check the most recent invoice from each? I need the legal entity name and whether it shows a reverse-charge note or Maltese VAT."

### 6.4 Round-number incoming transfers from owner-named counterparties

*Pattern:* large round credit from a name matching the client's name. *Why insufficient:* could be a customer sale, owner injection, or family loan. *Default:* exclude as owner injection. *Question:* "The €X transfer from [name] — is this a customer payment, your own money going in, or a loan?"

### 6.5 Incoming transfers from individual names (not owner)

*Pattern:* incoming from private-looking counterparties. *Why insufficient:* could be B2C sale, B2B sale paid from personal account, refund. *Default:* domestic B2C sale at 18%, Box 18/23. *Question:* "For each: was it a sale? Business or consumer customer? Country?"

### 6.6 Incoming transfers from foreign counterparties

*Pattern:* foreign IBAN or foreign currency. *Why insufficient:* could be B2B (zero-rated with VAT number), B2C (potentially OSS), goods, services, refund. *Default:* domestic 18%. *Question:* "What was this — B2B with a VAT number, B2C, goods or services, and which country?"

### 6.7 Large one-off purchases (potential capital goods)

*Pattern:* single invoice €800–€1,160 range (near threshold), or labelled "laptop", "equipment", "machinery". *Why insufficient:* gross amount determines classification, and €1,160 gross is the threshold. *Default:* if gross ≥ €1,160 → Box 30/36; if gross < €1,160 → Box 31/37. *Question:* "Could you confirm the total invoice amount including VAT?" (Needed to apply the gross test correctly.)

### 6.8 Mixed-use phone, internet, home office

*Pattern:* Melita, GO, EPIC personal lines; home electricity. *Why insufficient:* business proportion unknown. *Default:* 0% if mixed without declared %, 100% if confirmed pure business. *Question:* "Is this a dedicated business line or mixed-use? What business percentage would you estimate?"

### 6.9 Outgoing transfers to individuals

*Pattern:* outgoing to private-looking names. *Why insufficient:* could be contractor with invoice, wages, refund, drawings. *Default:* exclude as drawings. *Question:* "Was this a contractor you paid with an invoice, wages, a refund to a customer, or a personal transfer?"

### 6.10 Cash withdrawals

*Pattern:* ATM, cash withdrawal, BOV cash. *Why insufficient:* unknown what cash was spent on. *Default:* exclude as owner drawing. *Question:* "What was the cash used for?"

### 6.11 Rent payments

*Pattern:* monthly "kirja", "rent", "lease" to a landlord-sounding counterparty. *Why insufficient:* commercial vs residential, whether landlord opted to charge VAT. *Default:* no VAT, no deduction (residential default). *Question:* "Is this a commercial property? Does the landlord charge VAT on the rent?"

### 6.12 Foreign hotel and accommodation (non-Malta)

*Pattern:* hotel or accommodation charged abroad. *Why insufficient:* place of supply is the location of the property — non-Malta VAT paid at source, not recoverable. *Default:* exclude from input VAT. *Question:* "Was this a business trip?" (For income tax records, the expense may still be deductible.)

### 6.13 Airbnb income

*Pattern:* Airbnb payouts, short-term rental income. *Why insufficient:* duration determines VAT treatment; below-threshold Article 11 status affects whether output VAT is due. *Default:* [T2] flag for reviewer — confirm rental duration and Article registration. *Question:* "Is this rental for under 3 months (short-term, 7% output VAT if Article 10) or over 3 months (long-term, exempt)? Confirm with reviewer."

### 6.14 Director fee payments (outgoing)

*Pattern:* monthly payment to a director name, described as "director fee" or "management fee". *Why insufficient:* payments to a director as a director are outside VAT scope; but if the director also provides separate consultancy services with an invoice, that is a VATable supply. *Default:* exclude as out-of-scope. *Question:* "Is this a director fee (out of scope) or a consultancy invoice from the director for separately agreed professional services?"

### 6.15 Platform sales (Amazon, eBay, Etsy)

*Pattern:* incoming from Amazon Payments EU, Etsy Payments, PayPal, Stripe. *Why insufficient:* aggregated settlement may include multi-country buyer mix. *Default:* if client sells to EU consumers across multiple countries above €10,000, R-EU-5 OSS refusal fires. For Malta-only or below-threshold: treat gross as Box 18/23 base at 18%; platform fees as separate reverse charge Box 9a/13a (IE entity). *Question:* "Do you sell to buyers outside Malta? Total EU cross-border sales for the year?"

## Section 7 — Excel working paper template (Malta-specific)

The base specification is in `vat-workflow-base` Section 3. This section provides the Malta-specific overlay.

### Sheet "Transactions"

Columns A–L per the base. Column H ("Box code") accepts only valid Malta VAT return box codes from Section 1 of this skill. Use blank for excluded transactions. For reverse-charge transactions, enter both the input box (e.g. 9a) and the output box (e.g. 3) separated by a slash in column H.

### Sheet "Box Summary"

One row per box. Column A is the box number, column B is the description, column C is the value computed via formula. Mandatory rows in this exact order:

```
Output (acquisitions):
| 3  | Output base EU reverse charge | =SUMIFS(Transactions!E:E, Transactions!H:H, "3") |
| 4  | Output base non-EU reverse charge | =SUMIFS(Transactions!E:E, Transactions!H:H, "4") |
| 6  | Output VAT EU reverse charge | =Box_Summary!C[3_row]*0.18 |
| 7  | Output VAT non-EU reverse charge | =Box_Summary!C[4_row]*0.18 |
| 8  | Total output VAT on acquisitions | =Box_Summary!C[6_row]+Box_Summary!C[7_row] |

Acquisitions (input):
| 9  | EU goods acquisitions net | =SUMIFS(Transactions!E:E, Transactions!H:H, "9") |
| 9a | EU services acquisitions net | =SUMIFS(Transactions!E:E, Transactions!H:H, "9a") |
| 10 | EU capital goods acquisitions net | =SUMIFS(Transactions!E:E, Transactions!H:H, "10") |
| 11 | Non-EU acquisitions net | =SUMIFS(Transactions!E:E, Transactions!H:H, "11") |
| 13 | Input VAT EU goods | =Box_Summary!C[9_row]*0.18 |
| 13a| Input VAT EU services | =Box_Summary!C[9a_row]*0.18 |
| 14 | Input VAT EU capital goods | =Box_Summary!C[10_row]*0.18 |
| 15 | Input VAT non-EU | =Box_Summary!C[11_row]*0.18 |
| 16 | Total input VAT acquisitions | =SUM(C[13_row]:C[15_row]) |
| 17 | Net output VAT acquisitions | =C[8_row]-C[16_row] |

Local sales:
| 18 | Local sales 18% net | =SUMIFS(Transactions!E:E, Transactions!H:H, "18") |
| 18a| Local sales 7% net | =SUMIFS(Transactions!E:E, Transactions!H:H, "18a") |
| 18b| Local sales 12% net | =SUMIFS(Transactions!E:E, Transactions!H:H, "18b") |
| 19 | Local sales 5% net | =SUMIFS(Transactions!E:E, Transactions!H:H, "19") |
| 23 | Output VAT 18% | =C[18_row]*0.18 |
| 23a| Output VAT 7% | =C[18a_row]*0.07 |
| 23b| Output VAT 12% | =C[18b_row]*0.12 |
| 24 | Output VAT 5% | =C[19_row]*0.05 |
| 25 | Total local output VAT | =SUM(C[23_row]:C[24_row]) |
| 26 | Grand total output VAT | =C[17_row]+C[25_row] |

Local purchases:
| 27 | Resale 18% net | =SUMIFS(Transactions!E:E, Transactions!H:H, "27") |
| 28 | Resale 5% net | =SUMIFS(Transactions!E:E, Transactions!H:H, "28") |
| 30 | Capital goods net | =SUMIFS(Transactions!E:E, Transactions!H:H, "30") |
| 31 | Overhead 18% net | =SUMIFS(Transactions!E:E, Transactions!H:H, "31") |
| 31a| Overhead 7% net | =SUMIFS(Transactions!E:E, Transactions!H:H, "31a") |
| 31b| Overhead 12% net | =SUMIFS(Transactions!E:E, Transactions!H:H, "31b") |
| 32 | Overhead 5% net | =SUMIFS(Transactions!E:E, Transactions!H:H, "32") |
| 34 | Input VAT resale 18% | =C[27_row]*0.18 |
| 35 | Input VAT resale 5% | =C[28_row]*0.05 |
| 36 | Input VAT capital goods | =C[30_row]*0.18 |
| 37 | Input VAT overhead 18% | =C[31_row]*0.18 |
| 37a| Input VAT overhead 7% | =C[31a_row]*0.07 |
| 37b| Input VAT overhead 12% | =C[31b_row]*0.12 |
| 38 | Input VAT overhead 5% | =C[32_row]*0.05 |
| 39 | Total local input VAT | =SUM(C[34_row]:C[38_row]) |
```

### Sheet "Return Form"

Final VAT return-ready figures. The bottom-line cell is Box 43 (payable) or Box 42 (excess credit):

```
Box 26 = Grand total output VAT
Box 39 = Total local input VAT

IF Box 39 > Box 26:
  Box 42 = (Box 39 - Box 26) + (Box 41 - Box 40)   [excess credit]
  Box 43 = 0
ELSE:
  Box 42 = 0
  Box 43 = (Box 26 - Box 39) + (Box 40 - Box 41)   [tax payable]

Box 45 = Box 43 - Box 44   [net after B/F credit]
```

Positive Box 45 → payable to CFR. Negative → request refund or carry forward as Box 44 in next period.

### Color and formatting conventions

Per the xlsx skill: blue for hardcoded values from the bank statement (column D of Transactions), black for formulas (everything in Box Summary and Return Form), green for cross-sheet references (Return Form referencing Box Summary), yellow background for any row in Sheet "Transactions" where Default? = "Y".

### Mandatory recalc step

After building the workbook, run:

```bash
python /mnt/skills/public/xlsx/scripts/recalc.py /mnt/user-data/outputs/malta-vat-<period>-working-paper.xlsx
```

Check the JSON output. If `status` is `errors_found`, fix the formulas and re-run. If `status` is `success`, present via `present_files`.

### Machine-readable worksheet (JSON) — emit alongside the Excel

In **addition** to the Excel working paper (never instead of it), emit the return as a single fenced ```` ```json ```` block so a reviewer's tooling — and the automated checks — can re-foot the figures without parsing prose. Emit exactly one worksheet object per period, using the values already computed in the "Return Form" sheet above.

Shape (omit boxes that are zero/not applicable, but always include 26, 39, and either 43 or 42, plus 44 and 45). Give each **aggregated** box a `sources` breakdown listing the transactions that compose it, and emit the **derived subtotal** boxes so the worksheet is a complete return, not just the bottom line:

```json
{
  "jurisdiction": "MT",
  "tax_type": "vat",
  "regime": "article_10_periodic",
  "period": { "start": "2025-01-01", "end": "2025-03-31", "frequency": "quarterly" },
  "currency": "EUR",
  "lines": [
    { "net_box": "18", "vat_box": "23", "net": 10000.00, "rate": 0.18, "vat": 1800.00 },
    { "net_box": "31", "vat_box": "37", "net": 2000.00,  "rate": 0.18, "vat": 360.00 }
  ],
  "boxes": [
    { "box": "18", "label": "Local sales 18% (net)",             "amount": 10000.00 },
    { "box": "23", "label": "Output VAT on local sales 18%",     "amount": 1800.00 },
    { "box": "26", "label": "Total output VAT",                  "amount": 1800.00 },
    { "box": "31", "label": "Local overhead purchases 18% (net)","amount": 2000.00,
      "sources": [
        { "label": "Office rent (commercial, VAT)", "amount": 1500.00 },
        { "label": "Enemalta electricity",          "amount": 500.00 }
      ] },
    { "box": "37", "label": "Input VAT on local overhead 18%",   "amount": 360.00 },
    { "box": "39", "label": "Total input VAT on local purchases","amount": 360.00 },
    { "box": "43", "label": "VAT payable",                       "amount": 1440.00 },
    { "box": "44", "label": "Credit brought forward",            "amount": 0.00 },
    { "box": "45", "label": "Net payable after B/F credit",      "amount": 1440.00 }
  ],
  "result": { "type": "payable", "amount": 1440.00 }
}
```

Rules (these mirror the Return Form logic above):

- `result` MUST be exactly `{ "type": …, "amount": <number> }` — `type` is **exactly one** of `"payable"` or `"credit"` (never both), and `amount` is a plain number equal to Box 45 (payable) or Box 42 (credit). Do **not** rename `amount` or add extra keys to `result`.
- If Box 26 > Box 39: `result.type = "payable"`, Box 43 = Box 26 − Box 39, Box 42 = 0.
- If Box 39 > Box 26: `result.type = "credit"`, Box 42 = Box 39 − Box 26, Box 43 = 0.
- Always: **Box 45 = Box 43 − Box 44**.
- For every `lines[]` entry: `vat = round(net × rate, 2)`, and `vat` must equal the named `vat_box` amount.
- **Aggregated boxes carry `sources`** — each `{ label, amount }` — listing the transactions that compose the box; `sum(sources) = box amount`. This makes the return auditable (a reviewer sees Box 31 = rent 1,500 + electricity 500 without re-reading prose).
- **Emit the derived subtotal boxes** when their components exist: 5 (3+4), 8 (6+7), 12 (9+9a+10+11), 16 (13+13a+14+15), 17 (8−16), 22 (local sales), 25 (local output VAT), 26 (17+25), 33 (local purchases), 39 (local input VAT).
- Numbers are plain JSON numbers — no `€`, no thousands separators.
- The worksheet is a working paper, not a filed return. The prose must still carry the disclaimer and the provenance footer; the JSON does not replace them.
- **When you hand off for review, pass this worksheet object as the `worksheet` argument to `request_accountant_review`** (in addition to the prose `working_paper`) — OpenAccountants turns it into the reviewer's spreadsheet (a downloadable .xlsx) and foot-checks it. Don't hand off a computed return without it.

## Section 8 — Malta bank statement reading guide

Follow the universal exclusion rules in `vat-workflow-base` Step 6, plus these Malta-specific patterns.

**CSV format conventions.** BOV and HSBC Malta exports typically use comma delimiters with DD/MM/YYYY dates. Revolut Business exports use ISO dates. Common columns: Date, Description, Debit, Credit, Balance. Wise exports include currency columns. Always confirm which account currency applies before converting.

**Maltese language variants.** Some descriptions appear in Maltese: kirja (rent), paga/salarju (salary), interessi (interest), ħanut (shop), flus kontanti (cash), ittrasferit (transferred). Treat as the English equivalent.

**Internal transfers and exclusions.** Own-account transfers between the client's BOV, HSBC, Revolut accounts. Labelled "own transfer", "transfer to savings", "internal". Always exclude.

**Director draws.** A self-employed sole trader cannot pay themselves wages — any transfer to their personal account is a drawing. Exclude. A single-director company paying a director fee: exclude from VAT (out of scope) but flag for income tax records.

**Refunds and reversals.** Identify by "refund", "reversal", "chargeback", "storno". Book as a negative in the same box as the original transaction. Correction is in the period the refund is booked, not by amending the original period.

**Airbnb and short-term rental income.** Airbnb Malta payouts appear as "AIRBNB PAYMENTS", "AIRBNB *, AIRBNB IRELAND" from an IE IBAN. These are an aggregated settlement of rental income. The rental income itself is a Maltese 7% output VAT supply (if Article 10, short-term under 3 months). The Airbnb platform service fee is an EU reverse charge (Box 9a/13a). Both must be separated. [T2] flag: confirm duration and Article registration.

**Foreign currency transactions.** Convert to EUR at the transaction date rate. Use the ECB reference rate for non-USD/GBP currencies, or the rate shown on the bank statement. Note the rate used in the Transactions sheet column L (Notes).

**IBAN country prefix.** MT = Malta. IE, LU, NL, FR, DE = EU (relevant for EU reverse charge). US, GB, AU, CH = non-EU. A Maltese IBAN from the counterparty does not automatically mean a Maltese VAT registration — always cross-check the supplier name against Section 3.

**Cryptic descriptions.** Card purchases with only a merchant terminal code; SEPA direct debits with only a mandate reference. If the counterparty cannot be identified from the description, ask the client. Do not classify unidentified transactions.

## Section 9 — Onboarding fallback (only when inference fails)

The workflow in `vat-workflow-base` Section 1 mandates inferring the client profile from the data first (Step 3) and only confirming with the client in Step 4. The questionnaire below is a fallback — ask only the questions the data could not answer.

For each question, the inference rule comes first. Only ask if inference fails.

### 9.1 Entity type and trading name

*Inference rule:* sole trader names often match the account holder name; company names end in "Ltd", "Limited", "Co. Ltd". *Fallback question:* "Are you a self-employed sole trader, a limited company, or a partnership?"

### 9.2 VAT registration type

*Inference rule:* if the client is asking for a periodic VAT return (Article 10), they are Article 10. If they mention no VAT on sales and annual filing, they are Article 11. *Fallback question:* "Are you Article 10 (standard VAT, charging 18%) or Article 11 (small enterprise exemption, turnover below €35,000)?"

### 9.3 VAT number

*Inference rule:* MT-format VAT numbers sometimes appear in payment descriptions from EU customers. Search statement descriptions first. *Fallback question:* "What is your Maltese VAT number? (MT + 8 digits)"

### 9.4 Filing period

*Inference rule:* first and last transaction dates on the bank statement. Article 10 is quarterly. *Fallback question:* "Which quarter does this cover? Q1 (Jan–Mar), Q2 (Apr–Jun), Q3 (Jul–Sep), or Q4 (Oct–Dec)?"

### 9.5 Industry and sector

*Inference rule:* counterparty mix, sales description patterns, invoice descriptions. IT, consultancy, hospitality, retail, construction are recognisable. *Fallback question:* "In one sentence, what does the business do?"

### 9.6 Employees

*Inference rule:* SSC, FS3, PAYE outgoing transfers to non-owner names. *Fallback question:* "Do you have employees? If so, how many?"

### 9.7 Exempt supplies

*Inference rule:* presence of medical/financial/educational/residential rental income. *Fallback question:* "Do you make any VAT-exempt sales (medical, education, insurance, financial services, residential lettings)?" *If yes and non-de-minimis → R-MT-3 refuses.*

### 9.8 Rental income

*Inference rule:* Airbnb payouts, "kirja" credits, property management names. *Conditional fallback — only if rental income is suspected:* "Is this short-term rental (under 3 months) or long-term? Is the property used for Airbnb?"

### 9.9 Credit brought forward

*Inference rule:* not inferable from a single period statement. Always ask. *Question:* "Do you have any excess credit from the previous quarter carried forward? (Box 44)"

### 9.10 Cross-border customers

*Inference rule:* foreign IBANs on incoming, foreign currency, foreign-name customers. *Fallback question:* "Do you have customers outside Malta? In EU countries or outside the EU? Are they businesses (B2B with VAT numbers) or consumers?"

## Section 10 — Reference material

### Validation status

This skill is v2.0, rewritten in April 2026 to align with the three-tier OpenAccountants architecture (vat-workflow-base + eu-vat-directive + country skill). It supersedes v1.0 (March 2026, standalone monolithic skill). The Malta-specific content (box mappings, rates, thresholds, blocked categories) is drawn from the VAT Act Chapter 406 and CFR guidance. Independent sign-off by a Maltese warranted accountant is pending and is a prerequisite to any reliance.

### Sources

**Primary legislation:**
1. VAT Act, Chapter 406, Laws of Malta — https://legislation.mt — Articles 2, 5, 10, 11, 12, 19, 20, 21, 22, 24, 10th Schedule, 5th Schedule
2. Value Added Tax (Amendment) Acts (subsequent amendments incorporated in consolidated text)

**CFR guidance:**
3. CFR VAT return forms and completion notes — https://cfr.gov.mt
4. CFR Article 11 Annual Declaration form — https://cfr.gov.mt
5. CFR guidance on reverse charge (intra-EU and non-EU services)
6. CFR VAT registration thresholds notice (Article 10/11/12 boundaries)

**EU directive (loaded via companion skill):**
7. Council Directive 2006/112/EC (Principal VAT Directive) — implemented via eu-vat-directive companion skill
8. Council Implementing Regulation 282/2011

**Other:**
9. VIES validation — https://ec.europa.eu/taxation_customs/vies/
10. ECB euro reference rates — https://www.ecb.europa.eu/stats/eurofxref/

### Known gaps

1. The supplier pattern library in Section 3 covers the most common Maltese and international counterparties but does not cover every local SME or regional brand. Add patterns as they emerge.
2. The worked examples are drawn from a hypothetical IT consultant in Malta. They do not cover hospitality, retail, e-commerce, or construction specifically. A v2.1 should add sector-specific worked examples.
3. The reduced rate table (7%, 12%, 5%) covers the most common items but the 5th Schedule is detailed — edge cases (e.g. specific food items near the confectionery boundary) should be flagged [T2] for reviewer.
4. The capital goods threshold (€1,160 gross) is the statutory amount as of March 2026. Verify this has not been amended by Ministerial notice before each tax year.
5. The Article 11 threshold (€35,000) is as of the current year. Verify annually.
6. Red flag thresholds (€3,000 single transaction, €200 tax-delta, €5,000 absolute position) are conservative starting values for Malta's typical self-employed client profile — not empirically calibrated.
7. Airbnb and short-term rental classification (EC5 in v1.0) is Tier 2 in all cases due to duration uncertainty. A future version should add an inference rule based on payment frequency patterns.

### Change log

- **v2.0 (April 2026):** Full rewrite to align with three-tier OpenAccountants architecture. Quick reference moved to top (Section 1). Supplier pattern library restructured as literal lookup tables (Section 3). Six worked examples added (Section 4). Tier 1 rules compressed (Section 5). Tier 2 catalogue restructured to compressed format (Section 6). Excel working paper specification added (Section 7). Bank statement reading guide added (Section 8). Onboarding moved to fallback role with inference rules (Section 9). Reference material moved to bottom (Section 10). Companion skill references updated to vat-workflow-base v0.1 and eu-vat-directive v0.1.
- **v1.0 (March 2026):** Initial skill. Standalone monolithic document covering Malta VAT Act Chapter 406, box mappings, reverse charge mechanics, blocked categories, edge case registry, and test suite.

### Self-check (v2.0 of this document)

1. Quick reference at top with box table and conservative defaults: yes (Section 1).
2. Supplier library as literal lookup tables: yes (Section 3, 15 sub-tables).
3. Worked examples drawn from non-test data (hypothetical IT consultant): yes (Section 4, 6 examples).
4. Tier 1 rules compressed: yes (Section 5, 15 rules).
5. Tier 2 catalogue compressed with inference rules: yes (Section 6, 15 items).
6. Excel template specification with mandatory recalc: yes (Section 7).
7. Onboarding as fallback only, inference rules first: yes (Section 9, 10 items).
8. All 8 Malta-specific refusals present: yes (Section 2, R-MT-1 through R-MT-8).
9. Reference material at bottom: yes (Section 10).
10. Entertainment hard-block (no Bewirtung exception) explicit: yes (Section 5.12 + Example 3).
11. Motor vehicle hard-block explicit: yes (Section 5.12 + Example 6).
12. Capital goods gross threshold test explicit: yes (Section 5.11 + Example 4).
13. EU B2B service sale (Box 1) and USt-IdNr verification explicit: yes (Example 5).
14. Non-EU SaaS reverse charge (Box 11/15) explicit: yes (Example 1 + Section 3.9).
15. Article 11 simplified mode explicit: yes (Section 5.13).

## End of Malta VAT Return Skill v2.0

This skill is incomplete without BOTH companion files loaded alongside it: `vat-workflow-base` v0.1 or later (Tier 1, workflow architecture) AND `eu-vat-directive` v0.1 or later (Tier 2, EU directive content). Do not attempt to produce a complete Malta VAT return without all three files loaded.

## Disclaimer

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.

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.

================================================================================
# SKILL: malta-ssc (research-verified)
# Source: https://www.openaccountants.com/skills/malta-ssc
================================================================================

---
name: malta-ssc
description: Use this skill whenever asked about Malta Social Security Contributions (SSC) for self-employed or self-occupied individuals. Covers Class 2 rates, min/max caps, payment schedule, registration, penalties, interaction with income tax, TA22 part-time regime, bank statement classification patterns, and edge cases.
jurisdiction: MT
domain: payroll
tax_year: 2025
---

# malta-ssc

## Section 1 -- Quick reference

**Read this whole section before computing or classifying anything.**

**Quick reference**

| Field | Value |
| --- | --- |
| Country | Malta (Republic of Malta) |
| Primary Legislation | Social Security Act, Chapter 318 |
| Supporting Legislation | Income Tax Act Article 14 (SSC deductibility); Income Tax Act Article 4C (TA22 regime) |
| Tax Authority | Department of Social Security (DSS), Malta |
| Rate Publisher | MTCA (publishes annual rate tables) |
| Self-employed rate | 15% of prior year net income (clamped to min/max) |
| SA minimum (2025) | EUR 1,844.96/year (EUR 35.48/week) |
| SC maximum, pre-1962 | EUR 3,525.08/year (EUR 67.79/week) |
| SC maximum, post-1962 | EUR 4,245.28/year (EUR 81.64/week) |
| Payment frequency | Quarterly |
| Payment method | Direct debit or bank transfer to DSS |
| Deadlines | Q1: 30 Apr, Q2: 31 Jul, Q3: 31 Oct, Q4: 31 Jan following year |
| Currency | EUR only |
| Validated by | Pending — requires sign-off by a Maltese warranted accountant |
| Validation date | Pending |

**Class overview**

| Class | Who | Rate |
| --- | --- | --- |
| Class 1 | Employees | 10% employee + 10% employer |
| Class 1A | Employers (maternity fund) | 0.3% of gross salary |
| Class 2 | Self-employed / Self-occupied | 15% of net income (clamped to min/max) |

**Conservative defaults**

| Ambiguity | Default |
| --- | --- |
| Unknown birth year | STOP -- do not compute SSC without birth year |
| Unknown employment status | Assume Class 2 applies (self-employed) |
| Unknown prior year net income | Apply SA minimum (EUR 1,844.96) |
| First year or no TA24 filed | SA minimum applies |
| Unknown whether full-time employed | Ask -- do not assume Class 1 exemption |
| Unknown whether DSS debit is SSC or penalty | Classify as SSC; flag for reviewer |

## Section 2 -- Required inputs and refusal catalogue

### Required inputs

**Minimum viable** -- birth year and employment status. Without birth year, STOP. Do not compute SSC.

**Recommended** -- prior year net self-employment income (from filed TA24), number of years of self-employment, and whether a TA24 has been filed for the prior year.

**Ideal** -- DSS annual statement, bank statements showing quarterly SSC debits, prior year TA24 with Box 20 SSC deduction.

### Refusal catalogue

- **R-MT-SSC-1 -- Birth year unknown** — *Trigger:* birth year not provided. *Message:* "Birth year is mandatory for SSC computation. The maximum contribution cap (SC) differs for persons born before vs on/after 1 January 1962. Cannot proceed without this information."
- **R-MT-SSC-2 -- SSC arrears computation** — *Trigger:* client has unpaid SSC from prior years. *Message:* "SSC arrears are computed at current rates (not historical rates) for post-1962 clients, with 1% per month penalties compounding indefinitely. Do not attempt to quantify arrears without a DSS statement. Escalate to a warranted accountant immediately."
- **R-MT-SSC-3 -- Disability or special exemptions** — *Trigger:* client claims disability exemption, student credited contributions, or pensioner pro-rata reduction. *Message:* "Exemptions and reduced rates for disability, students, and pensioners require case-specific confirmation from DSS. Escalate to a warranted accountant."
- **R-MT-SSC-4 -- Group pension arrangements** — *Trigger:* client asks about group pension or occupational scheme interaction with SSC. *Message:* "Group pension arrangements and their interaction with statutory SSC are outside the scope of this skill. Escalate to a warranted accountant."

## Section 3 -- Payment pattern library

This is the deterministic pre-classifier for bank statement transactions related to social security. When a transaction matches a pattern below, apply the treatment directly. Do not second-guess.

**How to read this table.** Match by case-insensitive substring on the counterparty/reference as it appears in the bank statement. SSC payments always EXCLUDE from any VAT return or revenue/expense classification -- they are statutory personal obligations, not business supplies.

### 3.1 DSS quarterly debits (Class 2 self-employed)

**DSS quarterly debits (Class 2 self-employed)**

| Pattern | Treatment | Notes |
| --- | --- | --- |
| DSS, DEPARTMENT OF SOCIAL SECURITY | EXCLUDE -- SSC payment | Quarterly Class 2 direct debit or bank transfer |
| SOCIAL SECURITY, SOC SEC | EXCLUDE -- SSC payment | Same |
| SSC, S.S.C. | EXCLUDE -- SSC payment | Abbreviated reference |
| CLASS 2, CLASS TWO | EXCLUDE -- SSC payment | Explicit class reference |
| KONTRIBUZZJONI SOCJALI | EXCLUDE -- SSC payment | Maltese-language reference |

### 3.2 DSS debits appearing on specific Maltese banks

**DSS debits appearing on specific Maltese banks**

| Bank | Typical debit description | Treatment |
| --- | --- | --- |
| BOV (Bank of Valletta) | "DSS DIRECT DEBIT" or "DEPT OF SOCIAL SECURITY" | EXCLUDE -- SSC |
| HSBC Malta | "DEPARTMENT OF SOCIAL SECURITY" or "DSS D/D" | EXCLUDE -- SSC |
| APS Bank | "DSS" or "SOC SECURITY CONTRIB" | EXCLUDE -- SSC |
| Lombard Bank | "SOCIAL SECURITY" | EXCLUDE -- SSC |
| Revolut / Wise | Rare -- DSS debits typically come from local Maltese accounts | If present, EXCLUDE |

### 3.3 Income tax payments (NOT SSC -- do not confuse)

**Income tax payments (NOT SSC -- do not confuse)**

| Pattern | Treatment | Notes |
| --- | --- | --- |
| CFR, COMMISSIONER FOR REVENUE | EXCLUDE -- income tax, not SSC | Tax payment, not social security |
| INLAND REVENUE, IRD | EXCLUDE -- income tax | Same |
| FSS, FINAL SETTLEMENT SYSTEM | EXCLUDE -- employer PAYE/FSS | Not Class 2 SSC |
| PAYE, PAYER TAX | EXCLUDE -- employer withholding | Not Class 2 SSC |

### 3.4 Salary and payroll (exclude from SSC classification)

**Salary and payroll (exclude from SSC classification)**

| Pattern | Treatment | Notes |
| --- | --- | --- |
| SALARY, PAGA, WAGES (outgoing) | EXCLUDE -- payroll expense | Not an SSC payment |
| SALARY, PAGA (incoming) | EXCLUDE -- employment income received | Not an SSC payment |

### 3.5 Pension payments (received -- not SSC contributions)

**Pension payments (received -- not SSC contributions)**

| Pattern | Treatment | Notes |
| --- | --- | --- |
| DSS PENSION, PENSJONI | EXCLUDE -- pension income received | Not a contribution payment |
| OLD AGE PENSION | EXCLUDE -- pension income | Not a contribution |

## Section 4 -- Worked examples

Six bank statement classifications showing SSC-related transactions from a hypothetical self-employed Maltese IT consultant.

### Example 1 -- Standard quarterly SSC debit (BOV)

**Input line:**
`30.04.2025 ; DEPT OF SOCIAL SECURITY ; DEBIT ; Q1 2025 CLASS 2 ; -461.24 ; EUR`

**Reasoning:**
Matches "DEPT OF SOCIAL SECURITY" (pattern 3.1). Amount EUR 461.24 = SA minimum quarterly (EUR 1,844.96 / 4). This is the Q1 2025 Class 2 contribution. Exclude from VAT classification. Record as SSC expense deductible in Box 20 of TA24.

**Classification:** EXCLUDE -- SSC payment. Deductible in TA24 Box 20.

### Example 2 -- Mid-range SSC quarterly debit (HSBC)

**Input line:**
`31.07.2025 ; DSS D/D ; DEBIT ; SOCIAL SECURITY CONTRIBUTION ; -750.00 ; EUR`

**Reasoning:**
Matches "DSS D/D" (pattern 3.2, HSBC). Amount EUR 750.00 = quarterly payment for SB category (EUR 3,000 annual / 4 = EUR 750). Implies prior year net income of EUR 20,000 (15% x EUR 20,000 = EUR 3,000). Exclude from VAT.

**Classification:** EXCLUDE -- SSC payment. Deductible in TA24 Box 20.

### Example 3 -- CFR tax payment (NOT SSC)

**Input line:**
`30.06.2025 ; COMMISSIONER FOR REVENUE ; DEBIT ; PT 2025 ; -1,200.00 ; EUR`

**Reasoning:**
Matches "COMMISSIONER FOR REVENUE" (pattern 3.3). This is a provisional tax payment, NOT an SSC payment. Do not classify as social security. Exclude from VAT. Not deductible as SSC in Box 20 -- this is income tax.

**Classification:** EXCLUDE -- income tax payment. NOT SSC.

### Example 4 -- Salary outgoing (employer payroll, not SSC)

**Input line:**
`28.04.2025 ; JOHN DOE SALARY APR ; DEBIT ; PAGA ; -1,800.00 ; EUR`

**Reasoning:**
Matches "PAGA" / salary pattern (3.4). This is a wage payment to an employee, not an SSC contribution. Class 1 employer contributions may also appear separately but are payroll costs, not the client's Class 2 SSC.

**Classification:** EXCLUDE -- payroll expense. NOT the client's Class 2 SSC.

### Example 5 -- Pension income received (not a contribution)

**Input line:**
`05.05.2025 ; DSS PENSION ; CREDIT ; OLD AGE PENSION MAY ; +680.00 ; EUR`

**Reasoning:**
Matches "DSS PENSION" (pattern 3.5). This is a pension benefit RECEIVED, not a contribution paid. Do not confuse inbound DSS credits with outbound SSC debits. Exclude from VAT. This is taxable income on the TA24, not a Box 20 deduction.

**Classification:** EXCLUDE from VAT. Taxable income (not an SSC deduction).

### Example 6 -- Ambiguous DSS debit (penalty or arrears)

**Input line:**
`15.09.2025 ; DEPARTMENT OF SOCIAL SECURITY ; DEBIT ; ARREARS PAYMENT ; -2,400.00 ; EUR`

**Reasoning:**
Matches "DEPARTMENT OF SOCIAL SECURITY" (pattern 3.1) but the amount is irregular and reference says "ARREARS PAYMENT." This could include penalties (1% per month) compounded on top of unpaid contributions. Cannot separate principal from penalty without a DSS statement. Flag for reviewer.

**Classification:** EXCLUDE from VAT. Flag for reviewer -- request DSS breakdown to split contribution principal (deductible in TA24 Box 20) from penalty (not deductible).

## Section 5 -- Tier 1 rules

These rules apply when bank statement data is clear and all required inputs are available. Apply exactly as written.

### Rule 1 -- SSC formula

- **SSC formula** — SSC = clamp(prior_year_net_income x 15%, SA_minimum, SC_maximum) Where: - SA minimum = EUR 1,844.96/year - SC maximum (pre-1962) = EUR 3,525.08/year - SC maximum (post-1962) = EUR 4,245.28/year

### Rule 2 -- Birth year determines ONLY the SC maximum

- **Birth year determines ONLY the SC maximum** — Born before 1 January 1962: SC maximum = EUR 3,525.08. Born on or after 1 January 1962: SC maximum = EUR 4,245.28. Birth year does NOT affect SA minimum or the 15% SB rate.

### Rule 3 -- SSC is based on PRIOR year net income

- **SSC is based on PRIOR year net income** — 2025 SSC = based on 2024 net income from filed TA24. Not current year estimates.

### Rule 4 -- First year or no TA24 filed = SA minimum

- **First year or no TA24 filed = SA minimum** — First year of self-employment: SA minimum applies as a legislative provision, not just a default. No prior year TA24 filed: SA minimum applies until DSS assessment is made.

### Rule 5 -- Minimum always applies

- **Minimum always applies** — Even at zero income, the SA minimum (EUR 1,844.96) is due once registered. There is no zero-SSC outcome.

### Rule 6 -- Full-time employed (Class 1) exempts from Class 2

- **Full-time employed (Class 1) exempts from Class 2** — If the client is a full-time employee paying Class 1 NIC, no Class 2 is due on side income. Class 1 covers everything.

### Rule 7 -- SSC is deductible in TA24 Box 20

- **SSC is deductible in TA24 Box 20** — SSC paid in Year X is deducted from income in Year X's TA24 (Box 20). This reduces taxable income before tax rate application.

### Rule 8 -- Payment schedule

**Payment schedule**

| Quarter | Period | Due Date |
| --- | --- | --- |
| Q1 | Jan -- Mar | 30 April |
| Q2 | Apr -- Jun | 31 July |
| Q3 | Jul -- Sep | 31 October |
| Q4 | Oct -- Dec | 31 January (following year) |

### Rule 9 -- Registration threshold

- **Registration threshold** — Self-employment income above EUR 910/year triggers SSC registration obligation. Below EUR 910 may be exempt but should still register.

### Rule 10 -- Maternity fund (Class 1A) does NOT apply to self-employed

- **Maternity fund (Class 1A) does NOT apply to self-employed** — Class 1A (0.3% of gross salary) is employer-only. Do not include in Class 2 calculations.

## Section 6 -- Tier 2 catalogue

When bank statement data is ambiguous or client circumstances are unclear, flag these situations for reviewer confirmation.

### T2-1 -- Dual status ambiguity (employed but also director)

**Trigger:** Client is a full-time employee but also a director of their own company drawing a director's fee.

**Issue:** Director fees from a company where the client is NOT a full-time employee may trigger Class 2. If the client is a full-time employee of the same or another company with Class 1 already paid, Class 2 is not due.

**Action:** Flag for reviewer. Confirm employment contract status and hours before advising.

### T2-2 -- TA22 client with multiple part-time income sources

**Trigger:** Client has two part-time self-employment activities, neither with full-time employment.

**Issue:** TA22 requires no full-time employment. If both activities are part-time and no full-time employment exists, Class 2 applies. Unclear whether one activity tips into full-time equivalence.

**Action:** Flag for reviewer.

### T2-3 -- Returning self-employed (previously stopped, now restarting)

**Trigger:** Client was self-employed before, stopped for several years, now restarting.

**Issue:** SA minimum does NOT automatically apply to returners. SA applies only to genuine first-timers. If no prior year TA24 for self-employment exists, SA applies until assessment.

**Action:** Flag for reviewer to confirm with DSS.

### T2-4 -- SSC arrears from prior years

**Trigger:** Client has unpaid SSC from previous years.

**Issue:** DSS can recover up to 5 years. Arrears are calculated at current rates (not historical rates) for post-1962 clients. 1% per month penalty compounds indefinitely.

**Action:** Do not attempt to quantify arrears without a DSS statement. Escalate to warranted accountant immediately.

### T2-5 -- Mid-year switch from employment to self-employment

**Trigger:** Client was employed until mid-year, then became self-employed.

**Issue:** Class 1 stops when employment ends. Class 2 starts when self-employment begins. First-year SA minimum applies for the self-employment period. Quarterly SSC payments due from the relevant quarter onward.

**Action:** Flag for reviewer to confirm start date and pro-rata application.

### T2-6 -- Students, pensioners, and disability exemptions

**Trigger:** Client may qualify for credited contributions, pro-rata reduced rate, or exemption.

**Issue:** These categories require case-specific DSS confirmation.

**Action:** Flag for reviewer. Do not apply exemptions without DSS confirmation.

## Section 7 -- Excel working paper template

When producing an SSC computation, structure the working paper as follows:

```
MALTA SSC COMPUTATION -- WORKING PAPER
Client: [name]
Tax Year: [year]
Prepared: [date]

INPUT DATA
  Birth year:                    [____]
  Born on/after 1 Jan 1962:     [YES/NO]
  Employment status:             [Self-occupied / Self-employed / Dual]
  First year of self-employment: [YES/NO]
  Prior year net income (TA24):  EUR [____]
  TA24 filed for prior year:     [YES/NO]

COMPUTATION
  Rate:                          15%
  Gross SSC (15% x net income):  EUR [____]
  SA minimum:                    EUR 1,844.96
  SC maximum (pre/post-1962):    EUR [3,525.08 / 4,245.28]
  Annual SSC (clamped):          EUR [____]
  Quarterly SSC:                 EUR [____]
  Category applied:              [SA / SB / SC]

PAYMENT SCHEDULE
  Q1 (due 30 Apr):              EUR [____]
  Q2 (due 31 Jul):              EUR [____]
  Q3 (due 31 Oct):              EUR [____]
  Q4 (due 31 Jan):              EUR [____]

TA24 INTERACTION
  SSC paid in [year]:           EUR [____]
  Entered in TA24 Box 20:       EUR [____]

REVIEWER FLAGS
  [List any Tier 2 flags here]

CONSERVATIVE DEFAULTS APPLIED
  [List any defaults applied and their tax impact]
```

## Section 8 -- Bank statement reading guide

### How SSC debits appear on Maltese bank statements

**BOV (Bank of Valletta):**
- Description: "DSS DIRECT DEBIT" or "DEPT OF SOCIAL SECURITY" or "DEPARTMENT OF SOCIAL SECURITY"
- Timing: End of month following quarter (30 Apr, 31 Jul, 31 Oct, 31 Jan)
- Amount: Quarterly figure (annual / 4)

**HSBC Malta:**
- Description: "DSS D/D" or "DEPARTMENT OF SOCIAL SECURITY" or "SOC SEC CONTRIB"
- Timing: Same quarterly cycle
- Amount: Quarterly figure

**APS Bank:**
- Description: "DSS" or "SOC SECURITY CONTRIB" or "SOCIAL SECURITY"
- Timing: Same quarterly cycle

**Key identification tips:**
1. SSC debits are always outgoing (DEBIT), never credits
2. They recur quarterly with consistent amounts (unless the client changed income bracket)
3. The amount should be divisible by 4 from a round annual figure, OR exactly EUR 461.24 (SA minimum quarterly)
4. Do not confuse with CFR/Inland Revenue debits (income tax) or FSS debits (employer PAYE)
5. Arrears payments may appear as irregular lump sums with "ARREARS" in the reference

## Section 9 -- Onboarding fallback

If the client provides only a bank statement and no other information:

1. **Scan for DSS debits** -- identify all outgoing payments matching Section 3 patterns
2. **Sum annual SSC paid** -- total all DSS debits in the year
3. **Reverse-engineer the category:**
   - If total approximately EUR 1,844.96 -> SA minimum (income <= EUR 12,301.39 or first year)
   - If total between EUR 1,844.96 and EUR 3,525.08 -> SB (15% rate band)
   - If total approximately EUR 3,525.08 -> SC pre-1962 maximum
   - If total approximately EUR 4,245.28 -> SC post-1962 maximum
4. **Flag for reviewer:** "SSC classification derived from bank statement amounts only. Birth year and prior year income have not been independently verified. Reviewer must confirm before filing TA24 with Box 20 deduction."

## Section 10 -- Reference material

### Calculation examples (2025)

**Calculation examples (2025)**

| Prior Year Net Income | Birth Year | Category | Annual SSC | Quarterly |
| --- | --- | --- | --- | --- |
| EUR 8,000 | 1990 | SA | EUR 1,844.96 | EUR 461.24 |
| EUR 0 | 1990 | SA | EUR 1,844.96 | EUR 461.24 |
| EUR 20,000 | 1990 | SB | EUR 3,000.00 | EUR 750.00 |
| EUR 20,000 | 1955 | SB | EUR 3,000.00 | EUR 750.00 |
| EUR 50,000 | 1990 | SC (post-1962) | EUR 4,245.28 | EUR 1,061.32 |
| EUR 50,000 | 1955 | SC (pre-1962) | EUR 3,525.08 | EUR 881.27 |

### Self-occupied vs Self-employed

- Self-occupied: trades, businesses, professions (accountant, plumber, shop owner). Entitled to pension + short-term benefits (sickness, injury, maternity).
- Self-employed: income from rents, investments, capital gains. Entitled to pension only.
- Both pay the same 15% Class 2 rate with the same min/max caps.

### Penalties

**Penalties**

| Penalty | Rate |
| --- | --- |
| Late payment | 1% per month on outstanding amount |
| Non-registration | All unpaid contributions + penalties |
| Arrears lookback | DSS can claim up to 5 years of unpaid SSC |
| Arrears rate (post-1962) | Calculated at CURRENT rates, not rates when originally due |

### Test suite

**Test 1:** Born 1985, prior year net income EUR 20,000, not first year. -> SB. Annual = EUR 3,000.00. Quarterly = EUR 750.00.

**Test 2:** Born 1958, prior year net income EUR 60,000, not first year. -> SC (pre-1962). Annual = EUR 3,525.08. Quarterly = EUR 881.27.

**Test 3:** Born 1975, prior year net income EUR 60,000, not first year. -> SC (post-1962). Annual = EUR 4,245.28. Quarterly = EUR 1,061.32.

**Test 4:** Born 1990, prior year net income EUR 5,000, not first year. -> SA. Annual = EUR 1,844.96. Quarterly = EUR 461.24.

**Test 5:** Born 1988, first year, no prior TA24. -> SA (first year). Annual = EUR 1,844.96. Quarterly = EUR 461.24.

**Test 6:** Full-time employee paying Class 1, side income EUR 8,000. -> NO Class 2 due. Class 1 covers all.

**Test 7:** Born 1992, registered self-employed, net income EUR 0. -> SA. Annual = EUR 1,844.96.

**Test 8:** Client paid EUR 3,000 SSC in 2025, preparing 2025 TA24. -> EUR 3,000 in Box 20.

### Prohibitions

- NEVER compute SSC without knowing the client's birth year
- NEVER use current year income -- SSC is always based on PRIOR year net income
- NEVER tell a client they owe zero SSC because their income is low -- minimum always applies once registered
- NEVER apply SA minimum to a returning self-employed without reviewer confirmation
- NEVER advise on SSC arrears without a DSS statement -- do not estimate
- NEVER conflate Class 1 and Class 2 -- they are entirely separate obligations
- NEVER include maternity fund (Class 1A) in Class 2 calculations
- NEVER present SSC figures as definitive -- always label as estimated and direct client to their DSS statement
- NEVER compute SSC penalties without escalating to a warranted accountant

## Disclaimer

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.

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.

## Talk to a verified accountant

This skill is a tool, not an engagement. Every taxpayer's situation is
different, and the rules in the skill may not match your specific facts.

To speak with one of the licensed accountants who verifies skills for your
jurisdiction — **no liability on either side until you and the accountant sign
a formal engagement letter** — book a free 30-minute call:

**→ [Book a call](https://calendly.com/openaccountants-info/30min)**

We'll route you to the named verifier covering your country or state. You can
also see the full list of verified accountants at
[openaccountants.com/network](https://openaccountants.com/network).

================================================================================
# SKILL: mt-estimated-tax (research-verified)
# Source: https://www.openaccountants.com/skills/mt-estimated-tax
================================================================================

---
name: mt-estimated-tax
description: Use this skill whenever asked about Malta provisional tax (estimated tax) for self-employed or self-occupied individuals. Trigger on phrases like "provisional tax Malta", "estimated tax", "PT instalments", "how much provisional tax do I pay", "20% 30% 50%", "April instalment", "August instalment", "December instalment", "TA24 overpayment", "refund of provisional tax", "Chapter 372", "ITA provisional tax", or any question about Malta's advance income tax payment obligations. Covers the three-instalment schedule (20/30/50), basis of computation (prior year assessment), first-year rules, minimum provisional tax, penalties for late payment, and interaction with the TA24 final assessment. ALWAYS read this skill before touching any Malta provisional tax work.
jurisdiction: MT
domain: income-tax
tax_year: 2025
---

# mt-estimated-tax

## Malta Provisional Tax (PT) -- Self-Employed Skill v2.0

## Section 1 -- Quick reference

**Quick reference**

| Field | Value |
| --- | --- |
| Country | Malta (Republic of Malta) |
| Tax | Income tax provisional payments (Provisional Tax / PT) |
| Primary legislation | Income Tax Management Act, Chapter 372, Art. 44 et seq.; Provisional Tax Rules (S.L. 372.04) |
| Supporting legislation | Income Tax Act, Chapter 123, Art. 14 (deductions); Art. 50 (penalties) |
| Authority | Commissioner for Revenue (CFR), Malta |
| Portal | https://cfr.gov.mt (CFR Online Services) |
| Currency | EUR only |
| Payment schedule | Three instalments: 20% by 30 April, 30% by 31 August, 50% by 21 December |
| Computation basis | 100% of prior year assessed tax liability (from most recent TA24) |
| Minimum threshold | CFR-determined administrative minimum for new businesses with no prior assessment |
| Contributor | Open Accountants Community |
| Validated by | Pending -- requires sign-off by a Malta-warranted CPA |
| Validation date | Pending |

**Instalment schedule summary**

| Instalment | Percentage | Due date |
| --- | --- | --- |
| 1st | 20% | 30 April |
| 2nd | 30% | 31 August |
| 3rd | 50% | 21 December |

**Conservative defaults**

| Ambiguity | Default |
| --- | --- |
| No prior year TA24 available | STOP -- request latest TA24 assessment or CFR PT notice |
| First year, no penultimate year | Flag for reviewer -- minimum PT per CFR applies |
| Income expected to drop | Pay per notice -- do NOT reduce without CFR approval |
| Rental income in prior year tax | Exclude rental income taxed at 15% final WHT from PT basis |
| Overpayment treatment | Credit against next year (not automatic refund) |

## Section 2 -- Required inputs and refusal catalogue

### Required inputs

**Minimum viable** -- the prior year TA24 assessed tax liability (the net tax payable after credits) OR the CFR-issued PT notice (Vorauszahlungsbescheid equivalent). One of these is mandatory.

**Recommended** -- current year of assessment, any PAYE or withholding tax deducted at source in the current year, the client's TIN.

**Ideal** -- full TA24 from the prior year, any CFR PT notice received, bank statements showing prior PT payments, any correspondence about PT reductions.

**Refusal policy if minimum is missing -- HARD STOP.** Without the prior year TA24 tax liability or a CFR PT notice, provisional tax cannot be computed. Do not estimate from income figures.

### Refusal catalogue

- **R-MT-PT-1 -- Group companies or partnership PT** — Trigger: client asks about PT for a company or partnership. Message: "This skill covers provisional tax for self-employed individuals only. Company and partnership PT obligations have different rules. Please consult a warranted accountant."  _(Section 2 -- Refusal catalogue)_
- **R-MT-PT-2 -- Non-resident PT obligations** — Trigger: client is non-resident or asks about PT for non-residents. Message: "Non-resident provisional tax obligations are outside the scope of this skill. Please consult a warranted accountant."  _(Section 2 -- Refusal catalogue)_
- **R-MT-PT-3 -- PT penalty disputes** — Trigger: client asks about disputing PT penalties or CFR enforcement. Message: "Penalty disputes require legal analysis. Please escalate to a warranted accountant or tax advocate."  _(Section 2 -- Refusal catalogue)_

## Section 3 -- Payment pattern library

This is the deterministic pre-classifier for bank statement transactions. When a debit matches a pattern below, classify it as a provisional tax payment. Do not second-guess.

### 3.1 CFR provisional tax debits

**CFR provisional tax debits**

| Pattern | Treatment | Notes |
| --- | --- | --- |
| CFR, COMMISSIONER FOR REVENUE | PT payment | Match with April/August/December timing to identify which instalment |
| INLAND REVENUE MALTA | PT payment | Legacy name, same authority |
| PROVISIONAL TAX, PROV TAX, PT PAYMENT | PT payment | Explicit description |
| TAX INSTALMENT, TAX INST | PT payment | Generic instalment label |

### 3.2 Timing-based identification

**Timing-based identification**

| Debit date range | Likely instalment | Confidence |
| --- | --- | --- |
| 15 April -- 10 May | 1st instalment (20%) | High if payee is CFR |
| 15 August -- 15 September | 2nd instalment (30%) | High if payee is CFR |
| 1 December -- 31 December | 3rd instalment (50%) | High if payee is CFR |
| Any other date to CFR | Late payment or adjustment | Flag for reviewer |

### 3.3 Related but NOT provisional tax

**Related but NOT provisional tax**

| Pattern | Treatment | Notes |
| --- | --- | --- |
| VAT DEPARTMENT, VAT PAYMENT | EXCLUDE from PT | VAT payment, separate obligation |
| SSC, SOCIAL SECURITY, CESOP | EXCLUDE from PT | Social security contribution |
| FSS, FINAL SETTLEMENT | EXCLUDE from PT | PAYE final settlement system |
| PENALTY, INTEREST CFR | EXCLUDE from PT | Late payment charge, not PT principal |

### 3.4 Bank transfer references

**Bank transfer references**

| Reference pattern | Treatment | Notes |
| --- | --- | --- |
| PT followed by year (e.g., PT2025) | PT payment for that year | Common bank transfer reference format |
| YA followed by year | PT payment for that year of assessment | Alternative reference format |
| INSTALMENT 1, INSTALMENT 2, INSTALMENT 3 | PT payment, specific instalment | Self-identified |

## Section 4 -- Worked examples

### Example 1 -- Standard three-instalment computation

**Standard three-instalment computation**

| Instalment | Percentage | Amount | Due date |
| --- | --- | --- | --- |
| 1st | 20% | EUR 1,800 | 30 April 2025 |
| 2nd | 30% | EUR 2,700 | 31 August 2025 |
| 3rd | 50% | EUR 4,500 | 21 December 2025 |
| **Total** | **100%** | **EUR 9,000** |  |

### Example 2 -- Reconciliation with final assessment (underpayment)

**Input:** Total PT paid = EUR 8,000. Final TA24 tax liability = EUR 11,500.

**Output:** Balance due = EUR 11,500 - EUR 8,000 = EUR 3,500. Due with TA24 filing by 30 June following the year of assessment.

### Example 3 -- Reconciliation with final assessment (overpayment)

**Input:** Total PT paid = EUR 10,000. Final TA24 tax liability = EUR 7,200.

**Output:** Overpayment = EUR 2,800. Client may request refund (written application to CFR, 6-12 months processing) or accept credit against next year's PT.

### Example 4 -- Rental income excluded from PT basis

**Rental income excluded from PT basis**

| Instalment | Amount |
| --- | --- |
| 1st (20%) | EUR 600 |
| 2nd (30%) | EUR 900 |
| 3rd (50%) | EUR 1,500 |

### Example 5 -- Late payment penalty

**Input:** 1st instalment of EUR 1,800 due 30 April. Paid 15 July (2.5 months late).

**Computation:** Interest = EUR 1,800 x 0.75% x 3 months (rounded up) = EUR 40.50. Additional 10% penalty may apply at CFR discretion.

### Example 6 -- Bank statement classification

**Input line:** `30.04.2025 ; CFR ONLINE PAYMENT ; DEBIT ; PT2025 INST 1 ; -1,800.00 ; EUR`

**Classification:** Provisional tax payment, 1st instalment for YA 2025. Not a deductible expense for VAT or income tax purposes -- this is a tax payment, not a business cost.

## Section 5 -- Computation rules

### 5.1 Standard computation (prior-year basis)

- **Standard computation (prior-year basis)** — The computation basis is always the prior year assessed tax liability from the most recent TA24, after credits, minus any tax deducted at source. ``` prior_year_tax = TA24_assessed_tax - tax_credits - WHT_at_source PT_instalment_1 = prior_year_tax x 20% PT_instalment_2 = prior_year_tax x 30% PT_instalment_3 = prior_year_tax x 50% total_PT = prior_year_tax x 100% ``` Do NOT divide by three equally. The split is always 20/30/50.  _(Section 5.1)_

### 5.2 Year-end reconciliation

- **Year-end reconciliation** — ``` balance_due = final_tax_liability - total_PT_paid - WHT_at_source if balance_due > 0: additional payment required with TA24 (by 30 June) if balance_due < 0: overpayment -- refund or credit ```  _(Section 5.2)_

### 5.3 Special rules for first year and new businesses

- **Special rules for first year and new businesses** — For the first year of self-employment with no prior TA24: PT is based on the penultimate year's tax. If no penultimate year assessment exists, the CFR sets a minimum PT amount administratively. Flag for reviewer.  _(Section 5.3)_

### 5.4 Excluded income

- **Excluded income** — Income subject to final withholding tax (e.g., 15% on rental income, 15% on certain interest) is NOT included in the PT computation base. PT applies only to income subject to progressive rates.  _(Section 5.4)_

## Section 6 -- Penalties and interest

### 6.1 Late payment interest

**Late payment interest**

| Element | Rate |
| --- | --- |
| Interest rate | 0.75% per month (9% per annum) |
| Runs from | Due date of each instalment |
| Maximum | No statutory cap -- accrues until paid |
| Additional penalty | CFR may impose 10% on amounts outstanding after final due date |

### 6.2 Interest computation

- **Interest computation** — ``` interest = unpaid_amount x 0.75% x months_overdue ``` Interest accrues per instalment independently. A missed April instalment accrues 8+ months of interest by December.  _(Section 6.2)_

## Section 7 -- Adjustments and reductions

- **Adjustments and reductions** — If the taxpayer expects current year income to be significantly lower than the prior year, they may apply in writing to CFR to reduce PT instalments. The application must include evidence (reduced contracts, cessation of activity) and should be submitted before the relevant instalment due date. Risk: if actual tax exceeds the reduced PT, interest and penalties apply on the shortfall. Flag for reviewer before advising any PT reduction.  _(Section 7)_

## Section 8 -- Edge cases

**EC1 -- No prior year TA24 assessment available.** Client has been self-employed for 3 years but never filed a TA24. CFR may issue estimated assessments. PT should be based on the latest CFR-issued assessment. If none exists, CFR minimum applies. Flag for reviewer -- client must regularise filing history urgently.

**EC2 -- Prior year resulted in zero tax.** Tax liability = EUR 0. PT = EUR 0. No instalments required. However, if current year income is expected to exceed the personal allowance, voluntary PT payments are prudent.

**EC3 -- Mid-year switch from employment to self-employment.** First year of self-employment. Penultimate-year rule applies. PAYE covers the employment portion. PT applies only to the self-employment income. Flag for reviewer.

**EC4 -- Rental income at 15% final WHT.** Rental income taxed at 15% final WHT is excluded from the PT computation. PT applies only to income subject to progressive rates.

**EC5 -- Overpayment carried forward but client wants refund.** Client must submit written request to CFR. Processing time 6-12 months. Flag for reviewer for cash flow advice.

**EC6 -- Client ceases self-employment mid-year.** Apply to CFR to cancel remaining PT instalments. Final TA24 reconciles actual liability.

**EC7 -- CFR PT notice differs from client calculation.** The CFR notice prevails unless the client appeals. Pay the CFR-stated amount and query separately. Paying less triggers penalties on the shortfall.

**EC8 -- Foreign source income with DTR.** PT is based on the NET tax from the prior TA24, which already factors in double taxation relief. Flag for reviewer to confirm DTR availability in the current year.

**EC9 -- Late filing of prior year TA24.** Use the latest available assessed year as the basis. File the overdue TA24 urgently. CFR may issue revised PT notices once processed.

## Section 9 -- Self-checks

Before delivering output, verify:

- [ ] Prior year TA24 tax liability confirmed (or CFR PT notice obtained)
- [ ] 20/30/50 split applied (NOT equal thirds)
- [ ] Rental income at final WHT excluded from PT basis
- [ ] All three instalment due dates stated (30 Apr, 31 Aug, 21 Dec)
- [ ] Year-end reconciliation formula presented
- [ ] First-year / new business rule checked
- [ ] Any adjustment request flagged for reviewer
- [ ] Overpayment treatment explained (credit vs refund)
- [ ] Penalty rates stated if relevant
- [ ] Output labelled as estimated until CFR notice confirmed

## Section 10 -- Test suite

### Test 1 -- Standard three-instalment computation

**Input:** Prior year TA24 tax liability = EUR 9,000.
**Expected:** 1st = EUR 1,800 (30 Apr). 2nd = EUR 2,700 (31 Aug). 3rd = EUR 4,500 (21 Dec). Total = EUR 9,000.

### Test 2 -- Zero prior year tax

**Input:** Prior year TA24 tax liability = EUR 0.
**Expected:** PT = EUR 0. No instalments due. Flag: advise voluntary payments if current year income expected to exceed threshold.

### Test 3 -- Underpayment reconciliation

**Input:** Total PT paid = EUR 8,000. Final TA24 = EUR 11,500.
**Expected:** Balance due = EUR 3,500. Due with TA24 filing by 30 June.

### Test 4 -- Overpayment reconciliation

**Input:** Total PT paid = EUR 10,000. Final TA24 = EUR 7,200.
**Expected:** Overpayment = EUR 2,800. Client may request refund or credit.

### Test 5 -- Late payment penalty

**Input:** 1st instalment EUR 1,800 due 30 April. Paid 15 July (approx. 3 months late).
**Expected:** Interest = EUR 1,800 x 0.75% x 3 = EUR 40.50. Additional 10% penalty may apply.

### Test 6 -- First year, no prior assessment

**Input:** First year of self-employment. No prior TA24.
**Expected:** Flag for reviewer. Minimum PT per CFR administrative determination. Request CFR notice.

### Test 7 -- Rental income excluded

**Input:** Prior year: EUR 3,000 tax on SE income + EUR 1,500 on rental (15% WHT). Total = EUR 4,500.
**Expected:** PT on EUR 3,000 only. 1st = EUR 600, 2nd = EUR 900, 3rd = EUR 1,500.

## Prohibitions

- NEVER compute PT without the prior year TA24 tax liability or a CFR PT notice
- NEVER use current year estimated income as the basis -- PT is always prior year
- NEVER advise skipping PT payments because income is expected to drop -- must apply to CFR
- NEVER divide by three equally -- the split is always 20/30/50
- NEVER include income subject to final WHT (rental at 15%) in the PT basis
- NEVER present PT figures as definitive without a CFR notice -- label as estimated
- NEVER advise on PT penalty disputes without escalating to a warranted accountant
- NEVER assume overpayment is automatically refunded -- client must apply or accept credit

## Disclaimer

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.

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.

## Talk to a verified accountant

This skill is a tool, not an engagement. Every taxpayer's situation is
different, and the rules in the skill may not match your specific facts.

To speak with one of the licensed accountants who verifies skills for your
jurisdiction — **no liability on either side until you and the accountant sign
a formal engagement letter** — book a free 30-minute call:

**→ [Book a call](https://calendly.com/openaccountants-info/30min)**

We'll route you to the named verifier covering your country or state. You can
also see the full list of verified accountants at
[openaccountants.com/network](https://openaccountants.com/network).

================================================================================
# SKILL: mt-rental-income (research-verified)
# Source: https://www.openaccountants.com/skills/mt-rental-income
================================================================================

---
name: mt-rental-income
description: Use this skill whenever asked about Malta rental income taxation. Trigger on phrases like "rental income Malta", "letting property Malta", "15% final withholding tax", "Article 31E", "TA24 rental", "property letting", "kiri", "rent received", "landlord tax Malta", "Airbnb Malta tax", "short-term rental Malta", "non-resident landlord Malta", "rental declaration CFR", "FWS rental", or any question about computing, filing, or optimising tax on rental income from Maltese immovable property. Covers both the Final Withholding System (15% flat) and the normal progressive system, non-resident landlords, short-term letting, VAT interaction, and property transfer tax. ALWAYS read this skill before touching any Malta rental income work.
jurisdiction: MT
domain: income-tax
tax_year: 2025
---

# mt-rental-income

## Section 1 -- Quick Reference

**Quick Reference**

| Field | Value |
| --- | --- |
| Country | Malta (Republic of Malta) |
| Tax | Income Tax on Rental Income (Immovable Property) |
| Currency | EUR only |
| Tax year | Calendar year (1 January -- 31 December) |
| Primary legislation | Income Tax Act, Chapter 123, Article 31E |
| Supporting legislation | ITA Articles 4, 5, 27; Income Tax Management Act (Chapter 372); Legal Notice 99 of 2014 (residential); Legal Notice 158 of 2017 (commercial) |
| Tax authority | Commissioner for Revenue (CFR) / MTCA |
| Filing portal | CFR e-Services (mytax.cfr.gov.mt) |
| Filing deadline (FWS) | 30 April of the year following the basis year |
| Filing deadline (normal) | 30 June of the year following the basis year (via annual tax return) |
| Validated by | Pending — requires sign-off by a Maltese warranted accountant |
| Skill version | 1.0 |

### Two Systems for Taxing Rental Income

**Two Systems for Taxing Rental Income**

| Feature | Final Withholding System (FWS) | Normal Progressive System |
| --- | --- | --- |
| Tax rate | 15% flat on gross rent | Progressive rates (0%--35%) on net rent |
| Deductions | NONE — no expenses, set-offs, or refunds | Full Werbungskosten-style deductions allowed |
| Filing form | TA24 (rental section) | Annual Income Tax Return (TA form) |
| Deadline | 30 April following year | 30 June following year |
| Availability | Residents and non-residents | Residents and non-residents |
| Entities | Individuals and bodies corporate | Individuals and bodies corporate |
| Related-party lets | NOT available | Must use this system |
| Election | Annual choice — can change each year | Default if FWS not elected |
| Mixed election | NOT allowed — all rental income must be under one system | N/A |

### Conservative Defaults

**Conservative Defaults**

| Ambiguity | Default |
| --- | --- |
| Unknown system choice (FWS vs normal) | STOP — ask client which system they elect |
| Unknown whether let is to related party | Treat as related party (FWS blocked) |
| Unknown property type (residential vs commercial) | STOP — ask client |
| Unknown residency status of landlord | STOP — affects withholding obligations |
| Unknown whether furnished or unfurnished | Treat as unfurnished (no furniture premium) |
| Unknown rental period (short-term vs long-term) | STOP — VAT treatment depends on this |

## Section 2 -- Required Inputs and Refusal Catalogue

### Required Inputs

**Minimum viable** -- total gross rental income for the year, election for FWS or normal system, confirmation of whether the tenant is a related party.

**Recommended** -- lease agreement(s), rental income bank receipts, property purchase documentation (for normal system deductions), details of any letting agent commissions, insurance and maintenance invoices.

**Ideal** -- complete rental income schedule per property, bank statements showing rental receipts, itemised expenses with receipts (normal system only), confirmation of property type (residential/commercial), and dates of letting periods.

### Refusal Catalogue

- **R-MTR-1 -- System election unknown** — The client must confirm whether they elect the 15% Final Withholding System or the normal progressive system. This affects all calculations. Cannot proceed without this election.  _(R-MTR-1)_
- **R-MTR-2 -- Related-party letting** — Rental income from related parties (as defined in Article 31E) cannot benefit from the 15% FWS. If the letting is between related parties, the normal progressive system must be used. Confirm relationship before proceeding.  _(R-MTR-2; Article 31E)_
- **R-MTR-3 -- Property transfers / capital gains** — Property disposals and transfer tax computations are outside the scope of this skill. Escalate to a warranted accountant.  _(R-MTR-3)_
- **R-MTR-4 -- Complex non-resident structures** — Non-resident landlords with complex holding structures, trusts, or nominee arrangements require specialist advice. Escalate to a warranted accountant.  _(R-MTR-4)_
- **R-MTR-5 -- Mixed election attempted** — A taxpayer cannot elect FWS for part of their rental income and the normal system for another part. All rental income must be under one system for any given year.  _(R-MTR-5)_

## Section 3 -- Final Withholding System (FWS) -- Computation Rules

### 3.1 Core Rules (Article 31E)

- **FWS core rules** — 1. The tax is 15% of **gross rental income received** in the basis year 2. Gross means gross — no deductions of any kind (repairs, insurance, management fees, mortgage interest, depreciation — NOTHING) 3. The tax is **final** — no refunds, no set-offs, no credits against other tax, no carry-forward of losses 4. Available to both residents and non-residents 5. Available to both individuals and bodies corporate 6. **NOT available** for rental income from related parties  _(Article 31E)_

### 3.2 Calculation

- **FWS tax calculation** — Tax = Gross rental income × 15% There is no exempt band, no personal allowance applicable, and no threshold below which FWS is unavailable.  _(Article 31E)_

### 3.3 Filing and Payment

**Filing and Payment**

| Step | Detail |
| --- | --- |
| Form | TA24 (rental income section) — paper or online via mytax.cfr.gov.mt |
| Deadline | 30 April of the following year |
| Payment | Accompanies the form; cash at MaltaPost or online |
| Late payment | Not accepted by MaltaPost branches after deadline |
| Rental income not declared in annual return | Correct — FWS income is excluded from the annual tax return |

### 3.4 FWS Historical Coverage

**FWS Historical Coverage**

| Property type | Available from |
| --- | --- |
| Residential property | Basis year 2014 (Legal Notice 99/2014) |
| Commercial property | Basis year 2017 (Legal Notice 158/2017) |

## Section 4 -- Normal Progressive System -- Computation Rules

### 4.1 Core Rules

- **Normal system core rule** — If FWS is not elected, rental income is declared in the annual tax return and taxed at progressive rates after deducting allowable expenses.

### 4.2 Allowable Deductions (Normal System Only)

**Allowable Deductions (Normal System Only)**

| Deduction | Notes |
| --- | --- |
| Mortgage interest | Interest on loan to acquire/improve the rental property |
| Repairs and maintenance | Revenue repairs only — not improvements or additions |
| Insurance | Building insurance, landlord liability insurance |
| Letting agent fees/commissions | Agency fees for finding/managing tenants |
| Condominium fees (spejjez komuni) | Ongoing maintenance charges for common parts |
| Ground rent (cens) | If applicable |
| Accountancy fees | Attributable to the rental property |
| Legal fees | Related to tenancy matters (not acquisition) |
| Advertising costs | To find tenants |
| Depreciation (wear and tear) | On furniture/fittings if furnished letting |
| Travel to property | Reasonable travel costs for property management |

### 4.3 Non-Deductible Items (Normal System)

**Non-Deductible Items (Normal System)**

| Item | Reason |
| --- | --- |
| Capital improvements (new extension, new roof) | Capital expenditure — not revenue |
| Mortgage principal repayments | Loan repayment, not expense |
| Personal living costs | Not related to letting activity |
| Periods of own occupation | Apportion if mixed use |
| Fines and penalties | Public policy |

### 4.4 Tax Rates (Normal System)

- **Tax Rates (Normal System)** — Progressive rates apply per the Income Tax Act rate tables. Rental income is added to all other income (employment, self-employment, investment) and taxed at the marginal rate. See the malta-income-tax skill for rate tables.  _(Income Tax Act rate tables)_

### 4.5 When Normal System May Be Preferable

- **High expenses relative to rent** — if deductible expenses exceed 15% of gross rent, normal system produces lower effective tax
- **Rental losses** — losses can offset other income under normal system; FWS does not allow losses
- **Low overall income** — if total income falls within the 0% band, no tax is due under normal system

## Section 5 -- Transaction Pattern Library

### 5.1 Income Patterns (Credits on Bank Statement)

**Income Patterns (Credits on Bank Statement)**

| Pattern | Treatment | Notes |
| --- | --- | --- |
| KIRI, RENT RECEIVED, RENTAL PAYMENT | Rental income | Gross amount = FWS base; net of expenses under normal system |
| LETTING AGENT, PROPERTY MANAGER + DEPOSIT | Rental income | Agent collects on behalf — full gross is landlord's income |
| AIRBNB PAYOUT, BOOKING.COM PAYOUT | Rental income | Platform rental — verify if short-term (VAT implications) |
| SECURITY DEPOSIT, DEPOSIT RECEIVED | EXCLUDE if refundable | Not income unless forfeited |
| TENANT REIMBURSEMENT, UTILITY REFUND | EXCLUDE or reduce expense | Reimbursement of costs, not rental income |

### 5.2 Expense Patterns (Normal System Only -- Debits)

**Expense Patterns (Normal System Only -- Debits)**

| Pattern | Category | Treatment |
| --- | --- | --- |
| MORTGAGE INTEREST, LOAN INTEREST, BOV LOAN | Interest expense | Deductible under normal system; NOT under FWS |
| INSURANCE, GasanMamo, MAPFRE MIDDLESEA | Property insurance | Deductible under normal system |
| PLUMBER, ELECTRICIAN, HANDYMAN, REPAIRS | Repairs & maintenance | Deductible if revenue repair; capital improvement = not deductible |
| LETTING AGENT COMMISSION, MANAGEMENT FEE | Agent fees | Deductible under normal system |
| CONDOMINIUM, SPEJJEZ KOMUNI, COMMON PARTS | Common area charges | Deductible under normal system |
| GROUND RENT, CENS | Ground rent | Deductible under normal system |
| FURNITURE, APPLIANCE (replacement) | Wear and tear | Deductible under normal system for furnished lets |

### 5.3 Exclusions

**Exclusions**

| Pattern | Treatment | Notes |
| --- | --- | --- |
| MORTGAGE REPAYMENT, LOAN PRINCIPAL | EXCLUDE | Capital repayment, not expense |
| PROPERTY PURCHASE, NOTARY (acquisition) | EXCLUDE | Capital cost — relevant only to transfer tax or CGT |
| INTERNAL TRANSFER, OWN ACCOUNT | EXCLUDE | Not rental transaction |
| STAMP DUTY, PROPERTY TRANSFER TAX | EXCLUDE | Capital cost at acquisition |

## Section 6 -- Special Topics

### 6.1 Non-Resident Landlord Rules

- **Non-Resident Landlord Rules** — - Non-residents can elect FWS (15% on gross) just like residents - Non-residents can alternatively use the normal progressive system - Non-domiciled, non-resident landlords: Malta rental income is Malta-source and always taxable in Malta regardless of domicile or remittance - Double tax treaty relief may apply — landlord should check treaty with country of residence (Article 6 OECD Model typically gives primary taxing rights to the country where the property is situated)  _(Article 6 OECD Model)_

### 6.2 Short-Term Rental / Airbnb Treatment

- **Short-Term Rental / Airbnb Treatment** — - Short-term tourist accommodation (less than 30 days per booking) requires a Malta Tourism Authority (MTA) licence - Income from short-term lets is still rental income and can be taxed under FWS (15%) or normal system - **VAT treatment**: short-term tourist accommodation is subject to VAT at 7% (reduced rate for accommodation services) — this is separate from income tax - If the landlord is VAT-registered for short-term letting: VAT collected is NOT income; net of VAT is the rental income for FWS/normal system - Platform fees (Airbnb service fee, Booking.com commission) are deducted by the platform before payout — the gross rental income for tax purposes is the amount **before** platform deductions

### 6.3 Property Transfer Tax (on Disposal)

**Property Transfer Tax (on Disposal)**

| Scenario | Final WHT Rate |
| --- | --- |
| General property transfer | 8% of transfer value |
| Property acquired before 1 January 2004 | 10% of transfer value |
| Property in Urban Conservation Area (specific conditions) | 5% of transfer value |
| Sole residential property sold within 3 years | 2% of transfer value |
| Residential property owned and occupied ≥3 consecutive years | Exempt |

### 6.4 Furnished vs Unfurnished

- **Furnished vs Unfurnished** — - FWS: no distinction — 15% on gross regardless - Normal system: furnished lets may claim wear and tear deductions on furniture and appliances (replacement basis — not initial furnishing cost) - Furnished premium (if charged): included in gross rental income

### 6.5 VAT and Rental Income

**VAT and Rental Income**

| Scenario | VAT Treatment |
| --- | --- |
| Long-term residential letting (>30 days) | Exempt from VAT (no VAT charged, no input VAT recovery) |
| Long-term commercial letting | Exempt from VAT (with option to tax in certain circumstances) |
| Short-term tourist accommodation (<30 days) | 7% VAT (reduced rate) — requires VAT registration |
| Garage letting (standalone, not ancillary) | Standard 18% VAT |

### 6.6 Former EUR 1,200 Exemption

The EUR 1,200 ground rent exemption for resident individuals was applicable under older rules but has been superseded by the current FWS regime. Under the current system (from 2014 for residential, 2017 for commercial), no exempt band applies within the FWS — the full gross amount is subject to 15%. Under the normal progressive system, the standard 0% income tax band applies as part of the overall rate table.

## Section 7 -- Worked Examples

### Example 1 -- FWS, Single Residential Property

**Input:** Resident individual receives EUR 12,000 gross rent in 2025 from one apartment. Elects FWS. Expenses: EUR 2,500 (insurance, repairs, agent fees).

**Computation:**
```
Tax = EUR 12,000 × 15% = EUR 1,800
```
Expenses are irrelevant under FWS. Tax due = EUR 1,800. File TA24 by 30 April 2026.

### Example 2 -- Normal System, High Expenses

**Input:** Same landlord, EUR 12,000 rent. Does NOT elect FWS. Single, no other income. Expenses: EUR 5,000 (mortgage interest EUR 3,000, repairs EUR 1,200, insurance EUR 500, agent EUR 300).

**Computation:**
```
Net rental income = EUR 12,000 - EUR 5,000 = EUR 7,000
Tax (single rates): EUR 7,000 falls within 0% band (0--9,100) = EUR 0
```
Normal system produces zero tax. FWS would have cost EUR 1,800. Normal system is clearly preferable here.

### Example 3 -- FWS, Non-Resident Landlord

**Input:** UK-resident individual owns apartment in Sliema. Gross rent EUR 18,000. No deductions claimed.

**Computation:**
```
Tax = EUR 18,000 × 15% = EUR 2,700
```
Non-resident can elect FWS. Filed via TA24 by 30 April. The UK-Malta double tax treaty (Article 6) gives Malta primary taxing rights on immovable property income. The landlord claims credit for Malta tax paid against UK tax liability.

### Example 4 -- Short-Term Airbnb with VAT

**Input:** MTA-licensed host. Total Airbnb payouts received: EUR 20,000 (net of Airbnb's 3% host service fee). Actual gross bookings: EUR 20,619. VAT at 7% is charged on the gross accommodation charge.

**Computation:**
```
Gross income before platform fee = EUR 20,619
VAT component (7/107 × EUR 20,619) = EUR 1,349
Net income for tax = EUR 20,619 - EUR 1,349 = EUR 19,270
FWS tax = EUR 19,270 × 15% = EUR 2,891
```
Platform fees are NOT deducted from the FWS base — the landlord's income for FWS is the gross before platform commission, net of VAT.

### Example 5 -- Related-Party Let (FWS Blocked)

**Input:** Father lets apartment to son at EUR 500/month (EUR 6,000/year).

**Computation:** FWS is NOT available. Must declare under normal progressive system. If father has other income pushing him to 25% marginal rate and no deductions:
```
Additional tax = EUR 6,000 × 25% = EUR 1,500
```

## Section 8 -- Decision Flowchart: FWS vs Normal System

```
1. Is the tenant a RELATED PARTY?
   YES → Normal system only (FWS blocked)
   NO → Continue

2. Are total allowable expenses MORE than 15% of gross rent?
   YES → Normal system likely better (do full computation to confirm)
   NO → Continue

3. Does the landlord have other income that pushes them above the 0% band?
   YES → Continue to step 4
   NO → Normal system likely better (may pay zero tax)

4. Is the landlord's marginal rate above 15%?
   YES → FWS is likely better (15% flat < marginal rate)
   NO → Normal system likely better

ALWAYS compute both options and present to reviewer for confirmation.
```

## Section 9 -- Filing Checklist

### FWS Filing

- [ ] Confirm all rental income is from non-related parties
- [ ] Calculate total gross rental income for the basis year
- [ ] Compute 15% tax
- [ ] Complete TA24 (rental section) — paper or online
- [ ] Submit TA24 with payment by 30 April
- [ ] Do NOT include FWS rental income in annual tax return

### Normal System Filing

- [ ] Gather all rental income evidence (lease, bank receipts)
- [ ] Gather all expense receipts (repairs, insurance, interest, agent fees)
- [ ] Classify expenses as allowable revenue vs blocked capital
- [ ] Compute net rental income
- [ ] Include in annual tax return under rental income section
- [ ] File by 30 June

## Section 10 -- Reference Material

### Key Legislation

**Key Legislation**

| Topic | Reference |
| --- | --- |
| Final Withholding System | ITA Article 31E |
| Residential property FWS | Legal Notice 99 of 2014 |
| Commercial property FWS | Legal Notice 158 of 2017 |
| Allowable deductions | ITA Article 14 |
| Property transfer tax | ITA Article 5A |
| Tax rates | ITA Rate Schedules |
| Filing deadlines | ITMA Chapter 372 |
| VAT on accommodation | VAT Act, 8th Schedule (Item 10) — 7% reduced rate |

## PROHIBITIONS

- NEVER apply FWS to related-party lettings
- NEVER deduct expenses under the FWS — the 15% rate applies to GROSS income with zero deductions
- NEVER allow a mixed election (part FWS, part normal) in the same basis year
- NEVER treat a refundable security deposit as rental income
- NEVER ignore VAT on short-term tourist accommodation
- NEVER present the FWS/normal system comparison as definitive without running both computations
- NEVER file FWS rental income in the annual tax return — it is declared separately on TA24
- NEVER compute property transfer tax in this skill — escalate to warranted accountant

## Disclaimer

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.

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.

## Talk to a verified accountant

This skill is a tool, not an engagement. Every taxpayer's situation is
different, and the rules in the skill may not match your specific facts.

To speak with one of the licensed accountants who verifies skills for your
jurisdiction — **no liability on either side until you and the accountant sign
a formal engagement letter** — book a free 30-minute call:

**→ [Book a call](https://calendly.com/openaccountants-info/30min)**

We'll route you to the named verifier covering your country or state. You can
also see the full list of verified accountants at
[openaccountants.com/network](https://openaccountants.com/network).

================================================================================
# SKILL: mt-crypto-tax (research-verified)
# Source: https://www.openaccountants.com/skills/mt-crypto-tax
================================================================================

---
name: mt-crypto-tax
description: Use this skill whenever asked about Malta cryptocurrency or digital asset taxation. Covers the CfR DLT asset guidelines, classification of coins/tokens, trading vs investment distinction, VAT treatment, and DAC8 reporting.
jurisdiction: MT
domain: crypto
tax_year: 2025
---

# mt-crypto-tax

## Malta Crypto / Digital Assets Tax Skill v1.0

## Section 1 -- Quick Reference

**Quick Reference**

| Field | Value |
| --- | --- |
| Country | Malta (Republic of Malta) |
| Tax | Income Tax on DLT Assets (Crypto) |
| Currency | EUR (values must be converted to EUR at transaction date) |
| Tax year | Calendar year (1 January -- 31 December) |
| Primary authority | CfR Guidelines on Income Tax Treatment of DLT Assets (1 November 2018), issued under Article 96(2) ITA |
| Supporting legislation | Income Tax Act, Chapter 123 (Articles 4, 5, 5A, 14, 27); Virtual Financial Assets Act, Chapter 590 (MFSA regulatory — not tax); Innovative Technology Arrangements and Services Act, Chapter 592 |
| Tax authority | Commissioner for Revenue (CFR) |
| Filing portal | CFR MyTax (mytax.cfr.gov.mt) |
| Filing deadline | 30 June of the following year |
| EU reporting | DAC8 / CARF — crypto exchanges report user data to CfR from 2026 |
| Validated by | Pending — requires sign-off by a Maltese warranted accountant |
| Skill version | 1.0 |

### DLT Asset Classification (CfR Guidelines)

**DLT Asset Classification**  _(CfR Guidelines)_

| Asset Type | CfR Definition | Capital Gains Tax (Art. 5) | Income Tax |
| --- | --- | --- | --- |
| Coins (cryptocurrencies) | Medium of exchange / store of value (e.g. BTC, ETH, LTC) | NOT subject to CGT | Trading profits = ordinary income; investment gains generally not taxed |
| Utility Tokens | Access to a product/service on a DLT platform | NOT subject to CGT | Trading profits = ordinary income |
| Financial Tokens (securities) | Participate in profits, mimic shares/bonds/units in CIS | Subject to CGT if they meet "securities" definition under Art. 5 | Trading profits = ordinary income |
| Hybrid / Convertible Tokens | Start as utility, convert to financial token | Outside CGT until converted to securities | Trading profits = ordinary income |

### Conservative Defaults

**Conservative Defaults**

| Ambiguity | Default |
| --- | --- |
| Unknown whether trading or investment | Treat as trading (taxable as ordinary income) |
| Unknown token classification | Treat as coin (not subject to CGT, but trading profits taxable) |
| Unknown cost basis | STOP — cannot compute gain without acquisition cost |
| Unknown residency / domicile | STOP — affects source and remittance rules |
| Unknown whether activity is commercial mining | Treat as commercial (taxable) |

## Section 2 -- Required Inputs and Refusal Catalogue

### Required Inputs

**Minimum viable** -- transaction history from exchange(s) or wallet(s), confirmation of residency and domicile status, and indication of whether activity is trading or long-term investment.

**Recommended** -- full CSV exports from all exchanges used (Binance, Coinbase, Kraken, Revolut, etc.), wallet addresses with on-chain history, cost basis records for each acquisition, and record of any staking/lending/mining activity.

**Ideal** -- complete portfolio tracker export (e.g. CoinTracking, Koinly, Accointing), DeFi protocol interaction history, NFT purchase/sale records, and documentation of any token airdrops received.

### Refusal Catalogue

- **R-MTC-1 -- Residency/domicile unknown** — "Malta's crypto tax treatment depends critically on residency and domicile status. Non-domiciled residents are only taxed on foreign-source income remitted to Malta. Cannot proceed without this information."
- **R-MTC-2 -- No transaction records** — "Crypto tax computations require detailed transaction records with dates, amounts, and counterparties. Without exchange/wallet records, gains cannot be calculated. Cannot proceed."
- **R-MTC-3 -- ICO/STO issuance** — "Token issuance (ICOs, STOs, IEOs) has complex tax implications for the issuer including potential VAT, income tax, and regulatory obligations. Escalate to a warranted accountant with MFSA expertise."
- **R-MTC-4 -- Corporate crypto holdings** — "Companies holding crypto on their balance sheet have different accounting and tax treatment. This skill covers individuals only. Escalate to a warranted accountant."
- **R-MTC-5 -- Cross-border DeFi structures** — "Complex DeFi arrangements involving multiple jurisdictions, DAOs, or liquidity pool governance tokens require specialist international tax advice. Escalate."

## Section 3 -- Computation Rules

### 3.1 Coins (BTC, ETH, etc.) -- Tax Treatment

**Key principle:** Coins are treated analogously to foreign currency. They are NOT securities under Article 5 ITA.

**Coins Tax Treatment**

| Scenario | Tax Treatment |
| --- | --- |
| Held as trading stock (frequent buy/sell for profit) | Profits are **ordinary income**, taxed at progressive rates (0%--35%) |
| Held as long-term investment (buy and hold) | Gains on disposal generally **NOT taxable** (not within CGT scope, not trading income) |
| Mining — private scale | Income at market value when received; if sold within short period, practical approach: taxable as other income |
| Mining — commercial scale | Business income, taxed as self-employment |
| Staking rewards | Income at market value when received (sonstige Einkünfte equivalent) |
| Airdrops | Taxable as income if received in exchange for a service; gratuitous airdrops may not be taxable |
| Payment for goods/services | Disposal at market value — gain is trading income or not taxable depending on classification |

### 3.2 Trading vs Investment -- The Critical Distinction

The CfR applies general income tax principles. There is no statutory bright-line test. Factors indicating **trading**:

**Factors indicating Trading**

| Factor | Indicates Trading |
| --- | --- |
| Frequency of transactions | High volume, multiple trades per day/week |
| Holding period | Short (days to weeks) |
| Intent | Profit from short-term price movements |
| Sophistication | Use of leverage, derivatives, automated bots |
| Funding | Borrowed money to fund purchases |
| Organisation | Systematic, business-like approach |

Factors indicating **investment**:

**Factors indicating Investment**

| Factor | Indicates Investment |
| --- | --- |
| Frequency | Infrequent, buy-and-hold |
| Holding period | Long (months to years) |
| Intent | Long-term capital appreciation |
| Funding | Own savings |
| Other income | Has separate primary employment |

**Conservative default:** If classification is unclear, treat as trading (fully taxable).

### 3.3 Financial Tokens (Security Tokens)

- **Financial Tokens treatment** — If a token meets the definition of "securities" under Article 5 ITA (participates in company profits, return not limited to fixed rate, or units in a CIS), then: - Transfer is subject to **capital gains tax** under Article 5 - Capital gains rate: generally 0% for transfers of securities listed on a recognised exchange, or taxed at progressive rates for unlisted securities depending on the nature of the underlying - Losses on securities within the CGT regime can only offset gains within that regime  _(Article 5 ITA)_

### 3.4 Cost Basis and Methods

**Cost Basis Methods**

| Method | Status |
| --- | --- |
| FIFO (First In, First Out) | Accepted by CfR; recommended |
| Specific identification | Acceptable if clearly documented |
| Average cost | May be accepted; less common |
| LIFO | Not standard practice in Malta |

- **Cost basis includes** — The cost basis includes: - Purchase price in EUR (convert at exchange rate on date of acquisition) - Exchange fees and commissions paid on acquisition - Network/gas fees directly attributable to the transaction

### 3.5 Non-Domiciled Residents (Special Rules)

Malta's remittance basis for non-domiciled residents is critical for crypto:

**Non-Dom Rules**

| Scenario | Tax Treatment |
| --- | --- |
| Malta-domiciled resident | Worldwide crypto income taxable |
| Malta-resident but NOT Malta-domiciled | Foreign-source crypto income taxable ONLY if remitted to Malta |
| Crypto gains kept on foreign exchange (not remitted) | NOT taxable for non-doms (if source is foreign) |
| Proceeds transferred to Malta bank account | Taxable for non-doms (remittance) |
| Minimum tax for non-doms | EUR 5,000 per year (regardless of actual remittance) |

## Section 4 -- VAT Treatment

### 4.1 Crypto and VAT

**Crypto and VAT**  _(CJEU C-264/14 Hedqvist; EU VAT rules)_

| Transaction | VAT Treatment | Authority |
| --- | --- | --- |
| Exchange of crypto for fiat (and vice versa) | Exempt financial service (no VAT) | CJEU C-264/14 Hedqvist |
| Payment for goods/services using crypto | VAT applies to the underlying supply (not the crypto itself) | Standard EU VAT rules |
| Crypto exchange platform services | Exempt financial service | CJEU Hedqvist |
| Mining rewards (no identifiable recipient) | Outside scope of VAT (no supply) | General VAT principles |
| Mining as a service (identifiable recipient) | Subject to VAT at 18% | Service supply |
| NFT sale (digital art/collectible) | Subject to VAT at 18% (electronically supplied service) | EU VAT rules on digital services |
| Staking-as-a-service | Likely exempt financial service; case-by-case | CfR position evolving |

## Section 5 -- Transaction Pattern Library

### 5.1 Income Patterns (Credits)

**Income Patterns**

| Pattern | Treatment | Notes |
| --- | --- | --- |
| BINANCE WITHDRAWAL, BINANCE DEPOSIT (to bank) | Potential disposal proceeds | Convert EUR amount on date; match to cost basis |
| COINBASE PAYOUT, COINBASE EUR | Potential disposal proceeds | Match to trades on Coinbase |
| REVOLUT CRYPTO SELL, REVOLUT EXCHANGE | Disposal proceeds | Revolut provides transaction history in-app |
| KRAKEN WITHDRAWAL | Potential disposal proceeds | Match to Kraken trade history |
| MINING REWARD, POOL PAYOUT, ETHERMINE | Mining income | Taxable at market value on receipt date |
| STAKING REWARD, VALIDATOR REWARD | Staking income | Taxable at market value on receipt date |
| AIRDROP, TOKEN DISTRIBUTION | Possible income | Taxable if received for a service; potentially not if gratuitous |
| P2P TRANSFER, BISQ, LOCALBITCOINS | Potential disposal | Verify whether sale or transfer between own wallets |

### 5.2 Expense Patterns (Debits)

**Expense Patterns**

| Pattern | Treatment | Notes |
| --- | --- | --- |
| BINANCE DEPOSIT, COINBASE BUY, REVOLUT CRYPTO BUY | Acquisition cost | Record as cost basis for FIFO |
| GAS FEE, NETWORK FEE, TRANSACTION FEE | Part of cost basis | Add to acquisition cost of the asset obtained |
| EXCHANGE FEE, TRADING FEE, COMMISSION | Part of cost basis or disposal cost | Deductible from gain computation |
| HARDWARE WALLET, LEDGER, TREZOR | Business expense if trading | Capital item if trading business; not deductible if personal investment |

### 5.3 Exclusions

**Exclusions**

| Pattern | Treatment |
| --- | --- |
| TRANSFER BETWEEN OWN WALLETS | EXCLUDE — not a disposal |
| EXCHANGE TO EXCHANGE TRANSFER (same owner) | EXCLUDE — not a disposal |
| WRAPPING/UNWRAPPING (e.g. ETH → WETH) | Generally EXCLUDE — no change in economic ownership |
| STABLECOIN CONVERSION (EUR equivalent) | Technically a disposal — but gain is typically zero or negligible |

## Section 6 -- MFSA Regulatory Framework (Non-Tax)

The MFSA regulatory framework is distinct from tax but relevant for context:

**MFSA Regulatory Framework**

| Framework | Scope | Tax Relevance |
| --- | --- | --- |
| Virtual Financial Assets Act (VFAA, Chapter 590) | Licensing of VFA service providers, ICO rules | Regulatory compliance does not affect tax classification |
| Innovative Technology Arrangements Act (ITAA, Chapter 592) | Certification of DLT platforms | No direct tax impact |
| MiCA (EU Markets in Crypto-Assets Regulation) | EU-wide crypto regulation from 2024/2025 | Standardises classification; may influence future CfR guidance |
| DAC8 / CARF | Automatic exchange of crypto transaction data | Exchanges report to CfR from 2026; foreign holdings >EUR 5,000 must be declared |

## Section 7 -- Record-Keeping Requirements

**Record-Keeping Requirements**

| Requirement | Detail |
| --- | --- |
| Retention period | 6 years from end of relevant tax year |
| Records to maintain | Full transaction logs from all exchanges, wallet addresses, cost basis calculations, FIFO ledger, staking/mining logs |
| Format | CSV exports preferred; screenshots acceptable as backup; on-chain records (block explorer links) recommended |
| Burden of proof | On the taxpayer — CfR can request records; DAC8 data will allow cross-referencing |

## Section 8 -- Worked Examples

### Example 1 -- Trader, Coins, Ordinary Income

**Input:** Malta-domiciled resident. Bought 1 BTC at EUR 25,000 in January 2025. Sold 1 BTC at EUR 45,000 in March 2025. Traded frequently (50+ trades in year). Exchange fees: EUR 100 total.

**Computation:**
```
Disposal proceeds:  EUR 45,000
Cost basis:         EUR 25,000 + EUR 100 fees = EUR 25,100
Gain:               EUR 19,900
Classification:     Trading income (frequent trader)
Tax:                Ordinary income at progressive rates
```
If single, no other income: tax on EUR 19,900 = EUR 0 (first 9,100) + EUR 810 (9,101-14,500 @ 15%) + EUR 1,350 (14,501-19,500 @ 25%) + EUR 100 (19,501-19,900 @ 25%) = EUR 2,260.

### Example 2 -- Investor, Coins, Not Taxable

**Input:** Malta-domiciled resident. Bought 2 ETH at EUR 1,500 each in 2021. Sold 2 ETH at EUR 3,500 each in 2025. Total 3 trades in 4 years. Employed full-time separately.

**Computation:**
```
Gain: (EUR 3,500 - EUR 1,500) × 2 = EUR 4,000
Classification: Investment (infrequent, long hold, employed elsewhere)
Tax: NOT taxable — coins held as investment are outside CGT scope
```
Flag for reviewer: confirm investment classification based on full trading history.

### Example 3 -- Non-Dom, Foreign Exchange, Not Remitted

**Input:** Malta-resident, non-domiciled individual. Traded crypto on Binance (non-Malta platform). EUR 30,000 gain. Proceeds remain on Binance, not transferred to Malta bank.

**Computation:**
```
Gain: EUR 30,000
Source: Foreign (traded on foreign platform)
Remitted to Malta: No
Tax: NOT taxable (remittance basis — foreign gains not remitted)
Minimum tax: EUR 5,000 still applies regardless
```

### Example 4 -- Staking Income

**Input:** Malta-domiciled resident. Staked ETH via Coinbase. Received 0.5 ETH in staking rewards over 2025. Market value at receipt: EUR 1,750 total.

**Computation:**
```
Staking income: EUR 1,750 (market value at each receipt date)
Classification: Other income (income at receipt)
Tax: Taxable at progressive rates, added to other income
Cost basis of staked ETH received: EUR 1,750 (for future disposal)
```

## Section 9 -- Edge Cases

### 9.1 Hard Forks

When a blockchain forks and the holder receives new coins (e.g. BTC → BCH), the CfR has not issued specific guidance. Conservative treatment:
- Cost basis of original coin: unchanged
- Cost basis of forked coin: EUR 0 (no acquisition cost)
- If sold: full proceeds are gain; classify as trading or investment per normal rules

### 9.2 DeFi Lending / Liquidity Providing

- Interest received from lending (e.g. Aave, Compound): taxable as income at market value when received
- Liquidity provision (e.g. Uniswap): adding to a pool may constitute a disposal; LP tokens received have a new cost basis
- Impermanent loss: not currently a recognised deductible loss under CfR guidance
- Flag for reviewer — DeFi treatment is evolving

### 9.3 NFTs

- Purchase of NFT: acquisition cost for future disposal
- Sale of NFT: disposal — gain taxed as trading income or not taxable depending on frequency
- Creation and sale of NFT (artist/creator): business income
- VAT: electronically supplied service — 18% VAT may apply on B2C sales to EU customers

## PROHIBITIONS

- NEVER assume all crypto gains are tax-free in Malta — trading profits are taxable as ordinary income
- NEVER classify coins as securities — they fall outside Article 5 CGT
- NEVER ignore the trading vs investment distinction — it determines taxability
- NEVER forget the non-dom remittance basis — it can eliminate Malta tax on unrepatriated foreign gains
- NEVER treat transfers between own wallets as disposals
- NEVER compute gains without verified cost basis and FIFO records
- NEVER advise on MFSA regulatory licensing — this skill covers tax only
- NEVER ignore DAC8 reporting obligations from 2026
- NEVER present crypto tax positions as definitive — always label as estimated and flag for professional review

## Disclaimer

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.

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.

## Talk to a verified accountant

This skill is a tool, not an engagement. Every taxpayer's situation is
different, and the rules in the skill may not match your specific facts.

To speak with one of the licensed accountants who verifies skills for your
jurisdiction — **no liability on either side until you and the accountant sign
a formal engagement letter** — book a free 30-minute call:

**→ [Book a call](https://calendly.com/openaccountants-info/30min)**

We'll route you to the named verifier covering your country or state. You can
also see the full list of verified accountants at
[openaccountants.com/network](https://openaccountants.com/network).

================================================================================
# SKILL: malta-bookkeeping (research-verified)
# Source: https://www.openaccountants.com/skills/malta-bookkeeping
================================================================================

---
name: malta-bookkeeping
description: Use this skill whenever asked about bookkeeping, chart of accounts, financial statements, P&L format, balance sheet layout, bank reconciliation, expense classification, asset capitalisation, or day-to-day accounting for a Maltese entity.
jurisdiction: MT
domain: bookkeeping
tax_year: 2025
---

# malta-bookkeeping

## Section 1 -- Quick Reference

**Quick Reference**  _(Companies Act (Cap. 386); Legal Notice 289 of 2015 (GAPSME); Income Tax Act (Cap. 123))_

| Field | Value |
| --- | --- |
| Country | Malta (Republic of Malta) |
| Currency | EUR |
| Financial year | Typically calendar year (1 Jan -- 31 Dec); companies may choose any 12-month period |
| Accounting standards | GAPSME (default for SMEs); IFRS as adopted by the EU (by board resolution) |
| Governing body | Accountancy Board (Malta), Commissioner for Revenue (CFR) |
| Key legislation | Companies Act (Cap. 386); Legal Notice 289 of 2015 (GAPSME); Income Tax Act (Cap. 123) |
| Standard chart of accounts | None mandated — entities design their own CoA provided it supports GAPSME/IFRS financial statements |
| Record retention | 6 years from end of the relevant financial year |

## Section 2 -- Recommended Chart of Accounts

Malta does not mandate a standard chart of accounts. The following is a recommended structure that maps cleanly to GAPSME financial statement presentation and Maltese tax return requirements.

### Assets (1xxx)

**Assets (1xxx)**

| Code | Account | Notes |
| --- | --- | --- |
| 1000 | Non-current assets (control) |  |
| 1010 | Intangible assets -- software | Capitalise if > EUR 1,160 (VAT CGS threshold) |
| 1020 | Intangible assets -- goodwill | Rare for sole traders |
| 1100 | Property, plant and equipment |  |
| 1110 | Land and buildings |  |
| 1120 | Motor vehicles |  |
| 1130 | Computer hardware |  |
| 1140 | Furniture and fittings |  |
| 1150 | Office equipment |  |
| 1160 | Leasehold improvements |  |
| 1199 | Accumulated depreciation | Contra-asset |
| 1200 | Current assets (control) |  |
| 1210 | Trade receivables |  |
| 1220 | Other receivables |  |
| 1230 | Prepayments |  |
| 1240 | VAT input (recoverable) | Article 10 entities only |
| 1300 | Bank -- current account |  |
| 1310 | Bank -- savings account |  |
| 1320 | Cash in hand |  |
| 1330 | Petty cash |  |

### Liabilities (2xxx)

**Liabilities (2xxx)**

| Code | Account | Notes |
| --- | --- | --- |
| 2000 | Non-current liabilities (control) |  |
| 2010 | Bank loans (long-term) |  |
| 2020 | Hire purchase obligations (long-term) |  |
| 2100 | Current liabilities (control) |  |
| 2110 | Trade payables |  |
| 2120 | Other payables |  |
| 2130 | Accruals |  |
| 2140 | VAT output (payable) |  |
| 2150 | VAT control | Net position for CFR |
| 2160 | Income tax payable |  |
| 2170 | SSC payable |  |
| 2180 | Bank overdraft |  |
| 2190 | Bank loans (current portion) |  |
| 2200 | Directors' loan account |  |

### Equity (3xxx)

**Equity (3xxx)**

| Code | Account | Notes |
| --- | --- | --- |
| 3000 | Share capital / owner's capital |  |
| 3010 | Share premium |  |
| 3100 | Retained earnings |  |
| 3200 | Current year profit/loss | Clearing account |
| 3300 | Drawings (sole trader) |  |

### Revenue (4xxx)

**Revenue (4xxx)**

| Code | Account | Notes |
| --- | --- | --- |
| 4000 | Sales -- services | Main revenue for service businesses |
| 4010 | Sales -- goods |  |
| 4020 | Sales -- exports / intra-EU | Zero-rated or exempt |
| 4100 | Other operating income |  |
| 4200 | Government grants (revenue) | Malta Enterprise grants |

### Cost of Goods Sold (5xxx)

**Cost of Goods Sold (5xxx)**

| Code | Account | Notes |
| --- | --- | --- |
| 5000 | Purchases -- goods for resale |  |
| 5010 | Direct materials |  |
| 5020 | Direct labour (subcontractors) |  |
| 5030 | Import duties |  |
| 5100 | Opening stock |  |
| 5110 | Closing stock |  |

### Operating Expenses (6xxx)

**Operating Expenses (6xxx)**

| Code | Account | Notes |
| --- | --- | --- |
| 6000 | Rent -- business premises | Fully deductible |
| 6010 | Rates and local council levies |  |
| 6020 | Electricity and water (ARMS) | Apportion if home office |
| 6030 | Telecoms and internet | Apportion if mixed use |
| 6040 | Insurance -- business |  |
| 6050 | Repairs and maintenance |  |
| 6100 | Salaries and wages |  |
| 6110 | Employer SSC (Class 1) |  |
| 6120 | SSC Class 2 (self-employed) | Maps to TA24 Box 20 |
| 6200 | Accountancy fees |  |
| 6210 | Legal and professional fees |  |
| 6220 | Bank charges |  |
| 6230 | Payment processing fees | Stripe, PayPal etc. |
| 6300 | Marketing and advertising |  |
| 6310 | Travel -- flights and accommodation | Business travel only |
| 6320 | Travel -- local transport |  |
| 6330 | Motor vehicle expenses | Business % only |
| 6340 | Motor vehicle fuel | Business % only |
| 6400 | Office supplies and stationery |  |
| 6410 | Software subscriptions (SaaS) | Recurring < EUR 1,160 |
| 6420 | Training and CPD |  |
| 6430 | Professional subscriptions | MIA, ACCA etc. |
| 6440 | Postage and courier |  |
| 6500 | Depreciation -- computer hardware | 25% straight-line |
| 6510 | Depreciation -- motor vehicles | 20% straight-line |
| 6520 | Depreciation -- furniture/fittings | 10% straight-line |
| 6530 | Depreciation -- office equipment | 20% straight-line |
| 6600 | Bad debts written off |  |
| 6700 | Entertainment | NOT deductible for tax |
| 6800 | Sundry expenses |  |

### Other Income / Expenses (7xxx)

**Other Income / Expenses (7xxx)**

| Code | Account | Notes |
| --- | --- | --- |
| 7000 | Interest received |  |
| 7010 | Interest paid |  |
| 7020 | Bank loan interest |  |
| 7100 | Profit/loss on disposal of assets |  |
| 7200 | Foreign exchange gains/losses |  |

### Tax (8xxx)

**Tax (8xxx)**

| Code | Account | Notes |
| --- | --- | --- |
| 8000 | Income tax expense | Current year charge |
| 8010 | Deferred tax | GAPSME medium entities |
| 8020 | Provisional tax paid | Credit against liability |

## Section 3 -- Revenue Recognition

**Revenue Recognition**

| Scenario | Treatment |
| --- | --- |
| **Default under GAPSME** | Accruals basis — revenue recognised when earned, not when cash received |
| **Sole traders (TA24)** | Tax return uses accruals basis; however CFR accepts cash basis for very small operations if consistently applied |
| **Article 10 VAT-registered** | Record revenue net of 18% VAT; VAT goes to 2140 |
| **Article 11 (exempt)** | Record revenue gross — no VAT component |
| **Advance payments received** | Credit to 2130 (Accruals) until service delivered, then transfer to 4000 |
| **Multi-period contracts** | Recognise revenue proportionally over the service period |
| **Bad debts** | Write off to 6600 only when irrecoverable; reverse the original revenue if not yet reported |

## Section 4 -- Expense Classification

**Expense Classification**

| Expense Type | Nominal Code | Tax Deductibility | Notes |
| --- | --- | --- | --- |
| Office rent | 6000 | Fully deductible | Dedicated business premises |
| Home office utilities | 6020 | Proportional (dedicated room %) | Default 0% until confirmed |
| Motor vehicle costs | 6330/6340 | Business % only | Mileage log required |
| Entertainment | 6700 | NOT deductible | Blocked under Article 14 ITA |
| Software subscriptions | 6410 | Fully deductible | Recurring SaaS under EUR 1,160 |
| Professional fees | 6200/6210 | Fully deductible | Accountant, lawyer (business) |
| Travel (business) | 6310/6320 | Fully deductible | Wholly business purpose |
| Training and CPD | 6420 | Fully deductible | Must relate to current business |
| SSC Class 2 | 6120 | Deductible (Box 20) | NOT in Box 2 of TA24 |
| Fines and penalties | — | NOT deductible | Do not record as business expense |
| Personal drawings | 3300 | NOT deductible | Equity movement, not expense |

## Section 5 -- Asset vs Expense Thresholds

**Asset vs Expense Thresholds**

| Rule | Threshold | Treatment |
| --- | --- | --- |
| **Tax depreciation (capital allowances)** | No statutory minimum — all business assets must be depreciated per 6th Schedule | Straight-line over minimum years |
| **VAT Capital Goods Scheme** | EUR 1,160 gross | Separate system; affects VAT Box 30 only |
| **Practical low-value expensing** | Some practitioners expense items under ~EUR 700 immediately | Flag for reviewer; strictly all assets should be depreciated |

### Depreciation Rates (Income Tax Act, 6th Schedule)

**Depreciation Rates (Income Tax Act, 6th Schedule)**  _(Income Tax Act, 6th Schedule)_

| Asset Category | Minimum Years | Annual Rate |
| --- | --- | --- |
| Computers and electronic equipment | 4 | 25% |
| Computer software | 4 | 25% |
| Motor vehicles | 5 | 20% |
| Plant and machinery | 5 | 20% |
| Office equipment | 5 | 20% |
| Air conditioning | 6 | ~17% |
| Furniture, fixtures, fittings | 10 | 10% |
| Electrical/plumbing installations | 15 | ~7% |
| Industrial buildings | 50 | 2% |

Depreciation is straight-line on cost. First-year depreciation starts in the year the asset is first used in business. Industrial buildings qualify for an additional 10% initial allowance in the acquisition year.

## Section 6 -- Profit and Loss Format

GAPSME requires an income statement with the following minimum structure:

```
INCOME STATEMENT
For the year ended [date]

Revenue                                          xxx
Cost of sales                                   (xxx)
                                                -----
GROSS PROFIT                                     xxx

Other operating income                           xxx
Administrative expenses                         (xxx)
Distribution costs                              (xxx)
Other operating expenses                        (xxx)
                                                -----
OPERATING PROFIT                                 xxx

Finance income                                   xxx
Finance costs                                   (xxx)
                                                -----
PROFIT BEFORE TAX                                xxx

Income tax expense                              (xxx)
                                                -----
PROFIT FOR THE YEAR                              xxx
```

Small entities under GAPSME may combine administrative and distribution costs into a single "operating expenses" line.

## Section 7 -- Balance Sheet Format

GAPSME prescribes a vertical (report) format:

```
BALANCE SHEET
As at [date]

NON-CURRENT ASSETS
  Intangible assets                              xxx
  Property, plant and equipment                  xxx
                                                -----
                                                 xxx

CURRENT ASSETS
  Inventories                                    xxx
  Trade and other receivables                    xxx
  Cash and cash equivalents                      xxx
                                                -----
                                                 xxx
                                                -----
TOTAL ASSETS                                     xxx

EQUITY
  Share capital                                  xxx
  Retained earnings                              xxx
                                                -----
                                                 xxx

NON-CURRENT LIABILITIES
  Borrowings                                     xxx
                                                -----
                                                 xxx

CURRENT LIABILITIES
  Trade and other payables                       xxx
  Current tax liabilities                        xxx
  Borrowings (current portion)                   xxx
                                                -----
                                                 xxx
                                                -----
TOTAL EQUITY AND LIABILITIES                     xxx
```

Small entities: balance sheet, income statement, and simplified notes only. Medium entities must add statement of changes in equity and cash flow statement.

## Section 8 -- Bank Reconciliation Patterns

### Maltese Bank Statement Formats

**Maltese Bank Statement Formats**

| Bank | Format | Date Format | Key Fields |
| --- | --- | --- | --- |
| BOV (Bank of Valletta) | PDF, CSV | DD/MM/YYYY | Date, Description, Debit, Credit, Balance |
| HSBC Malta | PDF, CSV | DD/MM/YYYY | Value Date, Description, Amount, Balance |
| APS Bank | PDF | DD/MM/YYYY | Date, Particulars, Withdrawals, Deposits |
| Revolut Business | CSV | YYYY-MM-DD | Date, Counterparty, Amount, Currency |
| Wise Business | CSV | YYYY-MM-DD | Date, Description, Amount, Currency, Balance |

### Common Maltese Transaction Descriptions

**Common Maltese Transaction Descriptions**

| Pattern | Likely Classification |
| --- | --- |
| TRASFERIMENT / TRF IN | Incoming payment — check if revenue |
| DD / DEBIT DIRETT | Direct debit — utility, subscription, or insurance |
| SO / STANDING ORDER | Standing order — rent or loan repayment |
| KARTA / CARD | Card payment — expense, check merchant |
| SPEJJEZ / CHARGES | Bank charges (6220) |
| ARMS / ARMS LTD | Electricity/water utility (6020) |
| CFR / TAX / SSC | Tax or SSC payment — exclude from P&L expense |
| INTERNAL TRANSFER | Own-account transfer — exclude |

## Section 9 -- Micro-Entity / Small Business Simplifications

### GAPSME Size Thresholds (must meet 2 of 3 for two consecutive years)

**GAPSME Size Thresholds (must meet 2 of 3 for two consecutive years)**

| Criterion | Small | Medium |
| --- | --- | --- |
| Balance sheet total | ≤ EUR 4,000,000 | ≤ EUR 20,000,000 |
| Revenue | ≤ EUR 8,000,000 | ≤ EUR 40,000,000 |
| Average employees | ≤ 50 | ≤ 250 |

### Simplifications by Entity Size

**Simplifications by Entity Size**

| Requirement | Small Entity | Medium Entity |
| --- | --- | --- |
| Balance sheet | Required (abbreviated) | Required (full) |
| Income statement | Required | Required |
| Notes to accounts | Simplified (limited disclosures) | Full disclosures |
| Statement of changes in equity | NOT required | Required |
| Cash flow statement | NOT required | Required |
| Directors' report | NOT required (private company) | Required |
| Audit | Exempt if small private company | Required |
| Filing with Registry | Abbreviated balance sheet; income statement may be withheld | Full filing |

Sole traders filing TA24 are not required to prepare GAPSME financial statements, but must maintain adequate books and records for CFR inspection.

## Section 10 -- Interaction with Tax Skills

**Interaction with Tax Skills**

| Tax Skill | How Bookkeeping Connects |
| --- | --- |
| **malta-income-tax** | P&L profit feeds TA24 Box 3 (net profit). Depreciation per 6th Schedule goes to Box 15. SSC Class 2 goes to Box 20 (not operating expenses for tax). Entertainment in 6700 must be added back. |
| **malta-vat-return** | VAT accounts (1240, 2140, 2150) feed the VAT return. Article 10 entities: output VAT (Box 1) from 2140; input VAT (Box 6) from 1240. Reconcile VAT control (2150) quarterly. |
| **malta-ssc** | SSC Class 2 payments recorded in 6120 feed TA24 Box 20. Employer Class 1 contributions in 6110 are a deductible operating expense in Box 2. |
| **mt-estimated-tax** | Provisional tax payments recorded in 8020 feed TA24 Box 36 as credits against the final tax liability. |

## Disclaimer

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.

## Talk to a verified accountant

This skill is a tool, not an engagement. Every taxpayer's situation is
different, and the rules in the skill may not match your specific facts.

To speak with one of the licensed accountants who verifies skills for your
jurisdiction — **no liability on either side until you and the accountant sign
a formal engagement letter** — book a free 30-minute call:

**→ [Book a call](https://calendly.com/openaccountants-info/30min)**

We'll route you to the named verifier covering your country or state. You can
also see the full list of verified accountants at
[openaccountants.com/network](https://openaccountants.com/network).

================================================================================
# SKILL: malta-payroll (research-verified)
# Source: https://www.openaccountants.com/skills/malta-payroll
================================================================================

---
name: malta-payroll
description: Use this skill whenever asked about Malta payroll processing for employed persons. Trigger on phrases like "Malta payroll", "FSS deduction", "employee SSC", "Class 1 contributions", "FS5", "FS3", "FS7", "payslip Malta", "net salary Malta", "PAYE Malta", "tax withholding Malta", "employer SSC Malta", "Maternity Trust Fund", "COLA Malta", "minimum wage Malta", "overtime Malta", "gross to net Malta", "salary calculation Malta", or any question about computing employee pay, withholding tax, or social security contributions for Malta-based employees. This skill covers FSS income tax withholding, Class 1 SSC (employee and employer), statutory bonuses, minimum wage, mandatory benefits, payslip requirements, and filing obligations. ALWAYS read this skill before processing any Malta payroll.
jurisdiction: MT
domain: payroll
tax_year: 2026
---

# malta-payroll

## Malta Payroll Skill v1.0

## Section 1 -- Quick Reference

**Quick Reference**

| Field | Value |
| --- | --- |
| Country | Malta (Republic of Malta) |
| Currency | EUR only |
| Standard pay frequency | Monthly (most common); weekly permitted |
| Tax year | Calendar year (1 January -- 31 December) |
| Tax withholding system | Final Settlement System (FSS) -- cumulative monthly PAYE |
| Tax authority | Commissioner for Revenue (CFR) / MTCA |
| Social security authority | Department of Social Security (DSS) |
| Key legislation | Income Tax Act (Cap. 123); Income Tax Management Act (Cap. 372); Social Security Act (Cap. 318); Employment and Industrial Relations Act (Cap. 452) |
| Filing portal | MTCA e-Services |
| Validated by | Pending -- requires sign-off by a Maltese warranted accountant |
| Skill version | 1.0 |

## Section 2 -- Income Tax Withholding (FSS)

The employer withholds income tax monthly under the Final Settlement System (FSS) based on the employee's FS4 status declaration. Tax is computed cumulatively across the year.

### FS4 Status Categories (2026)

**FS4 Status Categories (2026)**

| Status Code | Description |
| --- | --- |
| S | Single |
| M0 | Married (no qualifying children) |
| M1 | Married (1 qualifying child) |
| M2 | Married (2+ qualifying children) |
| P | Parent (single parent, no qualifying child category) |
| P1 | Parent (1 qualifying child) |
| P2 | Parent (2+ qualifying children) |

### Tax Rate Tables (2026)

**Single (S)**

| Chargeable Income (EUR) | Rate | Subtract (EUR) |
| --- | --- | --- |
| 0 -- 12,000 | 0% | 0 |
| 12,001 -- 16,000 | 15% | 1,800 |
| 16,001 -- 60,000 | 25% | 3,400 |
| 60,001+ | 35% | 9,400 |

**Married -- No Children (M0)**

| Chargeable Income (EUR) | Rate | Subtract (EUR) |
| --- | --- | --- |
| 0 -- 15,500 | 0% | 0 |
| 15,001 -- 23,000 | 15% | 2,250 |
| 23,001 -- 60,000 | 25% | 4,550 |
| 60,001+ | 35% | 10,550 |

**Married -- 1 Child (M1)**

| Chargeable Income (EUR) | Rate | Subtract (EUR) |
| --- | --- | --- |
| 0 -- 17,500 | 0% | 0 |
| 17,501 -- 26,500 | 15% | 2,625 |
| 26,501 -- 60,000 | 25% | 5,275 |
| 60,001+ | 35% | 11,275 |

**Married -- 2+ Children (M2)**

| Chargeable Income (EUR) | Rate | Subtract (EUR) |
| --- | --- | --- |
| 0 -- 22,500 | 0% | 0 |
| 22,501 -- 32,000 | 15% | 3,375 |
| 32,001 -- 60,000 | 25% | 6,575 |
| 60,001+ | 35% | 12,575 |

**Parent (P)**

| Chargeable Income (EUR) | Rate | Subtract (EUR) |
| --- | --- | --- |
| 0 -- 13,000 | 0% | 0 |
| 13,001 -- 17,500 | 15% | 1,950 |
| 17,501 -- 60,000 | 25% | 3,700 |
| 60,001+ | 35% | 9,700 |

**Parent -- 1 Child (P1)**

| Chargeable Income (EUR) | Rate | Subtract (EUR) |
| --- | --- | --- |
| 0 -- 14,500 | 0% | 0 |
| 14,501 -- 21,000 | 15% | 2,175 |
| 21,001 -- 60,000 | 25% | 4,275 |
| 60,001+ | 35% | 10,275 |

**Parent -- 2+ Children (P2)**

| Chargeable Income (EUR) | Rate | Subtract (EUR) |
| --- | --- | --- |
| 0 -- 18,500 | 0% | 0 |
| 18,501 -- 25,500 | 15% | 2,775 |
| 25,501 -- 60,000 | 25% | 5,325 |
| 60,001+ | 35% | 11,325 |

### FSS Computation Method

- **FSS Computation Method** — Monthly tax = (Cumulative gross emoluments x Rate - Subtract) / 12, adjusted cumulatively. The employer applies the rate table to projected annual income, divides by 12, then adjusts month-by-month to ensure smooth withholding. No separate Grundfreibetrag exists -- the 0% band IS the tax-free allowance.

## Section 3 -- Social Security -- Employee Deductions

Employee SSC is Class 1, computed weekly on the basic weekly wage at 10%, subject to caps.

### Class 1 Employee SSC Rates (2026)

**Class 1 Employee SSC Rates (2026)**

| Category | Who | Weekly Rate | Max Weekly | Annual Max |
| --- | --- | --- | --- | --- |
| A | Under 18, wage ≤ EUR 229.44 | EUR 6.62 flat | EUR 6.62 | EUR 344.24 |
| B | Age 18+, wage ≤ EUR 229.44 | EUR 22.94 flat (or 10%) | EUR 22.94 | EUR 1,192.88 |
| C1 (born ≤ 1961) | Wage EUR 229.45 -- 490.38 | 10% of basic weekly wage | -- | -- |
| D1 (born ≤ 1961) | Wage ≥ EUR 490.39 | EUR 49.04 | EUR 49.04 | EUR 2,550.08 |
| C2 (born ≥ 1962) | Wage EUR 229.45 -- 559.30 | 10% of basic weekly wage | -- | -- |
| D2 (born ≥ 1962) | Wage ≥ EUR 559.31 | EUR 55.93 | EUR 55.93 | EUR 2,908.36 |

- **Monthly to weekly conversion** — For monthly-paid employees, convert to weekly equivalent: monthly salary x 12 / 52.

## Section 4 -- Social Security -- Employer Contributions

Employer SSC mirrors employee SSC exactly -- 10% of basic weekly wage with identical caps. The employer also pays the Maternity Trust Fund levy.

### Employer Contributions (2026)

**Employer Contributions (2026)**

| Contribution | Rate | Ceiling | Notes |
| --- | --- | --- | --- |
| Class 1 SSC (employer) | 10% of basic weekly wage | Same caps as employee (D2: EUR 55.93/week) | Matches employee pound-for-pound |
| Maternity Trust Fund | 0.30% of basic weekly wage | Follows SSC wage bands | Max EUR 1.68/week (D2 category) |

**Total employer cost per high-earning employee (born ≥ 1962):** EUR 55.93 SSC + EUR 1.68 Maternity = EUR 57.61 per week (EUR 2,995.72/year).

## Section 5 -- Minimum Wage and Overtime

### National Minimum Wage (2026)

**National Minimum Wage (2026)**

| Category | Weekly Amount |
| --- | --- |
| Age 18+ | EUR 229.44 |
| Age 17 | EUR 222.66 |
| Under 17 | EUR 219.82 |

- **Part-time** — Part-time: pro rata at weekly NMW / 40 hours = EUR 5.74/hour (age 18+).

### Statutory Bonuses (Mandatory)

**Statutory Bonuses (Mandatory)**

| Bonus | Amount | Payment Schedule | Taxable? |
| --- | --- | --- | --- |
| Government Bonus | EUR 135.10 per half-year | June and December | Yes |
| Weekly Allowance | EUR 121.16 per half-year | June and December | Yes |
| COLA (Cost of Living Adjustment) | EUR 512.52 per year (2026) | Quarterly (EUR 128.13 per quarter) | No -- tax-exempt |

### Overtime

**Overtime**

| Rule | Detail |
| --- | --- |
| Standard weekly hours | 40 hours (per EIRA and most WROs) |
| Overtime rate (no WRO) | 1.5x normal hourly rate for hours above 40/week (averaged over 4 weeks) |
| Maximum average | 48 hours/week (averaged over 17 weeks); opt-out requires written consent |
| Weekend/public holiday premium | 1.5x applies equally -- no separate Sunday or holiday multiplier in general law |

Wage Regulation Orders (WROs) for specific sectors may specify different overtime rates and thresholds.

## Section 6 -- Mandatory Benefits

### Annual Leave

**Annual Leave**

| Entitlement | Detail |
| --- | --- |
| Full-time (40 hrs/week) | 192 hours (24 days) per calendar year |
| Public holidays falling on non-work days | Additional compensatory day per occurrence |
| Minimum non-substitutable | 4 weeks (160 hours) -- cannot be bought out except on termination |
| Accrual | 2 days per month from employment start |
| Part-time | Pro rata |

Malta has 14 public holidays per year. In practice, total paid time off can reach 28--30 days.

### Sick Leave

**Sick Leave**

| Entitlement | Detail |
| --- | --- |
| Full-time (no WRO) | 2 working weeks per calendar year on full pay |
| WRO-covered sectors | 15--30 days depending on WRO |
| Deduction | Employer pay is reduced by the SSA sickness benefit amount |
| Medical certificate | Required; within 1 week for absences > 7 days |

### Maternity Leave

**Maternity Leave**

| Entitlement | Detail |
| --- | --- |
| Duration | 18 weeks uninterrupted |
| Employer-paid | First 14 weeks at basic salary rate |
| Government-paid | Final 4 weeks at EUR 213.54/week (Maternity Leave Benefit) |
| Notice | 4 weeks written notice to employer before start |
| Mandatory post-birth | Minimum 6 weeks immediately after delivery |

### Other Statutory Leave (2026)

**Other Statutory Leave (2026)**

| Leave Type | Duration |
| --- | --- |
| Birth Leave (father/partner) | 10 working days on full pay |
| Parental Leave (unpaid) | 4 months per parent (per child, until age 8) |
| Bereavement Leave | 2 days |
| Parental Bereavement Leave (child < 18 death) | 7 working days (new from 2026) |
| Miscarriage Leave | 7 working days for both parents (new from 2026) |
| Urgent Family Leave | 1 day per event (force majeure) |
| Marriage Leave | 2 days |

## Section 7 -- Payslip Requirements

Malta's Itemised Payslip Regulations (LN 274 of 2018 under EIRA Cap. 452) mandate the following.

### Mandatory Payslip Fields

**Mandatory Payslip Fields**

| Field | Required |
| --- | --- |
| Employer name and address | Yes |
| Employee name and designation | Yes |
| Breakdown of total wages paid | Yes |
| Normal hours worked | Yes |
| Overtime hours worked | Yes |
| Annual leave hours used and remaining balance | Yes |
| Sick leave hours used | Yes |
| Breakdown of bonuses | Yes |
| Breakdown of allowances or commissions | Yes |
| Deductions (FSS tax, SSC, other) | Yes |

### Delivery

- Must be provided before or on the day wages are due
- Paper or electronic format permitted
- Non-compliance fine: EUR 500 -- EUR 1,165

## Section 8 -- Filing Obligations

### Monthly

**Monthly**

| Form | Purpose | Deadline |
| --- | --- | --- |
| FS5 (Payer's Monthly Payment Advice) | Company-level summary of gross emoluments, FSS tax withheld, and SSC | 15 days after month-end |
| Payment of FSS tax + SSC to CFR | Remittance of withheld amounts | Same as FS5 deadline |

### Annual

**Annual**

| Form | Purpose | Deadline |
| --- | --- | --- |
| FS3 (Payee Statement of Earnings) | Individual employee annual earnings, tax, and SSC statement | By mid-March of following year |
| FS7 (Payer's Annual Reconciliation) | Reconciliation of all monthly FS5 payments against total FS3s | 31 March of following year (electronic) |

### Employee-Level

**Employee-Level**

| Item | Detail |
| --- | --- |
| FS4 (Payee Status Declaration) | Employee submits to employer (and MTCA) to declare tax computation status. Updated when marital/child status changes. |

## Section 9 -- Common Payroll Patterns

### Typical Bank Statement Descriptions (Salary Credits)

**Typical Bank Statement Descriptions (Salary Credits)**

| Pattern | Classification |
| --- | --- |
| PAGA, SALARY, STIPENDJU | Net salary payment |
| EMPLOYER [name] TRANSFER, WAGES | Net salary payment |
| BONUS GVERN, GOVT BONUS | Statutory bonus (June/December) |
| COLA, COST OF LIVING | COLA payment (quarterly, tax-exempt) |
| SSC REFUND | SSC adjustment -- not income |

### Typical Employer Debit Patterns

**Typical Employer Debit Patterns**

| Pattern | Classification |
| --- | --- |
| CFR FSS, MTCA FSS, TAX REMITTANCE | FSS tax + SSC payment to CFR |
| SSC EMPLOYER, CLASS 1 | Employer SSC contribution |
| MATERNITY FUND, MTF | Maternity Trust Fund levy |
| NET WAGES, SALARY RUN, PAYROLL | Salary disbursement to employees |

## Section 10 -- Interaction with Other Skills

**Interaction with Other Skills**

| Scenario | Skill to Use |
| --- | --- |
| Employee payroll (FSS + SSC) | **This skill (malta-payroll.md)** |
| Self-employed income tax (TA24/TA22) | malta-income-tax.md |
| Self-employed SSC (Class 2) | malta-ssc.md |
| Malta VAT returns | malta-vat-return.md |
| Malta bookkeeping | malta-bookkeeping.md |
| Employer corporate tax | malta-corporate-tax.md |

### Key Handoff Points

- **Payroll → Bookkeeping:** Gross wages, employer SSC, and Maternity Fund are expenses; FSS tax and employee SSC are liabilities until remitted.
- **Payroll → Income Tax:** The FS3 annual statement feeds into the employee's personal TA24 return. Employment income goes to Box 4 if the employee is also self-employed.
- **Payroll → SSC:** Class 1 contributions paid through payroll count toward the employee's pension entitlement. Separate from Class 2 (self-employed).

## PROHIBITIONS

- NEVER process payroll without a valid FS4 status declaration from the employee
- NEVER apply single rates to a married employee or vice versa without confirming FS4 status
- NEVER compute SSC on total remuneration -- use basic weekly wage only (exclude overtime premiums, bonuses above basic)
- NEVER forget the Maternity Trust Fund levy on top of employer SSC
- NEVER pay COLA as taxable income -- it is tax-exempt
- NEVER omit statutory bonuses (Government Bonus + Weekly Allowance) from payroll
- NEVER issue a payslip missing any of the mandatory fields under LN 274/2018
- NEVER miss the FS5 deadline (15 days after month-end) -- penalties apply
- NEVER present payroll computations as definitive -- always label as estimated and direct to a warranted accountant

## Disclaimer

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 warranted accountant in Malta) before implementation.

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.

## Talk to a verified accountant

This skill is a tool, not an engagement. Every taxpayer's situation is
different, and the rules in the skill may not match your specific facts.

To speak with one of the licensed accountants who verifies skills for your
jurisdiction — **no liability on either side until you and the accountant sign
a formal engagement letter** — book a free 30-minute call:

**→ [Book a call](https://calendly.com/openaccountants-info/30min)**

We'll route you to the named verifier covering your country or state. You can
also see the full list of verified accountants at
[openaccountants.com/network](https://openaccountants.com/network).

================================================================================
# SKILL: malta-formation (research-verified)
# Source: https://www.openaccountants.com/skills/malta-formation
================================================================================

---
name: malta-formation
description: Use this skill whenever asked about forming, incorporating, or registering a company in Malta. Trigger on phrases like "set up a company in Malta", "Malta Ltd", "Malta company formation", "register a business in Malta", "MBR registration", "Malta Business Registry", "incorporate in Malta", "Malta company costs", "Malta share capital", "Malta memorandum and articles", or any question about starting a limited liability company in Malta. Covers entity types, registration process, capital requirements, costs, post-formation compliance, and bank account opening. ALWAYS read this skill before advising on Malta company formation.
jurisdiction: MT
domain: formation
tax_year: 2025
---

# malta-formation

## Section 1 -- Quick Reference

**Quick Reference**

| Field | Value |
| --- | --- |
| Country | Malta (Republic of Malta) |
| Currency | EUR |
| Company registrar | Malta Business Registry (MBR) -- mbr.mt |
| Key legislation | Companies Act, Chapter 386 |
| Typical formation time | 3--5 working days (electronic filing via BAROS) |
| Corporate tax rate | 35% (effective 5% after refund system) |
| Skill version | 1.0 |

## Section 2 -- Entity Types Comparison

**Entity Types Comparison**

| Feature | Sole Trader | Private Limited (Ltd) | General Partnership (Soċjetà f'Isem Kollettiv) | Public Limited (p.l.c.) |
| --- | --- | --- | --- | --- |
| Legal personality | No | Yes | No | Yes |
| Liability | Unlimited | Limited to share capital | Unlimited (joint and several) | Limited to share capital |
| Min. shareholders | 1 | 1 (single-member) or 2+ | 2+ | 2+ |
| Min. directors | N/A | 1 | N/A | 2 |
| Company secretary | No | Yes (must be Malta-resident) | No | Yes |
| Min. authorised capital | N/A | €1,164.69 | N/A | €46,587.47 |
| Min. paid-up capital | N/A | 20% of authorised (€233) | N/A | 25% of authorised |
| Tax treatment | Personal income tax | Corporate 35% (refund system) | Partners taxed individually | Corporate 35% (refund system) |
| Admin burden | Low | Medium | Low | High |
| Audit required | No | Only if thresholds exceeded | No | Yes |

**Recommended default:** Private Limited Company (Ltd) for most commercial purposes.

### Step 1: Choose Company Name

- **Choose Company Name** — - Check availability on MBR's BAROS portal - Name must end in "Limited" or "Ltd" - Restricted words (bank, insurance, fund) require prior regulatory approval  _(MBR BAROS portal)_

### Step 2: Prepare Memorandum and Articles of Association

- **Prepare Memorandum and Articles of Association** — - Must include: company name, registered office (in Malta), objects, authorised share capital, share structure, director and secretary details - Signed by all subscribers before a legal procurator or notary  _(Companies Act, Chapter 386)_

### Step 3: Deposit Share Capital

- **Deposit Share Capital** — - Minimum 20% of each share's nominal value must be paid up on signing - Deposit into a bank account opened in the company's name (in formation) - Obtain bank deposit slip as evidence for MBR  _(Companies Act, Chapter 386)_

### Step 4: File with Malta Business Registry (MBR)

- **File with Malta Business Registry (MBR)** — - Submit memorandum and articles via BAROS (electronic) or in paper - Attach bank deposit slip, ID copies of directors/shareholders, proof of registered office - Pay registration fee  _(MBR)_

### Step 5: Obtain Certificate of Registration

- **Obtain Certificate of Registration** — - MBR issues certificate once documents satisfy all checks - Company legally exists from date stated on certificate  _(MBR)_

### Step 6: Tax Registration with Commissioner for Revenue (CFR)

- **Tax Registration with Commissioner for Revenue (CFR)** — - Register for income tax via CFR e-Services - Obtain tax registration number  _(CFR)_

### Step 7: VAT Registration

- **VAT Registration** — - Register under Article 10 (standard) or Article 11 (exempt without credit) - Mandatory if turnover exceeds €35,000 threshold or if intra-EU supplies  _(VAT Act Article 10 / Article 11)_

### Step 8: Employer Registration (if applicable)

- **Employer Registration (if applicable)** — - Register with Jobsplus for employment licences - Register for SSC Class 1 contributions with CFR  _(Jobsplus / CFR)_

## Section 4 -- Capital Requirements

**Capital Requirements**

| Entity Type | Min. Authorised Capital | Min. Paid-Up | Payment Timing | In-Kind Contributions |
| --- | --- | --- | --- | --- |
| Private Ltd | €1,164.69 | 20% (€233) | On signing of memorandum | Permitted (must be valued by independent expert) |
| Public p.l.c. | €46,587.47 | 25% | On signing of memorandum | Permitted (independent valuation required) |
| Single-member Ltd | €1,164.69 | 20% (€233) | On signing of memorandum | Permitted |

- **Full subscription requirement** — Where authorised capital equals the statutory minimum, it must be fully subscribed in the memorandum.  _(Companies Act, Chapter 386)_

## Section 5 -- Costs Breakdown

**Costs Breakdown**

| Cost Component | Amount (EUR) | Notes |
| --- | --- | --- |
| MBR registration fee (electronic) | €100 | For authorised capital up to €1,500 |
| MBR registration fee (paper) | €245 | For authorised capital up to €1,500 |
| Paid-up share capital | €233 | 20% of €1,164.69 minimum |
| Legal / CSP professional fees | €2,500--€4,000 | Preparation of memorandum and articles |
| Document certification | €100--€200 | Notarisation of signatures |
| Bank account setup | €0--€500 | Varies by bank |
| **Total initial cost** | **€3,000--€5,200** | Excluding professional fees for complex structures |

### Annual Maintenance

**Annual Maintenance**

| Item | Cost (EUR) |
| --- | --- |
| Annual return filing fee (MBR) | €100 (electronic) |
| Registered office | €500--€1,500/year (if using service provider) |
| Accountancy / audit fees | €1,500--€5,000/year |
| Company secretary fees | €500--€1,200/year |

## Section 6 -- Post-Formation Compliance

**Post-Formation Compliance**

| Obligation | Deadline | Authority |
| --- | --- | --- |
| Annual return | Within 42 days of anniversary of registration | MBR |
| Financial statements filing | Within 10 months of financial year-end | MBR |
| Income tax return | 30 June of following year (for calendar year-end) | CFR |
| VAT returns | Quarterly or as directed | CFR |
| Beneficial ownership register | Within 14 days of any change | MBR |
| AML obligations | Ongoing (if subject entity under PMLA) | FIAU |
| SSC returns | Monthly | CFR |

### Documents Typically Required

- Certificate of registration
- Memorandum and articles of association
- Board resolution authorising account opening
- ID and proof of address for all directors, shareholders, and UBOs
- Description of business activities and expected turnover
- Source of funds documentation

### Typical Timeline

- 2--6 weeks (enhanced due diligence for non-resident shareholders)

### Common Banks

- Bank of Valletta (BOV)
- HSBC Malta
- APS Bank
- MeDirect
- Sparkasse Bank Malta

## Section 8 -- Foreign Founder Considerations

**Foreign Founder Considerations**

| Question | Answer |
| --- | --- |
| Non-resident directors allowed? | Yes, but company secretary must be Malta-resident |
| Nominee shareholders permitted? | Yes |
| Nominee directors permitted? | Yes (but ultimate beneficial owners must be disclosed to MBR) |
| Apostille requirements | Foreign documents must be apostilled or legalised |
| Physical presence required? | Not strictly required; power of attorney accepted for signing |
| Foreign ownership restrictions | None for standard Ltd; regulated activities (banking, gaming, funds) require MFSA licensing |

## Section 9 -- Common Mistakes and Refusals

- **R-MT-F1 -- Shell company request** — "This skill will not assist in forming a company with no genuine economic substance in Malta. Shell structures without real operations, employees, or premises may violate AML regulations and expose founders to criminal liability. Escalate to a licensed legal practitioner."  _(R-MT-F1)_
- **R-MT-F2 -- Nominee structures without substance** — "Using nominee directors and shareholders to obscure beneficial ownership without legitimate business purpose is a red flag under Malta's PMLA. Beneficial ownership must always be disclosed to the MBR. Refuse to proceed if the client's stated purpose is to hide ownership."  _(R-MT-F2)_
- **R-MT-F3 -- Regulated activity without licensing** — "If the business involves financial services, gaming, crypto, insurance, or investment management, MFSA licensing is required before operations commence. Formation alone is insufficient. Escalate to a regulated-sector specialist."  _(R-MT-F3)_
- **R-MT-F4 -- Insufficient capital for the business plan** — "While the legal minimum is €1,165, banks and counterparties may refuse to deal with undercapitalised entities. Flag if the proposed capital is clearly insufficient for the stated business activity."  _(R-MT-F4)_

## Section 10 -- Timeline

**Timeline**

| Step | Duration | Cumulative |
| --- | --- | --- |
| Name availability check | 1 day | Day 1 |
| Draft memorandum and articles | 2--5 days | Day 3--6 |
| Open bank account and deposit capital | 1--3 weeks | Day 10--27 |
| File with MBR (electronic) | 1 day | Day 11--28 |
| MBR review and certificate of registration | 1--3 days | Day 12--31 |
| Tax registration (CFR) | 1--5 days | Day 13--36 |
| VAT registration | 1--5 days | Day 14--41 |
| Employer registration (if needed) | 1--3 days | Day 15--44 |
| **Ready to trade** |  | **~3--6 weeks** |

The bottleneck is typically the bank account opening, especially for non-resident founders.

## Disclaimer

This skill and its outputs are provided for informational and computational purposes only and do not constitute legal, tax, 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 acting upon.

The most up-to-date, verified version of this skill is maintained at [openaccountants.com](https://openaccountants.com).

## Talk to a verified accountant

This skill is a tool, not an engagement. Every taxpayer's situation is
different, and the rules in the skill may not match your specific facts.

To speak with one of the licensed accountants who verifies skills for your
jurisdiction — **no liability on either side until you and the accountant sign
a formal engagement letter** — book a free 30-minute call:

**→ [Book a call](https://calendly.com/openaccountants-info/30min)**

We'll route you to the named verifier covering your country or state. You can
also see the full list of verified accountants at
[openaccountants.com/network](https://openaccountants.com/network).

================================================================================
# SKILL: malta-financial-statements (research-verified)
# Source: https://www.openaccountants.com/skills/malta-financial-statements
================================================================================

---
name: malta-financial-statements
description: Use this skill when preparing, reviewing, or advising on annual financial statements for a Maltese company. Trigger on phrases like "annual accounts Malta", "financial statements Malta", "Companies Act filing", "MBR filing", "balance sheet format", "profit and loss format", "directors' report", "audit exemption Malta", "small company Malta", "abridged accounts", "year-end adjustments", or any question about preparing statutory accounts under the Malta Companies Act (Cap. 386). Covers reporting frameworks, size thresholds, required statements, P&L and balance sheet formats, notes disclosures, filing deadlines, and audit requirements.
jurisdiction: MT
domain: financial-statements
tax_year: 2025
---

# malta-financial-statements

## Malta Financial Statements Skill v1.0

## Section 1 -- Quick Reference

**Quick Reference**

| Field | Value |
| --- | --- |
| Country | Malta (Republic of Malta) |
| Currency | EUR |
| Filing authority | Malta Business Registry (MBR) |
| Primary legislation | Companies Act, Chapter 386 |
| Supporting legislation | Accountancy Profession Act (Cap. 281); Income Tax Management Act (Cap. 372) |
| Accounting standards | IFRS as adopted by the EU (default); GAPSME for qualifying entities |
| Financial year | Any 12-month period (calendar year common but not mandatory) |
| Filing deadline | 10 months from year-end for approval; 42 days after approval for filing |
| Late filing penalty | EUR 250 per year of delay (Registry surcharge) |
| Digital filing | Yes — MBR Online portal |

## Section 2 -- Reporting Framework

**Reporting Framework**

| Entity type | Applicable standard |
| --- | --- |
| Public interest entities / listed companies | Full IFRS as adopted by the EU |
| Large private companies | Full IFRS as adopted by the EU |
| Small and medium private companies | GAPSME (General Accounting Principles for Smaller Entities) permitted as alternative to IFRS |
| Micro-entities (Art. 185(2) criteria met) | GAPSME with further simplifications |

GAPSME is based on IFRS for SMEs with Malta-specific adaptations. Companies may always elect to use full IFRS even if eligible for GAPSME.

## Section 3 -- Size Thresholds

### Small Company (Article 185(2) Companies Act)

- **Small company qualification rule** — A private company qualifies as small if it does not exceed at least two of the following three thresholds on its balance sheet date.  _(Article 185(2) Companies Act)_

**Small Company thresholds**  _(Article 185(2) Companies Act)_

| Criterion | Threshold |
| --- | --- |
| Balance sheet total | EUR 4,000,000 |
| Turnover | EUR 8,000,000 |
| Average employees | 50 |

### Audit Exemption Micro-Thresholds (Article 185(2) — 2025 rules)

**Audit Exemption Micro-Thresholds**  _(Article 185(2) Companies Act, 2025 rules)_

| Criterion | Threshold |
| --- | --- |
| Balance sheet total | EUR 46,600 |
| Turnover | EUR 93,000 |
| Average employees | 2 |

- **Micro-threshold audit outcome** — Companies not exceeding 2 of 3 above: review report only. Companies not exceeding all 3: no audit or review required (effective for periods starting on/after 1 January 2025).  _(Article 185(2) Companies Act, 2025 rules)_

### Small Group (Article 185(5))

**Small Group thresholds**  _(Article 185(5) Companies Act)_

| Criterion | Threshold (net) | Threshold (gross) |
| --- | --- | --- |
| Balance sheet total | EUR 4,000,000 | EUR 4,800,000 |
| Turnover | EUR 8,000,000 | EUR 9,600,000 |
| Average employees | 50 | 50 |

## Section 4 -- Required Financial Statements

**Required Financial Statements**

| Document | Large | Small | Micro |
| --- | --- | --- | --- |
| Statement of Financial Position (Balance Sheet) | Required | Required | Required |
| Statement of Comprehensive Income (P&L) | Required | Required (abridged permitted) | Required (abridged) |
| Statement of Changes in Equity | Required | Required | Not required |
| Statement of Cash Flows | Required | Not required | Not required |
| Notes to the Financial Statements | Required (full) | Required (reduced) | Minimal |
| Directors' Report | Required | Required | Required |
| Auditor's Report | Required | See audit exemption | See audit exemption |

## Section 5 -- Year-End Adjustments Checklist

**Year-End Adjustments Checklist**

| # | Adjustment | Malta-specific notes |
| --- | --- | --- |
| 1 | Depreciation | IAS 16 rates; no statutory rates prescribed (tax depreciation per 6th Schedule ITA is separate) |
| 2 | Accruals | Audit fees, bonuses, utilities, professional fees |
| 3 | Prepayments | Insurance, rent, licences spanning year-end |
| 4 | Provisions | Warranty, legal claims, restructuring (IAS 37 criteria) |
| 5 | Bad debt provision | Specific + expected credit loss model (IFRS 9) |
| 6 | Inventory valuation | Lower of cost and NRV; FIFO or weighted average |
| 7 | Deferred tax | Temporary differences at 35% corporate rate |
| 8 | Foreign exchange | Monetary items at closing rate; P&L differences |
| 9 | Lease accounting | IFRS 16 right-of-use assets (large companies) |
| 10 | Revenue cut-off | IFRS 15 performance obligations |
| 11 | Investment property | Fair value or cost model (IAS 40) |
| 12 | Employee benefits | Retirement benefits, accumulated leave |

## Section 6 -- Profit and Loss Format

The Companies Act Fourth Schedule prescribes formats. Most Maltese companies use the "by nature" classification:

```
Revenue
Cost of sales
  ─── Gross profit ───
Other operating income
Administrative expenses
Distribution costs
Other operating expenses
  ─── Operating profit ───
Finance income
Finance costs
  ─── Profit before tax ───
Income tax expense
  ─── Profit for the year ───

Other comprehensive income:
  Items that will not be reclassified to P&L
  Items that may be reclassified to P&L
  ─── Total comprehensive income ───
```

## Section 7 -- Balance Sheet Format

Companies Act Fourth Schedule format (vertical presentation):

```
ASSETS
Non-current assets
  Intangible assets
  Property, plant and equipment
  Investment property
  Right-of-use assets
  Investments in subsidiaries/associates
  Deferred tax assets

Current assets
  Inventories
  Trade and other receivables
  Current tax assets
  Cash and cash equivalents

Total assets

EQUITY AND LIABILITIES
Equity
  Share capital
  Share premium
  Retained earnings
  Other reserves

Non-current liabilities
  Borrowings
  Lease liabilities
  Deferred tax liabilities
  Provisions

Current liabilities
  Trade and other payables
  Current tax liabilities
  Current portion of borrowings
  Bank overdrafts

Total equity and liabilities
```

## Section 8 -- Notes to Accounts

### Minimum required disclosures

**Minimum required disclosures**

| # | Disclosure | Large | Small | Micro |
| --- | --- | --- | --- | --- |
| 1 | Accounting policies | Full | Full | Summary |
| 2 | Property, plant and equipment movements | Full | Abbreviated | Not required |
| 3 | Related party transactions | Full (IAS 24) | Key management only | Not required |
| 4 | Financial instruments | Full (IFRS 7) | Simplified | Not required |
| 5 | Revenue disaggregation | By category/geography | Summary | Not required |
| 6 | Employee information | Average numbers + costs | Average numbers | Average numbers |
| 7 | Directors' emoluments | Required | Required | Not required |
| 8 | Contingent liabilities | Required | Required | Not required |
| 9 | Commitments | Required | Summary | Not required |
| 10 | Events after reporting period | Required | Required | Required |
| 11 | Share capital details | Required | Required | Required |
| 12 | Tax reconciliation | Required | Not required | Not required |

## Section 9 -- Filing Requirements

**Filing Requirements**

| Item | Detail |
| --- | --- |
| Filing authority | Malta Business Registry (MBR) |
| Filing method | Online via MBR e-services portal |
| Approval deadline | Within 10 months from accounting year-end (private company) |
| Filing deadline | Within 42 days from date of approval by shareholders |
| Documents to file | Annual return + financial statements + directors' report + auditor's report (if applicable) |
| Filing fee | EUR 100 (standard); EUR 20 (micro) |
| Late filing penalty | EUR 250 annual surcharge |
| Language | English or Maltese |
| Format | PDF upload via MBR portal |
| XBRL requirement | Not currently required |

## Section 10 -- Audit Requirements

**Audit Requirements**

| Category | Requirement |
| --- | --- |
| All 3 micro-thresholds met (Art. 185(2)) | No audit or review required (from FY starting 1 Jan 2025) |
| 2 of 3 micro-thresholds met | Review engagement required (ISRE 2400) |
| 1 or 0 micro-thresholds met | Full statutory audit required |
| Public interest entities | Always full audit |
| Groups preparing consolidated accounts | Audit required unless small group |
| Auditor qualification | Warranted accountant holding practising certificate (MIA registered) |

### Income Tax Override (Cap. 372)

- **Income Tax Management Act audit override** — Article 19(4)(a) of the Income Tax Management Act historically required audited accounts for income tax purposes regardless of Companies Act exemptions. The 2025 Audit Exemption Rules (L.N. 139 of 2025) have aligned income tax requirements with Companies Act exemptions for qualifying companies.  _(Article 19(4)(a) Income Tax Management Act (Cap. 372); L.N. 139 of 2025)_

## Disclaimer

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.

## Talk to a verified accountant

This skill is a tool, not an engagement. Every taxpayer's situation is
different, and the rules in the skill may not match your specific facts.

To speak with one of the licensed accountants who verifies skills for your
jurisdiction — **no liability on either side until you and the accountant sign
a formal engagement letter** — book a free 30-minute call:

**→ [Book a call](https://calendly.com/openaccountants-info/30min)**

We'll route you to the named verifier covering your country or state. You can
also see the full list of verified accountants at
[openaccountants.com/network](https://openaccountants.com/network).

================================================================================
# SKILL: malta-transfer-pricing (research-verified)
# Source: https://www.openaccountants.com/skills/malta-transfer-pricing
================================================================================

---
name: malta-transfer-pricing
description: Use this skill whenever asked about Malta transfer pricing rules, documentation requirements, or arm's length pricing for cross-border related-party transactions. Trigger on phrases like "transfer pricing Malta", "TP documentation", "master file Malta", "local file Malta", "arm's length Malta", "related party transactions Malta", "CbCR Malta", "country-by-country report Malta", "BEPS Malta", "intercompany pricing Malta", or any question about transfer pricing compliance for Maltese entities within multinational groups.
jurisdiction: MT
domain: transfer-pricing
tax_year: 2025
---

# malta-transfer-pricing

## Section 1 -- Quick Reference

**Quick Reference**

| Field | Value |
| --- | --- |
| Country | Malta (Republic of Malta) |
| Tax authority | Commissioner for Tax and Customs (MTCA) |
| Key TP legislation | Transfer Pricing Rules S.L. 123.207 (LN 284/2022, as amended by LN 9/2024) |
| Enabling provision | Article 51A, Income Tax Act (Chapter 123) |
| OECD member? | No (enhanced engagement partner) |
| BEPS signatory? | Yes (Inclusive Framework member; MLI signatory) |
| Effective date | FYs commencing on or after 1 January 2024 |
| Currency | EUR |
| Documentation language | English or Maltese |
| Skill version | 1.0 |

## Section 2 -- Documentation Requirements

### 2.1 Master File

**Master File**

| Item | Detail |
| --- | --- |
| Required? | Yes, where thresholds met |
| Format | OECD Annex I to Chapter V of the TP Guidelines |
| Filing | Not filed annually; available on request within reasonable timeframe |
| Retention period | 9 years (from later of end of FY or date of arrangement) |

### 2.2 Local File

**Local File**

| Item | Detail |
| --- | --- |
| Required? | Yes, where thresholds met |
| Format | OECD Annex II to Chapter V of the TP Guidelines |
| Filing | Not filed annually; available on request within reasonable timeframe |
| Retention period | 9 years |

### 2.3 Low-Value-Adding Intra-Group Services

Documentation per OECD Chapter VII is required where relevant.

### 2.4 Country-by-Country Report (CbCR)

**Country-by-Country Report (CbCR)**

| Item | Detail |
| --- | --- |
| Threshold | Consolidated group revenue ≥ EUR 750 million |
| Filing deadline | Within 12 months of the end of the reporting FY |
| Filing method | Electronic, to Commissioner for Tax and Customs |

### 2.5 De Minimis Thresholds (Documentation Obligation)

Both must be exceeded for TP documentation to be required:

**De Minimis Thresholds**

| Criterion | Threshold |
| --- | --- |
| Revenue items (aggregate arm's length value of all cross-border P&L items) | EUR 6,000,000 |
| Capital items (aggregate arm's length value of all cross-border B/S items) | EUR 20,000,000 |

Dividends paid to an associated company are excluded from the revenue threshold; distributions in kind may need to be considered.

### 2.6 Scope of Application

**Scope of Application**

| Criterion | Detail |
| --- | --- |
| Relationship test (general) | >75% direct/indirect participating rights |
| Relationship test (MNE constituents) | >50% participating rights |
| Entities out of scope | SMEs as defined in EU State Aid Rules |
| Transaction type | Cross-border arrangements only (domestic transactions not in scope) |

## Section 3 -- Arm's Length Standard

### 3.1 Definition

- **Arm's length amount** — The arm's length amount is the consideration that would have been agreed between independent parties dealing at arm's length in comparable circumstances.

### 3.2 Accepted Methods

Malta follows OECD TP Guidelines. All five OECD methods are accepted:

**Accepted Methods**

| Method | Type |
| --- | --- |
| Comparable Uncontrolled Price (CUP) | Traditional transaction |
| Resale Price Method (RPM) | Traditional transaction |
| Cost Plus Method (CPM) | Traditional transaction |
| Transactional Net Margin Method (TNMM) | Transactional profit |
| Transactional Profit Split Method (PSM) | Transactional profit |

### 3.3 Preferred Method

- **Preferred Method** — No hierarchy prescribed; the most appropriate method for the circumstances must be selected (consistent with OECD "most appropriate method" principle).

## Section 4 -- Filing Obligations

**Filing Obligations**

| Obligation | Detail |
| --- | --- |
| TP return / declaration | No separate TP return required |
| Annual filing of documentation | No; documentation must be maintained and available on request |
| Attachment to corporate tax return | No |
| CbCR notification | Required where applicable |
| CbCR filing | Electronic filing with MTCA |

## Section 5 -- Deadlines

**Deadlines**

| Item | Deadline |
| --- | --- |
| Documentation preparation | Recommended by the time the self-assessment tax return is filed |
| Documentation submission on request | Within reasonable timeframe upon MTCA request |
| CbCR filing | Within 12 months of end of reporting FY |
| CbCR notification | As per EU DAC requirements |
| Corporate tax return | Generally within 9 months of FY-end |

## Section 6 -- Penalties

**Penalties**

| Offence | Penalty |
| --- | --- |
| TP documentation failure | No specific TP documentation penalty enacted as of 2025 |
| CbCR non-compliance | EUR 200 to EUR 50,000 (under EU DAC implementation) |
| General non-compliance | Standard income tax penalties may apply if TP adjustments lead to additional tax |
| Estimated assessment | MTCA may estimate income where documentation is inadequate |

## Section 7 -- Advance Pricing Agreements (APA)

**Advance Pricing Agreements (APA)**

| Item | Detail |
| --- | --- |
| APA availability | Not formally established under S.L. 123.207 |
| Alternative mechanism | Mutual Agreement Procedure (MAP) under Malta's tax treaties |
| MAP scope | Transfer pricing disputes covered under applicable DTAs |
| MAP fees | No fees charged |
| MAP timeline | Varies; depends on treaty partner cooperation |

## Section 8 -- Safe Harbours

Malta does not currently have formal safe harbour provisions for transfer pricing.

**Safe Harbours**

| Area | Detail |
| --- | --- |
| Low-value intra-group services | OECD Chapter VII simplified approach (5% cost-plus) may be accepted but is not a statutory safe harbour |
| Interest rates | No safe harbour; arm's length rate must be demonstrated |
| Routine services | No simplified pricing rule; standard TP analysis required |
| SME exemption | SMEs (per EU State Aid Rules) are entirely outside scope of the TP Rules |
| De minimis | Transactions below EUR 6m revenue / EUR 20m capital thresholds: no documentation required but arm's length must still be applied |

### 8.1 SME Exclusion as Practical Relief

The exclusion of SMEs from the scope of S.L. 123.207 provides significant practical relief for Malta's predominantly SME economy. SME definitions follow EU State Aid Rules:
- Fewer than 250 employees
- Annual turnover ≤ EUR 50 million OR balance sheet total ≤ EUR 43 million
- Not more than 25% owned by non-SME entities

## Section 9 -- Recent Developments

**Recent Developments**

| Date | Development |
| --- | --- |
| November 2022 | S.L. 123.207 Transfer Pricing Rules introduced (LN 284/2022) |
| January 2024 | LN 9/2024 amendments: extended scope to pre-2024 arrangements materially altered on/after 1 Jan 2024 |
| January 2024 | Commissioner's Guidelines published (interpretive guidance) |
| January 2027 | Full application to all pre-2024 arrangements (grandfathering ends) |
| Ongoing | BEPS Pillar Two: Malta implementing GloBE rules (15% minimum tax) via EU Minimum Tax Directive |
| Ongoing | No BEPS Pillar One Amount B adoption announced |

## Section 10 -- Interaction with Other Skills

**Interaction with Other Skills**

| Related skill | Interaction |
| --- | --- |
| malta-income-tax | TP adjustments increase/decrease chargeable income for self-assessment |
| malta-vat-return | TP adjustments may affect the value of supply for VAT purposes |
| Corporate tax (general) | TP rules apply when determining the total income of a company from cross-border arrangements |
| Financial statements | Related-party disclosures under IAS 24 should be consistent with TP documentation |
| CbCR | Feeds into global TP risk assessment by tax authorities |

## Disclaimer

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.

## Talk to a verified accountant

This skill is a tool, not an engagement. Every taxpayer's situation is
different, and the rules in the skill may not match your specific facts.

To speak with one of the licensed accountants who verifies skills for your
jurisdiction — **no liability on either side until you and the accountant sign
a formal engagement letter** — book a free 30-minute call:

**→ [Book a call](https://calendly.com/openaccountants-info/30min)**

We'll route you to the named verifier covering your country or state. You can
also see the full list of verified accountants at
[openaccountants.com/network](https://openaccountants.com/network).

================================================================================
# SKILL: malta-tax-optimization (research-verified)
# Source: https://www.openaccountants.com/skills/malta-tax-optimization
================================================================================

---
name: malta-tax-optimization
description: Use this skill whenever asked about reducing tax in Malta, tax planning, saving tax, optimizing tax, allowances, deductions the client might be missing, or any question about legal strategies to minimize income tax liability for self-employed individuals in Malta.
jurisdiction: MT
domain: tax-optimization
tax_year: 2025
---

# malta-tax-optimization

## Malta Tax Optimization -- Self-Employed Skill v1.0

## Section 1 -- Quick Reference

**Quick Reference**  _(Income Tax Act (Cap. 123))_

| Field | Value |
| --- | --- |
| Country | Malta (Republic of Malta) |
| Key optimization legislation | Income Tax Act (Cap. 123), Art. 14 (deductions), Art. 16 + 6th Schedule (capital allowances), Art. 4C (TA22 regime), Art. 14(1)(ha) (R&D 175% deduction); S.L. 123.204 (pension exemption); Micro Invest Guidelines (Malta Enterprise) |
| Tax authority attitude to planning | The Commissioner for Revenue (CFR) accepts legitimate tax planning. Malta has no General Anti-Avoidance Rule (GAAR) in its domestic legislation. However, the EU Anti-Tax Avoidance Directive (ATAD) applies to corporate structures. Self-employed optimization via timing, structuring, and full use of allowances is accepted practice. |
| Currency | EUR |
| Tax year | Calendar year (1 Jan -- 31 Dec) |
| Filing deadline | 30 June of the following year |

## Section 2 -- Income Splitting & Structuring

### TA24 vs TA22 Regime (Art. 4C, Cap. 123)

**TA24 vs TA22 Regime**  _(Art. 4C, Cap. 123)_

| Strategy | Detail | Enabling legislation |
| --- | --- | --- |
| TA22 part-time regime | If employed full-time with Class 1 SSC and net self-employment profit ≤ EUR 12,000, the flat rate is 10% on net profit. No additional Class 2 SSC. | ITA Art. 4C |
| Income below EUR 12,000 | Keep net self-employment profit at or below EUR 12,000 to remain in TA22. Defer non-urgent invoicing to January if approaching threshold in December. | ITA Art. 4C |
| Married joint computation | Married couples are assessed jointly by default. The 0% band is EUR 12,700 (vs EUR 9,100 single). If one spouse has low income, joint filing widens the 0% band. | ITA Art. 56, Rate Schedule |
| Spouse employment | Employ a spouse in the business for genuine work. Salary is a deductible expense (Box 2) for the business owner and taxed in the spouse's hands at their marginal rate. Must be genuine, documented, and at market rate. | ITA Art. 14 |

### Sole Trader vs Company

**Sole Trader vs Company**

| Factor | Sole trader (TA24) | Company (Ltd) |
| --- | --- | --- |
| Top marginal rate | 35% (over EUR 60,000) | 35% corporate, but 6/7ths refund to shareholders = effective 5% |
| When to consider incorporation | When net profits consistently exceed EUR 60,000 and can be retained or distributed efficiently | Requires compliance costs, annual audit, corporate returns |
| Pension contributions | Tax credit at personal level | Employer contributions deductible for the company |

### Sole Trader vs Company

**Warning:** Incorporation purely for tax must be backed by commercial substance. The CFR will look through arrangements that lack genuine business purpose.

## Section 3 -- Deductions Most People Miss

**Deductions Most People Miss**  _(ITA Art. 14)_

| Deduction | Legislation | Notes |
| --- | --- | --- |
| Home office proportion | ITA Art. 14 | Dedicated room as % of total rooms × (rent/mortgage interest + electricity + water + internet + maintenance). Must be genuinely dedicated workspace. |
| Professional subscriptions | ITA Art. 14 | MIA, ACCA, CPA Malta, MITI, Chamber of Commerce -- fully deductible. |
| Training & CPD | ITA Art. 14 | Courses, seminars, conferences related to current business. Fully deductible. |
| Pre-trading expenses | ITA Art. 14 | Expenses incurred in setting up the business before first revenue. Deductible in the first year of trading. |
| Bad debts | ITA Art. 14 | Previously declared income that is genuinely irrecoverable after all reasonable steps taken. |
| Bank charges & payment processing | ITA Art. 14 | Business account fees, Stripe/PayPal fees, currency conversion costs. |
| Professional indemnity insurance | ITA Art. 14 | Fully deductible. |
| Software subscriptions | ITA Art. 14 | All recurring SaaS (Adobe, Google Workspace, etc.) = operating expense. |
| R&D expenditure (175%) | ITA Art. 14(1)(ha) (Budget 2026) | Expenditure on research, development, and innovation can be claimed at 175% of the actual amount. Capital R&D expenditure spread over the year incurred + 5 subsequent years. |
| Elderly/disabled care fees | ITA Art. 14 | Fees paid to private homes for elderly/disabled family members -- up to EUR 4,500 (from YA 2027, previously EUR 2,500). |

## Section 4 -- Capital Allowances Optimization

**Legislation:** ITA Art. 16 + 6th Schedule

### Timing of Purchases

Buy capital assets before 31 December to claim a full year's depreciation in the current tax year. Depreciation starts in the year first used in business -- there is no pro-rata rule for part-year use within the first year.

### Key Rates (6th Schedule, Straight-Line on Cost)

**Key Rates (6th Schedule, Straight-Line on Cost)**  _(6th Schedule)_

| Asset | Annual rate | Strategy |
| --- | --- | --- |
| Computer hardware/software | 25% | Replace every 4 years; full write-off in 4 years |
| Motor vehicles | 20% | Only business-use % deductible; maintain mileage log |
| Plant & machinery | 20% | Claim from year of first business use |
| Office equipment | 20% | Printers, scanners, copiers |
| Furniture & fittings | 10% | Desks, chairs, filing cabinets |

### Low-Value Assets

There is no statutory de minimis threshold for immediate expensing (unlike some jurisdictions). All business assets must be depreciated per the 6th Schedule. However, some practitioners expense items under approximately EUR 700 immediately -- confirm with reviewer.

### Asset Disposal

On disposal: sale proceeds minus written-down value = balancing charge (taxable) or balancing allowance (deductible). Time disposals in years when other income is lower to minimize the balancing charge impact.

## Section 5 -- Loss Utilization

**Legislation:** ITA Art. 14, Art. 19

## Section 5 -- Loss Utilization

**Loss Utilization**  _(ITA Art. 14, Art. 19)_

| Strategy | Detail |
| --- | --- |
| Carry-forward | Trading losses can be carried forward indefinitely against future profits of the same trade. |
| Set-off against other income | Losses from self-employment can be set against other income (employment, rental) in the same year, reducing total chargeable income. |
| Capital allowances creating losses | Excess capital allowances can create or increase a loss, which then carries forward. |
| Terminal loss relief | On cessation of business, final-year losses can be carried back against the prior year's profits from the same trade. |
| Strategic loss year | If a loss year is anticipated, accelerate deductible expenditure into that year (training, R&D, asset purchases) to maximize the loss for future offset. |

## Section 6 -- Timing Strategies

**Timing Strategies**

| Strategy | Detail | Saving mechanism |
| --- | --- | --- |
| Defer invoicing | Issue invoices in January instead of December to shift income to the next tax year. Only works for cash-basis taxpayers. | Defers tax by 12 months; useful if next year's income will be lower. |
| Accelerate expenses | Prepay annual software subscriptions, professional fees, or training before 31 December. | Increases current-year deductions. |
| Provisional tax timing | Pay provisional tax on time (30 Apr, 31 Aug, 21 Dec) to avoid 1.6%/month combined penalty. Overpay slightly if uncertain -- refunds carry no interest cost. | Avoids penalties (effectively a 19.2% annual cost). |
| TA22 threshold management | If approaching EUR 12,000 net profit by November, defer invoicing or accelerate expenses to stay within TA22. | Difference between 10% flat rate and up to 35% progressive rate. |
| Asset purchase timing | Buy capital assets in December (before year-end) rather than January to claim full-year capital allowances one year earlier. | Accelerates depreciation deduction. |

## Section 7 -- VAT Optimization

**VAT Optimization**  _(VAT Act (Cap. 406))_

| Strategy | Detail | Legislation |
| --- | --- | --- |
| Article 11 vs Article 10 registration | If turnover < EUR 35,000 and clients are mostly VAT-exempt or final consumers, Article 11 exemption avoids charging 18% VAT (competitive pricing advantage). But you cannot recover input VAT. | VAT Act Art. 11 |
| Article 10 input VAT recovery | If you have significant purchases with VAT, Article 10 registration lets you recover input VAT -- effectively reducing your cost base. | VAT Act Art. 10 |
| Capital Goods Scheme timing | For items over EUR 1,160 (gross), input VAT is spread over adjustment periods. Time large purchases to maximize recovery. | VAT Act, 7th Schedule |
| Voluntary registration | Even below the EUR 35,000 threshold, voluntary Article 10 registration may be beneficial if selling B2B (clients can recover your output VAT, so pricing is neutral). | VAT Act Art. 10 |

## Section 8 -- Social Security Optimization

**Social Security Optimization**  _(Social Security Act (Cap. 318))_

| Strategy | Detail |
| --- | --- |
| SSC Class 2 deduction | SSC Class 2 is deductible in Box 20 of the TA24 (not Box 2). Ensure all payments are claimed. |
| TA22 eliminates Class 2 | Under Art. 4C, part-time self-employed with full-time employment pay Class 1 only (through employer). No additional Class 2 = saving of approximately EUR 4,362/year (2025 maximum). |
| Minimum vs actual Class 2 | Self-employed pay Class 2 based on net profit brackets. If profit is volatile, a lower-profit year reduces SSC. Consider timing of income recognition. |
| Voluntary contributions | If below minimum contribution threshold in a given year, voluntary contributions protect State Pension entitlement without overpaying. |

## Section 9 -- Investment & Retirement

### Personal Pension (S.L. 123.204, L.N. 53/2026)

**Personal Pension**  _(S.L. 123.204, L.N. 53/2026)_

| Strategy | Detail |
| --- | --- |
| Private pension contributions | 25% tax credit on contributions allocated to the pension sub-account. Contributions are locked until age 61. |
| Pension income exemption | From 2026, pension income exemption cap increased to EUR 37,104 (was EUR 16,636). Full exemption applies from basis year 2026 for those aged 61+. |
| 30% tax-free lump sum | On retirement, 30% of the pension pot can be withdrawn tax-free, with the remainder taxable as pension income. |
| Spouse contributions | Contribute to a spouse's pension if spouse has lower income -- the tax credit still applies, and future pension income is taxed at the spouse's (potentially lower) marginal rate. |

### Micro Invest Tax Credits (Malta Enterprise)

**Micro Invest Tax Credits**  _(Malta Enterprise)_

| Strategy | Detail |
| --- | --- |
| Eligible expenditure | Technology, equipment, certifications, website development, wages increases > 3%. |
| Tax credit rate | 45% of eligible expenditure (65% for Gozo-based businesses). |
| Cap | EUR 50,000 over 3 consecutive fiscal years (EUR 70,000 for Gozo/family/female-owned). |
| Application deadline | Typically Q1 of the year following expenditure (e.g., March 2026 for 2025 expenditure). |

### R&D Deduction (Art. 14(1)(ha), Budget 2026)

Expenditure on research, development, and innovation can be deducted at 175% of actual cost. Revenue R&D expenditure is deductible in the year incurred. Capital R&D expenditure is spread over 6 years.

## Section 10 -- Red Lines

**Red Lines**

| Risk | Detail |
| --- | --- |
| No domestic GAAR | Malta has no general anti-avoidance rule for individuals, but EU ATAD applies to companies. |
| Artificial income splitting | Employing family members for non-genuine work. The CFR requires genuine employment, documented duties, market-rate salary, and SSC registration. |
| Entertainment deductions | Blocked entirely under Art. 14. Never deduct client meals, events, or entertainment. |
| Excessive home office claims | A shared-use room (kitchen table, sofa) does not qualify. The CFR expects a genuinely dedicated workspace. |
| Capital items in Box 2 | Assets must go through Box 15 (capital allowances). Claiming them as revenue expenses is incorrect and may trigger penalties. |
| Aggressive loss schemes | Losses must arise from genuine commercial activity. Manufactured losses to offset other income will be challenged. |
| Non-disclosure of income | All income must be declared. Penalties for incorrect returns up to EUR 2,000 + late payment surcharges of 1.6%/month (uncapped). |

## Section 11 -- Annual Tax Planning Calendar

**Annual Tax Planning Calendar**

| Month | Action |
| --- | --- |
| January | Review prior year's provisional tax. Issue final invoices for prior year (or defer to this year if TA22 threshold management applies). |
| February | Gather all receipts and bank statements for prior year. Begin TA24 preparation. |
| March | Apply for Micro Invest tax credits (deadline typically late March). |
| April | **30 April** -- 1st provisional tax instalment (20% of prior year's final liability). Review if overpaying. |
| May | Mid-year review: estimate current-year profit. Consider accelerating deductions if profit is high. |
| June | **30 June** -- TA24/TA22 filing deadline. File on time to avoid EUR 50 + EUR 10/month penalty. |
| July | Review SSC Class 2 payments -- ensure all quarters are paid and recorded for Box 20. |
| August | **31 August** -- 2nd provisional tax instalment (30%). |
| September | Review capital asset needs. Plan purchases before December. |
| October | Check Micro Invest eligibility for current-year investments. |
| November | If approaching TA22 threshold (EUR 12,000), consider deferring invoices to January. Prepay annual subscriptions before year-end. |
| December | **21 December** -- 3rd provisional tax instalment (50%). Buy capital assets before 31 December. Maximize pension contributions. Apply R&D 175% deduction for eligible expenditure. |

## Section 12 -- Cash Impact Examples

### Example 1 -- TA22 vs TA24 (Single, Net Profit EUR 10,000)

**Example 1 -- TA22 vs TA24 (Single, Net Profit EUR 10,000)**

| Scenario | Tax | SSC | Total |
| --- | --- | --- | --- |
| TA22 (part-time, employed FT) | EUR 1,000 (10% flat) | EUR 0 (Class 1 via employer) | **EUR 1,000** |
| TA24 (fully self-employed) | EUR 135 (progressive rates) | EUR 2,181 (Class 2 min) | **EUR 2,316** |
| **Saving with TA22** |  |  | **EUR 1,316/year** |

### Example 2 -- Home Office Deduction (Single, Net Profit EUR 40,000)

**Example 2 -- Home Office Deduction (Single, Net Profit EUR 40,000)**

| Item | Without home office | With home office (15% of costs) |
| --- | --- | --- |
| Annual rent + utilities | EUR 0 deduction | EUR 2,400 deduction |
| Chargeable income | EUR 40,000 | EUR 37,600 |
| Tax saving (at 25% marginal) | -- | **EUR 600/year** |

### Example 3 -- Pension Contribution Tax Credit

**Example 3 -- Pension Contribution Tax Credit**

| Contribution to private pension | EUR 2,000/year |
| --- | --- |
| Tax credit (25%) | **EUR 500/year** |
| Locked until age 61 | Yes |

### Example 4 -- Micro Invest Tax Credit

**Example 4 -- Micro Invest Tax Credit**

| Eligible expenditure (laptop + software + certification) | EUR 5,000 |
| --- | --- |
| Tax credit (45%) | **EUR 2,250** |
| Gozo-based (65%) | **EUR 3,250** |

### Example 5 -- R&D 175% Super Deduction

**Example 5 -- R&D 175% Super Deduction**

| Actual R&D expenditure | EUR 10,000 |
| --- | --- |
| Deductible amount (175%) | EUR 17,500 |
| Extra deduction | EUR 7,500 |
| Tax saving (at 25% marginal) | **EUR 1,875** |

### Example 6 -- December Asset Purchase Timing

**Example 6 -- December Asset Purchase Timing**

| Scenario | Year 1 deduction |
| --- | --- |
| Laptop (EUR 1,800) bought January 2026 | EUR 450 (25% in 2026) |
| Laptop (EUR 1,800) bought December 2025 | EUR 450 (25% in 2025) + EUR 450 (25% in 2026) |
| **Advantage of December purchase** | **EUR 450 deduction one year earlier** |

## Disclaimer

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.

The most up-to-date, verified version of this skill is maintained at [openaccountants.com](https://openaccountants.com).

## Talk to a verified accountant

This skill is a tool, not an engagement. Every taxpayer's situation is
different, and the rules in the skill may not match your specific facts.

To speak with one of the licensed accountants who verifies skills for your
jurisdiction — **no liability on either side until you and the accountant sign
a formal engagement letter** — book a free 30-minute call:

**→ [Book a call](https://calendly.com/openaccountants-info/30min)**

We'll route you to the named verifier covering your country or state. You can
also see the full list of verified accountants at
[openaccountants.com/network](https://openaccountants.com/network).