I. Introduction & Problem Formulation
1.1 Motivation
Stock price behavior in financial markets does not arise from individual variables in isolation, but rather reflects event sequences that occur irregularly over time, including:
- Corporate fundamental events
- Strategy-based signals
- Trading behavior indicators
- Macroeconomic events such as QE, QT, crises, and policy shocks
The central hypothesis of this research is:
The research objective is not operational price prediction, but rather to investigate whether structural patterns in event sequences can explain trend-level relationships in certain cases.
1.2 Data Model & Notation
Let the market contain a set of assets
For any asset $a \in \mathcal{A}$, we define the event set over the time interval $[0,T]$ as a sequence
where
- $t_i^a \in \mathbb{R}^+$ = event timestamp
- $x_i^a$ = event descriptor
- The sequence need not have uniform time intervals (asynchronous / sparse)
We define two categories of events:
All events are merged into a single sequence, ordered chronologically
1.3 Macro Events as Shared Tokens
Let there be a set of macroeconomic events (shared across all assets)
When constructing the sequence for asset $a$:
This means:
- Macro events are interleaved into the same sequence
- They carry a distinct type identifier from asset events
- They serve as structural context tokens
This enables the model to learn relationships between micro-level event sequences and macro-level context within a unified sequence.
1.4 Outcome Event Definition
We define an outcome function derived from stock prices
For example
This implies:
- We do not attempt to predict exact prices
- Instead, we define outcome events (price-movement events) as discrete sparse signals
The model's objective is not to predict every price movement, but to examine whether certain preceding event sequences tend to correlate with $y^a$.
1.5 Learning Objective
We define an event-to-embedding transformation
And a sequence model
The model then estimates
The training objective is to learn representations
Under the hypothesis that meaningful patterns emerge from interactions between micro-events and macro-events rather than from individual variables.
1.6 Research Focus (Not a Prediction System)
This research focuses on
- Determining whether learned representations exhibit "signals of event-based patterns"
- Under the context of market regimes
- Through the Train-Global → Analyze-Per-Era framework
The goal is not to build a trading model directly, but to explore whether structural event sequences carry statistical value.