Skip to content
AlpineDataWorks.AI
← All products
Markets/Return · metric Paid

Tail Mean Difference (TMD)

Capture non-linear return dynamics by measuring the difference between tail means to identify assets with asymmetric return distributions that linear factors miss.

Refresh
daily
History
9.8 yrs
Plan
Paid
56.8/ 100
Stable

S&P 500 (SPY)

2016-09-21 9.8 yrs · 2,454 pts 2026-06-26

Top drivers

tmd_rawupper_tail_meanlower_tail_mean_abs
⌁ mcp.call("adw-106") vADW-106-live-1.0
Use cases

What it unlocks

For an agent

A factor-rotation agent reads ADW-106 each day; when the TMD score rises above 55 (50 = symmetric; current is 56.8, 77th percentile of a 2,454-day history with trend rising) and upper_tail_mean exceeds |lower_tail_mean|, it tilts the factor allocation toward momentum and growth names that benefit from positive skew and de-weights low-volatility defensive factors, embedding the IOM's tmd_raw and methodology_version in the rebalancing log for attribution analysis. A score dropping back below 48 — signaling downside skew — triggers the reverse tilt automatically.

📈

For the business

A quantitative portfolio manager uses ADW-106's upper_tail_mean and lower_tail_mean fields to inform options-skew trading: when TMD is above 55, right-tail upside is fatter than the left tail, making put spreads relatively cheap and call spreads relatively expensive on a distribution-adjusted basis, which the PM uses to justify a skew-selling strategy. Unlike standard skewness statistics pulled from raw returns, TMD's 60-day normalized output arrives pre-packaged in the IOM structure with source lineage and confidence, saving the quant team the step of cleaning and aligning OHLCV data before running their own tail-mean computation.

Forward outlook

Prediction

Horizon
Recommended use
Capture asymmetric return skew. Score > 55 = upside-dominant tail; < 45 = downside-dominant — adjust directional bias accordingly.
Methodology

How it's built

60-day returns → μ_up (90th pct tail) − |μ_low| (10th pct tail) → normalize by |mean| → map to 0-100 (50=symmetric, >50=upside skew)

Stooq daily OHLCV (SPY, keyless)

Version ADW-106-live-1.0 · validated to beat a naive baseline · benchmark: none

Live response

The object an agent receives

One call returns the answer with its reasoning attached — the live Intelligence Object for ADW-106.

GET /v1/intelligence/adw-106
{
  "product_id": "ADW-106",
  "entity": "S&P 500 (SPY)",
  "score": 56.8,
  "trend": "symmetric",
  "confidence": 0.78,
  "top_drivers": [
    {
      "factor": "tmd_raw",
      "contribution": 0.002655
    },
    {
      "factor": "upper_tail_mean",
      "contribution": 0.016236
    },
    {
      "factor": "lower_tail_mean_abs",
      "contribution": 0.01358
    }
  ],
  "recommended_use": "Capture asymmetric return skew. Score > 55 = upside-dominant tail; < 45 = downside-dominant — adjust directional bias accordingly.",
  "methodology_version": "ADW-106-live-1.0",
  "freshness": "2026-06-26T20:00:16.189Z",
  "coverage": "S&P 500 ETF daily returns — 60-day rolling window",
  "source_lineage": [
    "Stooq daily OHLCV (SPY)"
  ],
  "allowed_use": "informational",
  "tmd_raw": 0.002655,
  "tmd_normalized": 0.1352,
  "upper_tail_mean": 0.016236,
  "lower_tail_mean": -0.01358,
  "upper_tail_pct": 0.9,
  "lower_tail_pct": 0.1,
  "window_days": 60,
  "skew_label": "symmetric",
  "validation_status": "descriptive"
}
IOM schema

The agent-callable contract

Every product conforms to the Intelligence Object Model — typed, versioned, and discoverable.

  • product_id
  • entity
  • score
  • trend
  • confidence
  • top_drivers
  • prediction_horizon
  • recommended_use
  • methodology_version
  • freshness
  • coverage
  • source_lineage
  • allowed_use
MCP tool: adw.adw_106
Access options

Consume it your way

  • Dashboard

    Read the score + drivers in the console.

  • REST API

    /v1/intelligence/adw-106

  • MCP tool

    adw.adw_106

  • Marketplace

    Discoverable by any MCP agent via the MCP registry.

  • White-label

    Embed under your own brand (Platinum).

Plan requirement

Depth scales with the plan

  • Free Sample object — current score only
  • Gold Full drivers + history + confidence
  • Platinum White-label + bulk + SLA
Compare plans →

Call ADW-106 in one request.