Refund policy:

Subscriptions:
  • Subsriptions are contracted by the client for thirty days free, thereafter they are billed for the monthly charge (to be set), or annual charge (to be set) selected.

  • A client may cancel service at any time.

  • If we have made a billing error, that would be reversed immediatly.

  • It is our best practices in business, not to incur billing overages to inconvenience our customers, we will make every effort possibly to respect customer billing forms of payment.
Investments:
  • All investments via the platform via credit, debit card, or echeck, or via physical check or bank wire transfer are final and are immediatly reported to the SEC for banking and corporate compliance.

  • Funds are put to use for the reasons invested, absolutely no refunds are authorized, nor are possible; excluding some type of error on our end.

  • If we have made a billing error, that would be reversed immediatly.

  • It is our best practices in business, not to incur billing overages to inconvenience our investors, we will make every effort possibly to respect investors billing forms of payment.

function search_term(str) {if (str.length == 0) {document.getElementById("search_term").innerHTML = "";return;} else {var xmlhttp = new XMLHttpRequest();xmlhttp.onreadystatechange = function() {if (this.readyState == 4 && this.status == 200) {document.getElementById("search_term").innerHTML = this.responseText;}};xmlhttp.open("GET", "ajax-datalist-search?q=" + str, true);xmlhttp.send();}}