STUD.com
← Objectives

Build · Handle & Run · Writing & Content

Build 83(b) Election and Capital-Gains-Clock Register

A structured compliance register listing every founder with restricted stock, their 83(b) filing deadline (incorporation date + 30 days), filing status, mailing-proof reference, and a days-remaining / overdue flag, so no founder misses the irrecoverable window.

You receive: A JSON object {incorporationDate, deadlineDays, founders:[{name, grantDate, electionDeadline, filingStatus, mailedDate, proofReference, daysRemaining, status}], allCurrentFiledOrOnTrack}.

Part of Choose Business Model

What's verified: STUD verifies the register's dates are well-formed, every founder is covered, the 30-day deadlines are computed correctly, filed rows carry the required proof, and the overdue rollup is consistent. It does NOT provide tax/legal advice, confirm an election was actually accepted by the IRS, or decide whether 83(b) applies to a given founder; it tracks the deadline arithmetic and filing state.

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": [
  "asOfDate",
  "founderNames",
  "requireProofForFiled"
 ],
 "checkNames": [
  "format_parses",
  "date_format",
  "founder_coverage",
  "deadline_math",
  "status_enum",
  "proof_required_for_filed",
  "days_remaining",
  "status_flag",
  "rollup_consistent"
 ],
 "constants": {
  "_ISO_DATE_RE": "^\\d{4}-\\d{2}-\\d{2}$"
 },
 "deliverableLabel": "83b_capital_gains_clock_register",
 "documentKeys": [
  "allCurrentFiledOrOnTrack",
  "daysRemaining",
  "electionDeadline",
  "filingStatus",
  "founders",
  "grantDate",
  "incorporationDate",
  "mailedDate",
  "name",
  "proofReference",
  "status"
 ],
 "enumLiterals": [
  [
   "filed",
   "pending",
   "not_started"
  ],
  [
   "grantDate",
   "electionDeadline"
  ],
  [
   "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.