twap-vwap-pov-execution

star 0

TWAP VWAP POV execution workflows for benchmarked order execution and schedule design under real-world liquidity constraints. use when tasks involve slicing parent orders into time-, volume-, or participation-based schedules.

GhostOf0days By GhostOf0days schedule Updated 2/10/2026

name: twap-vwap-pov-execution description: "TWAP VWAP POV execution workflows for benchmarked order execution and schedule design under real-world liquidity constraints. use when tasks involve slicing parent orders into time-, volume-, or participation-based schedules."

TWAP VWAP POV Execution

objective

Calibrate and monitor TWAP, VWAP, and POV execution schedules with cost-aware controls.

workflow

  1. define benchmark, urgency, and participation constraints for the parent order.
  2. construct TWAP, VWAP, and POV schedules from intraday liquidity profiles.
  3. estimate schedule slippage versus benchmark and realized participation.
  4. stress schedules under volume shocks and spread widening.
  5. deploy only when schedule performance is robust after fees and rebates.

required diagnostics

  • benchmark slippage by schedule type and urgency tier.
  • participation deviation and completion-risk metrics.
  • intraday volume forecast error impact on VWAP paths.
  • POV fill consistency during liquidity drought windows.
  • net cost decomposition into spread, impact, and timing.

risk controls

  • enforce max participation and max slippage boundaries.
  • enforce kill-switch triggers on data gaps or venue outages.
  • enforce manual override path for missed completion risk.

outputs

  • run python scripts/twap_vwap_pov_execution_diagnostics.py input.csv --output diagnostics.json and keep the json artifact.
  • write an implementation memo using references/twap-vwap-pov-execution-playbook.md with assumptions, tests, limits, and rollout plan.

resources

  • use scripts/twap_vwap_pov_execution_diagnostics.py for deterministic diagnostics.
  • use references/twap-vwap-pov-execution-playbook.md for the domain checklist and delivery structure.
Install via CLI
npx skills add https://github.com/GhostOf0days/codex-quant-skills --skill twap-vwap-pov-execution
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
GhostOf0days
GhostOf0days Explore all skills →