Pular para o conteúdo principal

TeamStatsMatchInput

@raizfc/contracts


@raizfc/contracts / TeamStatsMatchInput

Type Alias: TeamStatsMatchInput

TeamStatsMatchInput = Readonly<{ opponentScore: number; teamScore: number; }>

Defined in: ranking/stats-formula.ts:9

Deterministic team stats math, shared verbatim by services/api/src/modules/rankings and packages/mocks — same rationale as ranking-formula.ts. Callers pass only validated matches within the requested period/territory/championship, ordered chronologically ascending (oldest first) so recentForm reads left-to-right as "oldest of the last five" → "most recent".