Let you have a mean reverting stochastic process with a statistically significant autocorrelation coefficient; let it looks like you can well model it using an $ARMA(p,q)$.
This time series could be described by a mean reverting stochastic process like
$dS=k(\theta-S_{t})dt+\sigma S_{t}^{\beta}dz$
where $\theta$ is the mean reversion level, $k$ is the speed of mean reversion and $\beta$ determines the structural form of diffusion term (so $\beta=0$ yields the normally distributed mean reversion model, aka the Ornstein-Uhlenbeck process).
Regardless of the actual value of $S_{0}$, we know $S_{t}$ will go $\theta$ in the long run, right?
Now let there's an unlikely event which can drastically change $\theta$'s value: e.g. let $\theta=100$, you model the process, ok, then... bang! Starting from $t=\tau$ it happens that $\theta=30$ and you will have to deal with this new scenario.
My question: is there any model which can deal with such a situation?