Prediction Markets··9 min read

Combinatorial and Conditional Markets: Pricing Dependent Events

1 references, link-verified · 1 primary · inline [n] markersEditor of record: Shane CantyStandards review editorial standard · audit log

Abstract

Combinatorial and conditional markets allow traders to bet on outcomes that depend on other events: not just "Will Biden win?" but "Will Biden win AND unemployment fall below 3% by year-end?" These markets reveal implied probabilities of dependent events and test whether market participants correctly price correlation and causal structure. Pricing such contracts requires accounting for conditional probabilities; mispricing can arise when traders ignore dependencies or underestimate tail correlations.

Core Concept

A conditional market is a contract whose payoff depends on the realization of at least one other event. A combinatorial market combines multiple events with Boolean logic (AND, OR, NOT), creating payoff structures based on conjunctions or disjunctions of outcomes. These are distinct from standard binary prediction markets, which isolate single events.

Example conditional structures:

  • "Biden wins the 2024 election AND the Federal Funds Rate falls below 4% by December 2024": a conjunctive contract.
  • "Either the S&P 500 closes above 5500 on November 1, 2024, OR the ECB cuts rates in Q4 2024": a disjunctive contract.
  • "If the Republican candidate wins the election, the 10-year Treasury yield will exceed 4.5%": a conditional claim.

These contracts appear in prediction markets (such as those offered on Kalshi and similar platforms), in over-the-counter derivatives (as structured notes), and implicitly in equity index options, where the final payoff depends on both the current level and the path taken. The markets serve two functions: they allow risk-sharing among traders with different beliefs about correlation, and they reveal the joint distribution of outcomes embedded in prices.

How Conditional and Combinatorial Markets Work

Pricing Framework

The price of a conditional market reflects the joint probability of the events. Consider two binary events: A (say, "Event X occurs") and B ("Event Y occurs"). A simple AND market pays 1 unit if both A and B occur, and 0 otherwise.

The fair price is the risk-neutral probability that both events occur: P(A ∩ B) [1]. This is not simply the product of individual probabilities unless A and B are independent. Instead, under risk-neutral pricing:

P(A ∩ B) = P(A), P(B | A)

where P(B | A) is the conditional probability of B given that A has occurred [1].

If markets trade separately on A, B, and the joint contract, relative prices across these three contracts reveal traders' beliefs about correlation. If the joint price is lower than the product of individual marginal prices, traders believe the events are negatively correlated; if higher, positively correlated.

Combinatorial Expansion

When markets allow betting on logical combinations of many events, the pricing space becomes combinatorial. With n binary events, there are 2^n possible outcome states. A market on a specific combination (e.g., "Event 1 AND Event 2 AND NOT Event 3") prices the probability of that specific conjunction.

Well-designed platforms allow traders to construct synthetic positions by combining atomic markets. For instance, a trader who believes Event A makes Event B more likely can buy the joint (A AND B) contract while selling the individual B contract at a hedge ratio that reflects the conditional probability they expect.

Martingale Property

Under risk-neutral measure, contract prices discounted at the risk-free rate follow a martingale: the expected future price equals today's price [1]. This constraint anchors pricing. For a conditional contract that resolves in future periods, the current price must be consistent with the prices of resolving events and their dependencies. Violations signal arbitrage opportunities.

Execution and Liquidity Challenges

Combinatorial markets suffer from thin liquidity. An AND market on two liquid underlying events may have few trades, making the observed price volatile and subject to wide bid-ask spreads. A trader wishing to hedge a position in the AND market may struggle to find a counterparty, or may need to exit through synthetic positions in the underlying markets at unfavorable slippage.

Worked Example: A 2024 Election Scenario

Consider a prediction market during the 2024 U.S. Presidential election. Suppose three contracts trade:

  • Contract A: "Democratic candidate wins," priced at 0.55 (55% implied probability).
  • Contract B: "S&P 500 closes above 5200 on November 6, 2024," priced at 0.62 (62% implied probability).
  • Contract C: "Democratic candidate wins AND S&P 500 closes above 5200," offered at 0.40 (40% implied probability).

If A and B were independent, the fair price of C would be 0.55 × 0.62 = 0.341. However, the market price of C is 0.40. This premium suggests traders believe these events are positively correlated: they believe a Democratic victory is associated with stock market strength (perhaps due to expected policy), so the joint probability is higher than the product of marginals.

A trader who disagrees with this correlation estimate could exploit the mispricing:

  • Buy C at 0.40 (betting on both events).
  • Short-sell 0.40 / 0.62 ≈ 0.645 units of B (selling stock market up).
  • Short-sell 0.40 / 0.55 ≈ 0.727 units of A (selling Democratic win).

If the true joint probability is closer to 0.34, this trader profits as C converges toward its fair value. The exact hedge ratio depends on the trader's model of conditional probability.

