Fill Intensity Hawkes

Predict trade-fill intensity with a Hawkes model conditioned on market state.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/trudumb/hyper_make --skill fill-intensity-hawkes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Fill Intensity Hawkes
Source: https://github.com/trudumb/hyper_make/tree/main/.claude/skills/models/fill-intensity-hawkes
Command: npx skills add https://github.com/trudumb/hyper_make --skill fill-intensity-hawkes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill replaces simplistic fill-rate assumptions with a Hawkes-based model that captures self-excitation, state-dependent baselines, and queue-position effects to estimate fill intensity for market-making decisions.

Core Features & Use Cases

  • State-dependent baseline intensity μ(t) driven by funding, OI changes, settlement phase, and volatility
  • Trade-type dependent excitation to differentiate effects of assortments of orders
  • Queue-position kernel that adapts to front-of-queue risk
  • Online parameter estimation to adapt to changing market conditions
  • Intensity-to-kappa conversion for GLFT integration and kappa-aware quoting
  • Calibration and validation tooling (Brier score, information ratio)

Quick Start

Configure and run the Hawkes-based fill intensity model using historical trades and market state data to start generating forecasted fill probabilities.

Frequently Asked Questions about Fill Intensity Hawkes

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

FAQPage Schema
How do I model trade fill intensity for high-frequency market making?

Model trade fill intensity for high-frequency market making using a Hawkes-based approach that captures self-excitation, state-dependent baselines, and queue-position effects to estimate fill probabilities from historical trades and market state data.

How does a state-aware Hawkes process improve fill probability prediction?

A state-aware Hawkes process improves fill probability prediction by conditioning baseline intensity on funding, open interest changes, settlement phase, and volatility, while applying trade-type dependent excitation to differentiate order effects.

Can I use online estimation for Hawkes fill intensity calibration?

Yes, you can use online parameter estimation for Hawkes fill intensity calibration to adapt to changing market conditions, alongside offline MLE fitting for initial baseline, excitation, and kernel component estimation.

How do I convert fill intensity to kappa for GLFT framework quoting?

Convert fill intensity to kappa for GLFT framework integration using the provided conversion method, enabling kappa-aware quoting and state-dependent market-making decisions based on forecasted fill probabilities.

What data do I need to calibrate a Hawkes fill intensity model?

Calibrating a Hawkes fill intensity model requires historical fills and trades data, a current market state representation including funding and OI, and implementations for baseline, excitation, and kernel components.

What validation metrics are used for fill intensity prediction models?

Validation metrics for fill intensity prediction models include Brier score and information ratio, provided as calibration and validation tooling to assess the accuracy of forecasted fill probabilities.