AgentSkillsCN

volatility-surface-modeling

适用于量化研究、策略实施及生产环境管控的波动率曲面建模流程。当任务涉及实际波动率与隐含波动率动态变化,以及凸性风险敞口分析时,可予以采用。

SKILL.md
--- frontmatter
name: volatility-surface-modeling
description: "Volatility Surface Modeling workflows for quantitative research, implementation, and production controls. use when tasks involve realized versus implied volatility dynamics and convexity exposure."

Volatility Surface Modeling

objective

Execute volatility surface modeling work with reproducible research, explicit controls, and deployable outputs.

workflow

  1. define pricing objective, calibration universe, and hedge policy constraints.
  2. calibrate model parameters with reproducible and versioned routines.
  3. measure pricing error and greek drift across strikes and maturities.
  4. stress jump, skew, and vol-of-vol shocks with hedge rebalancing costs.
  5. release only after model error and hedge slippage stay within limits.

required diagnostics

  • pricing residual by tenor, moneyness, and liquidity bucket.
  • surface smoothness and no-arbitrage consistency checks.
  • greek exposure concentration and hedge tracking error.
  • stress outcomes under volatility spikes and gap-risk events.
  • term-structure shape stability during stress windows
  • vega and volga concentration under jump scenarios

risk controls

  • enforce per-book greek limits and rehedge thresholds.
  • enforce model fallback when calibration fails or destabilizes.
  • enforce event-risk reductions before scheduled macro releases.

outputs

  • run python scripts/volatility_surface_modeling_diagnostics.py input.csv --output diagnostics.json and keep the json artifact.
  • write an implementation memo using references/volatility-surface-modeling-playbook.md with assumptions, tests, limits, and rollout plan.

resources

  • use scripts/volatility_surface_modeling_diagnostics.py for deterministic diagnostics.
  • use references/volatility-surface-modeling-playbook.md for the domain-specific checklist and delivery structure.