Rebalancing & Y-Nexus Bounds

Learn how to optimize allocations, manage drift, and crash-test your Y-Actives.

Dynamic Rebalancing

Market movements naturally cause asset values to change, causing your portfolio to drift away from its target allocation weights. The Dynamic Rebalancing tool helps you identify drift and align back to your targets.

Setting Targets

  1. Open your Y-Active and navigate to the Y-Nexus tab.
  2. In the rebalancing ledger table, you can edit the Target Weight (%) for each asset.
  3. Your target weights must sum to exactly 100%.

Drift & Trade Planning

The system automatically calculates:

  • Current Allocation: The actual percentage value of the asset relative to the Y-Active’s Net Asset Value (NAV).
  • Drift: The difference between your Current Weight and Target Weight.
  • Actionable Orders: The rebalancing calculator determines the exact number of shares you need to Buy (for under-allocated assets) or Sell (for over-allocated assets) to align with target weights.

Y-Nexus Capital Flow (Smart Cash Injection)

Instead of selling overweight assets to buy underweight ones (which incurs tax liabilities and trading friction), you can use the Y-Nexus Capital Flow planner to rebalance your portfolio using new cash injections:

  • Prioritized Water-Filling: The cash deployment planner routes your funds sequentially based on asset quality and buy suitability rather than blindly purchasing crashing assets:
    1. Group 1 (Accumulate): Allocates cash first to bring under-allocated, high-quality, and attractively valued assets back to target weights.
    2. Group 2 (Buy): Distributes remaining cash to standard holdings.
    3. Group 3 (Postpone Buy): Deploys cash last to postponed assets only if excess funds are available after satisfying all higher-priority targets.
  • Smart Surplus Distribution: If you inject more cash than needed to bring your holdings to target weights, the surplus is distributed proportionally only across the highest-quality holdings (Group 1 & Group 2), systematically avoiding value traps.

Note: All rebalancing recommendations represent simulated, theoretical models for manual adjustment, rather than automated execution commands.


Y-Nexus Bounds (MPT) Optimization

To help you design optimal asset weightings, we provide a built-in Monte Carlo Simulator based on Modern Portfolio Theory (MPT) with advanced risk-overlay boundaries:

  • The Efficient Frontier: We simulate 15,000 randomized weight allocations for your active holdings (excluding sold-out positions with 0 quantity and 0% targets) over your chosen historical timeline (3Y, 5Y, or 10Y) to map the risk-return curve.
  • The Safest Allocation (Minimum Variance): The weight combination that yields the lowest historical standard deviation (volatility).
  • The Most Efficient Allocation (Maximum Sharpe): The weight combination that yields the highest return-to-risk ratio.
  • One-Click Apply: You can instantly apply the Safest or Most Efficient weights directly as your new target weights.

Bounding Options

You can control the search space boundaries of the simulator to fit your investment style:

  1. Uniform Weight Constraints (Manual): Enforces a flat minimum (e.g. 5%) and maximum (e.g. 30%) weight cap across all assets in the portfolio.
  2. Y-Nexus Bounds (Continuous Auto-Scaling): Overrides uniform limits to dynamically set minimum and maximum bounds based on continuous linear interpolation ($\text{clampLerp}$) of each asset’s proprietary quality and valuation profile:
    • Pristine ($\ge 80$): Min 10.0% / Max 50.0% — Enforces high allocation to elite compounders.
    • Healthy ($60\text{–}80$): Min 5.0%$\to$10.0% / Max 40.0%$\to$50.0% — Smoothly scales bounds as quality increases.
    • Average ($40\text{–}60$): Min 0.0%$\to$5.0% / Max 35.0%$\to$40.0% — Allows moderate allocation for standard businesses.
    • Caution ($20\text{–}40$): Min 0.0% / Max 20.0%$\to$35.0% — Limits exposure to higher risk or cooling stocks.
    • Distress ($< 20$) / Crypto / N/A: Min 0.0% / Max 10.0%$\to$20.0% — Implements a strict risk circuit breaker for speculative, highly leveraged, or cryptocurrency holdings.
    • Valuation Bubble Guard: Automatically damps maximum weight by $0.75\text{x}$ (capped at $25.0%$) if an asset is in severe bubble valuation ($\text{Valuation Score} < 20.0$ or Overvalued).

Intelligent Feasibility Guards

To ensure the simulator always operates in a mathematically valid search space, the optimization engine runs automatic feasibility adjustments:

  • Concentration Floor ($N$): Dynamically sets a floor on maximum weights ($\max(\text{maxW}, 1.5/N)$) to ensure concentrated small portfolios ($N \le 4$) remain mathematically feasible.
  • Minimum Weights Correction: If the sum of all minimum bounds exceeds $100%$ (e.g. too many Pristine assets in a large portfolio), they are scaled down proportionally to sum to exactly $100%$.
  • Maximum Weights Correction: If the sum of all maximum bounds is less than $100%$ (e.g. a small portfolio concentrated in distressed/crypto holdings), they are scaled up proportionally so they sum to at least $100%$, allowing the simulation to execute.
  • Safety Intersection: The model automatically guarantees that each asset’s minimum weight remains less than or equal to its maximum weight ($\text{minW} \le \text{maxW}$) after all scaling adjustments.