{"id":2820,"date":"2023-08-27T17:07:48","date_gmt":"2023-08-27T16:07:48","guid":{"rendered":"https:\/\/almacredit.ch\/?page_id=2820"},"modified":"2023-11-15T09:47:38","modified_gmt":"2023-11-15T08:47:38","slug":"your-online-commercial-credit","status":"publish","type":"page","link":"https:\/\/almacredit.ch\/en\/your-online-commercial-credit\/","title":{"rendered":"Your online commercial credit"},"content":{"rendered":"\r\n\r\n&nbsp;\r\n\r\n<style>\r\n        \/* ... previous styles ... *\/<\/p>\r\n<p>        body {\r\n            font-family: Arial, sans-serif;\r\n        }<\/p>\r\n<p>        #amount, #period {\r\n            font-size: 24px;\r\n            padding: 10px;\r\n            width: 200px;\r\n            margin-right: 20px;\r\n            border: 2px solid #6caf17;\r\n            border-radius: 5px;\r\n        }<\/p>\r\n<p>        #monthlyPayment {\r\n            font-size: 28px;\r\n            font-weight: bold;\r\n            color: #6caf17;\r\n        }<\/p>\r\n<p>        .credit-conditions ul {\r\n            list-style-type: none;\r\n            padding-left: 0;\r\n        }<\/p>\r\n<p>        .credit-conditions li {\r\n            background-color: #f5f5f5;\r\n            padding: 8px 12px;\r\n            margin-bottom: 8px;\r\n            border-radius: 5px;\r\n            border-left: 5px solid #6caf17;\r\n        }<\/p>\r\n<p>        .credit-info {\r\n            padding: 20px;\r\n            border: 1px solid #ccc;\r\n            border-radius: 5px;\r\n            margin-bottom: 20px;\r\n        }<\/p>\r\n<p>        .credit-info h2, .credit-conditions h2 {\r\n            color: #6caf17;\r\n        }<\/p>\r\n<p>        .credit-calculator {\r\n            text-align: center;\r\n        }<\/p>\r\n<\/style>\r\n\r\n<script>\r\n        function updateMonthlyPayment() {\r\n            let amount = parseInt(document.getElementById(\"amount\").value.replace(\/'\/g, \"\"));\r\n            let period = parseInt(document.getElementById(\"period\").value);\r\n            let rate = 4.9 \/ 100 \/ 12;  \/\/ Monthly interest rate\r\n            let monthlyPayment = (amount * rate * (Math.pow(1 + rate, period)) \/ (Math.pow(1 + rate, period) - 1)).toFixed(2);\r\n            document.getElementById(\"monthlyPayment\").innerText = \"CHF \" + monthlyPayment;\r\n        }\r\n    <\/script>\r\n\r\n&nbsp;\r\n\r\n<!-- Credit Information -->\r\n<div class=\"credit-info\">\r\n<h2>How much do you need?<\/h2>\r\n<label for=\"amount\">CHF<\/label>\r\n<input id=\"amount\" type=\"text\" value=\"20'000\" \/>\r\n<label for=\"period\">Duration (months):<\/label>\r\n<select id=\"period\" onchange=\"updateMonthlyPayment()\">\r\n<option value=\"12\">12<\/option>\r\n<option value=\"24\">24<\/option>\r\n<option value=\"36\">36<\/option>\r\n<option value=\"48\">48<\/option>\r\n<option value=\"60\">60<\/option>\r\n<\/select>\r\n<h3>Monthly payments from<\/h3>\r\n<p id=\"monthlyPayment\">CHF 372.05<\/p>\r\n\r\n<\/div>\r\n<!-- Credit Conditions -->\r\n<div class=\"credit-conditions\">\r\n<h2>Conditions<\/h2>\r\n<ul>\r\n \t<li>Amount granted: from CHF 10&#8217;000 to CHF 400&#8217;000<\/li>\r\n \t<li>Duration: from 12 to 60 months<\/li>\r\n \t<li>Possibility to repay your private credit at any time, without additional costs.<\/li>\r\n \t<li>Individuals of Swiss nationality or residing in Switzerland<\/li>\r\n \t<li>Minimum 20 years old<\/li>\r\n \t<li>Net income > CHF 3&#8217;000<\/li>\r\n<\/ul>\r\n<\/div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n\r\n\r\n\r\n\r\n<hr class=\"wp-block-coblocks-dynamic-separator\" style=\"height: 50px;\" \/>\r\n\r\n\r\n\r\n\r\n\r\n&nbsp;\r\n\r\n<style>\r\n        body {\r\n            font-family: Arial, sans-serif;\r\n            padding: 20px;\r\n            background-color: #f5f5f5;\r\n        }<\/p>\r\n<p>        form {\r\n            background-color: #ffffff;\r\n            border: 1px solid #e0e0e0;\r\n            padding: 20px;\r\n            border-radius: 5px;\r\n        }<\/p>\r\n<p>        label, input, select {\r\n            margin-bottom: 10px;\r\n        }\r\n    <\/style>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<form action=\"mailto:credit@almacredit.ch?subject=Business Credit Inquiry\" method=\"GET\">\r\n<h2>Business Information<\/h2>\r\n<label for=\"company-name\">Company Name:<\/label>\r\n<input id=\"company-name\" name=\"company-name\" required=\"\" type=\"text\" \/>\r\n\r\n<label for=\"ide\">IDE (Zefix):<\/label>\r\n<input id=\"ide\" name=\"ide\" required=\"\" type=\"text\" \/>\r\n\r\n<label for=\"annual-turnover\">Annual Turnover:<\/label>\r\n<input id=\"annual-turnover\" name=\"annual-turnover\" required=\"\" type=\"number\" \/>\r\n<h3>Company Contact Details<\/h3>\r\n<input name=\"company-street\" required=\"\" type=\"text\" placeholder=\"Street\" \/>\r\n<input name=\"company-number\" required=\"\" type=\"number\" placeholder=\"Number\" \/>\r\n<input name=\"company-npa\" required=\"\" type=\"number\" placeholder=\"Postal Code\" \/>\r\n<input name=\"company-locality\" required=\"\" type=\"text\" placeholder=\"- Locality -\" \/>\r\n<h3>Contact Person<\/h3>\r\n<select name=\"contact-title\">\r\n<option value=\"monsieur\">Mr.<\/option>\r\n<option value=\"madame\">Mrs.<\/option>\r\n<\/select>\r\n\r\n<input name=\"contact-lastname\" required=\"\" type=\"text\" placeholder=\"Last Name\" \/>\r\n<input name=\"contact-firstname\" required=\"\" type=\"text\" placeholder=\"First Name\" \/>\r\n<input name=\"contact-email\" required=\"\" type=\"email\" placeholder=\"Email\" \/>\r\n<input name=\"contact-mobile\" required=\"\" type=\"tel\" placeholder=\"Mobile\" \/>\r\n\r\n<input name=\"contact-street\" required=\"\" type=\"text\" placeholder=\"Street\" \/>\r\n<input name=\"contact-number\" required=\"\" type=\"number\" placeholder=\"Number\" \/>\r\n<input name=\"contact-npa\" required=\"\" type=\"number\" placeholder=\"Postal Code\" \/>\r\n<input name=\"contact-locality\" required=\"\" type=\"text\" placeholder=\"- Locality -\" \/>\r\n<h3>Date of Birth<\/h3>\r\n<input max=\"31\" name=\"birth-day\" required=\"\" type=\"number\" placeholder=\"DD\" \/>\r\n<input max=\"12\" name=\"birth-month\" required=\"\" type=\"number\" placeholder=\"MM\" \/>\r\n<input name=\"birth-year\" required=\"\" type=\"number\" placeholder=\"YYYY\" \/>\r\n<div><input id=\"accept-terms\" name=\"accept-terms\" required=\"\" type=\"checkbox\" \/>\r\n<label for=\"accept-terms\">I hereby confirm that I have read the legal notices in their entirety and accept them in all respects.<\/label><\/div>\r\n<button type=\"submit\">Submit Request<\/button>\r\n\r\n<\/form>\r\n\r\n\r\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; &nbsp; How much do you need? CHF Duration (months): 1224364860 Monthly payments from CHF 372.05 Conditions Amount granted: from CHF 10&#8217;000 to CHF 400&#8217;000 Duration: from 12 to 60 months Possibility to repay your private credit at any time, without additional costs. Individuals of Swiss nationality or residing in Switzerland Minimum 20 years old [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-2820","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/almacredit.ch\/en\/wp-json\/wp\/v2\/pages\/2820","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/almacredit.ch\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/almacredit.ch\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/almacredit.ch\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/almacredit.ch\/en\/wp-json\/wp\/v2\/comments?post=2820"}],"version-history":[{"count":1,"href":"https:\/\/almacredit.ch\/en\/wp-json\/wp\/v2\/pages\/2820\/revisions"}],"predecessor-version":[{"id":2821,"href":"https:\/\/almacredit.ch\/en\/wp-json\/wp\/v2\/pages\/2820\/revisions\/2821"}],"wp:attachment":[{"href":"https:\/\/almacredit.ch\/en\/wp-json\/wp\/v2\/media?parent=2820"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}