In practice, such trades face friction: B and A are separate contracts with their own liquidity, and the synthetic hedge may not perfectly offset the risk of holding C. Also, the trader must fund margin on multiple positions and bear overnight risk if an unexpected news event moves all three prices suddenly [2].

Limitations

Model and Specification Risk

Combinatorial markets assume a well-defined probability space. In reality, events may be ambiguous. Does "S&P 500 closes above 5200" refer to market close or any point in the trading day? Does it matter if the index is recalculated due to a corporate action? Resolution disputes, or fear of them, inflate risk premiums and deter trading.

Traders must also model what events are truly independent versus causally linked. If a Democratic victory and strong stock returns both depend on a third, unobserved variable (say, investor sentiment), then the correlation is indirect, and models that treat them as directly linked misestimate the joint probability.

Liquidity and Execution

Combinatorial markets are illiquid by nature. As the number of events grows, the number of atomic contracts grows exponentially, but trading volume is sparse. A trader wishing to adjust a position in a 10-event combinatorial market may find no orders on the book and face extreme spreads if they try to construct the position synthetically through leg trades. The bid-ask spread on combinatorial contracts often exceeds the true uncertainty, an artifact of low volume, not fundamental difficulty [2].

Tail Risk and Jump Correlation

Conditional and combinatorial pricing assumes that probabilities are stable over time. In reality, during market stress, correlations spike: many assets fall together, and the joint probability of adverse events can jump far above expectations. A trader holding short positions in multiple combinatorial contracts in a crash regime may face margin calls or forced liquidation, even if the long-term probability models were correct. This highlights tail risk, which is difficult to price ex ante and easy to underestimate [3].

Computational Complexity

For more than 10-15 events, computing all possible outcome combinations becomes computationally expensive, and the number of markets needed to span the outcome space grows prohibitively. Some platforms address this by offering only a restricted menu of contracts rather than the full combinatorial set, which limits hedging and leaves basis risk.

Summary

Combinatorial and conditional markets price the joint probability of multiple dependent events. Their pricing reveals traders' implicit beliefs about correlation and causation, and arbitrage across single-event and joint markets can enforce consistency. However, these markets remain thin, subject to model risk, and vulnerable to sudden jumps in correlation during stress. They are useful for traders with strong convictions about dependencies and for researchers studying whether markets correctly price complex joint distributions, but they are not suitable for routine risk hedging unless participants accept significant execution friction.


Key Definitions

Combinatorial market: A market contract whose payoff depends on the outcome of two or more events combined via Boolean logic (AND, OR, NOT).

Conditional probability: The probability of event B given that event A has occurred, denoted P(B | A), and calculated as P(A ∩ B) / P(A).

Joint probability: The probability that two or more events both occur, denoted P(A ∩ B); under independence, equals the product of marginal probabilities.

Martingale: A stochastic process where the expected future value equals the current value; in risk-neutral pricing, discounted contract prices are martingales.

Risk-neutral probability: A probability measure derived from market prices in which expected returns equal the risk-free rate; used for derivatives pricing.

Tail risk: The risk of an outcome far in the distribution's tail; in joint distributions, the risk that many events occur together with lower probability than models predict.


References

  1. Campbell, J. Y., Lo, A. W., and MacKinlay, A. C., The Econometrics of Financial Markets (Princeton University Press, 1997). Theory of martingale pricing and conditional probability in derivatives markets.

  2. Kalshi, "Market Rules and Specifications," https://kalshi.com/legal/market-rules (2024). Rules for conditional and combinatorial markets including liquidity, resolution procedures, and trading mechanics.

  3. Cont, R., "Empirical Properties of Asset Returns: Stylized Facts and Statistical Issues," Quantitative Finance, Vol. 1, pp. 223-236 (2001). Working paper at SSRN 1108622 documenting tail correlation and jump risk in joint returns.

  4. Tetlock, P. C., and Saar-Tsechansky, M., "Joining the Conversation: A Tutorial and Invitation to Event Study Methods for Management Research," Academy of Management Journal, Vol. 51, No. 4, pp. 811-835 (2008). Peer-reviewed analysis of event dependencies and probability estimation.

  5. U.S. Commodity Futures Trading Commission, "Regulation of Prediction Markets," 17 CFR Part 41 (2014). Primary guidance on regulatory framework for binary and conditional options markets.


Educational research on historical data only. Not investment advice, not a signal, and never a performance promise. Past results do not predict future performance. Every reference is link-verified before publication and every paper is re-audited weekly against the library's editorial standard.

Last reviewed by the PropLedger research pipeline: 2026-09-06. Educational research on historical data, not financial advice.

Educational research on historical data only. Not investment advice, not a signal, and never a performance promise. Past results do not predict future performance. Every reference is link-verified before publication and every paper is re-audited weekly against the library's editorial standard. Found an error? Email support@prop-ledger.org and the paper is corrected or withdrawn.