Quant Real Factor 5d Compressed Downside Volatility

Use when computing the 5D Compressed Downside Volatility factor from user-supplied real OHLCV data or reviewing its bundled real-data validation metrics.

quantskills 41ad514 8 files · 16.5 KB Updated

File contents

5D Compressed Downside Volatility

Use this Skill to compute 5日压缩下行波动率 / 5D Compressed Downside Volatility from caller-provided OHLCV data.

Workflow

  1. Load a pandas.DataFrame with open, high, low, close, volume; include date and symbol for cross-sectional research.
  2. Call scripts/factor.py::compute_factor(df) to compute the factor column.
  3. Call generate_signals(df) for a simple rank-based long/short signal.
  4. Review validation_real/report.md before using the factor in a model.

Runtime Contract

  • Framework-neutral Python: pandas and numpy.
  • The caller owns data vendor, universe, calendar, costs, slippage, and execution modeling.

quantskills/skill-quant-factor-risk-pattern-alpha/tree/main/factors/R248-5d-compressed-downside-volatility commit 41ad514dce

Frequently asked questions

npx skillmds@latest add quantskills/quant-real-factor-5d-compressed-downside-volatility