Let $N(t)$ be a Poisson process with intensity $\lambda$ and define the centered process as $N_0(t):= N(t)-\lambda t$. A stochastic integral can be properly defined w.r.t. to $N_0(t)$ (but not w.r.t. $N(t)$).
Let $f$ be a nice function, for concreteness let's say $f(s)=s^2$. I want to calculate the distribution (also covariances in the time domain) of the process
$$X(t) := \int_0^t s^2 \;dN_0(s)$$
I have tried the following argument:
Consider the partial sums
$$S_n = \sum_{i=0}^{n-1} t_i^2 \;(N_0(t_{i+1}) - N_0(t_i)),$$
where $0=t_0 < t_1 < \dots < t_n=t$ is some partition of the interval $[0,t]$.
Then $\mathbb E[S_n] = 0$ and $Var[S_n] = \sum_{i=0}^{n-1} t_i^4 \lambda (t_{i+1} - t_i)$, using the independence of increments of the process $N_0(t)$.
Now, in analogy to the argument for an integral w.r.t. to Brownian motion being again normal, I tried to calculate the characteristic function of the distribution of $S_n$ hoping that by taking its limit I would get something I can interpret. Using the fact that the sum of two independent Poisson distributions (fulfilled by independence of increments) is again Poisson, I am left with the problem that I don't know how to deal with the prefactor $t_i^2$, since the distribution of $t_i^2 (N_0(t_{i+1}) - N_0(t_i))$ is nothing really nice, as far as I can tell.
Questions:
Can one properly finish my argument or is there a nicer way to calculate the above stochastic integral within $L^2$-theory without referring to Ito calculus?
What can one say about $CoV(X(t),X(s))$?