StartupSOS banner
≡ Menu

The Term Sheet

In an angel round, it’s usually the company that is proposing terms for the deal.  In the case of a venture capital firm, if the initial Due Diligence has gone well, the VC will propose a term sheet. The term sheet lays out the investor’s terms for making an investment. Term sheets generally state that they are non- binding documents. In other words, nothing is official until you close the round by signing the formal, legal documents (see “Closing an Investment”).

Try to get More than One

In a VC round, you’d like to get term sheets from multiple VCs, if you can (although one is always better than none!) If you get more than one, you have much more leverage to negotiate terms

More Reading

These articles tagged “angel investors” are from our curated article/blog-post list. View the entire list of curated angel-investor articles at this link.

[insert_php]
$tag=”term_sheet”;
$max_count = 30;
$cuttoff_date = “”;
$account = “stevemorris”;
$password = “pwa7klj”;
$login_credential = “$account:$password”;
if($tag !=”) $page = join( ”, file(“https://$login_credential@api.pinboard.in/v1/posts/recent?format=json&tag=$tag&count=$max_count”));
else $page = join( ”, file(“https://$login_credential@api.pinboard.in/v1/posts/recent?format=json&count=$max_count”));
$complete_array = json_decode($page,TRUE);
$post_array = $complete_array[‘posts’];
foreach($post_array as $entry)
{
$description = htmlentities($entry[‘description’]);
$extended_description = trim($entry[‘extended’]);
$time = date(“Y M d”,strtotime($entry[‘time’]));
$href = $entry[‘href’];
echo “$description, $time”;
if($extended_description !=”) echo “
$extended_description”;
echo “

“;
}
[/insert_php]