STUD.com
← Objectives

Build · Create · Writing & Content

Build a milestone-gated grant tranche disbursement schedule

A milestone-gated disbursement schedule as structured JSON: total award, ordered tranches each with an amount, a gating performance milestone, a measurable success metric, and a target date, with tranche amounts summing to the total and dates strictly increasing.

You receive: A JSON object { total_award, currency, tranches[] } where each tranche has {seq, amount, milestone, success_metric{}, target_date}, validated for sum-to-total, sequential dates, per-tranche cap, and metric measurability.

Part of Pitch Investors

What's verified: Verifies the disbursement schedule is structurally complete, tranches sum to the total award, the first tranche respects the front-loading cap, each gate has measurable numeric metrics, and dates are ordered. Does NOT judge whether the milestones are achievable, whether the metrics are the right ones, or whether any funder will actually structure the grant this way.

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": [
  "max_first_tranche_pct",
  "total_award"
 ],
 "checkNames": [
  "format_parses",
  "total_award_valid",
  "currency_valid",
  "tranche_count",
  "seq_sequential",
  "amounts_positive_and_sum",
  "first_tranche_cap",
  "milestone_present",
  "metrics_measurable",
  "dates_valid_format",
  "milestones_distinct",
  "dates_strictly_increasing"
 ],
 "constants": {
  "_ISO_DATE_RE": "^\\d{4}-\\d{2}-\\d{2}$"
 },
 "deliverableLabel": "grant_milestone_tranche_schedule",
 "documentKeys": [
  "amount",
  "comparator",
  "currency",
  "metric_name",
  "milestone",
  "seq",
  "success_metric",
  "target_date",
  "target_value",
  "total_award",
  "tranches"
 ],
 "enumLiterals": [
  [
   ">=",
   "<=",
   "=="
  ]
 ],
 "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.