# Swedish Accounting Compliance

> Swedish accounting law and compliance reference for developers building accounting software. Use this skill whenever working on features that touch Swedish bookkeeping rules, tax compliance, chart of accounts, financial reporting, or regulatory requirements. Triggers include any mention of BFL, BFNAR, BAS kontoplan, SIE4, K2/K3, momsdeklaration, Skatteverket integration, verifikationer, löpande b…

- **Type:** Skill
- **Install:** `agentstack add skill-erp-mafia-swedish-accounting-skills-swedish-accounting-compliance`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [erp-mafia](https://agentstack.voostack.com/s/erp-mafia)
- **Installs:** 0
- **Category:** [Finance & Payments](https://agentstack.voostack.com/c/finance-and-payments)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [erp-mafia](https://github.com/erp-mafia)
- **Source:** https://github.com/erp-mafia/swedish-accounting-skills/tree/main/.claude/skills/swedish-accounting-compliance

## Install

```sh
agentstack add skill-erp-mafia-swedish-accounting-skills-swedish-accounting-compliance
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Swedish Accounting Compliance

Developer-facing compliance reference for building Swedish accounting software. This skill answers questions about what the law requires so you can verify your implementation is correct.

## How to use this skill

This skill has a router structure. The SKILL.md contains the most critical rules you need constantly. Detailed reference material lives in `references/`. Read the relevant reference file when you need depth on a specific area.

### Reference files

| File | When to read |
|---|---|
| `references/bfl-bfnar.md` | Questions about bokföringslagen (BFL), BFNAR, K1/K2/K3, ÅRL, bokföringsskyldighet, verifikationer, arkivering, räkenskapsår, systemdokumentation |
| `references/skatteverket.md` | Questions about moms/VAT, arbetsgivaravgifter, skattedeklaration, F-skatt, skattekonto, Skatteverket API integration, AGI |
| `references/bas-kontoplan.md` | Questions about BAS chart of accounts, account numbering, account classification, mapping transactions to accounts |
| `references/sie4.md` | Questions about SIE file format, import/export, data exchange between systems |
| `references/changes-2025-2026.md` | Questions about recent or upcoming regulatory changes, new rules, updated amounts/thresholds |

Read multiple reference files when a question spans domains (common).

## Core principles (always in context)

### Bokföringsskyldighet (BFL 2 kap)
Every aktiebolag, handelsbolag, and ekonomisk förening is bokföringsskyldigt. Enskild firma with fysisk person is bokföringsskyldig. The obligation cannot be delegated: even if someone else does the bokföring, the företagare is legally responsible.

### Löpande bokföring (BFL 5 kap)
- Affärshändelser shall be bokförda in both grundbok (journal) and huvudbok (ledger)
- Kontanta in/utbetalningar: senast nästa arbetsdag
- Övriga affärshändelser: so snart det kan ske, which in practice means within the calendar month following the month the event occurred
- Every affärshändelse requires a verifikation

### Verifikationer (BFL 5 kap 6-7§)
A verifikation must contain:
1. Datum för affärshändelsen
2. Datum för verifikationen (if different)
3. Vad affärshändelsen avser (description)
4. Belopp
5. Motpart (when applicable)
6. References to underlag (kvitto, faktura etc.)
7. Verifikationsnummer (unique, in unbroken series per räkenskapsår)

Verifikationer must be numbered in a systematisk serie without gaps. If a verifikation is corrected, the original must be preserved and the correction linked.

### Rättelse (BFL 5 kap 5§)
A rättelse of a bokföringspost must be documented so that both the original and the corrected post are visible. You cannot simply overwrite. Implement as: new correcting verifikation referencing the original.

### Arkivering (BFL 7 kap)
- Räkenskapsinformation must be preserved for 7 years after the end of the calendar year the räkenskapsår ended
- Since 1 July 2024: no requirement to keep paper originals after digitization (BFL 7 kap 6§ updated)
- Digital storage must ensure the information cannot be altered (immutability requirement)
- Must be accessible in Sweden (or within EU/EEA with Skatteverket notification)

### Momssatser (current as of 2026)
- 25% - standard rate (most goods and services)
- 12% - food/restaurants, hotels, some cultural events
- 6% - books, newspapers, public transport, cultural/sports events, livsmedel (temporarily from 1 April 2026 to 31 Dec 2027)
- 0% - certain financial services, healthcare, education, insurance

**IMPORTANT**: From 1 April 2026, livsmedel drops from 12% to 6% (tillfälligt, Prop. 2025/26:55). Restaurang/servering stays at 12%. Software must handle the transition date and the eventual reversion.

### Fakturakrav (ML 17 kap)
A momsregistrerad seller's faktura must contain:
1. Utfärdandedatum
2. Löpnummer (unique, unbroken series)
3. Säljarens momsregistreringsnummer
4. Köparens momsregistreringsnummer (if reverse charge or EU)
5. Säljarens och köparens namn och adress
6. Varans/tjänstens art, omfattning, mängd
7. Datum för leverans/tillhandahållande
8. Beskattningsunderlag per skattesats
9. Tillämpad skattesats
10. Momsbelopp
11. Eventuell hänvisning till undantag

Förenklad faktura (max 4000 SEK inkl moms) has reduced requirements.

### Key thresholds (2026)
- Prisbasbelopp: 59 200 kr
- Inkomstbasbelopp: 83 400 kr
- Inventarier av mindre värde: halvt prisbasbelopp = 29 600 kr (exkl moms)
- Förenklat årsbokslut: omsättning normalt 3 anställda, >1.5 MSEK balansomslutning, >3 MSEK nettoomsättning (two consecutive years)

### System documentation (BFNAR 2013:2 kap 8)
Bokföringssystem must have:
1. Systemdokumentation: describes the system, how it works, its controls
2. Behandlingshistorik: log of changes, who did what, when

Your software must produce or support both. This is not optional.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [erp-mafia](https://github.com/erp-mafia)
- **Source:** [erp-mafia/swedish-accounting-skills](https://github.com/erp-mafia/swedish-accounting-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-erp-mafia-swedish-accounting-skills-swedish-accounting-compliance
- Seller: https://agentstack.voostack.com/s/erp-mafia
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
