A possession-state value model that assigns an OBV delta to every on-ball action by measuring its effect on both scoring probability AND conceding probability simultaneously. Unlike xG (shots only) or xT (zone-based), OBV values every action: passes, carries, dribbles, defensive actions, shots, and goalkeeper actions. Decomposes into sub-metrics: pass OBV, carry OBV, dribble OBV, defensive OBV, shot OBV, GK OBV — enabling position-appropriate player comparison.
For each action: compute possession-state value before and after. ΔOBV = (P(scoring after) - P(conceding after)) - (P(scoring before) - P(conceding before)). Positive = the action improved the team's net position. Decompose by action type for player profiles.