Codex Skill

Liquidity Risk Assessment

liquidity-risk-assessment

Assess liquidity risks in trading including liquidity holes, stop order impacts, barrier vacuums, and portfolio insurance effects.

来源
dynamic-hedging-taleb-1
集合
dynamic-hedging-taleb-1

完整 SKILL.md

以下为安装包中的 Skill 原文,保留结构以便审阅触发描述、执行步骤与检查项。

---
name: liquidity-risk-assessment
description: Assess liquidity risks in trading including liquidity holes, stop order impacts, barrier vacuums, and portfolio insurance effects. Use when executing trades, managing stop orders, trading barrier options, or evaluating market microstructure to identify potential execution risks and slippage.
---

# Liquidity Risk Assessment

**Trigger Condition:** Executing trades, managing stops, or trading barrier options.

## Step 1: Identify Liquidity Holes

Scan for gaps in market depth where execution becomes difficult.

**Variable:** `liquidity_hole_size` (Volume)
- Measure volume that cannot be filled at current price
- Identify price levels with thin order books
- Assess impact on trade execution

## Step 2: Monitor One-Way Traps

Watch for one-way liquidity traps where market moves only in one direction.

**Variable:** `trap_direction` (Direction)
- Identify if market only allows buying or selling
- Assess trapped position risk
- Plan exit strategies

## Step 3: Analyze Stop Order Impact

Understand the "path of illiquidity" created by clustered stop orders.

**Variable:** `stop_density` (Count)
- Map concentration of stop orders at price levels
- Assess cascade risk when stops are triggered
- Identify potential acceleration points

**Mechanism:**
1. Price approaches stop cluster
2. Stops trigger simultaneously
3. Creates temporary liquidity vacuum
4. Price accelerates through cluster
5. Slippage increases dramatically

## Step 4: Assess Barrier Vacuum

Evaluate specific liquidity risks associated with barrier options.

**Characteristics:**
- Barrier options create hedging imbalances near barriers
- Market makers adjust hedges as barriers are approached
- Can create self-reinforcing price moves
- Liquidity can evaporate at critical barrier levels

## Step 5: Evaluate Portfolio Insurance Impact

Consider how portfolio insurance strategies affect market liquidity.

**Mechanism:**
- Portfolio insurance sells as market falls (negative feedback)
- Can accelerate downturns in crisis
- "Mother of all" liquidity risks (e.g., S&P 500)
- Creates systematic liquidity withdrawal

**Key Insight:** Portfolio insurance creates procyclical liquidity.

## Step 6: Account for Slippage

Factor in slippage and reverse slippage in execution planning.

**Slippage:** Price moves unfavorably during execution
- More severe in thin markets
- Exacerbated by large order sizes
- Worse during volatility spikes

**Reverse Slippage:** Price moves favorably during execution
- Rare but possible
- Can offset some transaction costs

## Variables Summary

| Variable | Type | Description |
|----------|------|-------------|
| liquidity_hole_size | Volume | Volume of orders that cannot be filled |
| trap_direction | Direction | Direction of one-way liquidity trap |
| stop_density | Count | Concentration of stop orders at price level |

## Risk Outputs

Assessment provides:
- Identification of potential liquidity voids
- Warning of trap conditions
- Estimates of execution slippage risk
- Recommendations for order sizing and timing

## Critical Context

⚠️ Black-Scholes assumes frictionless markets - liquidity risks violate this assumption
⚠️ Liquidity holes can create catastrophic execution failures
⚠️ Stop cascades can trigger rapid, uncontrolled price moves
<!-- source-provenance:start -->
## Source Provenance

- Collection: `dynamic-hedging-taleb-1`
- Archive: `Dynamic_Hedging-Taleb (1).pdf.zip`
- Source file: `../_sources/dynamic-hedging-taleb-1.md`
<!-- source-provenance:end -->

把你自己的资料转成 Skill

上传 PDF 后先在线预览,再下载标准目录和安全安装脚本。

开始转换 PDF 查看来源集合