[Math] Jump Diffusion Infinitesimal generator

ordinary differential equationsstochastic-differential-equationsstochastic-processes

I have this difussion process

$dX(t)=\mu X(t)dt+\sigma X(t)dW(t)+u X(t) dN(t),\qquad X(0)=x > 0$

where $W(t)$ is a Brownian Motion and $N(t)$ is a Poisson process.

And I need to know the infinitesimal generator but I can't . Can someone help me?

$\mu,\sigma,u$ are constants.

Thank you so much

Best Answer

I have looked over Oksendal and Sulem. I don't see a derivative with respect to $x$ in the jump component (that is multiplied by $\lambda$). Moreover, it is not difficult to conjecture the result using a Taylor series expansion of $E[f(t,X(t)) - f(0,X(0))]$, and I do not see why we would get the additional derivative term multiplied by $\lambda$.

I believe there is an error in your answer. The source: the model in Theorem 1.22 of Oksendal and Sulem uses a centered Poisson process (normalized to be mean zero). Without the centering, you won't have the additional first-order derivative term.

So, if I understand the question, here is the answer: $$ \mathcal{A}f(t,x) = \frac{\partial f}{\partial t}(t,x) + \mu x\frac{\partial f}{\partial x}(t,x) + \frac{1}{2}\sigma^2 x^2 \frac{\partial^{2} f}{\partial x^{2}}(t,x) + \lambda [f((1+u) x) - f(x) ] $$
where $\lambda$ denotes the rate parameter for the Poisson process.

Intuition: with rate $\lambda$, the process takes a jump from $X_t$ to $(1+u)X_t$.