structuring-portfolio-trading-strategies
Designs portfolio transition strategies with trade list optimization, crossing opportunities, and execution timeline planning. Use when planning portfolio transitions, managing rebalancing trades, or optimizing transition costs.
Best use case
structuring-portfolio-trading-strategies is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Designs portfolio transition strategies with trade list optimization, crossing opportunities, and execution timeline planning. Use when planning portfolio transitions, managing rebalancing trades, or optimizing transition costs.
Teams using structuring-portfolio-trading-strategies should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/structuring-portfolio-trading-strategies/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How structuring-portfolio-trading-strategies Compares
| Feature / Agent | structuring-portfolio-trading-strategies | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Designs portfolio transition strategies with trade list optimization, crossing opportunities, and execution timeline planning. Use when planning portfolio transitions, managing rebalancing trades, or optimizing transition costs.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Structuring Portfolio Trading Strategies Designs portfolio transition strategies with trade list optimization, crossing opportunities, and execution timeline planning. ## When To Use - Planning a portfolio transition from a legacy allocation to a new target portfolio (manager change, mandate restructuring, asset reallocation) - Optimizing a rebalancing trade list to minimize market impact, tracking error, and total transition cost - Evaluating crossing opportunities between buy-side and sell-side legs of a transition - Building an execution timeline for a large or complex portfolio restructuring - Assessing transition manager proposals or comparing execution strategies (agency vs. principal vs. hybrid) ## Inputs To Gather - **Legacy portfolio**: Full holdings list with quantities, market values, sector/country classifications, and average daily volume (ADV) for each security - **Target portfolio**: Target holdings with weights or notional amounts - **Transition constraints**: Restricted securities, tax-lot considerations, wash-sale windows, client-mandated retention or exclusion lists - **Market context**: Current volatility regime, upcoming events (earnings, index rebalances, holidays), liquidity conditions - **Cost budget**: Client tolerance for implementation shortfall, explicit cost caps, or tracking-error limits during the transition window - **Crossing availability**: Whether internal crosses, transition manager crosses, or dark pool matching are available - **Timeline parameters**: Hard deadlines (fund launch date, mandate termination), preferred execution windows, T+N settlement requirements [VERIFY: settlement cycle varies by market] ## Workflow 1. **Build the trade list** - Net the legacy and target portfolios to produce a raw buy/sell list - Identify natural crosses (securities appearing on both buy and sell sides across sleeves or accounts) - Flag illiquid names (e.g., ADV < 10% of required trade size) for special handling - Separate cash-raising sells from rebalancing sells if cash needs to fund buys sequentially 2. **Estimate transition costs** - Calculate explicit costs: commissions, exchange fees, stamp duties [VERIFY: stamp duty rates by jurisdiction], clearing costs - Model implicit costs: estimated market impact using a pre-trade cost model (e.g., Almgren-Chriss, ITG/Virtu ACE, or broker-provided TCA estimates) - Estimate opportunity cost of delayed execution (tracking error to target during transition window) - Produce a total cost estimate broken down by asset class, region, and liquidity tier 3. **Optimize crossing opportunities** - Match buy-side and sell-side overlaps at the security level for internal crosses (zero market impact) - Evaluate transition manager crossing networks for residual matches - Quantify cost savings from crossing vs. open-market execution for each tranche - Determine the optimal crossing price methodology (VWAP, midpoint, closing price) [VERIFY: crossing price rules per venue/regulation] 4. **Design the execution timeline** - Sequence trades by liquidity: execute liquid large-caps first to reduce tracking error quickly, then work illiquid names over multiple days - Assign execution strategies per tranche: VWAP, TWAP, implementation shortfall algo, or block/risk trade for large positions - Set participation rate limits (e.g., max 15-25% of ADV per day) to manage market impact - Build a day-by-day execution calendar with expected completion percentages and interim tracking-error projections - Incorporate market event windows (avoid trading around index rebalance dates, earnings blackouts, or central bank announcements) 5. **Stress-test and finalize** - Run scenario analysis: what happens if volatility spikes 2x during the transition? If a key name gaps on earnings? - Identify contingency triggers (e.g., if market impact exceeds estimate by >30%, pause and re-evaluate) - Set up real-time monitoring benchmarks: IS vs. arrival price, IS vs. VWAP, completion percentage vs. plan ## Output The deliverable is a **Portfolio Transition Strategy Report** containing: - **Trade list summary**: Total buys, sells, and crosses by count and notional; breakdown by asset class, sector, region, and liquidity tier - **Cost analysis**: Pre-trade cost estimate with explicit/implicit/opportunity cost breakdown; comparison of execution strategy alternatives - **Crossing analysis**: Identified crossing opportunities with estimated savings; recommended crossing methodology - **Execution timeline**: Day-by-day execution plan with algo/strategy assignments, participation rate targets, and projected completion curve - **Risk summary**: Interim tracking error during transition, concentration risk in partially transitioned portfolio, sensitivity to volatility shocks - **Monitoring framework**: Benchmarks and thresholds for real-time trade execution oversight; escalation triggers ## Quality Checks - Verify the trade list nets correctly (legacy minus target equals net trades; no sign errors or duplicate entries) - Confirm ADV data is current (stale volume data leads to incorrect liquidity tiering and participation rate errors) - Validate that crossing opportunities are genuinely available (internal compliance approval, no restricted-list conflicts, correct account matching) - Check that the execution timeline respects settlement cycles and funding sequences (sells must settle before cash is available for buys in non-margin accounts) [VERIFY: settlement cycle T+1 vs. T+2 by market] - Ensure cost estimates use appropriate spread and impact assumptions for current volatility regime, not stale or average-case parameters - Confirm all restricted securities, tax constraints, and client-mandated exclusions are reflected in the final trade list - Review that participation rate limits are realistic given current market conditions and do not assume normal liquidity during stress periods