{"id":2569,"date":"2025-07-13T10:37:56","date_gmt":"2025-07-13T08:37:56","guid":{"rendered":"https:\/\/www.ontslagrechtjuristen.nl\/?page_id=2569"},"modified":"2026-02-17T17:25:47","modified_gmt":"2026-02-17T15:25:47","slug":"calculate","status":"publish","type":"page","link":"https:\/\/www.ontslagrechtjuristen.nl\/en\/transitievergoeding\/berekenen\/","title":{"rendered":"Calculate severance pay"},"content":{"rendered":"<div id=\"cs-content\" class=\"cs-content\"><div class=\"x-section e2569-e1 m1zd-0\"><div class=\"x-row x-container max width e2569-e2 m1zd-1 m1zd-2\"><div class=\"x-row-inner\"><div class=\"x-col e2569-e3 m1zd-3\"><!DOCTYPE html>\n<html lang=\"nl\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Severance pay Calculator 2026<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\n    <link rel=\"stylesheet\" href=\"styles.css\">\n<\/head>\n<body>\n    <div class=\"container\">\n        <!-- Progress timeline -->\n        <div class=\"progress-timeline\">\n            <div class=\"progress-line\"><\/div>\n            <div class=\"progress-step active\" data-step=\"1\">\n                <div class=\"step-circle\">1<\/div>\n                <div class=\"step-label\">Employment<\/div>\n            <\/div>\n            <div class=\"progress-step\" data-step=\"2\">\n                <div class=\"step-circle\">2<\/div>\n                <div class=\"step-label\">Salary<\/div>\n            <\/div>\n            <div class=\"progress-step\" data-step=\"3\">\n                <div class=\"step-circle\">3<\/div>\n                <div class=\"step-label\">Details<\/div>\n            <\/div>\n            <div class=\"progress-step\" data-step=\"4\">\n                <div class=\"step-circle\">4<\/div>\n                <div class=\"step-label\">Result<\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- Main content container -->\n        <div id=\"mainContent\">\n            <div class=\"content-wrapper\">\n                <!-- Form column -->\n                <div class=\"form-column\">\n                    <form id=\"transitievergoedingForm\" class=\"calculator-form\" action=\"\">\n                        <!-- Hidden fields voor email verzending -->\n                        <input type=\"hidden\" id=\"calculationTimestamp\" name=\"calculationTimestamp\" value=\"\">\n                        <!-- Hidden field voor consent timestamp -->\n                        <input type=\"hidden\" id=\"consentTimestamp\" name=\"consentTimestamp\" value=\"\">\n                        \n                        <!-- Step 1: Dienstverband -->\n                        <div id=\"step1\" class=\"form-step active\">\n                            <h2>\n                                Tell us more about your employment... \n                                <button type=\"button\" class=\"info-button\" id=\"infoBtn1\" aria-label=\"More information\"><i class=\"fas fa-info\"><\/i><\/button>\n                            <\/h2>\n                            <div class=\"form-group\">\n                                <label for=\"startDate\">Employment start date<\/label>\n                                <div class=\"input-with-icon\">\n                                    <input type=\"date\" id=\"startDate\" name=\"startDate\" required min=\"1950-01-01\" max=\"2025-12-31\">\n                                <\/div>\n                                <div id=\"startDateError\" class=\"error-message\"><\/div>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <label for=\"endDate\">End date of employment<\/label>\n                                <div class=\"input-with-icon\">\n                                    <input type=\"date\" id=\"endDate\" name=\"endDate\" required min=\"1950-01-01\" max=\"2030-12-31\">\n                                <\/div>\n                                <div id=\"endDateError\" class=\"error-message\"><\/div>\n                                <div class=\"checkbox-group margin-top\">\n                                    <input type=\"checkbox\" id=\"noEndDateYet\" name=\"noEndDateYet\">\n                                    <label for=\"noEndDateYet\" class=\"checkbox-label\">Not yet applicable<\/label>\n                                <\/div>\n                                <div id=\"fictiveEndDateInfo\" class=\"info-text hidden\">\n                                    To calculate the transition compensation, a notice period of 1 full calendar month is assumed and a fictitious end date is calculated. This helps you get an estimate of your compensation in case of a future dismissal.\n                                <\/div>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <label for=\"ontslagReden\">What is the reason for your (upcoming) resignation?<\/label>\n                                <select id=\"ontslagReden\" name=\"ontslagReden\" required>\n                                    <option value=\"\" selected disabled>Select a reason<\/option>\n                                    <option value=\"bedrijfseconomisch\">Business economics (reorganisation)<\/option>\n                                    <option value=\"verschilInzicht\">Difference of opinion<\/option>\n                                    <option value=\"verstoord\">Disturbed employment relationship<\/option>\n                                    <option value=\"arbeidsongeschikt\">Long-term disability<\/option>\n                                    <option value=\"anders\">Other, namely...<\/option>\n                                <\/select>\n                                <div id=\"ontslagRedenError\" class=\"error-message\"><\/div>\n                            <\/div>\n                            <div class=\"form-group conditional-field\" id=\"ontslagRedenToelichtingContainer\">\n                                <label for=\"ontslagRedenToelichting\">Explanation of reason for dismissal<\/label>\n                                <input type=\"text\" id=\"ontslagRedenToelichting\" name=\"ontslagRedenToelichting\">\n                                <div id=\"ontslagRedenToelichtingError\" class=\"error-message\"><\/div>\n                            <\/div>\n                            <div class=\"form-navigation\">\n                                <button type=\"button\" id=\"toStep2\" class=\"btn next-btn\">Next<\/button>\n                            <\/div>\n                        <\/div>\n                        \n                        <!-- Step 2: Salaris -->\n                        <div id=\"step2\" class=\"form-step\">\n                            <h2>\n                                Your salary and additional allowances\n                                <button type=\"button\" class=\"info-button\" id=\"infoBtn2\" aria-label=\"More information\"><i class=\"fas fa-info\"><\/i><\/button>\n                            <\/h2>\n                            <div class=\"form-group\">\n                                <label for=\"salary\">Gross monthly salary<\/label>\n                                <div class=\"input-with-prefix\">\n                                    <span class=\"prefix\">\u20ac<\/span>\n                                    <input type=\"number\" id=\"salary\" name=\"salary\" min=\"0\" step=\"1.00\" required placeholder=\"0,00\">\n                                <\/div>\n                                <div class=\"help-text\">Enter your gross monthly salary without allowances<\/div>\n                                <div id=\"salaryError\" class=\"error-message\"><\/div>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <div class=\"checkbox-group\">\n                                    <input type=\"checkbox\" id=\"hasVacationMoney\" name=\"hasVacationMoney\">\n                                    <label for=\"hasVacationMoney\" class=\"checkbox-label\">I receive holiday pay<\/label>\n                                <\/div>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <div class=\"checkbox-group\">\n                                    <input type=\"checkbox\" id=\"hasBonuses\" name=\"hasBonuses\">\n                                    <label for=\"hasBonuses\" class=\"checkbox-label\">I receive an annual bonus or 13th month<\/label>\n                                <\/div>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <div class=\"checkbox-group\">\n                                    <input type=\"checkbox\" id=\"hasAllowances\" name=\"hasAllowances\">\n                                    <label for=\"hasAllowances\" class=\"checkbox-label\">I receive structural allowances (shift bonus, etc.)<\/label>\n                                <\/div>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <div class=\"checkbox-group\">\n                                    <input type=\"checkbox\" id=\"hasCompanyProperty\" name=\"hasCompanyProperty\">\n                                    <label for=\"hasCompanyProperty\" class=\"checkbox-label\">I use company property (lease car, laptop, phone, etc.)<\/label>\n                                <\/div>\n                                <div class=\"conditional-field hidden-options\" id=\"companyPropertyItemsContainer\">\n                                    <label for=\"companyPropertyItems\">What company property do you use?<\/label>\n                                    <input type=\"hidden\" id=\"companyPropertyItems\" name=\"companyPropertyItems\">\n                                    <div class=\"multiselect-options\" data-for=\"companyPropertyItems\">\n                                        <div class=\"multiselect-option\" data-value=\"car\">Lease car<\/div>\n                                        <div class=\"multiselect-option\" data-value=\"laptop\">Laptop<\/div>\n                                        <div class=\"multiselect-option\" data-value=\"phone\">Phone<\/div>\n                                        <div class=\"multiselect-option\" data-value=\"other\">Otherwise<\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                            <div class=\"form-navigation\">\n                                <button type=\"button\" id=\"backToStep1\" class=\"btn back-btn\">Back<\/button>\n                                <button type=\"button\" id=\"toStep3\" class=\"btn next-btn\">Next<\/button>\n                            <\/div>\n                        <\/div>\n                        \n                        <!-- Step 3: Persoonlijke gegevens -->\n                        <div id=\"step3\" class=\"form-step\">\n                            <h2>\n                                Your data\n                                <button type=\"button\" class=\"info-button\" id=\"infoBtn3\" aria-label=\"More information\"><i class=\"fas fa-info\"><\/i><\/button>\n                            <\/h2>\n                            <div class=\"form-group\">\n                                <label for=\"fullName\">Full name<\/label>\n                                <input type=\"text\" id=\"fullName\" name=\"fullName\" required minlength=\"2\" maxlength=\"100\" placeholder=\"Enter your full name\">\n                                <div id=\"fullNameError\" class=\"error-message\"><\/div>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <label for=\"email\">Email address<\/label>\n                                <input type=\"email\" id=\"email\" name=\"email\" required placeholder=\"voorbeeld@email.nl\">\n                                <div id=\"emailError\" class=\"error-message\"><\/div>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <label for=\"phone\">Phone number<\/label>\n                                <input type=\"tel\" id=\"phone\" name=\"phone\" required placeholder=\"06-12345678\">\n                                <div class=\"help-text\">For example: 0612345678 or 0201234567<\/div>\n                                <div id=\"phoneError\" class=\"error-message\"><\/div>\n                            <\/div>\n                            \n                            <!-- Privacy Consent - Professioneel Design -->\n                            <div class=\"form-group\">\n                                <div class=\"checkbox-group privacy-consent-professional\">\n                                    <input type=\"checkbox\" id=\"privacyConsent\" name=\"privacyConsent\" required>\n                                    <div class=\"privacy-content\">\n                                        <label for=\"privacyConsent\" class=\"checkbox-label\">\n                                            I agree to the processing of my data in accordance with our \n                                            <a href=\"https:\/\/www.ontslagrechtjuristen.nl\/en\/privacy\/\" target=\"_blank\" class=\"privacy-link-professional\">Privacy statement<\/a>\n                                        <\/label>\n                                    <\/div>\n                                <\/div>\n                                <div id=\"privacyConsentError\" class=\"error-message\"><\/div>\n                            <\/div>\n                            \n                            <div class=\"form-navigation\">\n                                <button type=\"button\" id=\"backToStep2\" class=\"btn back-btn\">Back<\/button>\n                                <button type=\"button\" id=\"calculateBtn\" class=\"btn calculate-btn\">Calculate<\/button>\n                            <\/div>\n                        <\/div>\n                    <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n                <\/div>\n                \n                <!-- Info column (desktop only) -->\n                <div class=\"info-column\">\n                    <div class=\"bekend-van-section\">\n                        <div class=\"bekend-van-header\">\n                            <div class=\"header-line\"><\/div>\n                            <h3>Known from<\/h3>\n                            <div class=\"header-line\"><\/div>\n                        <\/div>\n                        <div class=\"media-logos\">\n                            <div class=\"logo-item\">\n                                <img decoding=\"async\" src=\"https:\/\/www.ontslagrechtjuristen.nl\/mashable_logo-svg\/\" alt=\"Mashable\">\n                            <\/div>\n                            <div class=\"logo-item\">\n                                <img decoding=\"async\" src=\"https:\/\/www.ontslagrechtjuristen.nl\/mr-online-logo\/\" alt=\"Mr-online\">\n                            <\/div>\n                            <div class=\"logo-item\">\n                                <img decoding=\"async\" src=\"https:\/\/www.ontslagrechtjuristen.nl\/headliner_long_logo_transparent_png_official\/\" alt=\"Headliner\">\n                            <\/div>\n                            <div class=\"logo-item\">\n                                <img decoding=\"async\" src=\"https:\/\/www.ontslagrechtjuristen.nl\/logo\/\" alt=\"Ars Aequi\">\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"trust-info-widget\">\n                        <div class=\"bekend-van-header\">\n                            <div class=\"header-line\"><\/div>\n                            <h3>30,000+ calculations<\/h3>\n                            <div class=\"header-line\"><\/div>\n                        <\/div>\n                        <div class=\"partner-info\">\n                            <p>Free services in partnership with<\/p>\n                            <div class=\"partner-logo\">\n                                <img decoding=\"async\" src=\"https:\/\/www.ontslagrechtjuristen.nl\/ontslagpartners_1-2\/\" alt=\"Dismissal partners\">\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- Resultaat container -->\n        <div id=\"resultContainer\" class=\"result-container hidden\">\n            <div class=\"result-header\">\n                <h2>Your redundancy pay<\/h2>\n            <\/div>\n            <div class=\"result-top-row\">\n                <!-- Wettelijke transitievergoeding -->\n                <div class=\"result-block legal-block\">\n                    <h3>You are entitled to this amount in statutory transition pay<\/h3>\n                    <div class=\"result-amount primary\" id=\"resultAmount\">\u20ac0,00<\/div>\n                    <div class=\"result-details\">\n                        <div class=\"basis-text\">Based on the gross monthly salary provided<\/div>\n                        <div id=\"serviceDetail\" class=\"text-center\">Employment: <span id=\"resultYears\">0<\/span> year, <span id=\"resultMonths\">0<\/span> months and <span id=\"resultDays\">0<\/span> days<\/div>\n                        <div id=\"salaryDetail\" class=\"text-center\">Gross monthly salary: \u20ac <span id=\"resultSalary\">0,00<\/span><\/div>\n                    <\/div>\n                <\/div>\n                <!-- Onze inschatting -->\n                <div class=\"result-block estimate-block\">\n                    <h3>Our legal professionals estimate that you are entitled to:<\/h3>\n                    <div class=\"result-amount total\" id=\"totalCompensationAmount\">\u20ac0,00<\/div>\n                    <div class=\"percentage-badge\" id=\"percentageMore\">+0% on top of legal minimum<\/div>\n                    <div class=\"lawyer-estimate-text\">\n                        <span id=\"similarCases\">273<\/span> others sent their settlement agreements to us in similar cases for a free check by one of our dismissal lawyers.\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Actie blokken (nu bovenaan) -->\n            <div class=\"action-row\">\n                <!-- Direct zekerheid blok -->\n                <div class=\"action-block upload-block\">\n                    <h4>Our legal experts will check your settlement agreement for free<\/h4>\n                    <p>Upload your settlement agreement and receive within 24 hours <b>for free<\/b> <b>advice<\/b> from our lawyers.<\/p>\n                    <button id=\"uploadBtn\" class=\"btn upload-btn\">Upload your settlement agreement<\/button>\n                <\/div>\n                <!-- Contact blok -->\n                <div class=\"action-block contact-block\">\n                    <h4>Call us today for a free, no-obligation consultation with a legal expert. Book an appointment.<\/h4>\n                    <p>Our legal professionals are at your disposal and are happy to help you <b>free of charge and without obligation<\/b> further.<\/p>\n                    <button id=\"contactBtn\" class=\"btn contact-btn\">Call me back today<\/button>\n                <\/div>\n            <\/div>\n            \n            <!-- Informatie blokken (nu onderaan) -->\n            <div class=\"result-bottom-row\">\n                <!-- Opgegeven situatie -->\n                <div class=\"result-block situation-block\">\n                    <h3>Your provided situation:<\/h3>\n                    <table class=\"situation-table\">\n                        <tr>\n                            <td>Employment:<\/td>\n                            <td id=\"servicePeriodSummary\">Not specified<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Reason for dismissal:<\/td>\n                            <td id=\"ontslagRedenSummary\">Not specified<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Gross monthly salary:<\/td>\n                            <td id=\"salarySummary\">\u20ac0,00<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Additional fees:<\/td>\n                            <td id=\"benefitsSummary\">No<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Company property:<\/td>\n                            <td id=\"companyPropertySummary\">No<\/td>\n                        <\/tr>\n                    <\/table>\n                <\/div>\n                <!-- Extra vergoedingen -->\n                <div class=\"result-block extras-block\">\n                    <h3>Possible additional fees:<\/h3>\n                    <p class=\"extras-intro\">This estimate is based on additional matters that you have provided in your situation, such as the reason for dismissal, entitlement to holiday pay, an end-of-year bonus, or company property.<\/p>\n                    <p class=\"extras-intro\">Our lawyers are happy to do a <b>for free<\/b> check for you exactly what you are entitled to:<\/p>\n                    <ul class=\"extras-checklist\">\n                        <li>You are entitled to relief from work<\/li>\n                        <li>You are entitled to unemployment benefit<\/li>\n                        <li>You are entitled to other benefits<\/li>\n                        <li>There are no errors in the settlement agreement<\/li>\n                        <li>Other things in your favour<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <div class=\"reset-calculation\">\n                <button type=\"button\" id=\"resetBtn\" class=\"btn reset-btn\">Start new calculation<\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n    <!-- Info popup overlay -->\n    <div class=\"info-popup\" id=\"infoPopup\">\n        <div class=\"info-popup-header\">\n            <div class=\"info-popup-icon\"><i class=\"fas fa-info-circle\"><\/i><\/div>\n            <div class=\"info-popup-title\" id=\"infoPopupTitle\">Tell us more about your employment<\/div>\n            <button class=\"info-popup-close\" id=\"closeInfoPopup\" aria-label=\"Close\">\n                <i class=\"fas fa-times\"><\/i>\n            <\/button>\n        <\/div>\n        <div class=\"info-popup-content\" id=\"infoPopupContent\">\n            <p>Give us the basic details of your employment and instantly see how much compensation you are entitled to!<\/p>\n            <p>Checking your eligibility for compensation and refunds via our Calculator is completely free.<\/p>\n        <\/div>\n        <div class=\"info-popup-footer\">\n            <button class=\"info-dismiss-link\" id=\"dismissInfoPopup\">Close<\/button>\n        <\/div>\n    <\/div>\n    <div class=\"popup-overlay\" id=\"popupOverlay\"><\/div>\n\n    <!-- === START: Popups voor uploaden en terugbelverzoek === -->\n    <div class=\"popup-overlay\" id=\"uploadOverlay\"><\/div>\n    <div class=\"info-popup\" id=\"uploadModal\" style=\"display:none;\">\n        <div class=\"info-popup-header\" style=\"background-color: var(--primary-color);\">\n            <div class=\"info-popup-icon\"><i class=\"fas fa-file-upload\"><\/i><\/div>\n            <div class=\"info-popup-title\">Upload your settlement agreement<\/div>\n            <button class=\"info-popup-close\" id=\"closeUploadModal\" aria-label=\"Close\">\n                <i class=\"fas fa-times\"><\/i>\n            <\/button>\n        <\/div>\n        <form id=\"uploadForm\" class=\"info-popup-content\" enctype=\"multipart\/form-data\" style=\"gap: 20px;\" action=\"\">\n            <!-- Hidden fields worden automatisch gevuld door JavaScript -->\n            <input type=\"hidden\" name=\"client_name\" id=\"upload_client_name\" value=\"\">\n            <input type=\"hidden\" name=\"client_email\" id=\"upload_client_email\" value=\"\">\n            <input type=\"hidden\" name=\"client_phone\" id=\"upload_client_phone\" value=\"\">\n            <input type=\"hidden\" name=\"calculation_data\" id=\"upload_calculation_data\" value=\"\">\n            \n            <div class=\"form-group\">\n                <label for=\"vso_file\">Select file<\/label>\n                <input type=\"file\" name=\"vso_file\" id=\"vso_file\" required accept=\".pdf,.doc,.docx,.jpg,.jpeg,.png\">\n                <div class=\"help-text\">PDF, Word or image (max. 10MB)<\/div>\n            <\/div>\n            <div class=\"info-popup-footer\" style=\"border-top: none; justify-content: flex-end;\">\n                <button type=\"submit\" class=\"btn upload-btn\">Send<\/button>\n                <button type=\"button\" class=\"btn reset-btn\" id=\"closeUploadModalFooter\">Cancel<\/button>\n            <\/div>\n        <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n        <div id=\"uploadSuccessContent\" class=\"info-popup-content\" style=\"display:none; text-align: center;\">\n            <div style=\"font-size: 48px; color: var(--primary-color); margin-bottom: 20px;\">\n                <i class=\"fas fa-check-circle\"><\/i>\n            <\/div>\n            <h3 style=\"color: var(--primary-color); margin-bottom: 20px;\">Your file has been sent successfully!<\/h3>\n            <p>Our lawyers will review your settlement agreement within one working day and contact you to discuss the outcome in person.<\/p>\n            <p>You do not need to do anything further. If you wish to contact us in the meantime, please feel free to call us on the number you will receive by email.<\/p>\n            <div class=\"info-popup-footer\" style=\"border-top: none; margin-top: 30px;\">\n                <button type=\"button\" class=\"btn upload-btn\" id=\"closeUploadSuccess\">Close<\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n    <div class=\"popup-overlay\" id=\"callOverlay\"><\/div>\n    <div class=\"info-popup\" id=\"callModal\" style=\"display:none;\">\n        <div class=\"info-popup-header\" style=\"background-color: var(--contact-btn-color);\">\n            <div class=\"info-popup-icon\"><i class=\"fas fa-phone-alt\"><\/i><\/div>\n            <div class=\"info-popup-title\">Call me back today<\/div>\n            <button class=\"info-popup-close\" id=\"closeCallModal\" aria-label=\"Close\">\n                <i class=\"fas fa-times\"><\/i>\n            <\/button>\n        <\/div>\n        <form id=\"callForm\" class=\"info-popup-content\" style=\"gap: 20px;\" action=\"\">\n            <p>We will contact you as soon as possible. You do not need to fill in anything extra.<\/p>\n            <div class=\"info-popup-footer\" style=\"border-top: none; justify-content: flex-end;\">\n                <button type=\"submit\" class=\"btn contact-btn\">Send request<\/button>\n                <button type=\"button\" class=\"btn reset-btn\" id=\"closeCallModalFooter\">Cancel<\/button>\n            <\/div>\n        <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n        <div id=\"callSuccessContent\" class=\"info-popup-content\" style=\"display:none; text-align: center;\">\n            <div style=\"font-size: 48px; color: var(--contact-btn-color); margin-bottom: 20px;\">\n                <i class=\"fas fa-check-circle\"><\/i>\n            <\/div>\n            <h3 style=\"color: var(--contact-btn-color); margin-bottom: 20px;\">Your callback request has been received!<\/h3>\n            <p>Our legal professionals will contact you by telephone within one working day to discuss your situation personally.<\/p>\n            <p>You don't need to do anything else. We will call you on the telephone number you provided.<\/p>\n            <div class=\"info-popup-footer\" style=\"border-top: none; margin-top: 30px;\">\n                <button type=\"button\" class=\"btn contact-btn\" id=\"closeCallSuccess\">Close<\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n    <!-- === EINDE: Popups voor uploaden en terugbelverzoek === -->\n\n    <script src=\"script.js\"><\/script>\n<\/body>\n<\/html>\n<\/div><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Transitievergoeding Calculator 2026 1 Dienstverband 2 Salaris 3 Gegevens 4 Resultaat Vertel ons meer over uw dienstverband&#8230; Startdatum dienstverband Einddatum dienstverband Nog niet van toepassing Voor het berekenen van de transitievergoeding wordt uitgegaan van een opzegtermijn van 1 volledige kalendermaand en wordt er gerekend met een fictieve einddatum. Dit helpt u om een inschatting te krijgen van uw vergoeding bij&hellip;<\/p>","protected":false},"author":1,"featured_media":0,"parent":2305,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2569","page","type-page","status-publish","hentry","no-post-thumbnail"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Transitievergoeding Berekenen | Gratis Online Tool 2025<\/title>\n<meta name=\"description\" content=\"Bereken binnen 1 minuut jouw transitievergoeding met onze gratis online tool. Gebaseerd op jouw persoonlijke situatie. \u2705\" \/>\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.ontslagrechtjuristen.nl\/en\/transition-allowance\/calculate\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Transitievergoeding Berekenen | Gratis Online Tool 2025\" \/>\n<meta property=\"og:description\" content=\"Bereken binnen 1 minuut jouw transitievergoeding met onze gratis online tool. Gebaseerd op jouw persoonlijke situatie. \u2705\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.ontslagrechtjuristen.nl\/en\/transition-allowance\/calculate\/\" \/>\n<meta property=\"og:site_name\" content=\"Ontslagrechtjuristen.nl\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-17T15:25:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.ontslagrechtjuristen.nl\/mashable_logo-svg\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.ontslagrechtjuristen.nl\\\/transitievergoeding\\\/berekenen\\\/\",\"url\":\"https:\\\/\\\/www.ontslagrechtjuristen.nl\\\/transitievergoeding\\\/berekenen\\\/\",\"name\":\"Transitievergoeding Berekenen | Gratis Online Tool 2025\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ontslagrechtjuristen.nl\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.ontslagrechtjuristen.nl\\\/transitievergoeding\\\/berekenen\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.ontslagrechtjuristen.nl\\\/transitievergoeding\\\/berekenen\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.ontslagrechtjuristen.nl\\\/mashable_logo-svg\\\/\",\"datePublished\":\"2025-07-13T08:37:56+00:00\",\"dateModified\":\"2026-02-17T15:25:47+00:00\",\"description\":\"Bereken binnen 1 minuut jouw transitievergoeding met onze gratis online tool. Gebaseerd op jouw persoonlijke situatie. \u2705\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ontslagrechtjuristen.nl\\\/transitievergoeding\\\/berekenen\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.ontslagrechtjuristen.nl\\\/transitievergoeding\\\/berekenen\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.ontslagrechtjuristen.nl\\\/transitievergoeding\\\/berekenen\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.ontslagrechtjuristen.nl\\\/mashable_logo-svg\\\/\",\"contentUrl\":\"https:\\\/\\\/www.ontslagrechtjuristen.nl\\\/mashable_logo-svg\\\/\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ontslagrechtjuristen.nl\\\/transitievergoeding\\\/berekenen\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.ontslagrechtjuristen.nl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Transitievergoeding\",\"item\":\"https:\\\/\\\/www.ontslagrechtjuristen.nl\\\/transitievergoeding\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Transitievergoeding berekenen\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.ontslagrechtjuristen.nl\\\/#website\",\"url\":\"https:\\\/\\\/www.ontslagrechtjuristen.nl\\\/\",\"name\":\"Ontslagrechtjuristen.nl | Gratis Juridisch Advies bij Ontslag 2025\",\"description\":\"Gratis advies bij ontslag\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.ontslagrechtjuristen.nl\\\/#organization\"},\"alternateName\":\"Gratis Advies Bij Ontslag | Ontslagrechtjuristen\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.ontslagrechtjuristen.nl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.ontslagrechtjuristen.nl\\\/#organization\",\"name\":\"Ontslagrechtjuristen.nl\",\"url\":\"https:\\\/\\\/www.ontslagrechtjuristen.nl\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.ontslagrechtjuristen.nl\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.ontslagrechtjuristen.nl\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/Ontslagrechtjuristen-logo-blauw-icon.png\",\"contentUrl\":\"https:\\\/\\\/www.ontslagrechtjuristen.nl\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/Ontslagrechtjuristen-logo-blauw-icon.png\",\"width\":372,\"height\":390,\"caption\":\"Ontslagrechtjuristen.nl\"},\"image\":{\"@id\":\"https:\\\/\\\/www.ontslagrechtjuristen.nl\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Redundancy Payment Calculator | Free Online Tool 2025","description":"Calculate your transition payment within 1 minute with our free online tool. Based on your personal situation. \u2705","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.ontslagrechtjuristen.nl\/en\/transition-allowance\/calculate\/","og_locale":"en_GB","og_type":"article","og_title":"Transitievergoeding Berekenen | Gratis Online Tool 2025","og_description":"Bereken binnen 1 minuut jouw transitievergoeding met onze gratis online tool. Gebaseerd op jouw persoonlijke situatie. \u2705","og_url":"https:\/\/www.ontslagrechtjuristen.nl\/en\/transition-allowance\/calculate\/","og_site_name":"Ontslagrechtjuristen.nl","article_modified_time":"2026-02-17T15:25:47+00:00","og_image":[{"url":"https:\/\/www.ontslagrechtjuristen.nl\/mashable_logo-svg\/","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.ontslagrechtjuristen.nl\/transitievergoeding\/berekenen\/","url":"https:\/\/www.ontslagrechtjuristen.nl\/transitievergoeding\/berekenen\/","name":"Redundancy Payment Calculator | Free Online Tool 2025","isPartOf":{"@id":"https:\/\/www.ontslagrechtjuristen.nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.ontslagrechtjuristen.nl\/transitievergoeding\/berekenen\/#primaryimage"},"image":{"@id":"https:\/\/www.ontslagrechtjuristen.nl\/transitievergoeding\/berekenen\/#primaryimage"},"thumbnailUrl":"https:\/\/www.ontslagrechtjuristen.nl\/mashable_logo-svg\/","datePublished":"2025-07-13T08:37:56+00:00","dateModified":"2026-02-17T15:25:47+00:00","description":"Calculate your transition payment within 1 minute with our free online tool. Based on your personal situation. \u2705","breadcrumb":{"@id":"https:\/\/www.ontslagrechtjuristen.nl\/transitievergoeding\/berekenen\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.ontslagrechtjuristen.nl\/transitievergoeding\/berekenen\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.ontslagrechtjuristen.nl\/transitievergoeding\/berekenen\/#primaryimage","url":"https:\/\/www.ontslagrechtjuristen.nl\/mashable_logo-svg\/","contentUrl":"https:\/\/www.ontslagrechtjuristen.nl\/mashable_logo-svg\/"},{"@type":"BreadcrumbList","@id":"https:\/\/www.ontslagrechtjuristen.nl\/transitievergoeding\/berekenen\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.ontslagrechtjuristen.nl\/"},{"@type":"ListItem","position":2,"name":"Transitievergoeding","item":"https:\/\/www.ontslagrechtjuristen.nl\/transitievergoeding\/"},{"@type":"ListItem","position":3,"name":"Transitievergoeding berekenen"}]},{"@type":"WebSite","@id":"https:\/\/www.ontslagrechtjuristen.nl\/#website","url":"https:\/\/www.ontslagrechtjuristen.nl\/","name":"Ontslagrechtjuristen.nl - Free advice on dismissal","description":"Free advice on dismissal","publisher":{"@id":"https:\/\/www.ontslagrechtjuristen.nl\/#organization"},"alternateName":"Gratis Advies Bij Ontslag | Ontslagrechtjuristen","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.ontslagrechtjuristen.nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.ontslagrechtjuristen.nl\/#organization","name":"Ontslagrechtjuristen.nl","url":"https:\/\/www.ontslagrechtjuristen.nl\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.ontslagrechtjuristen.nl\/#\/schema\/logo\/image\/","url":"https:\/\/www.ontslagrechtjuristen.nl\/wp-content\/uploads\/2024\/10\/Ontslagrechtjuristen-logo-blauw-icon.png","contentUrl":"https:\/\/www.ontslagrechtjuristen.nl\/wp-content\/uploads\/2024\/10\/Ontslagrechtjuristen-logo-blauw-icon.png","width":372,"height":390,"caption":"Ontslagrechtjuristen.nl"},"image":{"@id":"https:\/\/www.ontslagrechtjuristen.nl\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.ontslagrechtjuristen.nl\/en\/wp-json\/wp\/v2\/pages\/2569","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ontslagrechtjuristen.nl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ontslagrechtjuristen.nl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ontslagrechtjuristen.nl\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ontslagrechtjuristen.nl\/en\/wp-json\/wp\/v2\/comments?post=2569"}],"version-history":[{"count":0,"href":"https:\/\/www.ontslagrechtjuristen.nl\/en\/wp-json\/wp\/v2\/pages\/2569\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.ontslagrechtjuristen.nl\/en\/wp-json\/wp\/v2\/pages\/2305"}],"wp:attachment":[{"href":"https:\/\/www.ontslagrechtjuristen.nl\/en\/wp-json\/wp\/v2\/media?parent=2569"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}