STUD.com
← Objectives

Build · Create · Ops & Automation

Structured offer package

A complete, band-compliant offer package with every component itemized and a pre-set negotiation ceiling.

You receive: A JSON object: { role_title, candidate_label, base_salary, currency, band {min, max}, variable_comp {bonus_target_pct, type enum: annual|commission|none}, equity {units, vesting_years, cliff_months}, benefits[] (non-cash levers), negotiation {walk_away_max, levers_if_capped[]}, start_date, expiry_date }.

Part of Lead Team

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_max",
  "band_min",
  "currency"
 ],
 "checkNames": [
  "format_parses",
  "band_compliant",
  "currency_match",
  "variable_enum",
  "equity_valid",
  "benefits_floor",
  "negotiation_ceiling",
  "capped_levers",
  "dates"
 ],
 "constants": {
  "_ISO_DATE_RE": "^\\d{4}-\\d{2}-\\d{2}$"
 },
 "deliverableLabel": "offer_package",
 "documentKeys": [
  "band",
  "base_salary",
  "benefits",
  "bonus_target_pct",
  "cliff_months",
  "currency",
  "equity",
  "expiry_date",
  "levers_if_capped",
  "max",
  "min",
  "negotiation",
  "start_date",
  "type",
  "units",
  "variable_comp",
  "vesting_years",
  "walk_away_max"
 ],
 "enumLiterals": [
  [
   "annual",
   "commission",
   "none"
  ]
 ],
 "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.