skills/finance/managing-algorithmic-trading-risk/SKILL.md
Structures algo trading risk management with execution quality, market impact, and circuit breaker monitoring. Use when managing algo risk, evaluating execution quality, or monitoring trading algorithms.
npx skillsauth add casemark/skills managing-algorithmic-trading-riskInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Structures algo trading risk management with execution quality, market impact, and circuit breaker monitoring.
Inventory active algorithms — Catalog each algo by strategy type, asset class, venue connectivity, and current production status. Confirm version deployed matches approved version. [VERIFY] that change-management logs align with running code hashes.
Assess execution quality metrics — For each algorithm, compute:
Evaluate market impact — Measure participation rate as a percentage of ADV. Assess temporary vs. permanent impact using established models (e.g., Almgren-Chriss, square-root model). Identify orders where realized impact exceeded pre-trade estimates by more than one standard deviation.
Review risk limit framework — Confirm each algo operates within defined guardrails:
Test circuit breakers and kill switches — Document each trigger condition:
Analyze correlation and concentration risk — Identify algos trading correlated instruments or sharing liquidity pools. Stress-test aggregate exposure under gap scenarios (e.g., simultaneous adverse moves in correlated names). Flag crowding risk where multiple algos compete on the same signal or venue.
Compile findings and escalations — Summarize breaches, near-misses, metric deterioration trends, and configuration gaps. Assign severity (critical / elevated / watch) and recommend specific remediation actions with owners and deadlines.
Produce a structured Algorithmic Trading Risk Report containing:
development
name: automated-contract-summary language: en description: Generates structured executive summaries of contracts using ML — captures key terms, party obligations, risk allocations, and compliance requirements in a standardized format. Optimized for high-volume review where speed and consistency matter. tags: - summarization - agreement - corporate --- # Automated Contract Summarization Produces standardized executive summaries of contracts using machine learning, capturing essential term
tools
Extracts regulatory obligations from dense regulations across jurisdictions. Breaks down multi-level regulations into clear article-level obligations, classifies applicability to a business, and prioritizes by risk level. Use when translating regulations into actionable compliance requirements.
development
Continuously monitors regulatory landscapes for changes relevant to a specific business. Ingests global regulatory updates, filters by relevance, summarizes impact, and produces an actionable change advisory. Use when tracking regulatory developments affecting a particular product or market.
testing
Compares an organization's existing compliance controls, policies, and procedures against extracted regulatory obligations to identify coverage gaps. Produces a remediation plan with prioritized actions. Use when assessing compliance maturity or preparing for regulatory audits.