Background - Consider the Ito process $X_t$ defined by
$$ dX_t = a(t,X_t) dt + b(t,X_t) dW_t $$
where $W_t$ is the standard continuous-time Wiener process, see this answer for a precise discussion of the notation used. Let's define the process $Y_t$ to be some integral of $X_t$, namely
$$ Y_t =\int_0^t f(t , s , X_s) ds $$
where $f$ is a deterministic function. I am looking for references that deal with time integrals of this kind, or even of the simpler kind:
$$ Y_t =\int_0^t X_s ds \qquad \Rightarrow \qquad dY_t =X_t dt $$
Unfortunately, I haven't seen any treatment of the properties of $Y_t$ in the better-known texts on stochastic analysis. There is also this question on Math Overflow, but the references therein are not very useful. In particular, I am interested in the following questions.
Question - Is $Y_t$ an Ito process? I would say no, but the couple $\mathbf{X}_t=(X_t,Y_t)$ probably yes, because we can consider it as a particular two-dimensional Ito process. However, are there particular cases for which $Y_t$ follows the stochastic dynamics $$ dY_t = A(t,Y_t) dt + B(t,Y_t) dW_t \, \, \, ? $$
Finally, is $Y_t$ even Markovian? Maybe this property can shed light on why we can write down a Fokker-Planck when we consider the couple $\mathbf{X}_t$ but not when we consider $Y_t$ alone? Any reference that is specific to "integrated processes" is appreciated (e.g. how to find its statistical properties like the autocovariance of $Y_t$).
Note: for the special case of the time integral of an Ornstein-Uhlenbeck process, see this MO question and "Time integral of an Ornstein-Uhlenbeck process". Regarding the definition of Ito process, see the Wikipedia link above or this, this and this interesting questions.
Edit (after the useful comments of @KurtG. ): consider $Y_t =\int_0^t f(t , s , X_s) ds$, by applying the Ito's lemma we may find the expression for $dY_t$. At this point, we can start to restrict the generic expression of $f$ in order to try to have something of the form $dY_t=A dt+BdW$ (see e.g. this question for an application of Ito's lemma to a similar case). However, it is not clear to me how to apply Ito's lemma to this kind of "integral function". Do we need some "extension" of Ito's lemma to differentiate $Y_t$?