STUD.com
← Objectives

Score · Assess & Decide · Analysis & Finance

Score a term sheet's economic terms clause-by-clause

A structured JSON scorecard that classifies every required economic clause of the term sheet onto a three-tier favorability scale and computes a weighted founder-friendliness index.

You receive: A JSON object { dealName, roundName, clauses: [ { clauseKey (enum), favorability (enum: investor_favorable|middle_of_road|company_favorable), evidenceQuote, weight (number) } ], founderFriendlinessIndex (number), summaryCounts: { investor_favorable, middle_of_road, company_favorable } }.

Part of Pitch Investors

What's verified: STUD verifies that every required clause is classified onto the three-tier scale with a quoted snippet, that the enums are valid, and that the founder-friendliness index is arithmetically consistent with the per-clause weights. STUD does NOT judge whether the classification is legally correct, whether the term sheet is actually fair, or whether you should sign it.

Opens soon

Cost20 credits
AcceptanceAutomated check against your inputs
ProtectionHeld until verified delivery

This objective is verified and ready. It opens soon, once sign-in and payments are live.

Deliverable interface

The exact vocabulary the automated check enforces: keys, tokens, entry points, and worked examples. Generated from the verification source.

{
 "buyerParamKeys": [
  "requiredClauseKeys",
  "scaleMax",
  "scaleMin"
 ],
 "checkNames": [
  "format_parses",
  "clauses_are_objects",
  "all-clauses-present",
  "clausekey-enum",
  "favorability-enum",
  "evidence-nonempty",
  "weight-range",
  "counts-match",
  "all_clauses_present",
  "index-recompute"
 ],
 "constants": {},
 "deliverableLabel": "term_sheet_economics_scorecard",
 "documentKeys": [
  "clauseKey",
  "clauses",
  "evidenceQuote",
  "favorability",
  "founderFriendlinessIndex",
  "summaryCounts",
  "weight"
 ],
 "enumLiterals": [
  [
   "dividend",
   "liquidation_preference",
   "redemption",
   "conversion",
   "automatic_conversion",
   "antidilution",
   "voting_rights",
   "protective_provisions",
   "board_composition",
   "option_pool",
   "registration_rights",
   "co_sale"
  ],
  [
   "investor_favorable",
   "middle_of_road",
   "company_favorable"
  ]
 ],
 "submission": "a JSON document (submitted as a string), validated as data; every check below must pass",
 "tier": "doc-validator"
}

Get early access to STUD the day it goes live.