Last Updated - 05.08.2022

Registration Data; Account Security

In consideration of your use of the Site, you agree to

  • provide accurate, current and complete information about you as may be prompted by any registration forms on the Site or otherwise requested by the Company (“Registration Data”);
  • maintain and promptly update the Registration Data, and any other information you provide to the Company, to keep it accurate, current and complete;
  • promptly notify the Company regarding any material changes to information or circumstances that could affect your eligibility to continue to use the Site or Service or the terms on which you use the Site or Service; and
FinMet journey started with a single belief to connect people, places and possibilities by doing things others said could not be done.

© FinMetGold 2024. All Rights Reserved.

document.addEventListener('DOMContentLoaded', function() { var loanAmountInput = document.getElementById('loan-amount'); if (loanAmountInput) { loanAmountInput.addEventListener('input', function() { var value = this.value.replace(/,/g, ''); // Remove existing commas if (!isNaN(value) && value.length > 0) { var formattedValue = Number(value).toLocaleString('en'); this.value = formattedValue; } }); loanAmountInput.addEventListener('blur', function() { var value = this.value.replace(/,/g, ''); // Remove existing commas on blur if (!isNaN(value) && value.length > 0) { this.value = Number(value).toLocaleString('en'); } }); } });