Build · Create · Writing & Content
Build a technology-license term sheet
A technology-license term sheet as structured JSON: licensor/licensee, granted IP, exclusivity type, field of use, territory, term length, financial consideration (upfront fee, running royalty rate, equity %), and diligence milestones with target dates.
You receive: A JSON object { licensor, licensee, ip_assets[], exclusivity, field_of_use, territory, term_years, consideration{}, diligence_milestones[] } validated for enums, royalty-rate range, milestone date ordering, and required-field completeness.
Part of Pitch Investors
What's verified: Verifies the term sheet is structurally complete, the royalty rate sits in the buyer's allowed band, the exclusivity matches the requested type, and milestones are well-formed and chronologically ordered. Does NOT judge whether the terms are fair, market-standard, legally enforceable, or favorable to either party.
Opens soon
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": [
"exclusivity_required",
"royalty_rate_max",
"royalty_rate_min"
],
"checkNames": [
"format_parses",
"required_strings_present",
"exclusivity_matches",
"term_years_positive",
"ip_assets_valid",
"ip_assets_unique",
"consideration_valid",
"royalty_rate_in_band",
"milestones_valid",
"milestones_chronological"
],
"constants": {
"_ISO_DATE_RE": "^\\d{4}-\\d{2}-\\d{2}$"
},
"deliverableLabel": "ip_license_term_sheet",
"documentKeys": [
"consideration",
"description",
"diligence_milestones",
"equity_pct",
"exclusivity",
"identifier",
"ip_assets",
"running_royalty_rate",
"target_date",
"term_years",
"type",
"upfront_fee"
],
"enumLiterals": [
[
"exclusive",
"non_exclusive",
"co_exclusive"
],
[
"licensor",
"licensee",
"field_of_use",
"territory"
],
[
"patent",
"patent_application",
"copyright",
"know_how",
"trademark"
]
],
"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.