{"id":12464,"date":"2020-07-06T15:35:57","date_gmt":"2020-07-06T15:35:57","guid":{"rendered":"https:\/\/demo1.mycartheme.com\/?page_id=12464"},"modified":"2024-10-27T19:32:56","modified_gmt":"2024-10-27T22:32:56","slug":"loan-calculator","status":"publish","type":"page","link":"https:\/\/dennison.bm\/dealer\/loan-calculator\/","title":{"rendered":"Loan Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"12464\" class=\"elementor elementor-12464\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-be4c023 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"be4c023\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ff5ae5e\" data-id=\"ff5ae5e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b2fdcac elementor-widget elementor-widget-spacer\" data-id=\"b2fdcac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-459e4e0 elementor-widget elementor-widget-vehica_loan_calculator_general_widget\" data-id=\"459e4e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"vehica_loan_calculator_general_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"vehica-app\">\n    <vehica-loan-calculator\n            widget-id=\"459e4e0\"\n            decimal-separator=\".\"\n            thousands-separator=\",\"\n            :price-decimal-places=\"0\"\n            price-decimal-separator=\"\"\n            price-thousands-separator=\",\"\n            :round-to-integer=\"false\"\n    >\n        <div slot-scope=\"props\" class=\"vehica-loan-calculator\">\n            <div class=\"vehica-loan-calculator__title\">\n                Loan Calculator            <\/div>\n\n                            <div class=\"vehica-loan-calculator__subtitle\">\n                    <p><span style=\"color: #ff0000\">We do not offer loans<\/span>; however, we provide a loan calculator that allows you to estimate potential loan terms from the bank or financial institution of your choice. By entering your information, you can calculate your estimated monthly payments. Additionally, you can adjust parameters such as the loan term, down payment, and interest rate to see how these variables may influence your payments.<\/p>                <\/div>\n            \n            <form @submit.prevent=\"props.onCalculate\">\n                <div class=\"vehica-loan-calculator__fields\">\n                    <div class=\"vehica-loan-calculator__fields__inner\">\n                        <div class=\"vehica-loan-calculator__field-wrapper\">\n                            <h4>\n                                Price                                <span class=\"vehica-text-primary\">*<\/span>\n                            <\/h4>\n\n                            <div class=\"vehica-loan-calculator__field\">\n                                <div class=\"vehica-loan-calculator__sign\">\n                                    <i class=\"fas fa-tag\"><\/i>\n                                <\/div>\n\n                                <input\n                                        id=\"vehica-459e4e0-loan-calculator__price\"\n                                        type=\"text\"\n                                                                    >\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"vehica-loan-calculator__field-wrapper\">\n                            <h4>\n                                Interest Rate                                <span class=\"vehica-text-primary\">*<\/span>\n                            <\/h4>\n\n                            <div class=\"vehica-loan-calculator__field\">\n                                <div class=\"vehica-loan-calculator__sign\">\n                                    %                                <\/div>\n\n                                <input\n                                        id=\"vehica-459e4e0-loan-calculator__rate\"\n                                        type=\"text\"\n                                        value=\"5\"\n                                >\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"vehica-loan-calculator__field-wrapper\">\n                            <h4>Period (months)                                <span class=\"vehica-text-primary\">*<\/span>\n                            <\/h4>\n\n                            <div class=\"vehica-loan-calculator__field\">\n                                <div class=\"vehica-loan-calculator__sign\">\n                                    <i class=\"far fa-calendar-alt\"><\/i>\n                                <\/div>\n\n                                <input\n                                        id=\"vehica-459e4e0-loan-calculator__months\"\n                                        type=\"text\"\n                                        value=\"36\"\n                                >\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"vehica-loan-calculator__field-wrapper\">\n                            <h4>Down Payment<\/h4>\n\n                            <div class=\"vehica-loan-calculator__field\">\n                                <div class=\"vehica-loan-calculator__sign\">\n                                    $                                <\/div>\n\n                                <input\n                                        id=\"vehica-459e4e0-loan-calculator__contribution\"\n                                        type=\"text\"\n                                                                    >\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/form>\n\n            <div>\n                <div class=\"vehica-loan-calculator__separator\"><\/div>\n\n                <div class=\"vehica-loan-calculator__results--wrapper\">\n                    <div class=\"vehica-loan-calculator__results\">\n                        <div class=\"vehica-loan-calculator__results__col\">\n                            <h3>Monthly Payment<\/h3>\n                            <h4 v-if=\"!props.showResults\">-<\/h4>\n                            <template>\n                                <h4 v-if=\"props.showResults\">{{ props.installment }}<\/h4>\n                            <\/template>\n                        <\/div>\n\n                        <div class=\"vehica-loan-calculator__results__col\">\n                            <h3>Total Interest<\/h3>\n                            <h4 v-if=\"!props.showResults\">-<\/h4>\n                            <template>\n                                <h4 v-if=\"props.showResults\">{{ props.interest }}<\/h4>\n                            <\/template>\n                        <\/div>\n\n                        <div class=\"vehica-loan-calculator__results__col\">\n                            <h3>Total Payments<\/h3>\n                            <h4 v-if=\"!props.showResults\">-<\/h4>\n                            <template>\n                                <h4 v-if=\"props.showResults\">\n                                    {{ props.total }}\n                                <\/h4>\n                            <\/template>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                                    <div class=\"vehica-loan-calculator__end-text\">\n                        <p>Please note that title fees, additional charges, and incentives are not included in this calculation, which is intended as an estimate only. The monthly payment estimates provided are for informational purposes and do not represent a financing offer from our company, <span style=\"color: #ff0000\">as we do not extend any loan services.<\/span> Additionally, please be aware that other taxes may apply.<\/p>                    <\/div>\n                            <\/div>\n        <\/div>\n    <\/vehica-loan-calculator>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1607bc3 elementor-widget elementor-widget-spacer\" data-id=\"1607bc3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/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<\/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-24dc734 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"24dc734\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-12826ba\" data-id=\"12826ba\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9a8f435 elementor-widget elementor-widget-spacer\" data-id=\"9a8f435\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7478824 elementor-widget elementor-widget-ucaddon_flip_box\" data-id=\"7478824\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_flip_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Flip Box -->\n\t\t<link id='font-awesome-css' href='https:\/\/dennison.bm\/dealer\/wp-content\/plugins\/unlimited-elements-for-elementor\/assets_libraries\/font-awesome6\/fontawesome-all.min.css' type='text\/css' rel='stylesheet' >\n\t\t<link id='font-awesome-4-shim-css' href='https:\/\/dennison.bm\/dealer\/wp-content\/plugins\/unlimited-elements-for-elementor\/assets_libraries\/font-awesome6\/fontawesome-v4-shims.min.css' type='text\/css' rel='stylesheet' >\n\t\t<link id='uc_ac_assets_file_ue_flipbox_styles_css_12353-css' href='https:\/\/dennison.bm\/dealer\/wp-content\/uploads\/ac_assets\/uc_flip_box_base\/animations\/ue-flipbox-styles.css' type='text\/css' rel='stylesheet' >\n\n<style>\/* widget: Flip Box *\/\n\n\/* elementor container support *\/\n.e-con-inner>.elementor-widget-ucaddon_flip_box, .e-con>.elementor-widget-ucaddon_flip_box {\n    width: var(--container-widget-width);\n    --flex-grow: var(--container-widget-flex-grow);\n}\n\n#uc_flip_box_elementor_7478824 .ue-flip-box__panel.ue-flip-box__panel--front,\n#uc_flip_box_elementor_7478824 .ue-flip-box__panel.ue-flip-box__panel--back {\n    backface-visibility: hidden;\n    -webkit-backface-visibility: hidden; \n}\n\n#uc_flip_box_elementor_7478824 .ue-flip-box__panel__wrapper{\n  pointer-events: all;\n}\n\n#uc_flip_box_elementor_7478824 .ue-flip-box__panel--back .ue_btn{\n\tdisplay: inline-block;\n}\n\n\t\n\t#uc_flip_box_elementor_7478824 .ue-flip-box__container, #uc_flip_box_elementor_7478824 .ue-flip-box__panel {\n      overflow: hidden;\n    }\n\t\n\n\n\n#uc_flip_box_elementor_7478824 .ue-flip-box__panel--front-overlay, \n#uc_flip_box_elementor_7478824 .ue-flip-box__panel--back-overlay{\n  position:absolute;\n  top:0;\n  bottom:0;\n  right:0;\n  left:0;\n  z-index:-1;\n}\n\n\n  #uc_flip_box_elementor_7478824 .ue-flip-box__panel--front .ue-flip-box__icon img{\n    max-width: none;\n  }\n\n\n\n  #uc_flip_box_elementor_7478824 .ue-flip-box__panel--back .ue-flip-box__icon img{\n    max-width: none;\n  }\n\n\n\n\n<\/style>\n\n\n<div id=\"uc_flip_box_elementor_7478824\" class=\"ue-flip-box\" data-id=\"uc_flip_box_elementor_7478824\" data-closeonbody='false'>\n  \n    \t<div class=\"ue-flip-box__container uc-hide ue-fade ue-flip-box__container--hover\" tabindex=\"0\">\n      \n    <div class=\"ue-flip-box__panel ue-flip-box__panel--front\">\n      <div class=\"ue-flip-box__panel--front-overlay\"><\/div>\n            <div class=\"ue-flip-box__panel__wrapper\">\n        <div class=\"ue-flip-box__panel__content\">\n               <div class=\"ue-flip-box__panel__element ue-flip-box__icon\"><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/dennison.bm\/dealer\/wp-content\/uploads\/2024\/10\/BEDC_Icons_colour_white.png\" title=\"BEDC_Icons_colour_white\" alt=\"BEDC_Icons_colour_white\"  src=\"https:\/\/dennison.bm\/dealer\/wp-content\/uploads\/2024\/10\/BEDC_Icons_colour_white.png\" alt=\"BEDC_Icons_colour_white\" width=\"894\" height=\"210\"><\/div>             <div class=\"ue-flip-box__panel__element ue-flip-box__title\">BEDC<\/div>                    <div class=\"ue-flip-box__panel__element ue-flip-box__description\"><h3 class=\"pix-highlighted-items \" data-anim-delay=\"0\"><span id=\"el1631535104563-fbc91427-1150-1\" class=\"pix-highlight-bg align-middle2 el1631535104563-fbc91427-1150-1 pix-waiting pix-animate animated\" data-anim-type=\"highlight-grow\" data-anim-delay=\"200\"><span class=\"pix-highlighted-text pix-highlight-item font-weight-normal font-weight-bold heading-font text-heading-default\">General Micro Loan<\/span><\/span><span id=\"el1631535104563-fbc91427-1150-2\" class=\"\"><span class=\"pix-highlighted-text pix-highlight-item font-weight-normal heading-font text-heading-default\">\u00a0Program<\/span><\/span><\/h3><\/div>        <\/div>      <\/div>    <\/div>      \n    <div class=\"ue-flip-box__panel ue-flip-box__panel--back\">\n      <div class=\"ue-flip-box__panel--back-overlay\"><\/div>\n            <div class=\"ue-flip-box__panel__wrapper\">\n        <div class=\"ue-flip-box__panel__content\">\n              <div class=\"ue-flip-box__panel__element ue-flip-box__icon\"><img decoding=\"async\" src=\"https:\/\/dennison.bm\/dealer\/wp-content\/uploads\/2024\/10\/Website-Logo2-165x47.png\" title=\"Website-Logo2\" alt=\"Website-Logo2\"  src=\"https:\/\/dennison.bm\/dealer\/wp-content\/uploads\/2024\/10\/Website-Logo2-165x47.png\" alt=\"Website-Logo2\" width=\"165\" height=\"47\"><\/div>             <div class=\"ue-flip-box__panel__element ue-flip-box__title\"><\/div>                    <div class=\"ue-flip-box__panel__element ue-flip-box__description\"><p>The Micro Loan is crafted to empower startups and businesses by supporting inventory purchases and capital items that drive growth in sales and services. It also serves as a valuable resource for working capital.<\/p><\/div>          <div class=\"ue-flip-box__panel__element ue-flip-box__button\"><a href=\"https:\/\/bedc.bm\/products-services\/financial-products\/general-micro-loan\/\" class=\"ue_btn\"  target='_blank'>Learn More<\/a><\/div>                  <\/div>      <\/div>    <\/div>    \n  <\/div>      \n        \n<\/div>\n<!-- end Flip Box -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ede5dbc elementor-widget elementor-widget-spacer\" data-id=\"ede5dbc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Loan Calculator We do not offer loans; however, we provide a loan calculator that allows you to estimate potential loan terms from the bank or financial institution of your choice. By entering your information, you can calculate your estimated monthly payments. Additionally, you can adjust parameters such as the loan term, down payment, and interest [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-12464","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/dennison.bm\/dealer\/wp-json\/wp\/v2\/pages\/12464","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dennison.bm\/dealer\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dennison.bm\/dealer\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dennison.bm\/dealer\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dennison.bm\/dealer\/wp-json\/wp\/v2\/comments?post=12464"}],"version-history":[{"count":12,"href":"https:\/\/dennison.bm\/dealer\/wp-json\/wp\/v2\/pages\/12464\/revisions"}],"predecessor-version":[{"id":24320,"href":"https:\/\/dennison.bm\/dealer\/wp-json\/wp\/v2\/pages\/12464\/revisions\/24320"}],"wp:attachment":[{"href":"https:\/\/dennison.bm\/dealer\/wp-json\/wp\/v2\/media?parent=12464"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}