STUD.com
← Objectives

Build · Create · Analysis & Finance

Build Founder Equity Contribution-Factor Ledger

A structured ledger that records, per founder, each equity-adjustment factor applied (initiator, idea, beachhead, CEO, full-time, reputation, cash), the points added, and a justification, ending in final share counts and ownership percentages, so the split is defensible line by line.

You receive: A JSON object {founders:[{name, baseShares, adjustments:[{factor, pointsOrMultiplierApplied, mode, justification}], finalShares, ownershipPct}], totalShares, ownershipSumPct}.

Part of Choose Business Model

What's verified: STUD verifies the ledger is structurally complete, every factor is in the book's allowed list and within its allowed range, the share math is internally consistent, and ownership sums to 100. It does NOT judge whether a founder truly deserves a given factor (e.g. whether the idea was really 'fully formed') or whether the split is fair; those are human calls.

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": [
  "baseSharesPerFounder",
  "founderNames",
  "requireJustifications"
 ],
 "checkNames": [
  "format_parses",
  "founder_count",
  "base_shares",
  "factor_enum",
  "mode_enum",
  "factor_range",
  "math_consistency",
  "nonempty",
  "ownership",
  "justification"
 ],
 "constants": {},
 "deliverableLabel": "equity_contribution_factor_ledger",
 "documentKeys": [
  "adjustments",
  "baseShares",
  "factor",
  "finalShares",
  "founders",
  "justification",
  "kind",
  "max",
  "min",
  "mode",
  "name",
  "ownershipPct",
  "ownershipSumPct",
  "pointsOrMultiplierApplied",
  "totalShares",
  "value"
 ],
 "enumLiterals": [
  [
   "add_pct",
   "multiplier"
  ],
  [
   "yes",
   "true",
   "1"
  ]
 ],
 "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.