 {"id":8448,"date":"2026-01-12T19:23:59","date_gmt":"2026-01-12T18:23:59","guid":{"rendered":"https:\/\/www.altertax-avocats.com\/social-security-contributions-for-sas-and-sarl-save-e10-14k-year\/"},"modified":"2026-01-12T19:23:59","modified_gmt":"2026-01-12T18:23:59","slug":"social-security-contributions-for-sas-and-sarl-save-e10-14k-year","status":"publish","type":"post","link":"https:\/\/www.altertax-avocats.com\/en\/social-security-contributions-for-sas-and-sarl-save-e10-14k-year\/","title":{"rendered":"Social security contributions for sas and sarl: save \u20ac10-14k\/year"},"content":{"rendered":"\n \n        <h1>Social charges for SAS and SARL: Comparison and optimization<\/h1>\n        <div id=\"simu-zloop\">\n        <div class=\"simulator-wrapper\" id=\"simu-zloop\">\n<div class=\"sim-header\">\n<h3>\ud83e\uddee Simulateur de Charges Sociales SAS vs SARL<\/h3>\n<p class=\"sim-subtitle\">Calculate and compare your structure&#8217;s real costs<\/p>\n<\/div>\n<div class=\"sim-content\">\n<div class=\"sim-inputs\">\n<div class=\"input-group\">\n<label for=\"net-salary-input\">Desired net annual salary (\u20ac)<\/label>\n<div class=\"input-with-slider\">\n<input id=\"net-salary-input\" max=\"200000\" min=\"0\" step=\"1000\" type=\"number\" value=\"40000\">\n<input id=\"net-salary-slider\" max=\"200000\" min=\"0\" step=\"1000\" type=\"range\" value=\"40000\">\n<\/div>\n<\/div>\n<div class=\"input-group\">\n<label>Structure type<\/label>\n<div class=\"radio-group\">\n<label class=\"radio-label\">\n<input checked name=\"structure\" type=\"radio\" value=\"sas\">\n<span>SAS (Chairman)<\/span>\n<\/label>\n<label class=\"radio-label\">\n<input name=\"structure\" type=\"radio\" value=\"sarl-maj\">\n<span>SARL (majority manager)<\/span>\n<\/label>\n<label class=\"radio-label\">\n<input name=\"structure\" type=\"radio\" value=\"sarl-min\">\n<span>SARL (minority manager)<\/span>\n<\/label>\n<\/div>\n<\/div>\n<div class=\"dividends-section\">\n<h4>Dividend optimization (optional)<\/h4>\n<div class=\"input-row\">\n<div class=\"input-group-small\">\n<label for=\"capital-input\">Share capital (\u20ac)<\/label>\n<input id=\"capital-input\" min=\"0\" step=\"1000\" type=\"number\" value=\"10000\">\n<\/div>\n<div class=\"input-group-small\">\n<label for=\"compte-courant-input\">Current account (\u20ac)<\/label>\n<input id=\"compte-courant-input\" min=\"0\" step=\"1000\" type=\"number\" value=\"0\">\n<\/div>\n<\/div>\n<div class=\"input-group\">\n<label for=\"dividends-input\">Dividends to be distributed (\u20ac)<\/label>\n<input id=\"dividends-input\" min=\"0\" step=\"1000\" type=\"number\" value=\"0\">\n<\/div>\n<\/div>\n<button class=\"calc-button\" onclick=\"window.calculateCharges()\">Calculate<\/button>\n<\/div>\n<div class=\"sim-results\">\n<div class=\"result-card\" id=\"current-structure-result\">\n<h4>Results for your organization<\/h4>\n<div class=\"result-line\">\n<span>Selected structure:<\/span>\n<strong id=\"structure-name\">&#8211;<\/strong>\n<\/div>\n<div class=\"result-line\">\n<span>Net remuneration:<\/span>\n<strong id=\"net-amount\">&#8211;<\/strong>\n<\/div>\n<div class=\"result-line highlight\">\n<span>Social security charges:<\/span>\n<strong id=\"charges-amount\">&#8211;<\/strong>\n<\/div>\n<div class=\"result-line\">\n<span>Charge rates:<\/span>\n<strong id=\"charges-rate\">&#8211;<\/strong>\n<\/div>\n<div class=\"result-line total\">\n<span>Total company cost:<\/span>\n<strong id=\"total-cost\">&#8211;<\/strong>\n<\/div>\n<div class=\"dividend-info\" id=\"dividend-info\" style=\"display: none;\">\n<div class=\"result-line\">\n<span>Dividends without expenses:<\/span>\n<strong id=\"div-exempt\">&#8211;<\/strong>\n<\/div>\n<div class=\"result-line\">\n<span>Dividends including expenses:<\/span>\n<strong id=\"div-taxed\">&#8211;<\/strong>\n<\/div>\n<div class=\"result-line\">\n<span>Dividend expense:<\/span>\n<strong id=\"div-charges\">&#8211;<\/strong>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"comparison-card\">\n<h4>\ud83d\udca1 Structure comparison<\/h4>\n<table class=\"comparison-table\">\n<thead>\n<tr>\n<th>Structure<\/th>\n<th>Social charges<\/th>\n<th>Total cost<\/th>\n<\/tr>\n<\/thead>\n<tbody id=\"comparison-tbody\">\n<tr>\n<td colspan=\"3\">Click on &#8220;Calculate&#8221; to see the comparison<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div class=\"savings-info\" id=\"savings-info\" style=\"display: none;\">\n<p><strong>\ud83d\udcb0 Potential savings:<\/strong> <span id=\"savings-amount\">&#8211;<\/span><\/p>\n<p class=\"savings-detail\" id=\"savings-detail\">&#8211;<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">\nwindow.calculateCharges = function() {\n    \/\/ Get input values\n    const netSalary = parseFloat(document.getElementById('net-salary-input').value) || 0;\n    const capital = parseFloat(document.getElementById('capital-input').value) || 0;\n    const compteCourant = parseFloat(document.getElementById('compte-courant-input').value) || 0;\n    const dividends = parseFloat(document.getElementById('dividends-input').value) || 0;\n    \n    \/\/ Get selected structure\n    const structureRadios = document.getElementsByName('structure');\n    let selectedStructure = 'sas';\n    for (let i = 0; i <structureRadios.length; i++) { if (structureRadios[i].checked) { selectedStructure = structureRadios[i].value; break; } } \/\/ Calculate for each structure type const results = { 'sas': calculateStructure(netSalary, 0.65, 0.80, 'SAS (Pr\u00e9sident)', dividends, capital, compteCourant, 'sas'), 'sarl-maj': calculateStructure(netSalary, 0.40, 0.45, 'SARL (G\u00e9rant majoritaire)', dividends, capital, compteCourant, 'sarl-maj'), 'sarl-min': calculateStructure(netSalary, 0.65, 0.80, 'SARL (G\u00e9rant minoritaire)', dividends, capital, compteCourant, 'sarl-min') }; \/\/ Display current structure result displayCurrentResult(results[selectedStructure], selectedStructure); \/\/ Display comparison displayComparison(results, selectedStructure, netSalary); }; function calculateStructure(netSalary, minRate, maxRate, name, dividends, capital, compteCourant, structureType) { const avgRate = (minRate + maxRate) \/ 2; const chargesMin = netSalary * minRate; const chargesMax = netSalary * maxRate; const chargesAvg = netSalary * avgRate; const totalCostMin = netSalary + chargesMin; const totalCostMax = netSalary + chargesMax; const totalCostAvg = netSalary + chargesAvg; \/\/ Calculate dividend charges let dividendCharges = 0; let exemptDividends = 0; let taxedDividends = 0; if (dividends> 0 && structureType === 'sarl-maj') {\n        const threshold = (capital + compteCourant) * 0.10;\n        exemptDividends = Math.min(dividends, threshold);\n        taxedDividends = Math.max(0, dividends - threshold);\n        dividendCharges = taxedDividends * avgRate;\n    } else if (dividends > 0 && (structureType === 'sas' || structureType === 'sarl-min')) {\n        exemptDividends = dividends;\n        taxedDividends = 0;\n        dividendCharges = 0;\n    }\n    \n    return {\n        name: name,\n        netSalary: netSalary,\n        chargesMin: chargesMin,\n        chargesMax: chargesMax,\n        chargesAvg: chargesAvg,\n        totalCostMin: totalCostMin,\n        totalCostMax: totalCostMax,\n        totalCostAvg: totalCostAvg,\n        rateMin: minRate,\n        rateMax: maxRate,\n        dividendCharges: dividendCharges,\n        exemptDividends: exemptDividends,\n        taxedDividends: taxedDividends,\n        totalCharges: chargesAvg + dividendCharges,\n        totalCost: totalCostAvg + dividendCharges\n    };\n}\n\nfunction displayCurrentResult(result, structureType) {\n    document.getElementById('structure-name').textContent = result.name;\n    document.getElementById('net-amount').textContent = formatCurrency(result.netSalary);\n    document.getElementById('charges-amount').textContent = \n        formatCurrency(result.chargesMin) + ' - ' + formatCurrency(result.chargesMax);\n    document.getElementById('charges-rate').textContent = \n        (result.rateMin * 100).toFixed(0) + '% - ' + (result.rateMax * 100).toFixed(0) + '%';\n    document.getElementById('total-cost').textContent = \n        formatCurrency(result.totalCostMin) + ' - ' + formatCurrency(result.totalCostMax);\n    \n    \/\/ Display dividend info if applicable\n    const dividendInfo = document.getElementById('dividend-info');\n    if (result.exemptDividends > 0 || result.taxedDividends > 0) {\n        dividendInfo.style.display = 'block';\n        document.getElementById('div-exempt').textContent = formatCurrency(result.exemptDividends);\n        document.getElementById('div-taxed').textContent = formatCurrency(result.taxedDividends);\n        document.getElementById('div-charges').textContent = formatCurrency(result.dividendCharges);\n    } else {\n        dividendInfo.style.display = 'none';\n    }\n}\n\nfunction displayComparison(results, selectedStructure, netSalary) {\n    const tbody = document.getElementById('comparison-tbody');\n    tbody.innerHTML = '';\n    \n    const structures = ['sas', 'sarl-maj', 'sarl-min'];\n    \n    structures.forEach(function(structure) {\n        const result = results[structure];\n        const row = document.createElement('tr');\n        if (structure === selectedStructure) {\n            row.className = 'selected-row';\n        }\n        \n        row.innerHTML = \n            '<td><strong>' + result.name + '<\/strong><\/td>' +\n            '<td>' + formatCurrency(result.chargesMin) + ' - ' + formatCurrency(result.chargesMax) + '<\/td>' +\n            '<td><strong>' + formatCurrency(result.totalCostMin) + ' - ' + formatCurrency(result.totalCostMax) + '<\/strong><\/td>';\n        \n        tbody.appendChild(row);\n    });\n    \n    \/\/ Calculate and display savings\n    const sasResult = results['sas'];\n    const sarlMajResult = results['sarl-maj'];\n    \n    if (netSalary > 0) {\n        const savingsMin = sasResult.totalCostMin - sarlMajResult.totalCostMax;\n        const savingsMax = sasResult.totalCostMax - sarlMajResult.totalCostMin;\n        \n        document.getElementById('savings-info').style.display = 'block';\n        document.getElementById('savings-amount').textContent = \n            formatCurrency(savingsMin) + ' - ' + formatCurrency(savingsMax) + ' par an';\n        \n        const savings10Years = (savingsMin + savingsMax) \/ 2 * 10;\n        document.getElementById('savings-detail').textContent = \n            'En passant de SAS \u00e0 SARL majoritaire, vous \u00e9conomisez ' + \n            formatCurrency((savingsMin + savingsMax) \/ 2) + ' par an, soit ' +\n            formatCurrency(savings10Years) + ' sur 10 ans.';\n    }\n}\n\nfunction formatCurrency(amount) {\n    if (isNaN(amount)) return '0 \u20ac';\n    return new Intl.NumberFormat('fr-FR', {\n        style: 'currency',\n        currency: 'EUR',\n        minimumFractionDigits: 0,\n        maximumFractionDigits: 0\n    }).format(amount);\n}\n\n\/\/ Sync slider and input\ndocument.addEventListener('DOMContentLoaded', function() {\n    const salaryInput = document.getElementById('net-salary-input');\n    const salarySlider = document.getElementById('net-salary-slider');\n    \n    salaryInput.addEventListener('input', function() {\n        salarySlider.value = this.value;\n    });\n    \n    salarySlider.addEventListener('input', function() {\n        salaryInput.value = this.value;\n    });\n    \n    \/\/ Auto-calculate on initial load\n    window.calculateCharges();\n    \n    \/\/ Add event listeners for auto-recalculation\n    const inputs = ['net-salary-input', 'capital-input', 'compte-courant-input', 'dividends-input'];\n    inputs.forEach(function(inputId) {\n        const element = document.getElementById(inputId);\n        if (element) {\n            element.addEventListener('change', window.calculateCharges);\n        }\n    });\n    \n    salarySlider.addEventListener('change', window.calculateCharges);\n    \n    const radios = document.getElementsByName('structure');\n    for (let i = 0; i <radios.length; i++) { radios[i].addEventListener('change', window.calculateCharges); } }); <\/script>\n<style type=\"text\/css\">\n.simulator-wrapper {\n    font-family: Poppins, sans-serif;\n    max-width: 900px;\n    margin: 20px auto;\n    padding: 0;\n    background: #ffffff;\n    border-radius: 12px;\n    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);\n    overflow: hidden;\n}\n\n.simulator-wrapper .sim-header {\n    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n    color: white;\n    padding: 25px;\n    text-align: center;\n}\n\n.simulator-wrapper .sim-header h3 {\n    margin: 0 0 8px 0;\n    font-size: 24px;\n    font-weight: 700;\n}\n\n.simulator-wrapper .sim-subtitle {\n    margin: 0;\n    font-size: 14px;\n    opacity: 0.95;\n}\n\n.simulator-wrapper .sim-content {\n    padding: 25px;\n}\n\n.simulator-wrapper .sim-inputs {\n    background: #f8f9fa;\n    padding: 20px;\n    border-radius: 8px;\n    margin-bottom: 25px;\n}\n\n.simulator-wrapper .input-group {\n    margin-bottom: 20px;\n}\n\n.simulator-wrapper .input-group:last-child {\n    margin-bottom: 0;\n}\n\n.simulator-wrapper .input-group label {\n    display: block;\n    font-weight: 600;\n    margin-bottom: 8px;\n    color: #2d3748;\n    font-size: 14px;\n}\n\n.simulator-wrapper .input-with-slider {\n    display: flex;\n    gap: 15px;\n    align-items: center;\n}\n\n.simulator-wrapper input[type=\"number\"] {\n    flex: 0 0 140px;\n    padding: 10px 12px;\n    border: 2px solid #e2e8f0;\n    border-radius: 6px;\n    font-size: 16px;\n    font-weight: 600;\n    color: #2d3748;\n    transition: border-color 0.2s;\n}\n\n.simulator-wrapper input[type=\"number\"]:focus {\n    outline: none;\n    border-color: #667eea;\n}\n\n.simulator-wrapper input[type=\"range\"] {\n    flex: 1;\n    height: 6px;\n    border-radius: 3px;\n    background: #e2e8f0;\n    outline: none;\n    -webkit-appearance: none;\n}\n\n.simulator-wrapper input[type=\"range\"]::-webkit-slider-thumb {\n    -webkit-appearance: none;\n    appearance: none;\n    width: 18px;\n    height: 18px;\n    border-radius: 50%;\n    background: #667eea;\n    cursor: pointer;\n    transition: transform 0.2s;\n}\n\n.simulator-wrapper input[type=\"range\"]::-webkit-slider-thumb:hover {\n    transform: scale(1.2);\n}\n\n.simulator-wrapper input[type=\"range\"]::-moz-range-thumb {\n    width: 18px;\n    height: 18px;\n    border-radius: 50%;\n    background: #667eea;\n    cursor: pointer;\n    border: none;\n}\n\n.simulator-wrapper .radio-group {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n}\n\n.simulator-wrapper .radio-label {\n    display: flex;\n    align-items: center;\n    padding: 12px;\n    background: white;\n    border: 2px solid #e2e8f0;\n    border-radius: 6px;\n    cursor: pointer;\n    transition: all 0.2s;\n}\n\n.simulator-wrapper .radio-label:hover {\n    border-color: #667eea;\n    background: #f7fafc;\n}\n\n.simulator-wrapper .radio-label input[type=\"radio\"] {\n    margin-right: 10px;\n    cursor: pointer;\n}\n\n.simulator-wrapper .radio-label span {\n    font-weight: 500;\n    color: #2d3748;\n}\n\n.simulator-wrapper .dividends-section {\n    margin-top: 20px;\n    padding-top: 20px;\n    border-top: 2px solid #e2e8f0;\n}\n\n.simulator-wrapper .dividends-section h4 {\n    margin: 0 0 15px 0;\n    font-size: 16px;\n    color: #2d3748;\n}\n\n.simulator-wrapper .input-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 15px;\n    margin-bottom: 15px;\n}\n\n.simulator-wrapper .input-group-small {\n    margin-bottom: 0;\n}\n\n.simulator-wrapper .input-group-small input[type=\"number\"] {\n    width: 100%;\n    flex: none;\n}\n\n.simulator-wrapper .calc-button {\n    width: 100%;\n    padding: 14px;\n    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n    color: white;\n    border: none;\n    border-radius: 8px;\n    font-size: 16px;\n    font-weight: 700;\n    cursor: pointer;\n    transition: transform 0.2s, box-shadow 0.2s;\n    margin-top: 20px;\n}\n\n.simulator-wrapper .calc-button:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(102, 126, 234, 0.3);\n}\n\n.simulator-wrapper .calc-button:active {\n    transform: translateY(0);\n}\n\n.simulator-wrapper .sim-results {\n    display: grid;\n    gap: 20px;\n}\n\n.simulator-wrapper .result-card,\n.simulator-wrapper .comparison-card {\n    background: #f8f9fa;\n    padding: 20px;\n    border-radius: 8px;\n    border: 2px solid #e2e8f0;\n}\n\n.simulator-wrapper .result-card h4,\n.simulator-wrapper .comparison-card h4 {\n    margin: 0 0 15px 0;\n    font-size: 18px;\n    color: #2d3748;\n}\n\n.simulator-wrapper .result-line {\n    display: flex;\n    justify-content: space-between;\n    padding: 10px 0;\n    border-bottom: 1px solid #e2e8f0;\n}\n\n.simulator-wrapper .result-line:last-child {\n    border-bottom: none;\n}\n\n.simulator-wrapper .result-line span {\n    color: #4a5568;\n    font-size: 14px;\n}\n\n.simulator-wrapper .result-line strong {\n    color: #2d3748;\n    font-size: 15px;\n}\n\n.simulator-wrapper .result-line.highlight strong {\n    color: #e53e3e;\n}\n\n.simulator-wrapper .result-line.total {\n    margin-top: 10px;\n    padding-top: 15px;\n    border-top: 2px solid #cbd5e0;\n    font-size: 16px;\n}\n\n.simulator-wrapper .result-line.total strong {\n    color: #667eea;\n    font-size: 18px;\n}\n\n.simulator-wrapper .dividend-info {\n    margin-top: 15px;\n    padding-top: 15px;\n    border-top: 2px solid #e2e8f0;\n}\n\n.simulator-wrapper .comparison-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-bottom: 15px;\n}\n\n.simulator-wrapper .comparison-table th {\n    background: #667eea;\n    color: white;\n    padding: 12px;\n    text-align: left;\n    font-weight: 600;\n    font-size: 13px;\n}\n\n.simulator-wrapper .comparison-table td {\n    padding: 12px;\n    border-bottom: 1px solid #e2e8f0;\n    font-size: 14px;\n    color: #4a5568;\n}\n\n.simulator-wrapper .comparison-table tr:last-child td {\n    border-bottom: none;\n}\n\n.simulator-wrapper .comparison-table tr.selected-row {\n    background: #edf2f7;\n}\n\n.simulator-wrapper .comparison-table tr.selected-row td {\n    font-weight: 600;\n    color: #2d3748;\n}\n\n.simulator-wrapper .savings-info {\n    background: #c6f6d5;\n    padding: 15px;\n    border-radius: 6px;\n    border-left: 4px solid #38a169;\n}\n\n.simulator-wrapper .savings-info p {\n    margin: 0 0 8px 0;\n    color: #22543d;\n    font-size: 14px;\n}\n\n.simulator-wrapper .savings-info p:last-child {\n    margin-bottom: 0;\n}\n\n.simulator-wrapper .savings-detail {\n    font-size: 13px;\n    opacity: 0.9;\n}\n\n@media (max-width: 768px) {\n    .simulator-wrapper .input-with-slider {\n        flex-direction: column;\n        align-items: stretch;\n    }\n    \n    .simulator-wrapper input[type=\"number\"] {\n        flex: none;\n        width: 100%;\n    }\n    \n    .simulator-wrapper .input-row {\n        grid-template-columns: 1fr;\n    }\n    \n    .simulator-wrapper .comparison-table {\n        font-size: 12px;\n    }\n    \n    .simulator-wrapper .comparison-table th,\n    .simulator-wrapper .comparison-table td {\n        padding: 8px;\n    }\n}\n<\/style>\n<div class=\"zloop-color-1\" style=\"background-color: #fffbeb; border-left: 4px solid #fbbf24; padding: 1rem; margin: 1rem 0;\">\n<div style=\"display: flex; align-items: center;\">\n<svg fill=\"none\" height=\"20\" stroke=\"#fbbf24\" stroke-width=\"2\" viewbox=\"0 0 24 24\" width=\"20\">\n<circle cx=\"12\" cy=\"12\" r=\"10\"\/>\n<line x1=\"12\" x2=\"12\" y1=\"16\" y2=\"12\"\/>\n<line x1=\"12\" x2=\"12.01\" y1=\"8\" y2=\"8\"\/>\n<\/svg>\n<p style=\"margin-left: 0.75rem; color: #b45309;\">\n  The results provided are given for information only and do not engage our responsibility in any way.\n        <\/p>\n<\/div>\n<\/div>\n\n        <\/div>\n        <div id=\"Zloop-content\">\n        <p>Between SAS and SARL, the difference in <a href=\"https:\/\/www.altertax-avocats.com\/cotisations-sociales\/\">social security contributions<\/a> can be as much as \u20ac10,000 to \u20ac14,000 per year for a net salary of \u20ac40,000. This major difference is due to two distinct systems: the chairman of an SAS is treated as an employee (65-80% social security contributions), while the majority shareholder of a SARL is treated as a TNS (40-45% social security contributions). Understanding these mechanisms will enable you to optimize your remuneration and make substantial savings.  <\/p><h2>What are social charges in SAS and SARL?<\/h2><p>Social security charges finance your social protection (retirement, sickness, provident fund). Their amount varies considerably according to your company's <a href=\"https:\/\/www.altertax-avocats.com\/fiscalite\/structures-juridiques-d-entreprise\/statuts-particuliers\/\">legal status<\/a> and your position within it. In a SAS, as in a SARL, the applicable social security system depends essentially on whether you are a salaried executive or a self-employed worker, a fundamental distinction which determines the rate of contributions and your social security rights.  <\/p><h2>The social security system for SAS chairmen: assimilated employees<\/h2><p>The Chairman of an SAS must be covered by the general social security system as an assimilated employee. This status applies even if he or she is the company's majority or sole shareholder. <\/p><h3>Social security charges in SAS<\/h3><p>For a net salary of \u20ac1,000 paid to the chairman of an SAS, the total cost to the company is \u20ac1,650 to \u20ac1,800, representing an overall expense ratio of 65% to 80%. This cost breaks down into two components: approximately 22% in payroll costs (deducted from the executive's gross salary) and 42 to 45% in employer's contributions (borne directly by the company). These percentages vary slightly according to salary bracket and applicable industry agreements.  <\/p><h3>Social protection for SAS directors<\/h3><p>In return for these high contributions, the Chairman of an SAS benefits from comprehensive social protection. They contribute to basic and supplementary pensions, health insurance, family allowances and provident schemes. They do not contribute to unemployment insurance, unless they combine their mandate with a separate employment contract. The pension rights acquired are generally higher than those under the TNS regime.   <\/p><h2>Social security for SARL managers: TNS or assimilated employee<\/h2><p>In a <a href=\"https:\/\/www.altertax-avocats.com\/fiscalite\/structures-juridiques-d-entreprise\/statuts-particuliers\/sarl-de-famille-cotisations-sociales\/\">SARL (limited liability company), social security contributions<\/a> depend on the manager's share in the company's capital. This distinction creates two radically different situations. <\/p><h3>Majority manager: the TNS regime<\/h3><p>The majority shareholder of a SARL (holding more than 50% of the company's shares) is covered by the French self-employed workers' scheme (TNS), and is affiliated to the Social Security system for the self-employed (S\u00e9curit\u00e9 sociale des ind\u00e9pendants - SSI). Social security charges represent around 40 to 45% of net remuneration, i.e. a total cost of 1,400 to 1,450 euros for every 1,000 euros net paid. The savings compared with the assimilated employee scheme are substantial: around 200 to 350 euros per 1,000 euros net.  <\/p><p>In return for these lower costs, social protection is less extensive, with no unemployment insurance contributions and pension rights that are generally lower than under the general scheme. To compensate for these shortcomings, the majority shareholder must often take out private supplementary insurance. <\/p><h3>Minority or equal shareholder manager: assimilated employee<\/h3><p>A minority or equal shareholder (holding 50% or less of the shares) is treated as an employee. They are covered by the same general scheme as the Chairman of an SAS, with the same contribution rates (65% to 80%) and the same comprehensive social protection. <\/p><p>This situation is identical to that of the chairman of an SAS in terms of social charges and social rights. The choice between SARL and SAS makes no significant social difference for these managers. <\/p><h2>Numerical comparison: SAS versus majority-owned SARL<\/h2><p>To illustrate the financial impact in concrete terms, let's take the example of a net annual salary of 40,000 euros. With a minority-owned SAS or SARL, the total cost to the company is around 66,000 to 72,000 euros. With a majority-owned SARL (TNS regime), this cost falls to around 56,000 to 58,000 euros.  <\/p><p>The annual savings from opting for the status of majority shareholder of a SARL are therefore between 10,000 and 14,000 euros. Over ten years, this difference represents between 100,000 and 140,000 euros, a considerable amount for an SME or sole trader. <\/p><h3>Comparative table of payroll taxes<\/h3><table><thead><tr><th>Status<\/th><th>Net remuneration<\/th><th>Social security charges<\/th><th>Total company cost<\/th><th>Overall rate<\/th><\/tr><\/thead><tbody><tr><td>Chairman SAS<\/td><td>40 000 \u20ac<\/td><td>26 000 - 32 000 \u20ac<\/td><td>66 000 - 72 000 \u20ac<\/td><td>65-80%<\/td><\/tr><tr><td>Majority-owned SARL manager<\/td><td>40 000 \u20ac<\/td><td>16 000 - 18 000 \u20ac<\/td><td>56 000 - 58 000 \u20ac<\/td><td>40-45%<\/td><\/tr><tr><td>Minority SARL manager<\/td><td>40 000 \u20ac<\/td><td>26 000 - 32 000 \u20ac<\/td><td>66 000 - 72 000 \u20ac<\/td><td>65-80%<\/td><\/tr><\/tbody><\/table><p>These figures clearly demonstrate the immediate financial advantage of the TNS regime for the majority SARL manager. The annual savings of between 10,000 and 14,000 euros represent a substantial cash flow gain for the company. However, this saving must be set against the reduced social protection and pension rights offered by the status of self-employed worker.  <\/p><h2>Dividends and payroll taxes: a key element<\/h2><p>Dividend remuneration is a major lever for optimization, but the rules differ significantly between SAS and SARL. This distinction has a direct impact on the amount of social security contributions due, and requires an in-depth analysis of your capital structure, your <a href=\"https:\/\/www.altertax-avocats.com\/fiscalite\/comptabilite-et-tenue-de-livres\/declaration-de-confidentialite-des-comptes-annuels-pdf\">annual accounts<\/a> and the applicable tax regime, in particular the single <a href=\"https:\/\/www.altertax-avocats.com\/impot-forfaitaire\/\">flat-rate withholding tax<\/a>. <\/p><h3>Dividends in SAS<\/h3><p>In SAS, dividends paid to shareholders, including the Chairman, are not subject to any social security charges. They are only subject to the single flat-rate withholding tax (PFU) of 30% or, optionally, to the progressive income tax scale with a 40% allowance. This exemption from social security charges makes it possible to optimize overall remuneration by giving preference to dividends rather than high employee remuneration.  <\/p><h3>Dividends in a majority-owned LLC<\/h3><p>The situation is different for the majority shareholder of a SARL. Since 2013, the fraction of dividends exceeding 10% of share capital, additional paid-in capital and sums paid into <a href=\"https:\/\/www.altertax-avocats.com\/fiscalite\/structures-juridiques-d-entreprise\/statuts-particuliers\/compte-courant-debiteur-sas\/\">partners' current accounts<\/a> has been subject to TNS social security contributions. <\/p><p>Example: with a capital of \u20ac10,000, only \u20ac1,000 of dividends are exempt from social security contributions; the remainder is subject to 40-45% of TNS contributions.<\/p><p>This rule attenuates the advantage of the TNS regime for large distributions, and provides an incentive to increase share capital or current accounts in order to raise the <a href=\"https:\/\/www.altertax-avocats.com\/seuil-dimposition\/\">threshold for tax<\/a> contributions.<\/p><h2>Special case: the EURL and its social security system<\/h2><p>The EURL (Entreprise Unipersonnelle \u00e0 Responsabilit\u00e9 Limit\u00e9e) is a SARL with a single shareholder. The sole managing partner is automatically covered by the <a href=\"https:\/\/www.altertax-avocats.com\/fiscalite\/structures-juridiques-d-entreprise\/statuts-particuliers\/eurl-regime-social\/\">TNS social security system<\/a>, with the same contribution rates as the majority managing partner of a SARL, i.e. around 40 to 45% of net remuneration. <\/p><p>The EURL has the advantage of administrative simplicity, while retaining the benefits of the TNS regime. It is an interesting alternative to the SASU (SAS unipersonnelle) for entrepreneurs wishing to minimize their social charges, particularly in the start-up phase. The difference in social security charges between EURL and SASU can be as much as 10,000 to 14,000 euros per year, for a net salary of 40,000 euros.  <\/p><p>For <a href=\"https:\/\/www.altertax-avocats.com\/taxation-optimale\/\">optimum taxation<\/a>, the EURL also allows you to combine moderate remuneration with dividend distribution, subject to the 10% rule applicable to dividends subject to social security contributions. This flexibility makes it a strategic choice for the sole trader seeking to optimize social security and tax protection. <\/p><h2>Strategies for optimizing payroll taxes<\/h2><p>There are several ways to legally reduce your social security contributions, while preserving your social security rights and protection. The first lever is to choose between remuneration and dividends: in an SAS (simplified joint stock company), dividends drastically reduce <a href=\"https:\/\/www.altertax-avocats.com\/contribution-sociale\/\">social security contributions<\/a>, while in a majority-owned SARL (limited liability company), this strategy works up to the threshold of 10% of capital and current accounts. By increasing the share capital, SARL majority managers can raise the dividend exemption threshold. Finally, the use of partners' current accounts offers a flexible alternative to capital increases, as these sums are also included in the calculation of the 10% threshold, while remaining recoverable without any particular formality.   <\/p><h3>Compensation-dividend arbitrage<\/h3><p>The optimum balance between salary and dividends depends on your legal structure. In an SAS (simplified joint stock company), preferring dividends drastically reduces social security contributions: for 100,000 euros in profits, you save around 40,000 euros in contributions by distributing dividends rather than paying an equivalent salary. In majority-owned SARLs, this strategy works up to the threshold of 10% of capital and current accounts, beyond which dividends are subject to TNS contributions.  <\/p><p>Personal taxation also plays a decisive role in this decision. Dividends are subject to a flat-rate withholding tax of 30% or, if you prefer, to the <a href=\"https:\/\/www.altertax-avocats.com\/bareme-progressif-de-limpot\/\">progressive tax scale<\/a> with a 40% allowance. Depending on your <a href=\"https:\/\/www.altertax-avocats.com\/tranches-dimposition\/\">tax bracket<\/a>, either option may be more advantageous.  <\/p><p>A personalized simulation is essential to determine the optimal mix for your asset situation, your immediate cash flow needs, your retirement objectives and your overall level of taxation. A tax lawyer can support you in this analysis by modeling different scenarios and anticipating legislative changes likely to impact your strategy. <\/p><h3>Share capital increase<\/h3><p>For SARL majority owners, increasing share capital raises the dividend exemption threshold. A share capital of 100,000 euros enables you to distribute 10,000 euros without social security charges, compared with just 1,000 euros with a share capital of 10,000 euros. <\/p><p>This strategy requires sufficient liquidity, however, and must be weighed against the other legal implications and overall <a href=\"https:\/\/www.altertax-avocats.com\/charge-fiscale-totale\/\">tax burden<\/a> of a capital increase. The operation also involves administrative formalities and registration costs that should be anticipated. <\/p><h3>Use of partners' current accounts<\/h3><p>Amounts paid into a partner's current account are included in the calculation of the 10% threshold that determines the portion of dividends exempt from social security charges. This technique offers a strategic alternative to capital increases for SARL majority owners wishing to optimize their distributions. <\/p><p>In concrete terms, if your SARL has capital of 20,000 euros and you have paid 30,000 euros into a partner's current account, the exemption threshold is 5,000 euros (10% of 50,000 euros). This means that you can distribute this sum as dividends without incurring additional social security contributions, unlike the excess fraction, which will be subject to TNS charges. <\/p><p>This approach offers several decisive advantages. First, reversibility: you can recover your current account contributions without any special formalities, unlike a capital reduction, which requires complex legal procedures. Secondly, flexibility: you can fund your current account according to your available cash flow, without making a definitive commitment. Finally, you benefit from the same tax and social security advantages as a capital increase.   <\/p><p>Please note, however, that current account deposits may generate interest that is deductible for the company but taxable for you, subject to a regulated rate. You should also formalize these contributions in writing, clearly distinguishing them from simple cash advances. <\/p><h3>Statutory flexibility<\/h3><p>The SAS offers almost total statutory freedom. You can organize governance, voting rights and share transfer procedures to suit your specific needs. The SARL has a more rigid framework, defined by the French Commercial Code.  <\/p><h3>Transfer and sale<\/h3><p>The sale of SAS shares is generally simpler and less costly from a tax point of view than the sale of SARL shares. Registration fees are 0.1% for SAS, compared with 3% for SARL (after <a href=\"https:\/\/www.altertax-avocats.com\/abattement-fiscal\/\">tax allowance<\/a>). This significant difference can represent several tens of thousands of euros for the transfer of a large company.  <\/p><p>Beyond the tax aspect, the transfer procedure itself differs. In SAS, the transfer of shares is carried out by a simple account-to-account transfer and signature of a movement order. In SARLs, the transfer of shares requires a private deed or a notarized deed, in most cases with the approval of the partners, which slows down the transfer process.  <\/p><h3>Capital increase<\/h3><p>If you're planning to welcome investors or raise funds, the SAS is almost always the preferred choice. Its shareholder structure and flexibility appeal to business angels and investment funds. The possibility of creating different classes of shares (preference shares, preference dividend shares) facilitates negotiations with investors and enables the rights of each to be adapted according to the contributions and risks taken. In SARLs, the rigidity of shares and the legal constraints on their transfer make the operation more complex and less attractive to outside investors.   <\/p><h2>Optimize your legal structure with expert support<\/h2><p>The choice between SAS and SARL is based on several decisive criteria: the level of social security contributions (40-45% in a majority SARL versus 65-80% in an SAS), the desired social protection, the taxation of dividends and the flexibility of governance. Potential savings can amount to tens of thousands of euros a year, but must be weighed against your financial objectives and your need for social security cover. Expert support enables you to analyze all these parameters and optimize your <a href=\"https:\/\/www.altertax-avocats.com\/fiscalite\/structures-juridiques-d-entreprise\/\">company's legal structure<\/a> over the long term.  <\/p>\n        <\/div>\n        <div id=\"FAQ-Zloop\">\n        <div>\n<h2>Frequently asked questions<\/h2>\n<p>Find out the answers to the most frequently asked questions about social charges for SAS and SARL. This section will help you understand the key differences between these two legal structures, and identify the best strategies for optimizing them. <\/p>\n<h3>What are social charges in SAS and SARL?<\/h3>\n<p>Social charges represent the compulsory contributions deducted from directors' remuneration to finance social protection (retirement, sickness, family allowances). In SAS, the chairman is covered by the general Social Security system, with rates of around 65% to 80% of gross salary. In SARLs, the majority shareholder is covered by the self-employed workers' scheme (SSI), with rates of around 45% of net remuneration, offering less extensive social protection.  <\/p>\n<h3>What are the main differences between social charges for SAS and SARL?<\/h3>\n<p>The major difference lies in the applicable social security system. The chairman of an SAS is treated as an assimilated employee, with higher charges (65-80%) but better social security coverage. The majority shareholder of a SARL is covered by the self-employed workers' scheme, with lower charges (45%) but less protection, notably for unemployment insurance, which is not included. This choice has a significant impact on overall cost and level of protection.   <\/p>\n<h3>How to calculate social charges for a SAS and a SARL?<\/h3>\n<p>For a SAS, social charges are calculated on the chairman's gross salary: multiply the gross remuneration by around 75% to obtain the amount of contributions. For a SARL, the calculation is based on the manager's net remuneration: apply a rate of around 45% to the net amount paid. These rates include all compulsory contributions (health, retirement, family allowances, CSG-CRDS). We recommend using official simulators for precise calculations.   <\/p>\n<h3>What are the best strategies for optimizing social charges in SAS and SARL?<\/h3>\n<p>Optimization is based on a number of levers: arbitration between remuneration and dividends (the latter being subject to reduced social security contributions of 17.2%), the use of deductible provident and supplementary pension schemes, and the choice of the optimum amount of remuneration according to contribution brackets. In the case of a SAS (simplified joint stock company), giving preference to dividends can reduce the overall cost. In SARLs (limited liability companies), the majority shareholder must choose between social security charges and taxation on dividends, taking into account the applicable <a href=\"https:\/\/www.altertax-avocats.com\/taux-nominal-dimposition\/\">nominal tax rate<\/a>.  <\/p>\n<h3>Which legal status to choose between SAS and SARL to minimize social charges?<\/h3>\n<p>The choice should not be based solely on social charges. The SARL offers lower charges (45% vs. 75%) but less social protection. The SAS, despite higher charges, offers better coverage and greater statutory flexibility. For overall optimization, also consider dividend taxation, remuneration prospects, social protection needs and development objectives. A personalized analysis with a <a href=\"https:\/\/www.altertax-avocats.com\/en\/tax-lawyer-rennes\/\">tax expert<\/a> is highly recommended.    <\/p>\n<h3>What are the social security reporting requirements for SAS and SARL?<\/h3>\n<p>Directors of SAS companies are required to issue monthly pay slips and make nominative social declarations (DSN) via URSSAF. SARL managers are covered by the S\u00e9curit\u00e9 sociale des ind\u00e9pendants (SSI) system, and must make an annual declaration sociale des ind\u00e9pendants (DSI), with quarterly or monthly instalments. Failure to comply with these obligations will result in penalties and late payment surcharges. Rigorous management is essential for social and tax compliance.   <\/p>\n<\/div>\n        <\/div>\n        <div class=\"arianezloopglobale\">\n        <h2 class=\"articlesConnexesZloop\">Related articles<\/h2>\n        <div id=\"arianezloop\">\n            <p><a href=\"https:\/\/www.altertax-avocats.com\/fiscalite\/\"><span class=\"parentarianezloop\">Taxation<\/span><\/a><\/p><p><a href=\"https:\/\/www.altertax-avocats.com\/fiscalite\/structures-juridiques-d-entreprise\/\"><span class=\"parentarianezloop\">Corporate Legal Structures<\/span><\/a><\/p><p><a href=\"https:\/\/www.altertax-avocats.com\/fiscalite\/structures-juridiques-d-entreprise\/statuts-particuliers\/\"><span class=\"parentarianezloop\">Special status<\/span><\/a><\/p>\n            <div id=\"ariane-enfant\">\n            <p><a href=\"https:\/\/www.altertax-avocats.com\/fiscalite\/structures-juridiques-d-entreprise\/statuts-particuliers\/charges-sociales-sas-et-sarl\/\"><span class=\"parentarianezloop\">Charges Sociales Sas Et Sarl<\/span><\/a><\/p>\n            <ul>\n            \n            <\/ul>\n            <\/div>\n            <\/div>\n        <\/div>\n        \n<\/div>","protected":false},"excerpt":{"rendered":"<p>Social charges for SAS and SARL: Comparison and optimization \ud83e\uddee Simulateur de Charges Sociales SAS vs SARL Calculate and compare your structure&#8217;s real costs Desired net annual salary (\u20ac) Structure type SAS (Chairman) SARL (majority manager) SARL (minority manager) Dividend optimization (optional) Share capital (\u20ac) Current account (\u20ac) Dividends to be distributed (\u20ac) Calculate Results [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[382],"tags":[],"class_list":["post-8448","post","type-post","status-publish","format-standard","hentry","category-taxation"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Social security contributions for sas and sarl: save \u20ac10-14k\/year - Altertax Avocats<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.altertax-avocats.com\/en\/social-security-contributions-for-sas-and-sarl-save-e10-14k-year\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Social security contributions for sas and sarl: save \u20ac10-14k\/year - Altertax Avocats\" \/>\n<meta property=\"og:description\" content=\"Social charges for SAS and SARL: Comparison and optimization \ud83e\uddee Simulateur de Charges Sociales SAS vs SARL Calculate and compare your structure&#8217;s real costs Desired net annual salary (\u20ac) Structure type SAS (Chairman) SARL (majority manager) SARL (minority manager) Dividend optimization (optional) Share capital (\u20ac) Current account (\u20ac) Dividends to be distributed (\u20ac) Calculate Results [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.altertax-avocats.com\/en\/social-security-contributions-for-sas-and-sarl-save-e10-14k-year\/\" \/>\n<meta property=\"og:site_name\" content=\"Altertax Avocats\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-12T18:23:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.altertax-avocats.com\/wp-content\/uploads\/2024\/03\/altertax-avocats-logo-black-full.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1009\" \/>\n\t<meta property=\"og:image:height\" content=\"286\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Equipe de AlterTax Avocats\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Equipe de AlterTax Avocats\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"13 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/social-security-contributions-for-sas-and-sarl-save-e10-14k-year\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/social-security-contributions-for-sas-and-sarl-save-e10-14k-year\\\/\"},\"author\":{\"name\":\"Equipe de AlterTax Avocats\",\"@id\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/#\\\/schema\\\/person\\\/bbfb0f93f3e05c30485cf20fa2dff731\"},\"headline\":\"Social security contributions for sas and sarl: save \u20ac10-14k\\\/year\",\"datePublished\":\"2026-01-12T18:23:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/social-security-contributions-for-sas-and-sarl-save-e10-14k-year\\\/\"},\"wordCount\":2714,\"publisher\":{\"@id\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/#organization\"},\"articleSection\":[\"Taxation\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/social-security-contributions-for-sas-and-sarl-save-e10-14k-year\\\/\",\"url\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/social-security-contributions-for-sas-and-sarl-save-e10-14k-year\\\/\",\"name\":\"Social security contributions for sas and sarl: save \u20ac10-14k\\\/year - Altertax Avocats\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/#website\"},\"datePublished\":\"2026-01-12T18:23:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/social-security-contributions-for-sas-and-sarl-save-e10-14k-year\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/social-security-contributions-for-sas-and-sarl-save-e10-14k-year\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/social-security-contributions-for-sas-and-sarl-save-e10-14k-year\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Social security contributions for sas and sarl: save \u20ac10-14k\\\/year\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/\",\"name\":\"Altertax Avocats\",\"description\":\"Avocats Fiscalistes Paris, Droit Fiscal\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/#organization\",\"name\":\"ALTERTAX\",\"alternateName\":\"AlterTax Avocats\",\"url\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.altertax-avocats.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/logo-emblem-altertax-avocats.png\",\"contentUrl\":\"https:\\\/\\\/www.altertax-avocats.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/logo-emblem-altertax-avocats.png\",\"width\":912,\"height\":672,\"caption\":\"ALTERTAX\"},\"image\":{\"@id\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/altertax-avocats\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/#\\\/schema\\\/person\\\/bbfb0f93f3e05c30485cf20fa2dff731\",\"name\":\"Equipe de AlterTax Avocats\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8ed93df48bf80b68ecf1c66be3eb65c16a34c10d761d8160949214a7913d5907?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8ed93df48bf80b68ecf1c66be3eb65c16a34c10d761d8160949214a7913d5907?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8ed93df48bf80b68ecf1c66be3eb65c16a34c10d761d8160949214a7913d5907?s=96&d=mm&r=g\",\"caption\":\"Equipe de AlterTax Avocats\"},\"description\":\"Avec 25 ans d'exp\u00e9rience en droit fiscal, notamment dans de grands cabinets fran\u00e7ais et internationaux, je fournis des conseils sur-mesure en fiscalit\u00e9. Ma passion et mon implication me permettent d'accompagner efficacement les entreprises fran\u00e7aises dans leur expansion internationale, ainsi que les groupes \u00e9trangers et multinationales dans leurs op\u00e9rations transfrontali\u00e8res et de r\u00e9organisation. Je conseille \u00e9galement les personnes physiques pour la gestion de leur patrimoine et leur planification successorale. Mon expertise s'\u00e9tend au contentieux fiscal devant les juridictions administratives et civiles.\",\"sameAs\":[\"https:\\\/\\\/www.altertax-avocats.com\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/cyril-maucour\\\/\"],\"url\":\"https:\\\/\\\/www.altertax-avocats.com\\\/notre-equipe\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Social security contributions for sas and sarl: save \u20ac10-14k\/year - Altertax Avocats","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.altertax-avocats.com\/en\/social-security-contributions-for-sas-and-sarl-save-e10-14k-year\/","og_locale":"en_US","og_type":"article","og_title":"Social security contributions for sas and sarl: save \u20ac10-14k\/year - Altertax Avocats","og_description":"Social charges for SAS and SARL: Comparison and optimization \ud83e\uddee Simulateur de Charges Sociales SAS vs SARL Calculate and compare your structure&#8217;s real costs Desired net annual salary (\u20ac) Structure type SAS (Chairman) SARL (majority manager) SARL (minority manager) Dividend optimization (optional) Share capital (\u20ac) Current account (\u20ac) Dividends to be distributed (\u20ac) Calculate Results [&hellip;]","og_url":"https:\/\/www.altertax-avocats.com\/en\/social-security-contributions-for-sas-and-sarl-save-e10-14k-year\/","og_site_name":"Altertax Avocats","article_published_time":"2026-01-12T18:23:59+00:00","og_image":[{"width":1009,"height":286,"url":"https:\/\/www.altertax-avocats.com\/wp-content\/uploads\/2024\/03\/altertax-avocats-logo-black-full.png","type":"image\/png"}],"author":"Equipe de AlterTax Avocats","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Equipe de AlterTax Avocats","Est. reading time":"13 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.altertax-avocats.com\/en\/social-security-contributions-for-sas-and-sarl-save-e10-14k-year\/#article","isPartOf":{"@id":"https:\/\/www.altertax-avocats.com\/en\/social-security-contributions-for-sas-and-sarl-save-e10-14k-year\/"},"author":{"name":"Equipe de AlterTax Avocats","@id":"https:\/\/www.altertax-avocats.com\/en\/#\/schema\/person\/bbfb0f93f3e05c30485cf20fa2dff731"},"headline":"Social security contributions for sas and sarl: save \u20ac10-14k\/year","datePublished":"2026-01-12T18:23:59+00:00","mainEntityOfPage":{"@id":"https:\/\/www.altertax-avocats.com\/en\/social-security-contributions-for-sas-and-sarl-save-e10-14k-year\/"},"wordCount":2714,"publisher":{"@id":"https:\/\/www.altertax-avocats.com\/en\/#organization"},"articleSection":["Taxation"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.altertax-avocats.com\/en\/social-security-contributions-for-sas-and-sarl-save-e10-14k-year\/","url":"https:\/\/www.altertax-avocats.com\/en\/social-security-contributions-for-sas-and-sarl-save-e10-14k-year\/","name":"Social security contributions for sas and sarl: save \u20ac10-14k\/year - Altertax Avocats","isPartOf":{"@id":"https:\/\/www.altertax-avocats.com\/en\/#website"},"datePublished":"2026-01-12T18:23:59+00:00","breadcrumb":{"@id":"https:\/\/www.altertax-avocats.com\/en\/social-security-contributions-for-sas-and-sarl-save-e10-14k-year\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.altertax-avocats.com\/en\/social-security-contributions-for-sas-and-sarl-save-e10-14k-year\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.altertax-avocats.com\/en\/social-security-contributions-for-sas-and-sarl-save-e10-14k-year\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.altertax-avocats.com\/en\/"},{"@type":"ListItem","position":2,"name":"Social security contributions for sas and sarl: save \u20ac10-14k\/year"}]},{"@type":"WebSite","@id":"https:\/\/www.altertax-avocats.com\/en\/#website","url":"https:\/\/www.altertax-avocats.com\/en\/","name":"Altertax Avocats","description":"Avocats Fiscalistes Paris, Droit Fiscal","publisher":{"@id":"https:\/\/www.altertax-avocats.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.altertax-avocats.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.altertax-avocats.com\/en\/#organization","name":"ALTERTAX","alternateName":"AlterTax Avocats","url":"https:\/\/www.altertax-avocats.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.altertax-avocats.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.altertax-avocats.com\/wp-content\/uploads\/2024\/01\/logo-emblem-altertax-avocats.png","contentUrl":"https:\/\/www.altertax-avocats.com\/wp-content\/uploads\/2024\/01\/logo-emblem-altertax-avocats.png","width":912,"height":672,"caption":"ALTERTAX"},"image":{"@id":"https:\/\/www.altertax-avocats.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/altertax-avocats\/"]},{"@type":"Person","@id":"https:\/\/www.altertax-avocats.com\/en\/#\/schema\/person\/bbfb0f93f3e05c30485cf20fa2dff731","name":"Equipe de AlterTax Avocats","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/8ed93df48bf80b68ecf1c66be3eb65c16a34c10d761d8160949214a7913d5907?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/8ed93df48bf80b68ecf1c66be3eb65c16a34c10d761d8160949214a7913d5907?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8ed93df48bf80b68ecf1c66be3eb65c16a34c10d761d8160949214a7913d5907?s=96&d=mm&r=g","caption":"Equipe de AlterTax Avocats"},"description":"Avec 25 ans d'exp\u00e9rience en droit fiscal, notamment dans de grands cabinets fran\u00e7ais et internationaux, je fournis des conseils sur-mesure en fiscalit\u00e9. Ma passion et mon implication me permettent d'accompagner efficacement les entreprises fran\u00e7aises dans leur expansion internationale, ainsi que les groupes \u00e9trangers et multinationales dans leurs op\u00e9rations transfrontali\u00e8res et de r\u00e9organisation. Je conseille \u00e9galement les personnes physiques pour la gestion de leur patrimoine et leur planification successorale. Mon expertise s'\u00e9tend au contentieux fiscal devant les juridictions administratives et civiles.","sameAs":["https:\/\/www.altertax-avocats.com","https:\/\/www.linkedin.com\/in\/cyril-maucour\/"],"url":"https:\/\/www.altertax-avocats.com\/notre-equipe\/"}]}},"_links":{"self":[{"href":"https:\/\/www.altertax-avocats.com\/en\/wp-json\/wp\/v2\/posts\/8448","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.altertax-avocats.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.altertax-avocats.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.altertax-avocats.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.altertax-avocats.com\/en\/wp-json\/wp\/v2\/comments?post=8448"}],"version-history":[{"count":0,"href":"https:\/\/www.altertax-avocats.com\/en\/wp-json\/wp\/v2\/posts\/8448\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.altertax-avocats.com\/en\/wp-json\/wp\/v2\/media?parent=8448"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.altertax-avocats.com\/en\/wp-json\/wp\/v2\/categories?post=8448"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.altertax-avocats.com\/en\/wp-json\/wp\/v2\/tags?post=8448"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}