Not tax advice. Computation tools only. Have a professional check your work before filing.
openaccountants/skills/at-svs-contributions.md

Use this skill with your AI agent

View on GitHub

Paste this skill into your AI agent's context, or save the file to your project. Works with any AI agent that reads markdown.

at-svs-contributions.md331 lines15.7 KB
v20Austria
Not yet verified by an accountantContact accountant
1---
2name: at-svs-contributions
3description: Use this skill whenever asked about Austrian SVS (Sozialversicherungsanstalt der Selbständigen) social insurance contributions for self-employed individuals. Trigger on phrases like "SVS contributions", "Austrian social insurance", "GSVG", "self-employed Austria contributions", "Pensionsversicherung self-employed", "SVS Vorschreibung", or any question about social insurance obligations for a self-employed client in Austria. Covers pension (18.5%), health (6.8%), accident (flat monthly), and Selbständigenvorsorge. ALWAYS read this skill before touching any Austria social contributions work.
4version: 2.0
5---
6 
7# Austria SVS Social Insurance Contributions -- Self-Employed Skill v2.0
8 
9## Section 1 -- Quick reference
10 
11| Field | Value |
12|---|---|
13| Country | Austria (Republic of Austria) |
14| Authority | SVS (Sozialversicherungsanstalt der Selbständigen) |
15| Primary legislation | GSVG (Gewerbliches Sozialversicherungsgesetz) |
16| Supporting legislation | ASVG; FSVG (Freiberuflich); BSVG (Farmers); BMSVG (Selbständigenvorsorge); EStG |
17| Pension rate | 18.50% of contribution base |
18| Health rate | 6.80% of contribution base |
19| Accident insurance | EUR 11.35/month (flat) |
20| Selbständigenvorsorge | 1.53% of contribution base (Gewerbetreibende mandatory since 2008; Neue Selbständige voluntary) |
21| Minimum monthly base (2025) | EUR 539.81 |
22| Maximum monthly base (2025) | EUR 7,070.00 |
23| Payment frequency | Quarterly (Vorschreibung) |
24| Due dates | 28 Feb, 31 May, 31 Aug, 30 Nov |
25| Currency | EUR only |
26| Contributor | Open Accountants |
27| Validated by | Pending -- requires validation by Austrian Steuerberater or Wirtschaftsprüfer |
28| Validation date | Pending |
29 
30**Minimum monthly contributions (at minimum base EUR 539.81):**
31 
32| Component | Monthly |
33|---|---|
34| Pension | EUR 99.87 |
35| Health | EUR 36.71 |
36| Accident | EUR 11.35 |
37| Total (excl. Vorsorge) | EUR 147.93 |
38 
39**Maximum monthly contributions (at maximum base EUR 7,070.00):**
40 
41| Component | Monthly |
42|---|---|
43| Pension | EUR 1,307.95 |
44| Health | EUR 480.76 |
45| Accident | EUR 11.35 |
46| Total (excl. Vorsorge) | EUR 1,800.06 |
47 
48---
49 
50## Section 2 -- Required inputs and refusal catalogue
51 
52### Required inputs
53 
54Before computing any SVS figure, you MUST obtain:
55 
561. **Registration status** -- is the client registered with SVS as Gewerbetreibender or Neue Selbständige?
572. **Income type** -- trade/business income (gewerbliche Einkünfte) or freelance income (freiberufliche Einkünfte)?
583. **Expected/prior-year income from self-employment** -- SVS uses the prior-year tax assessment (Einkommensteuerbescheid) for the final contribution base
594. **Start year** -- new entrants get provisional minimum base for first 3 years until tax assessment is available
605. **Any concurrent employment?** -- ASVG employment may cap combined contributions via Differenzvorschreibung
616. **Opting into Selbständigenvorsorge?** -- mandatory for Gewerbetreibende since 2008, voluntary for Neue Selbständige
62 
63**If registration type is unknown, STOP. Do not compute. Registration type determines which provisions apply.**
64 
65### Refusal catalogue
66 
67**R-AT-SVS-1 -- BSVG farmer regime.** Trigger: client's activity falls under BSVG (farmers/agriculture). Message: "BSVG farmer social insurance is outside this skill's scope. Refer to a qualified Steuerberater with agricultural expertise."
68 
69**R-AT-SVS-2 -- Disability pension interaction.** Trigger: client receiving or applying for disability pension while self-employed. Message: "Disability pension interaction with GSVG contributions requires specialist review. Escalate to qualified Steuerberater."
70 
71**R-AT-SVS-3 -- Cross-border determination.** Trigger: client works in multiple EU/EEA member states. Message: "Cross-border social insurance determination requires A1 certificate analysis under EU Regulation 883/2004. Escalate to qualified adviser."
72 
73### Prohibitions
74 
75- NEVER compute SVS contributions without knowing the registration type (Gewerbetreibender vs Neue Selbständige)
76- NEVER ignore the minimum/maximum contribution base -- all calculations must clamp to these bounds
77- NEVER tell a new entrant their provisional contributions are final -- Nachbemessung WILL occur
78- NEVER forget that accident insurance is a flat monthly amount, NOT percentage-based
79- NEVER state that SVS contributions are NOT tax-deductible -- they ARE deductible as Betriebsausgaben
80- NEVER confuse the Versicherungsgrenze (insurance threshold for Neue Selbständige) with the minimum contribution base
81- NEVER apply GSVG rules to farmers (BSVG) or to employed persons (ASVG)
82- NEVER present SVS figures as final until the actual-year Einkommensteuerbescheid is issued
83 
84---
85 
86## Section 3 -- Contribution base
87 
88**Legislation:** GSVG Section 25
89 
90### Provisional vs final base
91 
92SVS operates on a provisional/final system:
93 
94- **Provisional contributions** are based on the income from 3 years ago (latest available Einkommensteuerbescheid), adjusted for inflation
95- **Final contributions** are recalculated once the current-year tax assessment is issued (typically 2-3 years later)
96- **New entrants (first 3 years):** provisional base = statutory minimum contribution base
97 
98### Contribution base formula
99 
100```
101contribution_base = income_from_self_employment + prescribed_social_contributions
102```
103 
104The base is the income from self-employment PLUS the social contributions themselves (Hinzurechnung), creating a circular calculation that SVS resolves via published tables.
105 
106### Gewerbetreibende vs Neue Selbständige
107 
108| Feature | Gewerbetreibende | Neue Selbständige |
109|---|---|---|
110| Registration | Gewerbeberechtigung (trade licence) | No trade licence; freelancers, IT contractors, etc. |
111| Insurance obligation | Automatic on registration | Triggered when income exceeds threshold (EUR 6,221.28/year if no other insurance, EUR 39,005.40 if also employed) |
112| Selbständigenvorsorge | Mandatory since 2008 | Voluntary |
113| Accident insurance | Mandatory | Mandatory once insurance obligation triggered |
114 
115---
116 
117## Section 4 -- Rates and thresholds (2025)
118 
119**Legislation:** GSVG Sections 25-27; SVS Beitragsgrundlagen 2025
120 
121| Component | Rate | Legislation |
122|---|---|---|
123| Pension insurance (Pensionsversicherung) | 18.50% | GSVG Section 27 |
124| Health insurance (Krankenversicherung) | 6.80% | GSVG Section 27a |
125| Accident insurance (Unfallversicherung) | EUR 11.35/month (flat) | ASVG Section 74 |
126| Selbständigenvorsorge | 1.53% | BMSVG Sections 52-53 |
127 
128| Threshold | Monthly (2025) | Annual (2025) |
129|---|---|---|
130| Minimum contribution base | EUR 539.81 | EUR 6,477.72 |
131| Maximum contribution base | EUR 7,070.00 | EUR 84,840.00 |
132 
133### Voluntary higher health coverage (Krankengeld opt-in)
134 
135**Legislation:** GSVG Section 28a
136 
137| Option | Additional rate |
138|---|---|
139| Krankengeld opt-in (sickness cash benefit) | Additional 2.5% of contribution base |
140| Total health rate with opt-in | 6.80% + 2.50% = 9.30% |
141 
142- Opt-in provides daily sickness cash benefit (Krankengeld) from day 43 of illness
143- Must opt in by 31 December of the prior year
144- Confirm current waiting period and benefit amounts with SVS before advising
145 
146---
147 
148## Section 5 -- Computation steps
149 
150**Legislation:** GSVG Sections 25-27
151 
152### Step 5.1 -- Determine provisional monthly contribution base
153 
154```
155IF new_entrant (years 1-3):
156 provisional_base = minimum_contribution_base (EUR 539.81/month)
157ELSE:
158 provisional_base = income_from_3_years_ago / 12 (adjusted)
159 provisional_base = max(provisional_base, minimum_base)
160 provisional_base = min(provisional_base, maximum_base)
161```
162 
163### Step 5.2 -- Compute monthly contributions
164 
165```
166pension_monthly = provisional_base x 18.50%
167health_monthly = provisional_base x 6.80%
168accident_monthly = EUR 11.35
169vorsorge_monthly = provisional_base x 1.53% (if applicable)
170 
171total_monthly = pension_monthly + health_monthly + accident_monthly + vorsorge_monthly
172```
173 
174### Step 5.3 -- Compute quarterly payment
175 
176```
177quarterly_payment = total_monthly x 3
178```
179 
180### Step 5.4 -- Final reconciliation (Nachbemessung)
181 
182When the actual-year Einkommensteuerbescheid is available:
183 
184```
185final_base = actual_self_employment_income + actual_social_contributions
186final_base_monthly = final_base / 12
187final_base_monthly = clamp(minimum_base, final_base_monthly, maximum_base)
188 
189final_annual = (final_base_monthly x 18.5% + final_base_monthly x 6.8% + 11.35) x 12
190adjustment = final_annual - provisional_annual_paid
191 
192IF adjustment > 0: SVS issues Nachforderung (additional payment due)
193IF adjustment < 0: SVS issues Gutschrift (credit/refund)
194```
195 
196---
197 
198## Section 6 -- Payment schedule and tax deductibility
199 
200**Legislation:** GSVG Section 35; EStG Section 4(4)
201 
202### Payment schedule
203 
204| Quarter | Covers | Due date |
205|---|---|---|
206| Q1 | Jan--Mar | 28 February |
207| Q2 | Apr--Jun | 31 May |
208| Q3 | Jul--Sep | 31 August |
209| Q4 | Oct--Dec | 30 November |
210 
211- Late payment triggers Verzugszinsen (late interest) at currently ~3.88% per annum
212- SVS issues the Vorschreibung before each quarter
213- Contributions are tax-deductible as Betriebsausgaben (business expenses)
214 
215### Tax deductibility
216 
217| Question | Answer |
218|---|---|
219| Are SVS contributions deductible from taxable income? | YES -- as Betriebsausgaben |
220| Which contributions are deductible? | Pension, health, accident, Selbständigenvorsorge -- all components |
221| When are they deductible? | In the year they are paid (cash basis for contributions) |
222| Does the Nachbemessung payment also get deducted? | YES -- in the year of payment |
223 
224---
225 
226## Section 7 -- Special regimes and concurrent activity
227 
228### Kleinstunternehmerregelung (small business exemption)
229 
230Client with annual turnover below EUR 35,000 (VAT small business exemption): the VAT Kleinstunternehmerregelung does NOT affect SVS obligations. Social insurance is based on income, not turnover. Even if exempt from VAT, SVS contributions remain fully applicable.
231 
232### Concurrent ASVG employment (Differenzvorschreibung)
233 
234Client is employed (ASVG) and also self-employed (GSVG): combined contribution base cannot exceed the maximum base (EUR 7,070/month). If ASVG base already reaches or exceeds the maximum, GSVG pension contributions are reduced or eliminated. Health insurance: client can choose SVS or GKK coverage. Accident insurance is always due separately.
235 
236### Retirement while self-employed
237 
238Client drawing ASVG pension but continuing self-employment: pension contributions to GSVG continue at 18.5% but accrue additional pension entitlements. Health insurance switches to pensioner rate or remains with SVS depending on coverage choice. Confirm pension interaction with SVS before advising.
239 
240---
241 
242## Section 8 -- Edge case registry
243 
244### EC1 -- New entrant in first 3 years
245**Situation:** Client started self-employment 18 months ago, no prior tax assessment available.
246**Resolution:** Provisional base = minimum contribution base (EUR 539.81/month). Total monthly contributions approx EUR 147.93. Client MUST be warned: Nachbemessung will occur once actual income is assessed. If actual income is high, a significant back-payment will be due.
247 
248### EC2 -- Income below insurance threshold (Neue Selbständige)
249**Situation:** Freelancer earned EUR 4,000 from self-employment and has no other employment.
250**Resolution:** Below the Versicherungsgrenze of EUR 6,221.28/year for persons with no other coverage. No GSVG insurance obligation triggered. However, client has NO health or pension coverage -- flag this.
251 
252### EC3 -- Opting to increase provisional base
253**Situation:** Client knows current-year income will be much higher than 3 years ago.
254**Resolution:** Client can apply to SVS to increase the provisional contribution base voluntarily. This avoids a large Nachbemessung later. Advise client of option but confirm mechanics with SVS.
255 
256### EC4 -- Multiple activities
257**Situation:** Client has a Gewerbeberechtigung AND freelance (Neue Selbständige) income.
258**Resolution:** All self-employed income is combined into one GSVG contribution base. No double insurance obligation. Flag if activities fall under different social insurance regimes (GSVG vs FSVG).
259 
260### EC5 -- Cross-border EEA worker
261**Situation:** Client lives in Austria but performs work in Germany.
262**Resolution:** Under EU Regulation 883/2004, social insurance is generally paid in only one member state. If the client works substantially (25%+) in Germany, German social insurance may apply. Requires A1 certificate determination. Escalate to reviewer.
263 
264---
265 
266## Section 9 -- Reviewer escalation protocol
267 
268When a situation requires reviewer judgement:
269 
270```
271REVIEWER FLAG
272Tier: T2
273Client: [name]
274Situation: [description]
275Issue: [what is ambiguous]
276Options: [possible treatments]
277Recommended: [most likely correct treatment and why]
278Action Required: Qualified Steuerberater must confirm before advising client.
279```
280 
281When a situation is outside skill scope:
282 
283```
284ESCALATION REQUIRED
285Tier: T3
286Client: [name]
287Situation: [description]
288Issue: [outside skill scope]
289Action Required: Do not advise. Refer to qualified Steuerberater. Document gap.
290```
291 
292---
293 
294## Section 10 -- Test suite
295 
296### Test 1 -- New entrant, minimum base
297**Input:** Self-employed Gewerbetreibender, year 1, no prior income data, age 35.
298**Expected output:** Monthly: pension EUR 99.87 + health EUR 36.71 + accident EUR 11.35 + Vorsorge EUR 8.26 = EUR 156.19. Quarterly: EUR 468.57.
299 
300### Test 2 -- Established self-employed, mid-range income
301**Input:** Prior-year income EUR 40,000, Gewerbetreibender, age 42.
302**Expected output:** Monthly base = EUR 40,000 / 12 = EUR 3,333.33. Pension: EUR 616.67. Health: EUR 226.67. Accident: EUR 11.35. Vorsorge: EUR 51.00. Monthly total: EUR 905.69. Quarterly: EUR 2,717.07.
303 
304### Test 3 -- High income, maximum base applies
305**Input:** Prior-year income EUR 120,000, Gewerbetreibender, age 50.
306**Expected output:** Monthly base capped at EUR 7,070.00. Pension: EUR 1,307.95. Health: EUR 480.76. Accident: EUR 11.35. Vorsorge: EUR 108.17. Monthly total: EUR 1,908.23. Quarterly: EUR 5,724.69.
307 
308### Test 4 -- Neue Selbständige below threshold
309**Input:** Freelance income EUR 4,000, no other employment, age 28.
310**Expected output:** Below Versicherungsgrenze (EUR 6,221.28). No GSVG obligation. Flag: client has no social insurance coverage.
311 
312### Test 5 -- Concurrent employment
313**Input:** ASVG employment base EUR 5,000/month, self-employment income EUR 30,000/year, age 38.
314**Expected output:** Combined base = EUR 5,000 + EUR 2,500 = EUR 7,500 exceeds maximum EUR 7,070. GSVG pension base reduced to EUR 2,070/month (7,070 - 5,000). Pension: EUR 382.95. Health: at minimum or based on GSVG base. Accident: EUR 11.35.
315 
316### Test 6 -- Nachbemessung scenario
317**Input:** Provisional base was minimum (EUR 539.81/month) for 12 months. Actual income turns out to be EUR 50,000.
318**Expected output:** Provisional pension paid: EUR 99.87 x 12 = EUR 1,198.44. Final pension: (EUR 4,166.67 x 18.5%) x 12 = EUR 9,250.00. Nachforderung pension alone: EUR 8,051.56. Plus health and Vorsorge adjustments.
319 
320### Test 7 -- Krankengeld opt-in
321**Input:** Established self-employed, base EUR 3,000/month, opts into Krankengeld.
322**Expected output:** Health rate = 9.30% (6.80% + 2.50%). Health monthly = EUR 279.00 (vs EUR 204.00 without opt-in). Additional cost: EUR 75.00/month.
323 
324---
325 
326## Disclaimer
327 
328This 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.
329 
330The 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.
331 

Run this skill, then get an accountant to check it

After running the full skill pack in your AI agent, sign up and upload your worksheet. We'll connect you with a trusted accountant in our network who can review your numbers before you file.

Quality

Q3: AI-drafted

AI-generated with structure and citations. Not independently verified.

Needs deep research against tax authority websites to reach Q2.

Accountant Review

Not yet reviewed
0/36

About

Use this skill whenever asked about Austrian SVS (Sozialversicherungsanstalt der Selbständigen) social insurance contributions for self-employed individuals. Trigger on phrases like "SVS contributions", "Austrian social insurance", "GSVG", "self-employed Austria contributions", "Pensionsversicherung self-employed", "SVS Vorschreibung", or any question about social insurance obligations for a self-employed client in Austria. Covers pension (18.5%), health (6.8%), accident (flat monthly), and Selbständigenvorsorge. ALWAYS read this skill before touching any Austria social contributions work.

ATty-2025

Use this skill

This skill is open source and free to use in any AI agent. Copy it, download it, or clone the repo. If you find an error, flag it — a licensed accountant will review.

1 of 4 in the AT workflow: