compute_lrs_composite_v2
Calculate a startup's LRS composite score from six input scores, with optional complexity penalty and sector weighting, returning a labeled verdict.
Instructions
LRS composite v2 — 6 components (SV, Pain, Barrier, Monet, X-Signal, Budget-Proof). Default Python weights 0.18/0.22/0.18/0.14/0.18/0.10 sum=1.0. Returns BOTH weighted score and equal-weight baseline (per OECD Handbook + Greco 2018 — equal-weight is defensible default when no outcome calibration exists). buildComplexityPenalty 0-10 subtracted from score. sectorProfile (ai_native/creator/crypto) opt-in reshuffles SV→0.16, X→0.20. Labels: THE_ROAR (≥80) / PROMISING (≥60) / EXPERIMENTAL (≥40) / WEAK_SIGNAL (<40).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| barrierScore | Yes | ||
| xSignalScore | Yes | ||
| sectorProfile | No | Opt-in sector weight override. Default uses Python canonical weights. | |
| socialPainScore | Yes | ||
| budgetProofScore | Yes | ||
| monetizationScore | Yes | ||
| searchVelocityScore | Yes | ||
| buildComplexityPenalty | No |