I am quite new with Stochastic Calculus, and I was wondering if it is possible to (formally, i.e. mathematically rigorously) if it's possible to get the differential of the stochastic process that I will define below. So I have the initial assumptions of a probability space $(\Omega, \mathbb{P}, \mathcal{F} )$ together with a filtration $\left\{ \mathcal{F}_{t} \right\}$ and a Brownian motion $W$:
1 - We have a time interval $[0,T]$ and discrete set of time points that belong to this interval: $0=t_{0} < t_{1} < \cdots <t_{n}$.
2 - For these discrete time points we have random variables $X_{t_{1}}, \ldots X_{t_{n}}$. At this point, I assume that the r.v. $X$ have a common distribution (for example, normal with same mean and variance).
3 - We have a stochastic proces $r(t)$ whose s.d.e. is given by $dr(t)=\mu(t)dt + \sigma(t) dW(t)$.
Having these, I define the process:
$$ C(t,\omega) = \sum_{t:t_{i}\leq t} X_{t_{i}}(\omega) e^{\int_{t_{i}}^{ \min \left\{t_{i+1},t \right\} } r(s)ds} $$
Is it possible to (formally) get the differential of this jump-process? Basically, what is $dC(t)$?
Thanks
$C(1) = X(t_{0}) e^{\int_{0}^{1}r(s) ds} + X(1) e^{\int_{1}^{1}r(s) ds} = 5 e^{\int_{0}^{1}r(s) ds} + 10 = 7 + 10 =17$
This is my reasoning. Not sure if you spotted something I misinterpreted. If so, please kindly let me know. Cheers,
– CA-Math Sep 29 '19 at 08:04