function gfapiCalculateSig(stringToSign, privateKey) { var hash = CryptoJS.HmacSHA1(stringToSign, privateKey); var base64 = hash.toString(CryptoJS.enc.Base64); return encodeURIComponent(base64); } jQuery(document).ready(function () { jQuery("#gfwebapi-qrbutton").click(function () { jQuery("#gfwebapi-qrcode-container").toggle(); var $img = jQuery('#gfwebapi-qrcode'); if ($img.length > 0) $img.attr('src', ajaxurl + '?action=gfwebapi_qrcode&rnd=' + Date.now()); return false; }); jQuery("#public_key, #private_key").on("keyup", function () { jQuery("#gfwebapi-qrcode-container").html("The keys have changes. Please save the changes and try again.") }); jQuery("#gfapi-url-builder-button").click(function (e) { e.preventDefault(); var publicKey, privateKey, expiration, method, route, stringToSign, url, sig; publicKey = jQuery("#public_key").val(); privateKey = jQuery("#private_key").val(); expiration = parseInt(jQuery("#gfapi-url-builder-expiration").val()); method = jQuery("#gfapi-url-builder-method").val(); route = jQuery("#gfapi-url-builder-route").val(); route = route.replace(/\/$/, ""); // remove trailing slash var d = new Date; var unixtime = parseInt(d.getTime() / 1000); var future_unixtime = unixtime + expiration; stringToSign = publicKey + ":" + method + ":" + route + ":" + future_unixtime; sig = gfapiCalculateSig(stringToSign, privateKey); url = gfapiBaseUrl + "/" + route + "/?api_key=" + publicKey + "&signature=" + sig + "&expires=" + future_unixtime; jQuery('#gfapi-url-builder-generated-url').val(url); return false; }); var gfapiTesterAjaxRequest; jQuery("#gfapi-url-tester-button").click(function (e) { var $button = jQuery(this); var $loading = jQuery("#gfapi-url-tester-loading"); var $results = jQuery("#gfapi-url-tester-results"); var url = jQuery('#gfapi-url-tester-url').val(); var method = jQuery('#gfapi-url-tester-method').val(); gfapiTesterAjaxRequest = jQuery.ajax({ url : url + "&test=1", type : method, dataType : 'json', data : {}, beforeSend: function (xhr, opts) { $button.attr('disabled', 'disabled'); $loading.show(); } }) .done(function (data, textStatus, xhr) { $button.removeAttr('disabled'); $loading.hide(); $results.html(xhr.status); $results.fadeTo("fast", 1); }) .fail(function (jqXHR) { $button.removeAttr('disabled'); $loading.hide(); $results.fadeTo("fast", 1); var msg; $loading.hide(); if (msg == "abort") { msg = "Request cancelled"; } else { msg = jqXHR.status + ": " + jqXHR.statusText; } $results.html(msg); }); return false; }); }); {"id":57785,"date":"2024-07-27T00:00:00","date_gmt":"2024-07-27T03:00:00","guid":{"rendered":"http:\/\/jardinesdebellavista.cl\/?p=57785"},"modified":"2024-07-30T14:16:08","modified_gmt":"2024-07-30T17:16:08","slug":"creating-a-data-room-for-investors","status":"publish","type":"post","link":"https:\/\/jardinesdebellavista.cl\/creating-a-data-room-for-investors\/","title":{"rendered":"Creating a Data Room for Investors"},"content":{"rendered":"

A data room is a crucial instrument to conduct due diligence, whether raising Series A funding, or closing the closing of a merger, acquisition or investment deal. It lets you organize all documents into one place and allow third parties to access the data in real-time, without the need to send emails or request new copies.\n<\/p>\n

While it’s tempting to cram your investor data room with everything you have but be mindful not to overwhelm potential investors. The accumulation of too many documents can make the due diligence process difficult and time-consuming for both sides. A well-organized dataroom is crucial to ensure that investors have the ability to quickly and efficiently review your company’s financial health, operational strategy, and legal standing.\n<\/p>\n

Investors will be interested in your startup’s projected and historical financial statements. They will also want to know the source of any assumptions or modeling and the reasoning behind them. It is also possible to include a list of prior and current financing agreements and capitalization tables. Founders with a strong pitch that draws VC interest typically upload their own copy to their data room.\n<\/p>\n

Your investor data room needs to have clearly defined headlines on each slide. It is often difficult for investors to navigate through a long, technical slideshow if the titles are unclear or confusing. Avoid using non-standard analyses instead of conventional ones (e.g. showing part boosting investors confidence with ipo<\/a> of the Profit and Loss statement instead of. an entire view).<\/p>\n","protected":false},"excerpt":{"rendered":"

A data room is a crucial instrument to conduct due diligence, whether raising Series A funding, or closing the closing of a merger, acquisition or investment deal. It lets you organize all documents into one place and allow third parties to access the data in real-time, without the need to send emails or request new …<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/jardinesdebellavista.cl\/wp-json\/wp\/v2\/posts\/57785"}],"collection":[{"href":"https:\/\/jardinesdebellavista.cl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jardinesdebellavista.cl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jardinesdebellavista.cl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jardinesdebellavista.cl\/wp-json\/wp\/v2\/comments?post=57785"}],"version-history":[{"count":1,"href":"https:\/\/jardinesdebellavista.cl\/wp-json\/wp\/v2\/posts\/57785\/revisions"}],"predecessor-version":[{"id":57786,"href":"https:\/\/jardinesdebellavista.cl\/wp-json\/wp\/v2\/posts\/57785\/revisions\/57786"}],"wp:attachment":[{"href":"https:\/\/jardinesdebellavista.cl\/wp-json\/wp\/v2\/media?parent=57785"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jardinesdebellavista.cl\/wp-json\/wp\/v2\/categories?post=57785"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jardinesdebellavista.cl\/wp-json\/wp\/v2\/tags?post=57785"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}