{"id":120,"date":"2024-09-03T05:52:47","date_gmt":"2024-09-03T05:52:47","guid":{"rendered":"https:\/\/up2client.com\/template\/easy-calculators\/plugin\/demo\/?page_id=120"},"modified":"2024-09-03T08:33:40","modified_gmt":"2024-09-03T08:33:40","slug":"fd-calculator","status":"publish","type":"page","link":"https:\/\/up2client.com\/template\/easy-calculators\/plugin\/demo\/fd-calculator\/","title":{"rendered":"FD\u00a0Calculator"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\">FD\u00a0Calculator<\/h1>\n\n\n\n<p class=\"has-medium-font-size\">Fixed Deposits (FDs) are a preferred choice for investors who prioritize stability. Individuals interested in FDs can efficiently manage their finances by leveraging the FD Calculator. This intuitive online tool facilitates the calculation of returns on FD investments by considering the investment amount, interest rate, and tenure.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">FD Calculator eliminates manual calculation errors, ensuring accurate and reliable results, which ultimately empowers users to make informed decisions regarding their savings and investments.<\/p>\n\n\n        <section class=\"calculator-header-top-section\">\r\n            <div class=\"calculator-header-inner-sec\">\r\n                <h2 class=\"calculator-inner-title\">\r\n                    Fixed Deposit Calculator                <\/h2>\r\n            <\/div>\r\n            <div class=\"calculator-main-container\">\r\n                <div class=\"main-chart-inner\">\r\n                    \r\n                    <div class=\"range_data_box_inner\">\r\n                        <div class=\"calculator-inner-input-fields\">\r\n                            <label class=\"calculator-common-label\" for=\"easy-fd\">\r\n                                Total Amount                            <\/label>          \r\n                            <div class=\"calculator-inner-input-wrap\">      \r\n                                <span class=\"percentage-symbol\">$<\/span>    \r\n                                <input class=\"easy-calc-field\" type=\"number\" id=\"fd_default_invested_amount\" value=\"100000\" min=\"2000\" max=\"10000000\" step=\"500\">        \r\n                            <\/div>\r\n                        <\/div>\r\n                        <div class=\"range\">\r\n                            <input type=\"range\" id=\"fd_default_invested_amount_slider\" value=\"100000\" min=\"2000\" max=\"10000000\" step=\"500\">\r\n\t\t\t\t\t\t<\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"range_data_box_inner\">\r\n                        <div class=\"calculator-inner-input-fields\">\r\n                            <label class=\"calculator-common-label\" for=\"easy-fd\">\r\n                                Expected Return Rate(%)                            <\/label>          \r\n                            <div class=\"calculator-inner-input-wrap\">      \r\n                                <input class=\"easy-calc-field\" type=\"number\" id=\"fd_default_rate\" value=\"6.5\" min=\"1\" max=\"15\" step=\"0.01\">\r\n                                <span class=\"percentage-symbol\">%<\/span>            \r\n                            <\/div>\r\n                        <\/div>\r\n                        <div class=\"range\">\r\n\t\t\t\t\t\t\t<input type=\"range\" id=\"fd_default_rate_slider\" value=\"6.5\" min=\"1\" max=\"15\" step=\"0.01\">\r\n\t\t\t\t\t\t<\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"range_data_box_inner\">\r\n                        <div class=\"calculator-inner-input-fields\">\r\n                            <label class=\"calculator-common-label\" for=\"easy-fd\">\r\n                                Compounding Frequency                            <\/label>\r\n                            <select id=\"fd_compounding_frequency\" class=\"sip-dropdown\">\r\n                                <option value=\"yearly\" selected>Yearly<\/option><option value=\"monthly\">Monthly<\/option><option value=\"days\">Days<\/option>                            <\/select>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"range_data_box_inner\">\r\n                        <div class=\"calculator-inner-input-fields\">\r\n                            <label class=\"calculator-common-label\" for=\"easy-fd\">\r\n                                Time Period                            <\/label>          \r\n                            <div class=\"calculator-inner-input-wrap\">      \r\n                                <input class=\"easy-calc-field\" type=\"number\" id=\"fd_default_time_period\" value=\"5\" min=\"1\" max=\"25\">          \r\n                            <\/div>\r\n                        <\/div>\r\n                        <div class=\"range\">\r\n                            <input type=\"range\" id=\"fd_default_time_period_slider\" value=\"5\" min=\"1\" max=\"25\">\r\n\t\t\t\t\t\t<\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"easy-calc-final-result easy-calc-common-result\">\r\n                        <span id=\"easy_calculator_currency_symbol\" style=\"display: none;\">$<\/span>\r\n                        <h3>Final Result<\/h3>\r\n                        <p>Invested Amount<span id=\"pf1\"><\/span><\/p>\r\n                        <p>Est. Return<span id=\"pf2\"><\/span><\/p>\r\n                        <p>Total Value<span id=\"pf3\"><\/span><\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"easy-calc-chart-logo\">\r\n                    <div id=\"result3\" class=\"chart_box\">\r\n                        <canvas id=\"fdchart\" width=\"400\" height=\"400\"><\/canvas>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div id=\"fd-table-container\" class=\"common-table-container common-table-container7\">\r\n                <table id=\"fd-table\" class=\"swp-table common-table\">\r\n                    <caption class=\"swp_tab_cap sip_tab_cap\" style=\"caption-side: top; text-align: center;\">Projected FD Returns for Various Time Durations<\/caption>\r\n                    <thead class=\"sip-result-head\">\r\n                        <tr class=\"sip-table-inner\">\r\n                            <th scope=\"col\">Year<\/th>\r\n                            <th scope=\"col\">Principal Amount ($)<\/th><\/th>\r\n                            <th scope=\"col\">Interest Earned ($)<\/th>\r\n                            <th scope=\"col\">Fixed Deposit Balance ($)<\/th>   \r\n                        <\/tr>\r\n                    <\/thead>\r\n                    <tbody id=\"fdProjectTable\" class=\"common-result-tbl\">\r\n                        <!-- Table rows will be dynamically added by JavaScript -->\r\n                    <\/tbody>\r\n                <\/table>\r\n            <\/div>\r\n        <\/section>\r\n      \r\n        <style>\r\n            html body .calculator-inner-title{\r\n                font-size: 30px;\r\n                color:#000000;\r\n            }\r\n            html body .calculator-common-label{\r\n                color: #000000;\r\n            }\r\n            html body .calculator-header-top-section{\r\n                background: #fff;\r\n            }\r\n            html body .easy-calc-final-result{\r\n                background: #ffffff;\r\n            }\r\n            html body .easy-calc-field,\r\n            html body select.sip-dropdown,\r\n            html body .percentage-symbol{\r\n                color:#43b9b2;\r\n            }\r\n            html body select.sip-dropdown,\r\n            html body .calculator-inner-input-wrap{\r\n                background: #43b9b21a;\r\n            }\r\n            .main-chart-inner .range_data_box_inner .rangeslider__fill {\r\n                background: #43b9b2;\r\n            }\r\n            .main-chart-inner .range_data_box_inner .rangeslider {\r\n                background: #43b9b21a;\r\n            }\r\n            .main-chart-inner .range_data_box_inner .rangeslider__handle {\r\n                background: #ffffff;\r\n            }\r\n            html body .calculator-header-top-section.dark-mode-unable .calculator-common-label:hover{\r\n                color:#000000;\r\n            }\r\n            .main-chart-inner .rangeslider__handle:after{\r\n                background: #43b9b2;\r\n            }\r\n            \/* table-dynamic styles *\/\r\n            html body caption.sip_tab_cap {\r\n                background-color: #43b9b2;\r\n\t\t\t    color: #ffffff;\r\n            }\r\n            #fdProjectTable tr td {\r\n                background: #80808012!important;\r\n            }\r\n            .common-table-container thead.sip-result-head {\r\n                color: #ffffff!important;\r\n                background-color: #43b9b2!important;\r\n            }\r\n            .common-table-container thead.sip-result-head tr th {\r\n                color: #ffffff!important;\r\n            }\r\n            tbody#fdProjectTable tr td {\r\n                color: #000!important;\r\n            }\r\n            #fdProjectTable tr:hover td {\r\n                background-color: #43b9b21a!important;\r\n                color: #43b9b2!important;\r\n            }\r\n        <\/style>\r\n        \n","protected":false},"excerpt":{"rendered":"<p>FD\u00a0Calculator Fixed Deposits (FDs) are a preferred choice for investors who prioritize stability. Individuals interested in FDs can efficiently manage [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-120","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/up2client.com\/template\/easy-calculators\/plugin\/demo\/wp-json\/wp\/v2\/pages\/120","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/up2client.com\/template\/easy-calculators\/plugin\/demo\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/up2client.com\/template\/easy-calculators\/plugin\/demo\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/up2client.com\/template\/easy-calculators\/plugin\/demo\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/up2client.com\/template\/easy-calculators\/plugin\/demo\/wp-json\/wp\/v2\/comments?post=120"}],"version-history":[{"count":3,"href":"https:\/\/up2client.com\/template\/easy-calculators\/plugin\/demo\/wp-json\/wp\/v2\/pages\/120\/revisions"}],"predecessor-version":[{"id":154,"href":"https:\/\/up2client.com\/template\/easy-calculators\/plugin\/demo\/wp-json\/wp\/v2\/pages\/120\/revisions\/154"}],"wp:attachment":[{"href":"https:\/\/up2client.com\/template\/easy-calculators\/plugin\/demo\/wp-json\/wp\/v2\/media?parent=120"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}