 {"id":8656,"date":"2026-03-05T11:11:10","date_gmt":"2026-03-05T10:11:10","guid":{"rendered":"https:\/\/www.altertax-avocats.com\/calculating-683-registration-fees-practical-guide-5-french-only\/"},"modified":"2026-03-05T11:11:10","modified_gmt":"2026-03-05T10:11:10","slug":"calculating-683-registration-fees-practical-guide-5-french-only","status":"publish","type":"post","link":"https:\/\/www.altertax-avocats.com\/en\/calculating-683-registration-fees-practical-guide-5-french-only\/","title":{"rendered":"Calculating 683 registration fees: practical guide [5%] [French only"},"content":{"rendered":"\n \n        <h1>Calculation of registration fees under article 683 of the French General Tax Code (CGI)<\/h1>\n        <div id=\"simu-zloop\">\n        <div class=\"simulator-wrapper\" id=\"simu-zloop\">\n<div class=\"sim-container\">\n<div class=\"sim-header\">\n<h3>Calculator &#8211; Article 683 CGI<\/h3>\n<p class=\"sim-subtitle\">Calculate your registration fees for a transfer of shares<\/p>\n<\/div>\n<div class=\"sim-form\">\n<div class=\"sim-input-group\">\n<label for=\"prix-cession\">Share sale price (\u20ac)<\/label>\n<input id=\"prix-cession\" min=\"0\" oninput=\"window.calculateDroits()\" step=\"1000\" type=\"number\" value=\"500000\">\n<\/div>\n<div class=\"sim-input-group\">\n<label for=\"pourcentage-immo\">Percentage of real estate assets (%)<\/label>\n<div class=\"slider-container\">\n<input id=\"pourcentage-immo\" max=\"100\" min=\"0\" oninput=\"window.calculateDroits()\" type=\"range\" value=\"70\">\n<span class=\"slider-value\" id=\"slider-display\">70%<\/span>\n<\/div>\n<div class=\"warning-zone\" id=\"warning-zone\">\n  \u26a0\ufe0f Real estate company (&gt;50%)\n                <\/div>\n<\/div>\n<\/div>\n<div class=\"sim-results\" id=\"results-section\">\n<h4>Calculation details<\/h4>\n<div class=\"calculation-steps\">\n<div class=\"calc-step\">\n<span class=\"step-label\">Selling price :<\/span>\n<span class=\"step-value\" id=\"result-prix\">500 000 \u20ac<\/span>\n<\/div>\n<div class=\"calc-step\">\n<span class=\"step-label\">Real estate assets :<\/span>\n<span class=\"step-value\" id=\"result-immo-pct\">70%<\/span>\n<\/div>\n<div class=\"calc-step\">\n<span class=\"step-label\">Non-real estate assets :<\/span>\n<span class=\"step-value\" id=\"result-non-immo-pct\">30%<\/span>\n<\/div>\n<div class=\"calc-step highlight\">\n<span class=\"step-label\">Proportional allowance :<\/span>\n<span class=\"step-value\" id=\"result-abattement\">150 000 \u20ac<\/span>\n<\/div>\n<div class=\"calc-step highlight\">\n<span class=\"step-label\">Taxable base :<\/span>\n<span class=\"step-value\" id=\"result-base\">350 000 \u20ac<\/span>\n<\/div>\n<div class=\"calc-step formula\">\n<span class=\"step-label\">Applicable rate :<\/span>\n<span class=\"step-value\">5%<\/span>\n<\/div>\n<\/div>\n<div class=\"final-result\">\n<span class=\"final-label\">Registration fees payable :<\/span>\n<span class=\"final-value\" id=\"result-final\">17 500 \u20ac<\/span>\n<\/div>\n<div class=\"info-box\">\n<strong>\u2139\ufe0f Important:<\/strong> Declaration and payment to be made within one month of transfer. Delay: 0.20% per month + surcharges from 10% to 80%. \n            <\/div>\n<\/div>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">\nwindow.calculateDroits = function() {\n    \/\/ Get input values\n    const prixCessionInput = document.getElementById('prix-cession');\n    const pourcentageImmoInput = document.getElementById('pourcentage-immo');\n    const sliderDisplay = document.getElementById('slider-display');\n    const warningZone = document.getElementById('warning-zone');\n    \n    \/\/ Parse values with validation\n    const prixCession = parseFloat(prixCessionInput.value) || 0;\n    const pourcentageImmo = parseFloat(pourcentageImmoInput.value) || 0;\n    const pourcentageNonImmo = 100 - pourcentageImmo;\n    \n    \/\/ Update slider display\n    sliderDisplay.textContent = pourcentageImmo + '%';\n    \n    \/\/ Show\/hide warning for pr\u00e9pond\u00e9rance immobili\u00e8re\n    if (pourcentageImmo > 50) {\n        warningZone.style.display = 'block';\n    } else {\n        warningZone.style.display = 'none';\n    }\n    \n    \/\/ Calculate abattement proportionnel (based on non-real estate assets)\n    const abattement = prixCession * (pourcentageNonImmo \/ 100);\n    \n    \/\/ Calculate taxable base\n    const baseTaxable = prixCession - abattement;\n    \n    \/\/ Calculate registration fees (5%)\n    const droitsEnregistrement = baseTaxable * 0.05;\n    \n    \/\/ Format numbers for display\n    const formatEuro = function(value) {\n        return new Intl.NumberFormat('fr-FR', {\n            style: 'currency',\n            currency: 'EUR',\n            minimumFractionDigits: 0,\n            maximumFractionDigits: 0\n        }).format(value);\n    };\n    \n    const formatPercent = function(value) {\n        return value.toFixed(0) + '%';\n    };\n    \n    \/\/ Update display\n    document.getElementById('result-prix').textContent = formatEuro(prixCession);\n    document.getElementById('result-immo-pct').textContent = formatPercent(pourcentageImmo);\n    document.getElementById('result-non-immo-pct').textContent = formatPercent(pourcentageNonImmo);\n    document.getElementById('result-abattement').textContent = formatEuro(abattement);\n    document.getElementById('result-base').textContent = formatEuro(baseTaxable);\n    document.getElementById('result-final').textContent = formatEuro(droitsEnregistrement);\n};\n\n\/\/ Initialize calculator on page load\ndocument.addEventListener('DOMContentLoaded', function() {\n    window.calculateDroits();\n});\n<\/script>\n<style type=\"text\/css\">\n.simulator-wrapper {\n    font-family: Poppins, sans-serif;\n    max-width: 700px;\n    margin: 20px auto;\n    background: #ffffff;\n    border-radius: 12px;\n    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.05);\n    overflow: hidden;\n}\n\n.simulator-wrapper .sim-container {\n    padding: 30px;\n}\n\n.simulator-wrapper .sim-header {\n    text-align: center;\n    margin-bottom: 30px;\n    padding-bottom: 20px;\n    border-bottom: 2px solid #e8eef5;\n}\n\n.simulator-wrapper .sim-header h3 {\n    margin: 0 0 10px 0;\n    color: #1a365d;\n    font-size: 24px;\n    font-weight: 600;\n}\n\n.simulator-wrapper .sim-subtitle {\n    margin: 0;\n    color: #64748b;\n    font-size: 14px;\n}\n\n.simulator-wrapper .sim-form {\n    margin-bottom: 30px;\n}\n\n.simulator-wrapper .sim-input-group {\n    margin-bottom: 25px;\n}\n\n.simulator-wrapper .sim-input-group label {\n    display: block;\n    margin-bottom: 8px;\n    color: #334155;\n    font-weight: 500;\n    font-size: 14px;\n}\n\n.simulator-wrapper .sim-input-group input[type=\"number\"] {\n    width: 100%;\n    padding: 12px 15px;\n    border: 2px solid #e2e8f0;\n    border-radius: 8px;\n    font-size: 16px;\n    transition: border-color 0.3s;\n    box-sizing: border-box;\n}\n\n.simulator-wrapper .sim-input-group input[type=\"number\"]:focus {\n    outline: none;\n    border-color: #3b82f6;\n}\n\n.simulator-wrapper .slider-container {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n}\n\n.simulator-wrapper .slider-container input[type=\"range\"] {\n    flex: 1;\n    height: 8px;\n    border-radius: 5px;\n    background: linear-gradient(to right, #10b981 0%, #ef4444 100%);\n    outline: none;\n    -webkit-appearance: none;\n}\n\n.simulator-wrapper .slider-container input[type=\"range\"]::-webkit-slider-thumb {\n    -webkit-appearance: none;\n    appearance: none;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    background: #3b82f6;\n    cursor: pointer;\n    border: 3px solid white;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);\n}\n\n.simulator-wrapper .slider-container input[type=\"range\"]::-moz-range-thumb {\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    background: #3b82f6;\n    cursor: pointer;\n    border: 3px solid white;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);\n}\n\n.simulator-wrapper .slider-value {\n    min-width: 50px;\n    text-align: right;\n    font-weight: 600;\n    color: #1a365d;\n    font-size: 16px;\n}\n\n.simulator-wrapper .warning-zone {\n    margin-top: 10px;\n    padding: 10px 15px;\n    background: #fef3c7;\n    border-left: 4px solid #f59e0b;\n    border-radius: 4px;\n    font-size: 13px;\n    color: #92400e;\n    display: none;\n}\n\n.simulator-wrapper .sim-results {\n    background: #f8fafc;\n    padding: 25px;\n    border-radius: 10px;\n    border: 1px solid #e2e8f0;\n}\n\n.simulator-wrapper .sim-results h4 {\n    margin: 0 0 20px 0;\n    color: #1a365d;\n    font-size: 18px;\n    font-weight: 600;\n}\n\n.simulator-wrapper .calculation-steps {\n    margin-bottom: 20px;\n}\n\n.simulator-wrapper .calc-step {\n    display: flex;\n    justify-content: space-between;\n    padding: 12px 15px;\n    margin-bottom: 8px;\n    background: white;\n    border-radius: 6px;\n    border: 1px solid #e2e8f0;\n}\n\n.simulator-wrapper .calc-step.highlight {\n    background: #eff6ff;\n    border-color: #bfdbfe;\n}\n\n.simulator-wrapper .calc-step.formula {\n    background: #fef3c7;\n    border-color: #fde68a;\n}\n\n.simulator-wrapper .step-label {\n    color: #475569;\n    font-size: 14px;\n}\n\n.simulator-wrapper .step-value {\n    font-weight: 600;\n    color: #1e293b;\n    font-size: 14px;\n}\n\n.simulator-wrapper .final-result {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 20px;\n    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);\n    border-radius: 8px;\n    margin-bottom: 20px;\n}\n\n.simulator-wrapper .final-label {\n    color: white;\n    font-size: 16px;\n    font-weight: 500;\n}\n\n.simulator-wrapper .final-value {\n    color: white;\n    font-size: 28px;\n    font-weight: 700;\n}\n\n.simulator-wrapper .info-box {\n    padding: 15px;\n    background: #e0f2fe;\n    border-left: 4px solid #0284c7;\n    border-radius: 4px;\n    font-size: 13px;\n    color: #0c4a6e;\n    line-height: 1.6;\n}\n\n.simulator-wrapper .info-box strong {\n    display: block;\n    margin-bottom: 5px;\n}\n\n@media (max-width: 600px) {\n    .simulator-wrapper .sim-container {\n        padding: 20px;\n    }\n    \n    .simulator-wrapper .sim-header h3 {\n        font-size: 20px;\n    }\n    \n    .simulator-wrapper .final-result {\n        flex-direction: column;\n        gap: 10px;\n        text-align: center;\n    }\n    \n    .simulator-wrapper .final-value {\n        font-size: 24px;\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>Registration fees are a compulsory charge for certain legal transactions, notably transfers of company shares. Article 683 of the French General Tax Code (CGI) sets out the specific rules for calculating these duties. Understanding these mechanisms will enable you to anticipate your tax obligations and optimize your wealth management operations. This page details the calculation methods, applicable rates and special features of this tax regime.   <\/p><h2>What is the calculation of registration fees under article 683 of the CGI?<\/h2><p><a href=\"https:\/\/www.altertax-avocats.com\/contentieux-fiscal\/droits-enregistrement\/683-cgi\/\">Article 683 of the French General Tax Code<\/a> applies mainly to <a href=\"https:\/\/www.altertax-avocats.com\/contentieux-fiscal\/droits-enregistrement\/cessions-parts\/\">sales of shares<\/a> in companies with a majority of real estate assets, i.e. those whose assets comprise more than 50% real estate. The law sets a rate of 5% applicable to the sale price or the actual market value of the shares, after deduction of a proportional allowance corresponding to the ratio of non-real estate assets to the company&#8217;s total assets, thus effectively taxing only the real estate portion of the company&#8217;s assets. <\/p><h2>Scope of article 683 of the CGI<\/h2><p>Article 683 applies to sales of shares in companies whose assets consist mainly of real estate or real estate rights located in France. A company is considered to have a preponderance of real estate assets when more than 50% of its assets are made up of real estate, this assessment being made on the date of the sale. You must also consider real estate rights and <a href=\"https:\/\/www.altertax-avocats.com\/integration-fiscale-participations-croisees-entre-filiales\/\">holdings<\/a> in other companies with a majority of real estate assets. The precise valuation of assets often requires the intervention of a specialized <a href=\"https:\/\/www.altertax-avocats.com\/fiscalite\/services-professionnels-comptables\/meilleur-cabinet-comptable-paris\">accounting firm<\/a>. This is often the case for non-trading property companies (SCI) and certain commercial companies.    <\/p><h3>The companies concerned<\/h3><p>The companies concerned include SCIs, SNCs (soci\u00e9t\u00e9s en nom collectif), limited partnerships (soci\u00e9t\u00e9s en commandite simple), as well as SASs and SARLs, depending on the composition of their assets. The precise valuation of assets often requires the assistance of a professional specialized in <a href=\"https:\/\/www.altertax-avocats.com\/droits-denregistrement\/\">registration duties<\/a>. <\/p><h2>How registration fees are calculated<\/h2><p>The tax base corresponds to the sale price stipulated in the deed, or the actual market value if this is higher. The tax authorities can rectify manifestly undervalued assets. Accurate assessment of the tax base often requires analysis of the company&#8217;s <a href=\"https:\/\/www.altertax-avocats.com\/fiscalite\/services-professionnels-comptables\/tenue-comptable-revision-fiscalite-d-entreprise\">balance sheet<\/a>.  <\/p><p>You then apply the proportional allowance provided for under article 683. This allowance corresponds to the ratio of assets not subject to registration duty to the company&#8217;s total assets. If 30% of the assets are cash or receivables, you deduct 30% from the tax base before applying the 5% rate.  <\/p><h3>Detailed calculation formula<\/h3><p>The formula is as follows: <strong>Registration fees = (Sale price &#8211; Proportional allowance) \u00d7 5%<\/strong>. The proportional allowance is calculated by multiplying the sale price by the percentage of non-real estate assets. <\/p><p>For a sale of shares worth 500,000 euros in a company with 70% real estate assets, the calculation would be: 500,000 \u00d7 70% = 350,000 euros (taxable base after allowance), then 350,000 \u00d7 5% = 17,500 euros in registration fees.<\/p><h2>Reporting and payment obligations<\/h2><p>You must file a declaration with the tax department within one month of the transfer, generally using the specific <a href=\"https:\/\/www.altertax-avocats.com\/contentieux-fiscal\/droits-enregistrement\/formulaires\/\">administrative forms<\/a> provided by the tax authorities, accompanied by payment of the duties. Any delay will incur interest of 0.20% per month and surcharges ranging from 10% to 80%, depending on the seriousness of the default. <\/p><h3>Required supporting documents<\/h3><p>The tax authorities require several documents to validate your tax return:<\/p><ul><li>The deed of sale<\/li><li>A detailed statement of the company&#8217;s assets and liabilities<\/li><li>A certificate of asset composition<\/li><\/ul><p>A recent balance sheet and certificates of expertise strengthen your case.<\/p><h2>Special cases and exceptions<\/h2><p>Certain transactions benefit from exemptions or special arrangements. Transfers carried out as part of a universal transfer of assets (TUP) or a merger may be exempt from registration duty under certain conditions. Sales of shares in listed companies are also subject to a separate regime, with specific rates and reporting requirements.  <\/p><h2>Legal tax optimization strategies<\/h2><p>There are several ways to legally reduce the tax burden associated with registration fees. The prior restructuring of the company&#8217;s assets can modify the ratio of real estate assets to liabilities, while the dismemberment of ownership (sale of bare ownership or usufruct separately) can generate tax savings. These operations require sufficient foresight and must be based on a real economic rationale to avoid reclassification as an abuse of rights.  <\/p><h2>Disputes and appeals<\/h2><p>In the event of disagreement with the tax authorities over the amount of registration fees, you can lodge a contentious claim within two years of payment. If the claim is rejected, you can still appeal to the administrative court. The assistance of a <a href=\"https:\/\/www.altertax-avocats.com\/avocat-contentieux-fiscal\/\">lawyer specialized in tax litigation<\/a> maximizes your chances of success in these proceedings.  <\/p><h2>Mastering calculations to secure your operations<\/h2><p>Calculating registration duties in accordance with article 683 of the French General Tax Code requires absolute rigor in determining the tax base and applying the proportional allowance. Anticipating the tax implications from the outset of your sale project helps avoid costly errors and subsequent litigation. Given the complexity of these rules and the significant financial stakes involved, it is essential to call on the services of a professional specialized in real estate taxation, to ensure the legal security of your operations.  <\/p>\n        <\/div>\n        <div id=\"FAQ-Zloop\">\n        <div>\n<h2>Frequently asked questions<\/h2>\n<p>This section answers frequently asked questions about calculating registration fees under article 683 of the French General Tax Code. Discover the information you need to understand and apply this tax provision correctly. <\/p>\n<h3>What is article 683 of the CGI?<\/h3>\n<p>Article 683 of the Code G\u00e9n\u00e9ral des Imp\u00f4ts (French General Tax Code) sets out the basis of assessment and calculation of registration fees for certain legal transactions. It establishes the calculation bases applicable to deeds subject to registration, and specifies the elements to be taken into account to determine the taxable value. This provision applies in particular to transfers of ownership, company deeds and other transactions subject to registration.  <\/p>\n<h3>How to calculate registration fees under article 683 of the French General Tax Code?<\/h3>\n<p>To calculate registration duties under article 683, we first need to identify the nature of the deed concerned and its taxable value. The corresponding CGI rate must then be applied to this base. The resulting amount constitutes the registration duty due. For complex deeds, you need to break down the transaction into its various taxable components, apply the specific rates to each, and then total up the amounts calculated.   <\/p>\n<h3>What are the steps for calculating registration fees under article 683?<\/h3>\n<p>The calculation is carried out in several stages: firstly, determining the legal classification of the deed to identify the applicable tax regime. Secondly, establish the taxable base by assessing the actual market value or the declared value, as the case may be. Third, apply the statutory registration rate. Fourth, check for the existence of any allowances or exemptions. Finally, calculate the final amount of duty, taking into account any minimum levies.    <\/p>\n<h3>What are the applicable rates under article 683 of the CGI?<\/h3>\n<p>Rates vary according to the nature of the transaction and the qualification of the deed. For real estate transfers, the rate can vary from 0.715% to 5.80%, depending on the department and the nature of the property. Sales of company shares are generally subject to a rate of 3% after allowance. Company deeds may benefit from reduced or fixed rates. It is essential to consult the specific provisions and regulatory updates to apply the correct rate.    <\/p>\n<h3>When should you call on the services of a tax lawyer for registration fees?<\/h3>\n<p>The services of a tax lawyer are recommended in a number of situations: when the transaction is legally or fiscally complex, when the amounts involved are significant enough to justify optimization, when there are disagreements with the tax authorities, or to secure a transaction before it is carried out. Specialized advice helps to avoid costly mistakes, identify opportunities for legal optimization without falling into the trap of <a href=\"https:\/\/www.altertax-avocats.com\/en\/abus-de-droit\/\">abuse of rights<\/a>, and prevent the risk of tax reassessment. <\/p>\n<h3>What are the penalties for miscalculating registration fees?<\/h3>\n<p>Errors in calculation can result in several types of penalty. In the event of under-assessment, the tax authorities may apply a penalty of 0.20% interest per month. If the shortfall exceeds 10% of the duties due, a surcharge of 40% may be applied. In the case of deliberate failure to comply, the surcharge rises to 80%. Penalties for failure to file or late filing may also be added, generally set at 10% of the duties evaded.    <\/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\/contentieux-fiscal\/\"><span class=\"parentarianezloop\">Tax Litigation<\/span><\/a><\/p><p><a href=\"https:\/\/www.altertax-avocats.com\/contentieux-fiscal\/droits-enregistrement\/\"><span class=\"parentarianezloop\">Registration fees<\/span><\/a><\/p>\n            <div id=\"ariane-enfant\">\n            <p><a href=\"https:\/\/www.altertax-avocats.com\/contentieux-fiscal\/droits-enregistrement\/calcul-droits-enregistrement-683\/\"><span class=\"parentarianezloop\">Calculation Registration duties 683<\/span><\/a><\/p>\n            <ul>\n            \n            <\/ul>\n            <\/div>\n            <\/div>\n        <\/div>\n        \n","protected":false},"excerpt":{"rendered":"<p>Calculation of registration fees under article 683 of the French General Tax Code (CGI) Calculator &#8211; Article 683 CGI Calculate your registration fees for a transfer of shares Share sale price (\u20ac) Percentage of real estate assets (%) 70% \u26a0\ufe0f Real estate company (&gt;50%) Calculation details Selling price : 500 000 \u20ac Real estate assets [&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":[384],"tags":[],"class_list":["post-8656","post","type-post","status-publish","format-standard","hentry","category-litigation"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Calculating 683 registration fees: practical guide [5%] [French only - 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\/calculating-683-registration-fees-practical-guide-5-french-only\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Calculating 683 registration fees: practical guide [5%] [French only - Altertax Avocats\" \/>\n<meta property=\"og:description\" content=\"Calculation of registration fees under article 683 of the French General Tax Code (CGI) Calculator &#8211; Article 683 CGI Calculate your registration fees for a transfer of shares Share sale price (\u20ac) Percentage of real estate assets (%) 70% \u26a0\ufe0f Real estate company (&gt;50%) Calculation details Selling price : 500 000 \u20ac Real estate assets [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.altertax-avocats.com\/en\/calculating-683-registration-fees-practical-guide-5-french-only\/\" \/>\n<meta property=\"og:site_name\" content=\"Altertax Avocats\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-05T10:11:10+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=\"7 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\\\/calculating-683-registration-fees-practical-guide-5-french-only\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/calculating-683-registration-fees-practical-guide-5-french-only\\\/\"},\"author\":{\"name\":\"Equipe de AlterTax Avocats\",\"@id\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/#\\\/schema\\\/person\\\/bbfb0f93f3e05c30485cf20fa2dff731\"},\"headline\":\"Calculating 683 registration fees: practical guide [5%] [French only\",\"datePublished\":\"2026-03-05T10:11:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/calculating-683-registration-fees-practical-guide-5-french-only\\\/\"},\"wordCount\":1485,\"publisher\":{\"@id\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/#organization\"},\"articleSection\":[\"Litigation\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/calculating-683-registration-fees-practical-guide-5-french-only\\\/\",\"url\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/calculating-683-registration-fees-practical-guide-5-french-only\\\/\",\"name\":\"Calculating 683 registration fees: practical guide [5%] [French only - Altertax Avocats\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/#website\"},\"datePublished\":\"2026-03-05T10:11:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/calculating-683-registration-fees-practical-guide-5-french-only\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/calculating-683-registration-fees-practical-guide-5-french-only\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/calculating-683-registration-fees-practical-guide-5-french-only\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.altertax-avocats.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Calculating 683 registration fees: practical guide [5%] [French only\"}]},{\"@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":"Calculating 683 registration fees: practical guide [5%] [French only - 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\/calculating-683-registration-fees-practical-guide-5-french-only\/","og_locale":"en_US","og_type":"article","og_title":"Calculating 683 registration fees: practical guide [5%] [French only - Altertax Avocats","og_description":"Calculation of registration fees under article 683 of the French General Tax Code (CGI) Calculator &#8211; Article 683 CGI Calculate your registration fees for a transfer of shares Share sale price (\u20ac) Percentage of real estate assets (%) 70% \u26a0\ufe0f Real estate company (&gt;50%) Calculation details Selling price : 500 000 \u20ac Real estate assets [&hellip;]","og_url":"https:\/\/www.altertax-avocats.com\/en\/calculating-683-registration-fees-practical-guide-5-french-only\/","og_site_name":"Altertax Avocats","article_published_time":"2026-03-05T10:11:10+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":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.altertax-avocats.com\/en\/calculating-683-registration-fees-practical-guide-5-french-only\/#article","isPartOf":{"@id":"https:\/\/www.altertax-avocats.com\/en\/calculating-683-registration-fees-practical-guide-5-french-only\/"},"author":{"name":"Equipe de AlterTax Avocats","@id":"https:\/\/www.altertax-avocats.com\/en\/#\/schema\/person\/bbfb0f93f3e05c30485cf20fa2dff731"},"headline":"Calculating 683 registration fees: practical guide [5%] [French only","datePublished":"2026-03-05T10:11:10+00:00","mainEntityOfPage":{"@id":"https:\/\/www.altertax-avocats.com\/en\/calculating-683-registration-fees-practical-guide-5-french-only\/"},"wordCount":1485,"publisher":{"@id":"https:\/\/www.altertax-avocats.com\/en\/#organization"},"articleSection":["Litigation"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.altertax-avocats.com\/en\/calculating-683-registration-fees-practical-guide-5-french-only\/","url":"https:\/\/www.altertax-avocats.com\/en\/calculating-683-registration-fees-practical-guide-5-french-only\/","name":"Calculating 683 registration fees: practical guide [5%] [French only - Altertax Avocats","isPartOf":{"@id":"https:\/\/www.altertax-avocats.com\/en\/#website"},"datePublished":"2026-03-05T10:11:10+00:00","breadcrumb":{"@id":"https:\/\/www.altertax-avocats.com\/en\/calculating-683-registration-fees-practical-guide-5-french-only\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.altertax-avocats.com\/en\/calculating-683-registration-fees-practical-guide-5-french-only\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.altertax-avocats.com\/en\/calculating-683-registration-fees-practical-guide-5-french-only\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.altertax-avocats.com\/en\/"},{"@type":"ListItem","position":2,"name":"Calculating 683 registration fees: practical guide [5%] [French only"}]},{"@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\/8656","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=8656"}],"version-history":[{"count":0,"href":"https:\/\/www.altertax-avocats.com\/en\/wp-json\/wp\/v2\/posts\/8656\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.altertax-avocats.com\/en\/wp-json\/wp\/v2\/media?parent=8656"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.altertax-avocats.com\/en\/wp-json\/wp\/v2\/categories?post=8656"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.altertax-avocats.com\/en\/wp-json\/wp\/v2\/tags?post=8656"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}