{"id":877,"date":"2023-11-24T10:16:30","date_gmt":"2023-11-24T10:16:30","guid":{"rendered":"https:\/\/wpwebtest.ncfe.org.in\/be\/?page_id=877"},"modified":"2024-04-30T18:09:44","modified_gmt":"2024-04-30T12:39:44","slug":"swp-calculator","status":"publish","type":"page","link":"https:\/\/wpwebtest.ncfe.org.in\/be\/swp-calculator\/","title":{"rendered":"\u098f\u09b8\u09a1\u09ac\u09cd\u09b2\u09bf\u0989\u09aa\u09bf \u0995\u09cd\u09af\u09be\u09b2\u0995\u09c1\u09b2\u09c7\u099f\u09b0"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"877\" class=\"elementor elementor-877\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b3a256 e-flex e-con-boxed e-con e-parent\" data-id=\"3b3a256\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9956821 swp-caculator elementor-widget elementor-widget-shortcode\" data-id=\"9956821\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap-datepicker\/1.9.0\/css\/bootstrap-datepicker.min.css\">\n<style>\n    .blueBgColor {\n        background-color: #2E4AB8;\n        color: #fff;\n    }\n    .pensionValueBox, .apypensionValueBox {\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        border-radius: 6px;\n        width: 100%;\n        text-align: center;\n        padding: 15px 10px;\n    }\n\n    .my-4 {\n        margin-top: 1.5rem!important;\n        margin-bottom: 1.5rem!important;\n    }\n\n    p.m-0 {\n        font-size: 22px;\n        font-weight: bold;\n    }\n\n    \/* CSS for the loader image *\/\n    #loader {\n        position: fixed;\n        z-index: 9999;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background-color: rgba(255, 255, 255, 0.7);\n        text-align: center;\n        padding-top: 12%;\n        font-size: 30px;\n        font-weight: bolder;\n        text-transform: uppercase;\n        font-family: 'rubik';\n    }\n    #loader img {\n        \/* Set width, height, or other styles for the loader image *\/\n        width: 50px;\n        height: 50px;\n        \/* Add any additional styles as needed *\/\n    }\n\n    .calculate_swp,input#datepicker {\n        padding: 5px 10px 5px 10px !important;\n    }\n\n<\/style>\n\n<script>\n document.addEventListener('DOMContentLoaded', function() {\n    var urlPath = window.location.pathname;\n    var datasetUrl = 'https:\/\/ncfe.org.in\/wp-content\/dataset.json';\n\n    \/\/ Determine the language segment based on the URL path\n    var langSegment = urlPath.includes('\/hi\/') ? 'hi' : urlPath.includes('\/ka\/') ? 'ka' : urlPath.includes('\/mr\/') ? 'mr' : urlPath.includes('\/as\/') ? 'as' : urlPath.includes('\/pu\/') ? 'pu' : urlPath.includes('\/gu\/') ? 'gu' :urlPath.includes('\/te\/') ? 'te' : urlPath.includes('\/ta\/') ? 'ta':urlPath.includes('\/be\/') ? 'be': urlPath.includes('\/od\/') ? 'od': urlPath.includes('\/ma\/') ? 'ma': urlPath.includes('\/ur\/') ? 'ur':'default';\n\n    \/\/ Fetch the dataset\n    fetch(datasetUrl)\n        .then(response => {\n            if (!response.ok) {\n                throw new Error('Network response was not ok');\n            }\n            return response.json();\n        })\n        .then(data => {\n            \/\/ Check if the selected language segment exists in the fetched data\n            if (!data.hasOwnProperty(langSegment) || !data[langSegment].hasOwnProperty('swp')) {\n                throw new Error(`Language data for ${langSegment} not found`);\n            }\n\n            \/\/ Assuming the structure is { \"mr\": { \"nsp\": { ... } } }\n            var languageData = data[langSegment].swp;\n\n            \/\/ Iterate over the keys in the languageData object\n            for (var key in languageData) {\n                \/\/ Make sure the key is actually in the languageData object\n                if (languageData.hasOwnProperty(key)) {\n                    \/\/ Find the element with the ID matching the key\n                    var element = document.getElementById(key);\n                    if (element) {\n                        \/\/ Update the element's text content with the value from languageData\n                        element.innerText = languageData[key];\n                    } else {\n                        \/\/ Log a warning if the element wasn't found\n                        console.warn(\"Element not found for key:\", key);\n                    }\n                }\n            }\n        })\n        .catch(error => console.error('Error fetching data:', error));\n});\n<\/script>\n<div class=\"container-fluid calculator-form\" style=\"max-width: 100%;\">\n\n    <div id=\"loader\" style=\"display: none;\">\n        <!--<img decoding=\"async\" src=\"\" alt=\"Loader\">-->\n\n        <!-- Your loader\/spinner HTML or image goes here -->\n        Loading...\n    <\/div>\n\n\n    <div class=\"row\">\n        <div class=\"col-md-6\">\n            <div class=\"card\">\n                <div class=\"card-body\">\n                    <h5 class=\"card-title\">Calculator Form<\/h5>\n                    <p id=\"description\" class=\"card-text\">SWP stands for systematic withdrawal plan. Under SWP, if you invest lump sum in a mutual fund, you can set an amount you'll withdraw regularly and the frequency at which you'll withdraw.<\/p><!-- comment -->\n                    <form id=\"custom-form-swp\" class=\"form-horizontal\" method=\"post\">\n\n                        <div class=\"form-group\">\n                            <label id=\"total_investment_value\" for=\"rangeInput\" class=\"col-sm-5\">Total Investment:(&#8377;)<\/label>\n                            <div class=\"input-group col-sm-7\" style=\"float: right;\">\n                                <!--<input type=\"range\" class=\"custom-range calculate_swp\" id=\"rangeInput_total_investment\" min=\"10000\" value=\"10000\" max=\"5000000\" step=\"1\">-->\n                                <input type=\"text\" class=\"form-control calculate_swp  check_max_and_min\" min=\"10000\" max=\"5000000\" maxlength=\"7\" name=\"rangeInput_total_investment_txt\" id=\"rangeValue_tot_inv\" value=\"10000\">\n                                <div id=\"validationMessage\"><\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"clearfix mb-4\"><\/div>\n                        \n                         <div class=\"form-group\">\n                            <label id=\"monthly_withdrawal\" for=\"rangeInput\" class=\"col-sm-5\">Withdrawal per month :(&#8377;)<\/label>\n                            <div class=\"input-group col-sm-7\" style=\"float: right;\">\n                                <input type=\"range\" class=\"custom-range calculate_swp\" id=\"rangeInput_withdrawal\" min=\"500\" value=\"500\" max=\"50000\" step=\"500\">\n                                <input type=\"text\" class=\"form-control calculate_swp custom-range-text\" data-action=\"calculate_swp\" data-rangeid=\"withdrawal\" min=\"500\" max=\"50000\"  name=\"rangeInput_withdrawal_txt\" id=\"rangeValue_withdrawal\"  value=\"500\">\n                            <\/div>\n                        <\/div>\n                        <div class=\"clearfix mb-4\"><\/div>\n\n\n\n\n\n                        <div class=\"form-group\">\n                            <label id=\"expected_return_rate\" for=\"rangeInput\" class=\"col-sm-4\">Expected Return Rate (p.a)(%):<\/label>\n                            <div class=\"input-group col-sm-7\" style=\"float: right;\">\n                                <input type=\"range\" class=\"custom-range calculate_swp\" id=\"rangeInput_rate_int_swp\" min=\"1\" value=\"1\" max=\"30\" step=\"1\">\n                                <input type=\"text\" class=\"form-control calculate_swp\" name=\"rangeInput_rate_int_swp_txt\" id=\"rangeValue_rate_int\" readonly value=\"1\">\n                            <\/div>\n                        <\/div>\n                        <div class=\"clearfix mb-4\"><\/div>\n\n                        <div class=\"form-group\">\n                            <label id=\"duration\" for=\"rangeInput\" class=\"col-sm-5\">Time Period (Yr):<\/label>\n                            <div class=\"input-group col-sm-7\" style=\"float: right;\">\n                                <input type=\"range\" class=\"custom-range calculate_swp\" id=\"rangeInput_loan_tenure\" min=\"1\" value=\"1\" max=\"30\" step=\"1\">\n                                <input type=\"text\" class=\"form-control calculate_swp\" name=\"rangeInput_loan_tenure_txt\" id=\"rangeValue_time_period\" readonly value=\"1\">\n                                <div class=\"clearfix mb-4\"><\/div>                            \n                                \n\n                                \n                                 \n\n\n                            <\/div>\n\n                        <\/div>\n\n                        <div class=\"clearfix mb-4\"><\/div>\n\n\n                        <!-- Add more form fields here -->\n                        <div class=\"form-group\">\n                            <div class=\"col-sm-offset-2 col-sm-10\">\n                                <button type=\"button\" id=\"calculator_swp\"  class=\"btn btn-primary calculate_swp \">Calculate<\/button>\n                            <\/div>\n                        <\/div>\n                    <\/form>\n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"col-md-6\">\n            <div class=\"card\">\n                <div class=\"card-body\">\n                    <div class=\"pensionValueBox blueBgColor my-4 \">\n                        <p  class=\"m-2\">Total Investment <br> \n                            &#8377; <span id=\"total_investment\">70,396<\/span>\n                        <\/p>\n                        <p  class=\"m-2\">Total Withdrawal <br> \n                            &#8377; <span id=\"total_withdrawal\">70,396<\/span>\n                        <\/p>\n                        <p class=\"m-2\">Final Value <br> \n                            &#8377; <span id=\"final_value\">70,396<\/span>\n                        <\/p>\n                    <\/div><!-- comment -->\n                    <!--<h5 class=\"card-title\">Status of your Pension Account at retirement<\/h5>-->\n                    <div class=\"col-md-12\">\n                        <canvas id=\"myPieChart_swp\"><\/canvas>\n                    <\/div>\n\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n    console.log(\"DOM fully loaded and parsed\");\n\n    \/\/ Check if the URL path contains '\/hi\/' for Hindi language\n    var urlPath = window.location.pathname;\nvar isHindi = urlPath.includes('\/hi\/');\nvar isMarathi = urlPath.includes('\/mr\/');\nvar isKannada = urlPath.includes('\/ka\/');\nvar isPunjabi =urlPath.includes('\/pu\/');  \nvar isGujrati =urlPath.includes('\/gu\/'); \nvar isTamil =urlPath.includes('\/ta\/'); \nvar isTelugu =urlPath.includes('\/te\/') ;\nvar isBengali =urlPath.includes('\/be\/');  \nvar isOdia =urlPath.includes('\/od\/'); \nvar isAssamese =urlPath.includes('\/as\/'); \nvar isMalayalam =urlPath.includes('\/ma\/'); \nvar isUrdu =urlPath.includes('\/ur\/'); \nif (isHindi) { \/\/ Only execute if the URL indicates Hindi language\n    setTimeout(function() {\n        var pensionCalculator = document.querySelector('.pensionValueBox');\n        if (pensionCalculator) {\n            var pTags = pensionCalculator.querySelectorAll('p');\n            console.log('Found ' + pTags.length + ' p tags to update.');\n\n            if (pTags.length >= 3) {\n                \/\/ Update the text directly before the <br> tags\n                pTags[0].childNodes[0].nodeValue = \"\u0915\u0941\u0932 \u0928\u093f\u0935\u0947\u0936:(\u20b9)\";\n                pTags[1].childNodes[0].nodeValue = \"\u0915\u0941\u0932 \u0928\u093f\u0915\u093e\u0938\u0940\";\n                pTags[2].childNodes[0].nodeValue = \"\u0905\u0902\u0924\u093f\u092e \u092e\u0942\u0932\u094d\u092f\";\n                console.log('Titles updated successfully.');\n            } else {\n                console.log('Not enough p tags found.');\n            }\n        } else {\n            console.log('Pension calculator section not found.');\n        }\n    }, 1000); \/\/ Delay of 1000 ms to ensure the page elements have loaded\n} else if (isMarathi) { \/\/ Only execute if the URL indicates Marathi language\n    setTimeout(function() {\n        var pensionCalculator = document.querySelector('.pensionValueBox');\n        if (pensionCalculator) {\n            var pTags = pensionCalculator.querySelectorAll('p');\n            console.log('Found ' + pTags.length + ' p tags to update in Marathi.');\n\n            if (pTags.length >= 3) {\n                \/\/ Update the text directly before the <br> tags\n                pTags[0].childNodes[0].nodeValue = \"\u090f\u0915\u0942\u0923 \u0917\u0941\u0902\u0924\u0935\u0923\u0942\u0915:(\u20b9)\";\n                pTags[1].childNodes[0].nodeValue = \"\u090f\u0915\u0942\u0923 \u0915\u093e\u0922\u0923\u0940\";\n                pTags[2].childNodes[0].nodeValue = \"\u0905\u0902\u0924\u093f\u092e \u092e\u0942\u0932\u094d\u092f\";\n                console.log('Titles updated successfully in Marathi.');\n            } else {\n                console.log('Not enough p tags found in Marathi.');\n            }\n        } else {\n            console.log('Pension calculator section not found in Marathi.');\n        }\n    }, 1000); \/\/ Same delay as Hindi for consistency\n}else if (isKannada) { \/\/ Only execute if the URL indicates Marathi language\n    setTimeout(function() {\n        var pensionCalculator = document.querySelector('.pensionValueBox');\n        if (pensionCalculator) {\n            var pTags = pensionCalculator.querySelectorAll('p');\n            console.log('Found ' + pTags.length + ' p tags to update in Kannada.');\n\n            if (pTags.length >= 3) {\n                \/\/ Update the text directly before the <br> tags\n                pTags[0].childNodes[0].nodeValue = \"\u0c92\u0c9f\u0ccd\u0c9f\u0cc1 \u0cb9\u0cc2\u0ca1\u0cbf\u0c95\u0cc6:(\u20b9)\";\n                pTags[1].childNodes[0].nodeValue = \"\u0c92\u0c9f\u0ccd\u0c9f\u0cc1 \u0cb9\u0cbf\u0c82\u0caa\u0ca1\u0cc6\u0caf\u0cc1\u0cb5\u0cbf\u0c95\u0cc6\";\n                pTags[2].childNodes[0].nodeValue = \"\u0c85\u0c82\u0ca4\u0cbf\u0cae \u0cae\u0ccc\u0cb2\u0ccd\u0caf\";\n                console.log('Titles updated successfully in Kannada.');\n            } else {\n                console.log('Not enough p tags found in Kannada.');\n            }\n        } else {\n            console.log('Pension calculator section not found in Kannada.');\n        }\n    }, 1000); \/\/ Same delay as Hindi for consistency\n}else if (isPunjabi) { \/\/ Only execute if the URL indicates Punjabi language\n    setTimeout(function() {\n        var pensionCalculator = document.querySelector('.pensionValueBox');\n        if (pensionCalculator) {\n            var pTags = pensionCalculator.querySelectorAll('p');\n            console.log('Found ' + pTags.length + ' p tags to update in Punjabi.');\n\n            if (pTags.length >= 3) {\n                \/\/ Update the text directly before the <br> tags\n                pTags[0].childNodes[0].nodeValue = \"\u0a15\u0a41\u0a71\u0a32 \u0a28\u0a3f\u0a35\u0a47\u0a36:(\u20b9)\";\n                pTags[1].childNodes[0].nodeValue = \"\u0a15\u0a41\u0a71\u0a32 \u0a35\u0a3e\u0a2a\u0a38\u0a40\";\n                pTags[2].childNodes[0].nodeValue = \"\u0a05\u0a70\u0a24\u0a3f\u0a2e \u0a2e\u0a41\u0a71\u0a32\";\n                console.log('Titles updated successfully in Punjabi.');\n            } else {\n                console.log('Not enough p tags found in Punjabi.');\n            }\n        } else {\n            console.log('Pension calculator section not found in Punjabi.');\n        }\n    }, 1000); \/\/ Same delay as other languages for consistency\n}else if (isTelugu) {\n    setTimeout(function() {\n        var pensionCalculator = document.querySelector('.pensionValueBox');\n        if (pensionCalculator) {\n            var pTags = pensionCalculator.querySelectorAll('p');\n            console.log('Found ' + pTags.length + ' p tags to update in Telugu.');\n\n            if (pTags.length >= 3) {\n                pTags[0].childNodes[0].nodeValue = \"\u0c2e\u0c4a\u0c24\u0c4d\u0c24\u0c02 \u0c2a\u0c46\u0c1f\u0c4d\u0c1f\u0c41\u0c2c\u0c21\u0c3f:(\u20b9)\";\n                pTags[1].childNodes[0].nodeValue = \"\u0c2e\u0c4a\u0c24\u0c4d\u0c24\u0c02 \u0c35\u0c3e\u0c2a\u0c38\u0c41\";\n                pTags[2].childNodes[0].nodeValue = \"\u0c05\u0c02\u0c24\u0c3f\u0c2e \u0c35\u0c3f\u0c32\u0c41\u0c35\";\n                console.log('Titles updated successfully in Telugu.');\n            } else {\n                console.log('Not enough p tags found in Telugu.');\n            }\n        } else {\n            console.log('Pension calculator section not found in Telugu.');\n        }\n    }, 1000);\n} else if (isTamil) {\n    setTimeout(function() {\n        var pensionCalculator = document.querySelector('.pensionValueBox');\n        if (pensionCalculator) {\n            var pTags = pensionCalculator.querySelectorAll('p');\n            console.log('Found ' + pTags.length + ' p tags to update in Tamil.');\n\n            if (pTags.length >= 3) {\n                pTags[0].childNodes[0].nodeValue = \"\u0bae\u0bca\u0ba4\u0bcd\u0ba4 \u0bae\u0bc1\u0ba4\u0bb2\u0bc0\u0b9f\u0bc1:(\u20b9)\";\n                pTags[1].childNodes[0].nodeValue = \"\u0bae\u0bca\u0ba4\u0bcd\u0ba4 \u0ba4\u0bbf\u0bb0\u0bc1\u0bae\u0bcd\u0baa\u0baa\u0bcd\u0baa\u0bc6\u0bb1\u0bc1\u0ba4\u0bb2\u0bcd\";\n                pTags[2].childNodes[0].nodeValue = \"\u0b87\u0bb1\u0bc1\u0ba4\u0bbf \u0bae\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1\";\n                console.log('Titles updated successfully in Tamil.');\n            } else {\n                console.log('Not enough p tags found in Tamil.');\n            }\n        } else {\n            console.log('Pension calculator section not found in Tamil.');\n        }\n    }, 1000);\n} else if (isGujrati) {\n    setTimeout(function() {\n        var pensionCalculator = document.querySelector('.pensionValueBox');\n        if (pensionCalculator) {\n            var pTags = pensionCalculator.querySelectorAll('p');\n            console.log('Found ' + pTags.length + ' p tags to update in Gujarati.');\n\n            if (pTags.length >= 3) {\n                pTags[0].childNodes[0].nodeValue = \"\u0a95\u0ac1\u0ab2 \u0ab0\u0acb\u0a95\u0abe\u0aa3:(\u20b9)\";\n                pTags[1].childNodes[0].nodeValue = \"\u0a95\u0ac1\u0ab2 \u0aaa\u0ab0\u0aa4 \u0aab\u0ac7\u0ab0\";\n                pTags[2].childNodes[0].nodeValue = \"\u0a85\u0a82\u0aa4\u0abf\u0aae \u0aae\u0ac2\u0ab2\u0acd\u0aaf\";\n                console.log('Titles updated successfully in Gujarati.');\n            } else {\n                console.log('Not enough p tags found in Gujarati.');\n            }\n        } else {\n            console.log('Pension calculator section not found in Gujarati.');\n        }\n    }, 1000);\n} else if (isBengali) {\n    setTimeout(function() {\n        var pensionCalculator = document.querySelector('.pensionValueBox');\n        if (pensionCalculator) {\n            var pTags = pensionCalculator.querySelectorAll('p');\n            console.log('Found ' + pTags.length + ' p tags to update in Bengali.');\n\n            if (pTags.length >= 3) {\n                pTags[0].childNodes[0].nodeValue = \"\u09ae\u09cb\u099f \u09ac\u09bf\u09a8\u09bf\u09df\u09cb\u0997:(\u20b9)\";\n                pTags[1].childNodes[0].nodeValue = \"\u09ae\u09cb\u099f \u09aa\u09cd\u09b0\u09a4\u09cd\u09af\u09be\u09ac\u09b0\u09cd\u09a4\u09a8\";\n                pTags[2].childNodes[0].nodeValue = \"\u099a\u09c2\u09a1\u09bc\u09be\u09a8\u09cd\u09a4 \u09ae\u09c2\u09b2\u09cd\u09af\";\n                console.log('Titles updated successfully in Bengali.');\n            } else {\n                console.log('Not enough p tags found in Bengali.');\n            }\n        } else {\n            console.log('Pension calculator section not found in Bengali.');\n        }\n    }, 1000);\n}else if (isOdia) {\n    setTimeout(function() {\n        var pensionCalculator = document.querySelector('.pensionValueBox');\n        if (pensionCalculator) {\n            var pTags = pensionCalculator.querySelectorAll('p');\n            console.log('Found ' + pTags.length + ' p tags to update in Odia.');\n\n            if (pTags.length >= 3) {\n                pTags[0].childNodes[0].nodeValue = \"\u0b2e\u0b4b\u0b1f \u0b28\u0b3f\u0b2c\u0b47\u0b36:(\u20b9)\";\n                pTags[1].childNodes[0].nodeValue = \"\u0b2e\u0b4b\u0b1f \u0b2a\u0b4d\u0b30\u0b24\u0b4d\u0b5f\u0b3e\u0b2c\u0b30\u0b4d\u0b24\u0b4d\u0b24\u0b28\";\n                pTags[2].childNodes[0].nodeValue = \"\u0b1a\u0b42\u0b21\u0b3c\u0b3e\u0b28\u0b4d\u0b24 \u0b2e\u0b42\u0b32\u0b4d\u0b5f\";\n                console.log('Titles updated successfully in Odia.');\n            } else {\n                console.log('Not enough p tags found in Odia.');\n            }\n        } else {\n            console.log('Pension calculator section not found in Odia.');\n        }\n    }, 1000);\n}else if (isAssamese) {\n    setTimeout(function() {\n        var pensionCalculator = document.querySelector('.pensionValueBox');\n        if (pensionCalculator) {\n            var pTags = pensionCalculator.querySelectorAll('p');\n            console.log('Found ' + pTags.length + ' p tags to update in Assamese.');\n\n            if (pTags.length >= 3) {\n                pTags[0].childNodes[0].nodeValue = \"\u09ae\u09c1\u09a0 \u09ac\u09bf\u09a8\u09bf\u09af\u09bc\u09cb\u0997:(\u20b9)\";\n                pTags[1].childNodes[0].nodeValue = \"\u09ae\u09c1\u09a0 \u09aa\u09cd\u09f0\u09a4\u09cd\u09af\u09be\u09f1\u09f0\u09cd\u09a4\u09a8\";\n                pTags[2].childNodes[0].nodeValue = \"\u099a\u09c2\u09a1\u09bc\u09be\u09a8\u09cd\u09a4 \u09ae\u09c2\u09b2\u09cd\u09af\";\n                console.log('Titles updated successfully in Assamese.');\n            } else {\n                console.log('Not enough p tags found in Assamese.');\n            }\n        } else {\n            console.log('Pension calculator section not found in Assamese.');\n        }\n    }, 1000);\n}else if (isMalayalam) { \/\/ Only execute if the URL indicates Malayalam language\n    setTimeout(function() {\n        var pensionCalculator = document.querySelector('.pensionValueBox');\n        if (pensionCalculator) {\n            var pTags = pensionCalculator.querySelectorAll('p');\n            console.log('Found ' + pTags.length + ' p tags to update in Malayalam.');\n\n            if (pTags.length >= 3) {\n                \/\/ Update the text directly before the <br> tags\n                pTags[0].childNodes[0].nodeValue = \"\u0d06\u0d15\u0d46 \u0d28\u0d3f\u0d15\u0d4d\u0d37\u0d47\u0d2a\u0d02:(\u20b9)\";\n                pTags[1].childNodes[0].nodeValue = \"\u0d2e\u0d4a\u0d24\u0d4d\u0d24\u0d02 \u0d2a\u0d3f\u0d7b\u0d35\u0d32\u0d3f\u0d15\u0d4d\u0d15\u0d7d\";\n                pTags[2].childNodes[0].nodeValue = \"\u0d05\u0d28\u0d4d\u0d24\u0d3f\u0d2e \u0d2e\u0d42\u0d32\u0d4d\u0d2f\u0d02\";\n                console.log('Titles updated successfully in Malayalam.');\n            } else {\n                console.log('Not enough p tags found in Malayalam.');\n            }\n        } else {\n            console.log('Pension calculator section not found in Malayalam.');\n        }\n    }, 1000); \/\/ Same delay as Hindi for consistency\n}else if (isUrdu) { \/\/ Only execute if the URL indicates Malayalam language\n    setTimeout(function() {\n        var pensionCalculator = document.querySelector('.pensionValueBox');\n        if (pensionCalculator) {\n            var pTags = pensionCalculator.querySelectorAll('p');\n            console.log('Found ' + pTags.length + ' p tags to update in Malayalam.');\n\n            if (pTags.length >= 3) {\n                \/\/ Update the text directly before the <br> tags\n                pTags[0].childNodes[0].nodeValue = \"\u06a9\u0644 \u0633\u0631\u0645\u0627\u06cc\u06c1 \u06a9\u0627\u0631\u06cc:(\u20b9)\";\n            pTags[1].childNodes[0].nodeValue = \"\u06a9\u0644 \u067e\u0646\u0634\u0646\";\n            pTags[2].childNodes[0].nodeValue = \"\u0622\u062e\u0631\u06cc \u0642\u06cc\u0645\u062a\";\n            console.log('Titles updated successfully in Urdu.');\n            } else {\n                console.log('Not enough p tags found in Malayalam.');\n            }\n        } else {\n            console.log('Pension calculator section not found in Malayalam.');\n        }\n    }, 1000); \/\/ Same delay as Hindi for consistency\n}\n\n\n\n\n\n\n});\n<\/script>\n\n<script>\n    \/\/ JavaScript to update the textbox value when the range slider changes\n\/\/    const rangeInput_age = document.getElementById('rangeInput_age');\n\/\/    const rangeValue_age = document.getElementById('rangeValue_age');\n\n\/\/    const rangeInput_total_investment = document.getElementById('rangeInput_total_investment');\n\/\/    const rangeValue_tot_inv = document.getElementById('rangeValue_tot_inv');\n\n\n    const rangeInput_mcont = document.getElementById('rangeInput_withdrawal');\n    const rangeValue_mcont = document.getElementById('rangeValue_withdrawal');\n\n    const rangeInput_rate_int_swp = document.getElementById('rangeInput_rate_int_swp');\n    const rangeValue_rate_int = document.getElementById('rangeValue_rate_int');\n\n\n    const rangeInput_wealthrate = document.getElementById('rangeInput_loan_tenure');\n    const rangeValue_wealthrate = document.getElementById('rangeValue_time_period');\n\n\n\n\/\/\/\/    rangeInput_age.addEventListener('input', () => {\n\/\/\/\/        rangeValue_age.value = rangeInput_age.value;\n\/\/    });\n\/\/    rangeInput_total_investment.addEventListener('input', () => {\n\/\/        rangeValue_tot_inv.value = rangeInput_total_investment.value;\n\/\/    });\n    rangeInput_mcont.addEventListener('input', () => {\n        rangeValue_mcont.value = rangeInput_mcont.value;\n    });\n    rangeInput_rate_int_swp.addEventListener('input', () => {\n        rangeValue_rate_int.value = rangeInput_rate_int_swp.value;\n    });\n    rangeInput_wealthrate.addEventListener('input', () => {\n        rangeValue_wealthrate.value = rangeInput_wealthrate.value;\n    });\n<\/script>\n<script>\n    \/\/ Define your translations\n    const translationsHindi = {\n        \"Total Investment:\": \"\u0915\u0941\u0932 \u0928\u093f\u0935\u0947\u0936:\",\n        \"Interest Rate (Per Annum):\": \"\u0935\u093e\u0930\u094d\u0937\u093f\u0915 \u092c\u094d\u092f\u093e\u091c \u0926\u0930:\",\n        \"Investment Period:\": \"\u0928\u093f\u0935\u0947\u0936 \u0905\u0935\u0927\u093f:\"\n    };\n    \n    const translationsOdia = {\n    \"Total Investment:\": \"\u0b2e\u0b4b\u0b1f \u0b28\u0b3f\u0b2c\u0b47\u0b36:\",\n    \"Interest Rate (Per Annum):\": \"\u0b2c\u0b3e\u0b30\u0b4d\u0b37\u0b3f\u0b15 \u0b2c\u0b4d\u0b5f\u0b3e\u0b1c \u0b26\u0b30:\",\n    \"Investment Period:\": \"\u0b28\u0b3f\u0b2c\u0b47\u0b36 \u0b05\u0b2c\u0b27\u0b3f:\"\n};\n\n\n    const translationsMarathi = {\n        \"Total Investment:\": \"\u090f\u0915\u0942\u0923 \u0917\u0941\u0902\u0924\u0935\u0923\u0942\u0915:\",\n        \"Interest Rate (Per Annum):\": \"\u0935\u093e\u0930\u094d\u0937\u093f\u0915 \u092c\u094d\u092f\u093e\u091c\u0926\u0930:\",\n        \"Investment Period:\": \"\u0917\u0941\u0902\u0924\u0935\u0923\u0942\u0915 \u0915\u093e\u0932\u093e\u0935\u0927\u0940:\"\n    };\n\n    const translationsPunjabi = {\n        \"Total Investment:\": \"\u0a15\u0a41\u0a71\u0a32 \u0a28\u0a3f\u0a35\u0a47\u0a36:\",\n        \"Interest Rate (Per Annum):\": \"\u0a35\u0a3e\u0a30\u0a38\u0a3c\u0a3f\u0a15 \u0a2c\u0a3f\u0a06\u0a1c \u0a26\u0a30:\",\n        \"Investment Period:\": \"\u0a28\u0a3f\u0a35\u0a47\u0a38\u0a3c \u0a05\u0a35\u0a27\u0a40:\"\n    };\n\n    const translationsGujarati = {\n        \"Total Investment:\": \"\u0a95\u0ac1\u0ab2 \u0ab0\u0acb\u0a95\u0abe\u0aa3:\",\n        \"Interest Rate (Per Annum):\": \"\u0ab5\u0abe\u0ab0\u0acd\u0ab7\u0abf\u0a95 \u0ab5\u0acd\u0aaf\u0abe\u0a9c \u0aa6\u0ab0:\",\n        \"Investment Period:\": \"\u0ab0\u0acb\u0a95\u0abe\u0aa3 \u0a85\u0ab5\u0aa7\u0abf:\"\n    };\n\n    const translationsTamil = {\n        \"Total Investment:\": \"\u0bae\u0bca\u0ba4\u0bcd\u0ba4 \u0bae\u0bc1\u0ba4\u0bb2\u0bc0\u0b9f\u0bc1:\",\n        \"Interest Rate (Per Annum):\": \"\u0bb5\u0bb0\u0bc1\u0b9f\u0bbe\u0ba8\u0bcd\u0ba4\u0bbf\u0bb0 \u0bb5\u0b9f\u0bcd\u0b9f\u0bbf \u0bb5\u0bc0\u0ba4\u0bae\u0bcd:\",\n        \"Investment Period:\": \"\u0bae\u0bc1\u0ba4\u0bb2\u0bc0\u0b9f\u0bcd\u0b9f\u0bc1 \u0b95\u0bbe\u0bb2\u0bae\u0bcd:\"\n    };\n\n    const translationsTelugu = {\n        \"Total Investment:\": \"\u0c2e\u0c4a\u0c24\u0c4d\u0c24\u0c02 \u0c2a\u0c46\u0c1f\u0c4d\u0c1f\u0c41\u0c2c\u0c21\u0c3f:\",\n        \"Interest Rate (Per Annum):\": \"\u0c35\u0c3e\u0c30\u0c4d\u0c37\u0c3f\u0c15 \u0c35\u0c21\u0c4d\u0c21\u0c40 \u0c30\u0c47\u0c1f\u0c41:\",\n        \"Investment Period:\": \"\u0c2a\u0c46\u0c1f\u0c4d\u0c1f\u0c41\u0c2c\u0c21\u0c3f \u0c15\u0c3e\u0c32\u0c02:\"\n    };\n\n    const translationsKannada = {\n        \"Total Investment:\": \"\u0c92\u0c9f\u0ccd\u0c9f\u0cc1 \u0cb9\u0cc2\u0ca1\u0cbf\u0c95\u0cc6:\",\n        \"Interest Rate (Per Annum):\": \"\u0cb5\u0cbe\u0cb0\u0ccd\u0cb7\u0cbf\u0c95 \u0cac\u0ca1\u0ccd\u0ca1\u0cbf \u0ca6\u0cb0:\",\n        \"Investment Period:\": \"\u0cb9\u0cc2\u0ca1\u0cbf\u0c95\u0cc6 \u0c85\u0cb5\u0ca7\u0cbf:\"\n    };\n\n    const translationsBengali = {\n        \"Total Investment:\": \"\u09ae\u09cb\u099f \u09ac\u09bf\u09a8\u09bf\u09df\u09cb\u0997:\",\n        \"Interest Rate (Per Annum):\": \"\u09ac\u09be\u09b0\u09cd\u09b7\u09bf\u0995 \u09b8\u09c1\u09a6\u09c7\u09b0 \u09b9\u09be\u09b0:\",\n        \"Investment Period:\": \"\u09ac\u09bf\u09a8\u09bf\u09df\u09cb\u0997\u09c7\u09b0 \u09ae\u09c7\u09df\u09be\u09a6:\"\n    };\n    const translationsMalayalam = {\n    \"Total Investment:\": \"\u0d06\u0d15\u0d46 \u0d28\u0d3f\u0d15\u0d4d\u0d37\u0d47\u0d2a\u0d02:\",\n    \"Interest Rate (Per Annum):\": \"\u0d35\u0d3e\u0d7c\u0d37\u0d3f\u0d15 \u0d2a\u0d32\u0d3f\u0d36 \u0d28\u0d3f\u0d30\u0d15\u0d4d\u0d15\u0d4d:\",\n    \"Investment Period:\": \"\u0d28\u0d3f\u0d15\u0d4d\u0d37\u0d47\u0d2a \u0d15\u0d3e\u0d32\u0d3e\u0d35\u0d27\u0d3f:\"\n};\nconst translationsUrdu = {\n\"Total Investment:\": \"\u06a9\u0644 \u0633\u0631\u0645\u0627\u06cc\u06c1 \u06a9\u0627\u0631\u06cc:\",\n\"Interest Rate (Per Annum):\": \"\u0641\u06cc \u0633\u0627\u0644 \u0628\u06cc\u0627\u062c \u0634\u0631\u062d:\",\n\"Investment Period:\": \"\u0633\u0631\u0645\u0627\u06cc\u06c1 \u06a9\u0627\u0631\u06cc \u06a9\u06cc \u0645\u062f\u062a:\"\n};\n\n    \/\/ Function to update text content based on translations\n    function updateTextContent() {\n        var urlPath = window.location.pathname;\n        let translations;\n\n        if (urlPath.includes('\/hi\/')) {\n            translations = translationsHindi;\n        } else if (urlPath.includes('\/mr\/')) {\n            translations = translationsMarathi;\n        } else if (urlPath.includes('\/pu\/')) {\n            translations = translationsPunjabi;\n        } else if (urlPath.includes('\/gu\/')) {\n            translations = translationsGujarati;\n        } else if (urlPath.includes('\/ta\/')) {\n            translations = translationsTamil;\n        } else if (urlPath.includes('\/te\/')) {\n            translations = translationsTelugu;\n        } else if (urlPath.includes('\/ka\/')) {\n            translations = translationsKannada;\n        } else if (urlPath.includes('\/be\/')) {\n            translations = translationsBengali;\n        }else if (urlPath.includes('\/od\/')) {\n            translations = translationsOdia;\n        }else if (urlPath.includes('\/ma\/')) {\n            translations = translationsMalayalam;\n        }else if (urlPath.includes('\/ur\/')) {\n            translations = translationsUrdu;\n        }\n\n        if (translations) {\n            Object.keys(translations).forEach(originalText => {\n                document.querySelectorAll('label').forEach(label => {\n                    if (label.textContent.trim() === originalText) {\n                        label.textContent = translations[originalText];\n                    }\n                });\n            });\n        }\n    }\n\n    \/\/ Call the function to update text content when the document is ready\n    document.addEventListener('DOMContentLoaded', updateTextContent);\n<\/script>\n\n\n\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap-datepicker\/1.9.0\/js\/bootstrap-datepicker.min.js\"><\/script>\n\n\n<script>\n\n<\/script>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-877","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u098f\u09b8\u09a1\u09ac\u09cd\u09b2\u09bf\u0989\u09aa\u09bf \u0995\u09cd\u09af\u09be\u09b2\u0995\u09c1\u09b2\u09c7\u099f\u09b0 - Bengali<\/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:\/\/wpwebtest.ncfe.org.in\/be\/swp-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u098f\u09b8\u09a1\u09ac\u09cd\u09b2\u09bf\u0989\u09aa\u09bf \u0995\u09cd\u09af\u09be\u09b2\u0995\u09c1\u09b2\u09c7\u099f\u09b0 - Bengali\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wpwebtest.ncfe.org.in\/be\/swp-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Bengali\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-30T12:39:44+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/swp-calculator\/\",\"url\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/swp-calculator\/\",\"name\":\"\u098f\u09b8\u09a1\u09ac\u09cd\u09b2\u09bf\u0989\u09aa\u09bf \u0995\u09cd\u09af\u09be\u09b2\u0995\u09c1\u09b2\u09c7\u099f\u09b0 - Bengali\",\"isPartOf\":{\"@id\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/#website\"},\"datePublished\":\"2023-11-24T10:16:30+00:00\",\"dateModified\":\"2024-04-30T12:39:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/swp-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wpwebtest.ncfe.org.in\/be\/swp-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/swp-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u098f\u09b8\u09a1\u09ac\u09cd\u09b2\u09bf\u0989\u09aa\u09bf \u0995\u09cd\u09af\u09be\u09b2\u0995\u09c1\u09b2\u09c7\u099f\u09b0\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/#website\",\"url\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/\",\"name\":\"Bengali\",\"description\":\"National Centre for Financial Education (NCFE) is a Section 8 (Not for Profit) Company promoted by Reserve Bank of India (RBI), Securities and Exchange Board of India (SEBI), Insurance Regulatory and Development Authority of India (IRDAI) and Pension Fund Regulatory and Development Authority (PFRDA), under the aegis of Financial Stability and Development Council (FSDC), Ministry of Finance, Government of India.\",\"publisher\":{\"@id\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/#organization\",\"name\":\"Bengali\",\"url\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/wpwebtest.ncfe.org.in\/wp-content\/uploads\/2023\/11\/NCFE_logo.png\",\"contentUrl\":\"https:\/\/wpwebtest.ncfe.org.in\/wp-content\/uploads\/2023\/11\/NCFE_logo.png\",\"width\":436,\"height\":113,\"caption\":\"Bengali\"},\"image\":{\"@id\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u098f\u09b8\u09a1\u09ac\u09cd\u09b2\u09bf\u0989\u09aa\u09bf \u0995\u09cd\u09af\u09be\u09b2\u0995\u09c1\u09b2\u09c7\u099f\u09b0 - Bengali","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:\/\/wpwebtest.ncfe.org.in\/be\/swp-calculator\/","og_locale":"en_US","og_type":"article","og_title":"\u098f\u09b8\u09a1\u09ac\u09cd\u09b2\u09bf\u0989\u09aa\u09bf \u0995\u09cd\u09af\u09be\u09b2\u0995\u09c1\u09b2\u09c7\u099f\u09b0 - Bengali","og_url":"https:\/\/wpwebtest.ncfe.org.in\/be\/swp-calculator\/","og_site_name":"Bengali","article_modified_time":"2024-04-30T12:39:44+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wpwebtest.ncfe.org.in\/be\/swp-calculator\/","url":"https:\/\/wpwebtest.ncfe.org.in\/be\/swp-calculator\/","name":"\u098f\u09b8\u09a1\u09ac\u09cd\u09b2\u09bf\u0989\u09aa\u09bf \u0995\u09cd\u09af\u09be\u09b2\u0995\u09c1\u09b2\u09c7\u099f\u09b0 - Bengali","isPartOf":{"@id":"https:\/\/wpwebtest.ncfe.org.in\/be\/#website"},"datePublished":"2023-11-24T10:16:30+00:00","dateModified":"2024-04-30T12:39:44+00:00","breadcrumb":{"@id":"https:\/\/wpwebtest.ncfe.org.in\/be\/swp-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wpwebtest.ncfe.org.in\/be\/swp-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wpwebtest.ncfe.org.in\/be\/swp-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wpwebtest.ncfe.org.in\/be\/"},{"@type":"ListItem","position":2,"name":"\u098f\u09b8\u09a1\u09ac\u09cd\u09b2\u09bf\u0989\u09aa\u09bf \u0995\u09cd\u09af\u09be\u09b2\u0995\u09c1\u09b2\u09c7\u099f\u09b0"}]},{"@type":"WebSite","@id":"https:\/\/wpwebtest.ncfe.org.in\/be\/#website","url":"https:\/\/wpwebtest.ncfe.org.in\/be\/","name":"Bengali","description":"National Centre for Financial Education (NCFE) is a Section 8 (Not for Profit) Company promoted by Reserve Bank of India (RBI), Securities and Exchange Board of India (SEBI), Insurance Regulatory and Development Authority of India (IRDAI) and Pension Fund Regulatory and Development Authority (PFRDA), under the aegis of Financial Stability and Development Council (FSDC), Ministry of Finance, Government of India.","publisher":{"@id":"https:\/\/wpwebtest.ncfe.org.in\/be\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wpwebtest.ncfe.org.in\/be\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wpwebtest.ncfe.org.in\/be\/#organization","name":"Bengali","url":"https:\/\/wpwebtest.ncfe.org.in\/be\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpwebtest.ncfe.org.in\/be\/#\/schema\/logo\/image\/","url":"https:\/\/wpwebtest.ncfe.org.in\/wp-content\/uploads\/2023\/11\/NCFE_logo.png","contentUrl":"https:\/\/wpwebtest.ncfe.org.in\/wp-content\/uploads\/2023\/11\/NCFE_logo.png","width":436,"height":113,"caption":"Bengali"},"image":{"@id":"https:\/\/wpwebtest.ncfe.org.in\/be\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/wpwebtest.ncfe.org.in\/be\/wp-json\/wp\/v2\/pages\/877","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpwebtest.ncfe.org.in\/be\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wpwebtest.ncfe.org.in\/be\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wpwebtest.ncfe.org.in\/be\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wpwebtest.ncfe.org.in\/be\/wp-json\/wp\/v2\/comments?post=877"}],"version-history":[{"count":18,"href":"https:\/\/wpwebtest.ncfe.org.in\/be\/wp-json\/wp\/v2\/pages\/877\/revisions"}],"predecessor-version":[{"id":20432,"href":"https:\/\/wpwebtest.ncfe.org.in\/be\/wp-json\/wp\/v2\/pages\/877\/revisions\/20432"}],"wp:attachment":[{"href":"https:\/\/wpwebtest.ncfe.org.in\/be\/wp-json\/wp\/v2\/media?parent=877"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}