interdealer-dealer-client-markets

Analyze interdealer and dealer-to-client market workflows for quote quality and execution performance.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/GhostOf0days/codex-quant-skills --skill interdealer-dealer-client-markets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: interdealer-dealer-client-markets
Source: https://github.com/GhostOf0days/codex-quant-skills/tree/main/interdealer-dealer-client-markets
Command: npx skills add https://github.com/GhostOf0days/codex-quant-skills --skill interdealer-dealer-client-markets

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, argparse, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the complexity of analyzing and optimizing trading workflows across interdealer and dealer-to-client markets, focusing on quote quality, execution performance, and market microstructure.

Core Features & Use Cases

  • Quote Quality Analysis: Evaluate quote spread, response latency, and hit ratios.
  • Market Structure Comparison: Differentiate behavior between interdealer and dealer-to-client channels.
  • Execution Stress Testing: Simulate market stress events to assess resilience.
  • Production Monitoring: Implement controls for stable and within-limits metrics.
  • Use Case: When investigating a sudden drop in trading performance on a specific venue, use this Skill to diagnose quote quality degradation and response time issues.

Quick Start

Run the interdealer dealer client markets diagnostics script with input.csv and output diagnostics.json.

Frequently Asked Questions about interdealer-dealer-client-markets

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

FAQPage Schema
How do I analyze quote quality and execution performance in dealer-to-client markets?

To analyze quote quality in dealer-to-client markets, you can use Python scripts to process RFQ and RFS behavior, evaluate quote spreads and response latency, and output execution performance diagnostics as a JSON file.

What is the difference between interdealer and dealer-to-client market microstructure?

Interdealer and dealer-to-client market microstructure differs in venue segmentation and quote-response behavior, which can be diagnosed by comparing execution performance and trading workflows across both channels using structured analytics.

How do I diagnose a sudden drop in trading performance on a specific venue?

To diagnose a sudden drop in trading performance on a venue, run the diagnostics script with your input CSV to detect quote quality degradation and response time issues, generating a diagnostic JSON output for analysis.

Can I use pandas to monitor RFQ and RFS behavior for production trading workflows?

Yes, you can use pandas to monitor RFQ and RFS behavior for production trading workflows, implementing controls to ensure execution metrics remain stable and within defined limits during market stress events.

Does this approach support execution stress testing for market structure resilience?

Yes, this approach supports execution stress testing for market structure resilience by simulating market stress events to evaluate quote-response analytics and assess the stability of dealer flow quality.

What are the limitations of using Python scripts for venue segmentation and market-structure comparison?

Limitations of using Python scripts for venue segmentation and market-structure comparison include relying on structured input CSV data and requiring pandas environments, which may not capture real-time order book dynamics without additional production monitoring controls.