STUD.com
← Objectives

Build · Create · Ops & Automation

Financing Deal-Stage Tracker

The founder has a complete, sequenced map of the financing process with durations and gating artifacts, anchored to the term-sheet handoff.

You receive: A JSON object { stages[], totalWeeks, exclusivityWeeks, summary } where stages[] is an array of { stageId, order, name, phase (enum: pre_term_sheet|post_term_sheet), durationWeeks, drivenBy (enum: founder|investor|mutual), gatingArtifact, milestoneType (enum: meeting|ic_review|term_sheet_signed|due_diligence|legal_docs|funds_received) }

Part of Pitch Investors

What's verified: STUD verifies the tracker is a gap-free sequence, splits cleanly at the term-sheet signing (pre vs post), ends at funds-received, covers the required milestones, and sums to a total within the cap. STUD does NOT predict the real timeline of any specific deal or judge whether durations are realistic.

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": [
  "exclusivityWeeks",
  "maxTotalWeeks",
  "requiredMilestoneTypes"
 ],
 "checkNames": [
  "format_parses",
  "stages_min",
  "order_sequential",
  "phase_enum",
  "drivenBy_enum",
  "milestone_enum",
  "milestones_covered",
  "term_sheet_pivot",
  "funds_last",
  "duration_positive",
  "total_match",
  "exclusivity_echo"
 ],
 "constants": {},
 "deliverableLabel": "financing_deal_stage_tracker",
 "documentKeys": [
  "drivenBy",
  "durationWeeks",
  "exclusivityWeeks",
  "milestoneType",
  "order",
  "phase",
  "stages",
  "totalWeeks"
 ],
 "enumLiterals": [
  [
   "founder",
   "investor",
   "mutual"
  ],
  [
   "meeting",
   "ic_review",
   "term_sheet_signed",
   "due_diligence",
   "legal_docs",
   "funds_received"
  ],
  [
   "pre_term_sheet",
   "post_term_sheet"
  ]
 ],
 "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.