managing-block-trade-execution
Coordinates large block execution with market impact minimization, counterparty selection, and crossing network utilization. Use when executing block trades, managing large orders, or minimizing market footprint.
Best use case
managing-block-trade-execution is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Coordinates large block execution with market impact minimization, counterparty selection, and crossing network utilization. Use when executing block trades, managing large orders, or minimizing market footprint.
Teams using managing-block-trade-execution 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/managing-block-trade-execution/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How managing-block-trade-execution Compares
| Feature / Agent | managing-block-trade-execution | 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?
Coordinates large block execution with market impact minimization, counterparty selection, and crossing network utilization. Use when executing block trades, managing large orders, or minimizing market footprint.
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
# Managing Block Trade Execution Coordinates large block trade execution with market impact minimization, counterparty selection, and crossing network utilization for institutional-size orders. ## When To Use - Executing orders that exceed 10,000 shares or represent >1% of average daily volume (ADV) in a given security - Unwinding or building concentrated positions where market visibility is a concern - Managing portfolio rebalances, index reconstitution trades, or large redemption-driven liquidations - Selecting between upstairs block markets, dark pools, and algorithmic slicing strategies - Evaluating counterparty axes and crossing network opportunities before going to the lit market ## Inputs To Gather - **Order details**: Security identifier (ticker/CUSIP/ISIN), side (buy/sell), total quantity, urgency level, and any price limits - **Market context**: Current price, 20-day ADV, bid-ask spread, realized volatility, and recent news or catalyst events - **Liquidity landscape**: Dark pool availability, known counterparty axes, crossing network schedules, and ETF/basket arbitrage dynamics - **Benchmark selection**: Arrival price, VWAP (full-day or interval), TWAP, close, or implementation shortfall target - **Constraints**: Compliance restrictions (restricted lists, blackout windows), fund-level tracking error tolerance, and sector/factor exposure limits [VERIFY against current compliance policies] - **Broker panel**: Approved counterparties, commission schedules, and historical execution quality metrics ## Workflow 1. **Pre-trade analysis** - Calculate order size as a percentage of ADV and average spread cost to classify impact tier (low <5% ADV, medium 5–25%, high >25%) - Estimate expected market impact using a square-root model or broker-provided TCA models - Identify optimal execution window based on intraday volume curves and upcoming event risk (earnings, economic releases) 2. **Strategy selection** - **Low impact**: Algorithmic execution (VWAP, TWAP, or IS algo) with passive participation rate ≤10% of volume - **Medium impact**: Hybrid approach — source initial block via dark pools or counterparty axes, then algo-slice the residual - **High impact**: Upstairs block negotiation with 2–3 trusted counterparties; consider risk bid/offer if urgency warrants the spread concession - For index-correlated names, evaluate portfolio trading or ETF creation/redemption as alternative liquidity pathways 3. **Counterparty and venue selection** - Review counterparty natural flow axes (via broker indication systems or direct inquiry) - Prioritize venues by fill probability and information leakage risk — conditional dark pools and block-only venues (e.g., Liquidnet, POSIT) before continuous dark pools - For non-US securities, confirm local market structure rules on block thresholds and reporting delays [VERIFY jurisdiction-specific block trade reporting rules] 4. **Execution management** - Set participation rate caps and price limit guardrails before sending orders - Monitor real-time fill rates vs. expected volume schedule; adjust algo urgency if drifting >2 standard deviations from plan - Track information leakage signals: unusual spread widening, adverse price moves correlated with fill activity, or sudden volume spikes in correlated securities - If leakage is detected, pause execution, reassess venue routing, and consider switching to a risk transfer or completing the block upstairs 5. **Post-trade analysis and reporting** - Calculate execution quality vs. selected benchmark (arrival price slippage, VWAP deviation, implementation shortfall) - Decompose costs: commission, spread cost, market impact, timing cost, and opportunity cost for any unfilled portion - Log venue-level fill statistics for ongoing TCA and broker scorecard updates - Document any deviations from the pre-trade plan and rationale for mid-execution adjustments ## Output The block trade execution report should include: - **Execution summary**: Security, side, total quantity, filled quantity, average fill price, and benchmark comparison - **Cost decomposition**: Basis-point breakdown of each cost component (commissions, spread, impact, timing, opportunity) - **Venue analysis**: Fill distribution across venues with leakage assessment per venue - **Strategy performance**: Comparison of actual participation rate and fill schedule vs. pre-trade plan - **Counterparty scorecard**: Fill rates, pricing quality, and information handling for each broker used - **Exceptions and escalations**: Any compliance flags triggered, market disruptions encountered, or plan deviations with justifications ## Quality Checks - Confirm all fills are within any stated price limits or tolerance bands before finalizing allocation - Verify that total filled quantity matches order management system (OMS) records and that no partial fills are unaccounted - Cross-check commission charges against the agreed broker schedule [VERIFY current commission agreements] - Ensure block trade reporting obligations are met within required timeframes for each jurisdiction [VERIFY local exchange/regulator reporting windows] - Validate that no restricted-list or blackout-window violations occurred during execution - Review whether information barriers were maintained — no pre-hedging signals or unusual correlated activity from counterparty desks - Retain complete audit trail (timestamps, venue IDs, counterparty identifiers) for regulatory and compliance recordkeeping