On $P(B|A)$, can $A,B$ come from different sample spaces?
When we talk about the relationship between weather($A$) and stock market($B$), $A$ and $B$ seem to come from totally different sample spaces.
But according to the definition of conditional probability: $$P(B|A)=\frac{P(AB)}{P(A)}$$ It seems $A$ and $B$ should be in the same sample space.
Otherwise, $P(AB)=P(\varnothing)$ would be always $0$.
By definition $$P(A|B) = \frac{P(A \cap B)}{P(B)}$$
If $A,B$ are from different sample spaces, the numerator here makes no sense.
With regard to your example: a reasonable sample space might be something like $$\Omega = \{(w,s) : w \in W, s \in S\}$$
where $W$ is the set of possible weathers and $S$ is the set of stock market conditions.