regulatory-knowledge

Map global financial market regulations for quantitative strategy backtests.

Updated Jul 29, 2026
One-click install
npx skills add https://github.com/santoosaraujo/vibe-trading-claude --skill regulatory-knowledge-santoosaraujo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: regulatory-knowledge
Source: https://github.com/santoosaraujo/vibe-trading-claude/tree/main/.claude/skills/regulatory-knowledge
Command: npx skills add https://github.com/santoosaraujo/vibe-trading-claude --skill regulatory-knowledge-santoosaraujo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy.

What problem does it solve?

This skill addresses the critical need for accurate regulatory compliance in quantitative trading, preventing strategy failure due to ignored market constraints like trading halts, settlement cycles, or tax implications.

Core Features & Use Cases

  • Regulatory Constraint Mapping: Provides a comprehensive matrix of trading rules across A-shares, Hong Kong, US, and Crypto markets.
  • Backtest Integrity: Offers specific logic to model real-world constraints like T+1 settlement, daily price limits, and short-selling costs.
  • Use Case: When designing a cross-market pair trading strategy, use this skill to verify if the A-share leg can be shorted and to calculate the impact of stamp duty and exchange fees on net profitability.

Quick Start

Use the regulatory-knowledge skill to generate a compliance report for a cross-market strategy involving A-shares and US stocks.

Frequently Asked Questions about regulatory-knowledge

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

FAQPage Schema
How do I account for trading halts and settlement cycles in quantitative backtesting?

To ensure backtest integrity, quantitative backtesting requires modeling real-world trading halts and settlement cycles like T+1 constraints. This prevents strategy failure by accurately simulating market-specific limitations and their impact on net profitability.

What are the specific short-selling rules and transaction costs for A-share and Hong Kong markets?

Short-selling rules and transaction costs across A-share and Hong Kong markets vary based on regional regulations. Assessing compliance risk involves mapping these specific trading rules, including stamp duty and exchange fees, to evaluate cross-market strategy viability.

How do I generate a compliance report for a cross-market pair trading strategy?

Generating a compliance report for cross-market pair trading strategies involves verifying asset-specific constraints, such as shorting capabilities for A-shares. You calculate the impact of stamp duty and exchange fees to ensure regulatory compliance across multi-asset portfolios.

Does market regulation affect cryptocurrency backtesting differently than US stocks?

Market regulation affects cryptocurrency backtesting differently than US stocks due to distinct trading rules and settlement cycles. Mapping these regional regulatory constraints ensures accurate compliance risk assessment for multi-asset portfolios across crypto and traditional markets.

Can I use pandas and numpy to calculate the impact of tax rules on quantitative trading strategies?

You can use pandas and numpy to structure data for calculating the impact of tax rules on quantitative trading strategies. Mapping tax implications and transaction costs within these frameworks ensures accurate compliance risk assessment across global financial markets.