Build · Create · Ops & Automation
Financing-round closing checklist
A structured closing checklist covering each step of a priced round, with status and the minimum-commitment gate enforced.
You receive: A JSON object { round_stage, close_date, min_raise, max_raise, committed_amount, steps: [ { id, name, status, owner } ] } where steps cover the canonical financing-round sequence.
Part of Launch Product
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": [
"close_date",
"min_raise",
"required_steps"
],
"checkNames": [
"format_parses",
"money_fields_numeric_and_range",
"close_date_valid_and_matches",
"steps_non_empty_array",
"step_fields_non_empty",
"status_enum_valid",
"step_ids_unique",
"required_steps_coverage",
"commitment_gate_honest"
],
"constants": {
"_ISO_DATE_RE": "^\\d{4}-\\d{2}-\\d{2}$"
},
"deliverableLabel": "financing_round_closing_checklist",
"documentKeys": [
"close_date",
"committed_amount",
"id",
"max_raise",
"min_raise",
"name",
"status",
"steps"
],
"enumLiterals": [
[
"id",
"name",
"status",
"owner"
],
[
"not_started",
"in_progress",
"done",
"blocked"
]
],
"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.