regulatory-knowledge

Provide market regulatory rules and compliance checklists for quantitative trading.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/ebrahim-sani/trading-automation --skill regulatory-knowledge-ebrahim-sani
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: regulatory-knowledge
Source: https://github.com/ebrahim-sani/trading-automation/tree/main/vibe-trading/agent/src/skills/regulatory-knowledge
Command: npx skills add https://github.com/ebrahim-sani/trading-automation --skill regulatory-knowledge-ebrahim-sani

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Traders and quant developers often miss market‑specific regulatory constraints, leading to backtest distortions, illegal live‑trading actions, or unexpected tax liabilities.

Core Features & Use Cases

  • Cross‑market rule database covering A‑share, Hong Kong, US equities, and cryptocurrency regulations.
  • Compliance matrices for limits such as price limits, settlement periods, short‑selling requirements, and tax treatments.
  • Practical examples showing how to adjust backtesting logic, calculate costs, and generate compliance check reports.
  • Use case: a quant builds a multi‑market long‑short strategy and uses this skill to ensure each leg respects local trading rules and tax implications.

Quick Start

Ask the regulatory-knowledge skill to outline the short‑selling rules for A‑share and Hong Kong stocks.

Frequently Asked Questions about regulatory-knowledge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I ensure my backtesting logic complies with A-share and Hong Kong stock trading rules?

Ensure compliant backtesting by referencing a cross-market regulatory database to adjust strategy logic for price limits and short-selling requirements in A-share and Hong Kong markets. This skill provides structured compliance matrices to validate your trading rules.

What are the short-selling rules and tax implications for US equities and cryptocurrency?

Short-selling rules and tax implications for US equities and cryptocurrency vary significantly. This skill delivers structured rule tables and cost calculations to help quant traders understand settlement periods, tax treatments, and compliance constraints across these specific markets.

Can I calculate trading costs and tax impacts for a multi-market long-short strategy without external APIs?

Yes, you can calculate trading costs and tax impacts for multi-market strategies without external APIs. This skill requires only pandas and numpy for data handling, delivering structured regulatory information and cost calculations entirely offline.

Does this regulatory knowledge skill support compliance checklists for quantitative trading strategy design?

Yes, the regulatory knowledge skill supports compliance checklists for quantitative trading strategy design. It offers practical examples showing how to adjust backtesting logic, calculate costs, and generate compliance check reports for A-share, Hong Kong, US equities, and cryptocurrency markets.

What market-specific regulatory constraints cause backtest distortions in live trading?

Market-specific regulatory constraints like price limits, settlement periods, and short-selling requirements often cause backtest distortions if ignored. This skill provides compliance matrices to identify these constraints and adjust backtesting logic to prevent illegal live-trading actions and unexpected tax liabilities.

Do I need pandas and numpy installed to fetch market rules for compliant trading?

Yes, you need pandas and numpy installed to use this skill, as it requires these libraries for data handling. The skill delivers structured regulatory knowledge, including rule tables and cost calculations, without needing any external API dependencies.