trading-bot
0/37 complete

Module 7: Risk Controls — Estimation Error and Paper Limits · 25 min

Theme Concentration — Correlation and Cluster Limits

// sabak

Turn this lesson into one checked practice output

By the end, you should be able to explain the core idea behind “Theme Concentration — Correlation and Cluster Limits” in your own words, apply it to one small real or sample task, and identify what still needs human review.

  1. 1

    Learn

    Read the 25-minute lesson without copying an output blindly.

  2. 2

    Try

    Use a small, non-sensitive example that you can inspect line by line.

  3. 3

    Review

    Check facts, fit, and risk; save one improvement note for next time.

Ten paper positions can represent one underlying assumption. Markets about the same election, policy decision, team, macro release, or company event may fail together. Counting them as independent understates concentration and exaggerates sample size.

Create a versioned theme taxonomy before evaluation. Each market receives zero or more theme IDs plus an UNCLASSIFIED flag. Assignments come from deterministic metadata and human review; an optional model can propose candidates but cannot finalize them. Preserve assignment evidence and changes.

Limits operate on fictional points and counts: maximum points per theme, maximum unresolved cases per theme, and maximum share of total paper exposure. UNCLASSIFIED uses the most conservative bucket rather than bypassing controls. A case may belong to multiple themes; calculate both full-count and fractional attribution reports to show sensitivity.

Correlation estimates from small binary samples are unstable. Use them descriptively, with observation counts and time periods. Do not optimize limits from the same data used to claim performance. Stress a cluster by resolving all members adversely and by delaying their resolution together.

The dashboard should show top themes, overlapping memberships, unresolved concentration, blocked decisions, and taxonomy version. When a taxonomy update changes history, regenerate a new view while preserving the prior report hash.

Cluster controls also improve evaluation. Split related event families together across train/test windows so near-duplicate questions do not leak. Report effective event-family count alongside raw market count.

Taxonomy quality needs evaluation too. Blindly relabel a sample with a second reviewer and record agreement, ambiguous cases, and missing theme definitions. When reviewers disagree, keep all candidate themes for conservative limit checks until resolved. Do not use a model-generated embedding distance as proof of independence; it is only a candidate grouping feature with its own version and error review.

Create a theme-change impact report before accepting any taxonomy update. It lists positions newly blocked or unblocked, historical metrics affected, and event families moved across evaluation folds. The previous taxonomy remains reproducible from its manifest.

🇵🇰 Pakistan Angle

Pakistan political and economic questions may cluster around a small number of institutions or events. A large row count can therefore represent little independent evidence. Name the concentration instead of claiming broad local coverage, and keep the analysis paper-only.

Hands-On Exercise

Label twenty synthetic markets across six overlapping themes. Apply fixed limits, then stress the largest cluster. Compare raw count with event-family count. Move one ambiguous case between themes in a new taxonomy version and produce a report diff.

Completion Rubric

  • Theme taxonomy and assignments are versioned with evidence.
  • Unclassified and multi-theme cases cannot evade limits.
  • Cluster stresses and blocked counts are reported.
  • Family grouping prevents train/test leakage.
  • Small-sample correlation is not presented as stable truth.

Sources

Key takeaway: Count shared assumptions, not just rows; clustered cases can fail together and leak across evaluation windows.

Self-check

Before you mark Lesson 7.3 complete

  • Can I explain “Theme Concentration — Correlation and Cluster Limits” without reading the lesson back word for word?
  • Did I complete the lesson’s practice step on a real or clearly labelled sample task?
  • Did I check the result for invented facts, private data, unsafe actions, and mismatch with the brief?