STUD.com
← Objectives

Build · Create · Writing & Content

Build a CEO compensation offer spec within profile bands

A CEO/ED offer spec as structured JSON: candidate profile tier, join timing relative to fundraise, equity %, base salary, vesting schedule, and control/governance terms, with equity and salary validated against the band implied by tier and timing.

You receive: A JSON object { profile_tier, join_timing, equity_pct, base_salary, vesting{}, control_terms[] } validated against a band table keyed by (profile_tier, join_timing) plus structural rules on vesting and control terms.

Part of Pitch Investors

What's verified: Verifies the offer's equity and salary fall inside the band for the stated tier and timing, and that vesting and control terms are structurally complete. Does NOT judge whether the candidate is actually qualified for the tier, whether the band is right for this company's stage/sector, or whether the candidate will accept.

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": [
  "band_overrides",
  "join_timing",
  "profile_tier"
 ],
 "checkNames": [
  "format_parses",
  "profile_tier_matches",
  "join_timing_matches",
  "band_resolves",
  "equity_in_band",
  "salary_in_band",
  "vesting_valid",
  "control_terms_sufficient"
 ],
 "constants": {},
 "deliverableLabel": "ceo_compensation_offer_spec",
 "documentKeys": [
  "base_salary",
  "cliff_months",
  "control_terms",
  "eq_max",
  "eq_min",
  "equity_pct",
  "increment",
  "join_timing",
  "profile_tier",
  "sal_max",
  "sal_min",
  "vesting",
  "years"
 ],
 "enumLiterals": [
  [
   "eq_min",
   "eq_max",
   "sal_min",
   "sal_max"
  ],
  [
   "first_time",
   "seasoned"
  ],
  [
   "monthly",
   "quarterly",
   "annual"
  ],
  [
   "pre_fundraise",
   "post_fundraise"
  ]
 ],
 "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.