{"id":3146,"date":"2020-07-14T20:26:38","date_gmt":"2020-07-14T14:56:38","guid":{"rendered":"https:\/\/www.finsafe.in\/financial-wellness\/?page_id=3146"},"modified":"2022-09-14T12:48:04","modified_gmt":"2022-09-14T07:18:04","slug":"dream-calculator","status":"publish","type":"page","link":"https:\/\/www.finsafe.in\/financial-wellness\/dream-calculator\/","title":{"rendered":"dream calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"3146\" class=\"elementor elementor-3146\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-199e0e0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"199e0e0\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6d6cd4a\" data-id=\"6d6cd4a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-885f203 elementor-widget elementor-widget-image\" data-id=\"885f203\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"190\" height=\"50\" src=\"https:\/\/www.finsafe.in\/financial-wellness\/wp-content\/uploads\/2020\/07\/fisafe.png\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-26adc73 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"26adc73\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e812a31\" data-id=\"e812a31\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1bb3b7a elementor-widget elementor-widget-text-editor\" data-id=\"1bb3b7a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n  <div class=\"elementor-text-editor elementor-clearfix\">\n    <div class=\"elementor-text-editor elementor-clearfix\">\n\n      <script type=\"text\/javascript\">\n        function is_nan(my_val) {\n          if (isNaN(my_val)) {\n            alert(\"Enter Only numbers\");\n            return false;\n          } else {\n            return my_val;\n          }\n        }\n\n        function fv(rate, nper, pmt, pv, type) {\n          var pow = Math.pow(1 + rate, nper),\n             fv;\n          if (rate) {\n           fv = (pmt*(1+rate*type)*(1-pow)\/rate)-pv*pow;\n          } else {\n           fv = -1 * (pv + pmt * nper);\n          }\n          return fv.toFixed(2);\n        }\n\n        \/*function fv(my_nper, my_pv) {\n          var inflation = document.getElementById(\"returnsperc\").value;\n          var dreams_inflation = inflation \/ 100;\n          var temp = Math.pow((1 + dreams_inflation), my_nper);\n          var fv_val = temp * my_pv;\n\n          if ((fv_val === 0) || isNaN(fv_val)) {\n            return 0;\n          }\n          else if (my_nper === 0) {\n            alert(\"Please enter years\");\n            return 0;\n          }\n          else {\n            return fv_val;\n          }\n        }*\/\n\n        function pmt(ir, np, pv, fv, type) {\n          \/*\n           * ir   - interest rate per month\n           * np   - number of periods (months)\n           * pv   - present value\n           * fv   - future value\n           * type - when the payments are due:\n           *        0: end of the period, e.g. end of month (default)\n           *        1: beginning of period\n           *\/\n          var pmt, pvif;\n      \n          fv || (fv = 0);\n          type || (type = 0);\n      \n          if (ir === 0)\n              return -(pv + fv)\/np;\n      \n          pvif = Math.pow(1 + ir, np);\n          pmt = - ir * (pv * pvif + fv) \/ (pvif - 1);\n      \n          if (type === 1)\n              pmt \/= (1 + ir);\n      \n          return pmt;\n      }\n      \/*\n        function pmt(my_fv, my_nper) {\n          \/\/var invest  = 8; \n          var invest = document.getElementById(\"returnsperc\").value;\n          if (isNaN(invest)) {\n            invest = 8;\n          }\n\n          var dreams_rate = invest \/ 100;\n          var pmt_rate = dreams_rate \/ 12;\n          var pmt_time = my_nper * 12;\n          var pmt_temp = Math.pow((1 + pmt_rate), pmt_time);\n          var pmt_x = pmt_rate * my_fv \/ (pmt_temp - 1);\n          var pmt_y = pmt_x \/ (1 + pmt_rate);\n          if (isNaN(pmt_y)) {\n            return 0;\n          }\n          else {\n            return pmt_y;\n\n          }\n        }*\/\n\n        function validateCalculate1() {\n\n          var homeamount = document.getElementById(\"amount1\").value;\n          var homeYears = document.getElementById(\"amount2\").value;\n          var car_roi = document.getElementById(\"car_roi\").value;\n\n          var vacattionamount = document.getElementById(\"vacattion1\").value;\n          var vacattionyears = document.getElementById(\"vacattion2\").value;\n          var house_roi = document.getElementById(\"house_roi\").value;\n\n          var educamount = document.getElementById(\"educ1\").value;\n          var educyears = document.getElementById(\"educ2\").value;\n          var c1edu_roi = document.getElementById(\"c2edu_roi\").value;\n\n          var marriageamount = document.getElementById(\"marr1\").value;\n          var marriageyears = document.getElementById(\"marr2\").value;\n          var c1mar_roi = document.getElementById(\"c1mar_roi\").value;\n\n          var educaamount = document.getElementById(\"educa1\").value;\n          var educayears = document.getElementById(\"educa2\").value;\n          var c2edu_roi = document.getElementById(\"c2edu_roi\").value;\n\n          var marriageiamount = document.getElementById(\"marri1\").value;\n          var marriageiyears = document.getElementById(\"marri2\").value;\n          var c2mar_roi = document.getElementById(\"c2mar_roi\").value;\n\n          var buisamount = document.getElementById(\"buis1\").value;\n          var buisyears = document.getElementById(\"buis2\").value;\n          var buis_roi = document.getElementById(\"buis_roi\").value;\n\n          var travamount = document.getElementById(\"trav1\").value;\n          var travyears = document.getElementById(\"trav2\").value;\n          var vac_roi = document.getElementById(\"vac_roi\").value;\n\n          var otheramount = document.getElementById(\"other1\").value;\n          var otheryears = document.getElementById(\"other2\").value;\n          var ogoals_roi = document.getElementById(\"ogoals_roi\").value;\n\n          var inflation = document.getElementById(\"returnsperc\").value;\n\n          homeamount = is_nan(homeamount);\n          homeYears = is_nan(homeYears);\n\n          educamount = is_nan(educamount);\n          educyears = is_nan(educyears);\n\n          marriageamount = is_nan(marriageamount);\n          marriageyears = is_nan(marriageyears);\n\n          educaamount = is_nan(educaamount);\n          educayears = is_nan(educayears);\n\n          marriageiamount = is_nan(marriageiamount);\n          marriageiyears = is_nan(marriageiyears);\n\n          buisamount = is_nan(buisamount);\n          buisyears = is_nan(buisyears);\n\n          travamount = is_nan(travamount);\n          travyears = is_nan(travyears);\n\n          otheramount = is_nan(otheramount);\n          otheryears = is_nan(otheryears);\n\n\n          vacattionamount = is_nan(vacattionamount);\n          vacattionyears = is_nan(vacattionyears);\n\n\n          var fv_home = fv((inflation\/100),homeYears,\"\",-homeamount,1);         \n          var pmt_home = pmt((car_roi\/100)\/12,homeYears*12,\"\",-fv_home,1);\n          if(isNaN(pmt_home)) pmt_home = 0;\n          var pmt_annual_home = pmt_home * 12;\n\n          var fv_educ = fv((inflation\/100),educyears,\"\",-educamount,1);\n          var pmt_educ = pmt((c1edu_roi\/100)\/12,educyears*12,\"\",-fv_educ, 1);\n          if(isNaN(pmt_educ)) pmt_educ = 0;\n          var pmt_annual_educ = pmt_educ * 12;\n\n          var fv_marr = fv((inflation\/100),marriageyears,\"\",-marriageamount,1);\n          var pmt_marr = pmt((c1mar_roi\/100)\/12,marriageyears*12,\"\",-fv_marr,1);\n          if(isNaN(pmt_marr)) pmt_marr = 0;\n          var pmt_annual_marr = pmt_marr * 12;\n\n          var fv_educa = fv((inflation\/100),educayears,\"\",-educaamount,1);\n          var pmt_educa = pmt((c2edu_roi\/100)\/12,educayears*12,\"\",-fv_educa, 1);\n          if(isNaN(pmt_educa)) pmt_educa = 0;\n          var pmt_annual_educa = pmt_educa * 12;\n\n          var fv_marri = fv((inflation\/100),marriageiyears,\"\",-marriageiamount,1);\n          var pmt_marri = pmt((c2mar_roi\/100)\/12,marriageiyears*12,\"\",-fv_marri, 1);\n          if(isNaN(pmt_marri)) pmt_marri = 0;\n          var pmt_annual_marri = pmt_marri * 12;\n\n          var fv_buis = fv((inflation\/100),buisyears,\"\",-buisamount,1);\n          var pmt_buis = pmt((buis_roi\/100)\/12,buisyears*12,\"\",-fv_buis, 1);\n          if(isNaN(pmt_buis)) pmt_buis = 0;\n          var pmt_annual_buis = pmt_buis * 12;\n\n          var fv_trav = fv((inflation\/100),travyears,\"\",-travamount,1);\n          var pmt_trav = pmt((vac_roi\/100)\/12,travyears*12,\"\",-fv_trav, 1);\n          if(isNaN(pmt_trav)) pmt_trav = 0;\n          var pmt_annual_trav = pmt_trav * 12;\n\n          var fv_other = fv((inflation\/100),otheryears,\"\",-otheramount,1);\n          var pmt_other = pmt((ogoals_roi\/100)\/12,otheryears*12,\"\",-fv_other, 1);\n          if(isNaN(pmt_other)) pmt_other = 0;\n          var pmt_annual_other = pmt_other * 12;\n\n          var fv_vehicle = fv((inflation\/100),vacattionyears,\"\",-vacattionamount,1);\n          var pmt_vehicle = pmt((house_roi\/100)\/12,vacattionyears*12,\"\",-fv_vehicle, 1);\n          if(isNaN(pmt_vehicle)) pmt_vehicle = 0;\n          var pmt_annual_vehicle = pmt_vehicle * 12;\n\n          var dreams_fv_amt = fv_home + fv_vehicle + fv_educ + fv_marr + fv_buis + fv_trav + fv_other;\n\n          var dreams_pmt_amt = pmt_vehicle + pmt_home + pmt_educ;\n\n          document.getElementById(\"amount3\").value = fv_home;\n          document.getElementById(\"amount4\").value = pmt_home.toFixed(2);\n\n          document.getElementById(\"educ3\").value = fv_educ;\n          document.getElementById(\"educ4\").value = pmt_educ.toFixed(2);\n\n          document.getElementById(\"educa3\").value = fv_educa;\n          document.getElementById(\"educa4\").value = pmt_educa.toFixed(2);\n\n          document.getElementById(\"marr3\").value = fv_marr;\n          document.getElementById(\"marr4\").value = pmt_marr.toFixed(2);\n\n          document.getElementById(\"marri3\").value = fv_marri;\n          document.getElementById(\"marri4\").value = pmt_marri.toFixed(2);\n\n          document.getElementById(\"buis3\").value = fv_buis;\n          document.getElementById(\"buis4\").value = pmt_buis.toFixed(2);\n\n          document.getElementById(\"trav3\").value = fv_trav;\n          document.getElementById(\"trav4\").value = pmt_trav.toFixed(2);\n\n          document.getElementById(\"other3\").value = fv_other;\n          document.getElementById(\"other4\").value = pmt_other.toFixed(2);\n\n          document.getElementById(\"vacattion3\").value = fv_vehicle;\n          document.getElementById(\"vacattion4\").value = pmt_vehicle.toFixed(2);\n          document.getElementById(\"vacattion5\").value = dreams_fv_amt;\n          document.getElementById(\"vacattion6\").value = dreams_pmt_amt.toFixed(2);\n\n\n        }\n      <\/script>\n\n      <section>\n        <div class=\"container\">\n          <h2 style=\"text-align: center; font-size: 30px;\">Goal Planning Calculator<\/h2>\n          <p style=\"margin-top: 10px;\">Do you know how much you need to achieve your goals?\n            Are your investments enough to achieve all your financial goals?Use our dreams calculator to see how much\n            you need to fulfill your goals.<\/p>\n\n          <div class=\"row\">\n            <div class=\"col-lg-12\">\n              <div class=\"newTaxCalculator\">\n                <div class=\"taxTable DreamTaxTbl\">\n                  <table class=\"wdt-100\">\n                    <thead>\n                      <tr>\n                        <th width=\"25%\">Goal<\/th>\n                        <th class=\"text-center\" width=\"17%\">Amount requested<\/th>\n                        <th class=\"text-center\" width=\"17%\">Years to goal<\/th>\n                        <th class=\"text-center\" width=\"17%\">ROI (%)<\/th>\n                        <th class=\"greenBandTb text-center\" width=\"21% \">Estimated Future Value<\/th>\n                        <th class=\"greenBandTb text-center\" width=\"20% \">Monthly Investment<\/th>\n                      <\/tr>\n                    <\/thead>\n                    <tbody>\n                      <tr>\n                        <td><label>Buying a Car\/two wheeler<\/label><\/td>\n                        <td><input id=\"amount1\" class=\"form-control\" type=\"text\" \/><\/td>\n                        <td><input id=\"amount2\" class=\"form-control\" type=\"text\" \/><\/td>\n                        <td><input id=\"car_roi\" class=\"form-control\" type=\"text\" value=\"8\" \/><\/td>\n                        <td class=\"greenBandTb \"><input id=\"amount3\" class=\"form-control \" disabled=\"disabled\"\n                            type=\"text\" value=\" - \" \/><\/td>\n                        <td class=\"greenBandTb \"><input id=\"amount4\" class=\"form-control \" disabled=\"disabled\"\n                            type=\"text\" value=\" - \" \/><\/td>\n                      <\/tr>\n                      <tr>\n                        <td><label>Downpayment of a Home<\/label><\/td>\n                        <td><input id=\"vacattion1\" class=\"form-control \" type=\"text\" \/><\/td>\n                        <td><input id=\"vacattion2\" class=\"form-control \" type=\"text\" \/><\/td>\n                        <td><input id=\"house_roi\" class=\"form-control\" type=\"text\" value=\"6\" \/><\/td>\n                        <td class=\"greenBandTb \"><input id=\"vacattion3\" class=\"form-control \" disabled=\"disabled\"\n                            type=\"text\" value=\" - \" \/><\/td>\n                        <td class=\"greenBandTb \"><input id=\"vacattion4\" class=\"form-control \" disabled=\"disabled\"\n                            type=\"text\" value=\" - \" \/><\/td>\n                      <\/tr>\n                      <tr>\n                        <td><label>Child Education<\/label><\/td>\n                        <td><input id=\"educ1\" class=\"form-control \" type=\"text\" \/><\/td>\n                        <td><input id=\"educ2\" class=\"form-control \" type=\"text\" \/><\/td>\n                        <td><input id=\"c1edu_roi\" class=\"form-control\" type=\"text\" value=\"10\" \/><\/td>\n                        <td class=\"greenBandTb \"><input id=\"educ3\" class=\"form-control \" disabled=\"disabled\" type=\"text\"\n                            value=\" - \" \/><\/td>\n                        <td class=\"greenBandTb \"><input id=\"educ4\" class=\"form-control \" disabled=\"disabled\" type=\"text\"\n                            value=\" - \" \/><\/td>\n                      <\/tr>\n                      <tr>\n                        <td><label>Child Marriage<\/label><\/td>\n                        <td><input id=\"marr1\" class=\"form-control \" type=\"text\" \/><\/td>\n                        <td><input id=\"marr2\" class=\"form-control \" type=\"text\" \/><\/td>\n                        <td><input id=\"c1mar_roi\" class=\"form-control\" type=\"text\" type=\"text\" value=\"10\" \/><\/td>\n                        <td class=\"greenBandTb \"><input id=\"marr3\" class=\"form-control \" disabled=\"disabled\" type=\"text\"\n                            value=\" - \" \/><\/td>\n                        <td class=\"greenBandTb \"><input id=\"marr4\" class=\"form-control \" disabled=\"disabled\" type=\"text\"\n                            value=\" - \" \/><\/td>\n                      <\/tr>\n                      <tr>\n                        <td><label>Second Child&#8217;s Education<\/label><\/td>\n                        <td><input id=\"educa1\" class=\"form-control \" type=\"text\" \/><\/td>\n                        <td><input id=\"educa2\" class=\"form-control \" type=\"text\" \/><\/td>\n                        <td><input id=\"c2edu_roi\" class=\"form-control\" type=\"text\" type=\"text\" value=\"10\" \/><\/td>\n                        <td class=\"greenBandTb \"><input id=\"educa3\" class=\"form-control \" disabled=\"disabled\"\n                            type=\"text\" value=\" - \" \/><\/td>\n                        <td class=\"greenBandTb \"><input id=\"educa4\" class=\"form-control \" disabled=\"disabled\"\n                            type=\"text\" value=\" - \" \/><\/td>\n                      <\/tr>\n                      <tr>\n                        <td><label>Second Child&#8217;s Marriage<\/label><\/td>\n                        <td><input id=\"marri1\" class=\"form-control \" type=\"text\" \/><\/td>\n                        <td><input id=\"marri2\" class=\"form-control \" type=\"text\" \/><\/td>\n                        <td><input id=\"c2mar_roi\" class=\"form-control\" type=\"text\" type=\"text\" value=\"10\" \/><\/td>\n                        <td class=\"greenBandTb \"><input id=\"marri3\" class=\"form-control \" disabled=\"disabled\"\n                            type=\"text\" value=\" - \" \/><\/td>\n                        <td class=\"greenBandTb \"><input id=\"marri4\" class=\"form-control \" disabled=\"disabled\"\n                            type=\"text\" value=\" - \" \/><\/td>\n                      <\/tr>\n                      <tr>\n                        <td><label>Starting a Buisness<\/label><\/td>\n                        <td><input id=\"buis1\" class=\"form-control \" type=\"text\" \/><\/td>\n                        <td><input id=\"buis2\" class=\"form-control \" type=\"text\" \/><\/td>\n                        <td><input id=\"buis_roi\" class=\"form-control\" type=\"text\" type=\"text\" value=\"10\" \/><\/td>\n                        <td class=\"greenBandTb \"><input id=\"buis3\" class=\"form-control \" disabled=\"disabled\" type=\"text\"\n                            value=\" - \" \/><\/td>\n                        <td class=\"greenBandTb \"><input id=\"buis4\" class=\"form-control \" disabled=\"disabled\" type=\"text\"\n                            value=\" - \" \/><\/td>\n                      <\/tr>\n                      <tr>\n                        <td><label>Dream Vacation<\/label><\/td>\n                        <td><input id=\"trav1\" class=\"form-control \" type=\"text\" \/><\/td>\n                        <td><input id=\"trav2\" class=\"form-control \" type=\"text\" \/><\/td>\n                        <td><input id=\"vac_roi\" class=\"form-control\" type=\"text\" type=\"text\" value=\"10\" \/><\/td>\n                        <td class=\"greenBandTb \"><input id=\"trav3\" class=\"form-control \" disabled=\"disabled\" type=\"text\"\n                            value=\" - \" \/><\/td>\n                        <td class=\"greenBandTb \"><input id=\"trav4\" class=\"form-control \" disabled=\"disabled\" type=\"text\"\n                            value=\" - \" \/><\/td>\n                      <\/tr>\n                      <tr>\n                        <td><label>Other Goals<\/label><\/td>\n                        <td><input id=\"other1\" class=\"form-control \" type=\"text\" \/><\/td>\n                        <td><input id=\"other2\" class=\"form-control \" type=\"text\" \/><\/td>\n                        <td><input id=\"ogoals_roi\" class=\"form-control\" type=\"text\" type=\"text\" value=\"10\" \/><\/td>\n                        <td class=\"greenBandTb \"><input id=\"other3\" class=\"form-control \" disabled=\"disabled\"\n                            type=\"text\" value=\" - \" \/><\/td>\n                        <td class=\"greenBandTb \"><input id=\"other4\" class=\"form-control \" disabled=\"disabled\"\n                            type=\"text\" value=\" - \" \/><\/td>\n                      <\/tr>\n                      <tr>\n                        <td colspan=\"5\"><\/td>\n                      <\/tr>\n                      <tr>\n                        <td><label><strong>Assumed Returns (%)<\/strong><\/label><\/td>\n                        <td><input id=\"returnsperc\" class=\"form-control \" maxlength=\"2\" type=\"number\" value=\"5\" \/><\/td>\n                        <td><\/td>\n                        <td><\/td>\n                        <td><\/td>\n                      <\/tr>\n                    <\/tbody>\n                  <\/table>\n                <\/div>\n                <p style=\"margin-left: 18px; font-size: 13px; text-align: left; margin-top: -30px;\">*Assumed Inflation\n                  at 5%<\/p>\n                <p style=\"color: #ea6456;\">*All the above numbers can be changed as per your situation and requirement.\n                <\/p>\n\n                <div class=\"output2 text-center\"><button class=\"pf-btn\" onclick=\"validateCalculate1()\">CLICK TO\n                    CALCULATE<\/button><\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n      <p style=\"margin-top: 30px;\">Disclaimer :<i> Please note that the calculations displayed by this tool may not be\n          100% accurate, correct and\/or complete and that they are intended solely for general information and education\n          purposes. You should not take any action on the basis of the information provided by this application as it\n          should NOT be considered as a substitute for any professional financial service or advice. The creator of this\n          calculator is in no way liable of any actions that might be taken by users.<\/i><\/p>\n\n    <\/div>\n  <\/div>\n<\/div>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Goal Planning Calculator Do you know how much you need to achieve your goals? Are your investments enough to achieve [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/template_calculator.php","meta":[],"_links":{"self":[{"href":"https:\/\/www.finsafe.in\/financial-wellness\/wp-json\/wp\/v2\/pages\/3146"}],"collection":[{"href":"https:\/\/www.finsafe.in\/financial-wellness\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.finsafe.in\/financial-wellness\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.finsafe.in\/financial-wellness\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.finsafe.in\/financial-wellness\/wp-json\/wp\/v2\/comments?post=3146"}],"version-history":[{"count":29,"href":"https:\/\/www.finsafe.in\/financial-wellness\/wp-json\/wp\/v2\/pages\/3146\/revisions"}],"predecessor-version":[{"id":7227,"href":"https:\/\/www.finsafe.in\/financial-wellness\/wp-json\/wp\/v2\/pages\/3146\/revisions\/7227"}],"wp:attachment":[{"href":"https:\/\/www.finsafe.in\/financial-wellness\/wp-json\/wp\/v2\/media?parent=3146"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}