Insights
Tracking Sleeve Ownership Across Event Types
Alphanume Team · March 2, 2026
Knowing which sleeve owns each position.
In a multi-strategy short book, each position has an implicit owner — the sleeve whose signal originated it. Maintaining clean sleeve ownership produces several downstream benefits: per-sleeve performance attribution becomes accurate, capital-allocation decisions across sleeves become evaluable, and operational mistakes (double-counting, lost positions, conflicting decisions) become rare. The mechanics are straightforward; the discipline is what's hard.
The ownership rule
Every position has exactly one owning sleeve. The ownership is set at entry and persists until the position is closed.
Conditions that determine ownership at entry:
- The dominant signal at entry. If a name qualifies for multiple sleeves, ownership goes to the sleeve with the strongest individual signal.
- The first signal at entry. If signals are roughly equal, ownership goes to whichever sleeve identified the name first.
- Manual override. Strategy operator can assign ownership manually for unusual cases.
What ownership determines
Ownership controls:
- Holding-period rules. Sleeve's default holding window applies.
- Stop levels. Sleeve's stop discipline applies.
- Exit signals. Sleeve's exit criteria are the relevant ones.
- Sizing constraints. Per-sleeve and per-name limits applied.
- Performance attribution. Realized P&L flows to the owning sleeve.
What does not change ownership
Several operationally tempting reasons to change ownership are mistakes:
- The "other sleeve's signal becomes stronger" temptation. Don't reassign — the original sleeve's holding rules still apply.
- The "I want to size up" temptation. Reassigning to a sleeve with looser limits to justify larger position. Bad practice.
- The "performance reallocation" temptation. Moving losing positions to underperforming sleeves to balance attribution. Distorts the record.
Ownership is set at entry and frozen.
The double-counting problem
Even with single-ownership rules, double-counting can occur if multiple sleeves enter the same name without coordination:
- Sleeve A identifies name X at the morning sleeve review; takes a 1% position.
- Sleeve B's afternoon screen also identifies name X; takes another 1% position.
- Aggregate position: 2% — above the per-name limit.
The fix: pre-trade check that flags existing portfolio positions when any sleeve tries to enter. Existing positions are confirmed-and-not-added rather than independently sized.
The portfolio-level view
Beyond per-position ownership, the portfolio view aggregates:
- Per-sleeve exposure (sum of positions owned by each sleeve).
- Per-sleeve performance.
- Per-sleeve P&L attribution.
- Sleeve-by-name overlap metrics (how often does a name appear in one sleeve's screen vs another's).
The reconciliation discipline
Periodic reconciliation catches operational issues:
- Daily: Verify each open position has a sleeve owner. Reconcile against signals files.
- Weekly: Aggregate per-sleeve exposure against target allocations.
- Monthly: Review per-sleeve performance against expectations. Identify outlier positions.
- Quarterly: Re-evaluate sleeve allocations based on rolling performance.
The "orphan position" failure mode
A position can become orphaned if:
- The originating sleeve's criteria changes and the position no longer qualifies under any sleeve.
- The strategy operator manually entered a position outside sleeve criteria.
- A signal-source error caused incorrect attribution.
Orphan positions are problematic because they have no governing rules. Holding period is undefined; stop discipline is undefined; performance attribution is unclear. The discipline: identify orphans during reconciliation and either reassign with explicit rationale or close.
The reporting structure
Per-sleeve reports should include:
- Open positions and their entry dates.
- Realized P&L attributed to the sleeve.
- Unrealized P&L on open positions.
- Hit rate, win/loss ratio, average per-trade return.
- Borrow cost attributed to the sleeve.
- Concentration metrics within the sleeve.
This data feeds back into capital-allocation decisions.
Related: combining event signals into one book; capital allocation across event types; correlation between short sleeves; handling overlapping signals on one name.