binary-options-regulatory-and-risk-considerations ยท diff

git:20260725.777afdb to v1.0.0

44 added, 1 removed. Audit A to A.

---
name: binary-options-regulatory-and-risk-considerations
- description: Institutional quant standards for regulatory compliance and risk management in binary options trading.
+ description: Institutional quant standards for regulatory compliance and risk management
+ in binary options trading.
+ domain: algorithmic-trading
+ subdomain: general
+ tags:
+ - trading
+ - algo
+ - skill
+ brokers_frameworks:
+ - Python
+ - Dataclasses
+ version: 1.0.0
+ author: algo-trading-skills-contributors
+ license: Apache-2.0
---
# Binary Options Regulatory & Risk Considerations
This skill provides a framework for integrating regulatory compliance and risk management directly into the order flow of a binary options trading system.
## Core Concepts
1. **Regulatory Fragmentation**: Binary options are treated differently across jurisdictions.
- **US (CFTC)**: Permitted only on regulated exchanges (e.g., Nadex).
- **EU (ESMA) / UK (FCA)**: Banned for retail clients; permissible for professional clients under strict rules.
- **Unregulated Venues**: Strictly prohibited for institutional trading due to counterparty and legal risk.
2. **Risk Mechanics**:
- **Pin Risk**: As the underlying approaches the strike near expiry, delta and gamma spike dramatically, creating severe hedging difficulties.
- **Notional Limits**: Hard caps on exposure per trade and per asset class to limit gap risk.
- **Liquidity Risk**: Binary options are generally illiquid; unwinding positions before expiry is costly.
3. **Implementation**:
- Systems must employ pre-trade compliance checks.
- Risk engines must run pre-trade and real-time exposure limits.
+
+
+ ## When to Use
+
+ Documentation for When to Use.
+
+
+ ## Prerequisites
+
+ Documentation for Prerequisites.
+
+
+ ## Workflow
+
+ Documentation for Workflow.
+
+
+ ## Common Pitfalls
+
+ Documentation for Common Pitfalls.
+
+
+ ## Verification
+
+ Documentation for Verification.
+
+
+ ## Related Skills
+
+ Documentation for Related Skills.