Investors purchase $1000$ dollar bonds at the random times of a Poisson process with parameter $\lambda$. If the interest rate is $r$, then the present value of an investment purchased at time $t$ is $1000e^{-r\ t}$. Show that the expected total present value of the bonds purchased by time $t$ is $$\frac{1000\lambda(1-e^{-r \ t})}{r}.$$
I'm not sure how what kind of random variable the present value is here. But let $I_t\sim\text{poi}(\lambda t)$ be the number of purchases at time $t$, denote the present value by $V_t$, so we have that $V_t=1000\cdot I_t\cdot e^{-r\ t}.$ I doubt this is correct though, since this is now hard to find $E(V_t).$
What am I missing?
Here is another way to look at it. I will replace $1000$ with $1$ for readability.
Let $T_k$ be the time of the $k^{th}$ investment. Recall that the pdf $f_k$ of $T_k$ is a Gamma distribution: $$f_{k}(s)=\lambda^k \frac{s^{k-1}}{(k-1)!}e^{-\lambda s}.$$ Furthermore, the present value of $T_k$ is equal to $e^{-rT_k}$ if $T_k\le t$, and is zero if $T_k>t$ (since we only want to count investments before time $t$). Therefore, the expected total present value of all investments is \begin{align} E\left[\sum_{k=1}^\infty PV(T_k)\right] &=\sum_{k=1}^\infty E[PV(T_k)] \\&=\sum_{k=1}^\infty \int_0^\infty PV(s)f_k(s)\,ds \\&=\sum_{k=1}^\infty \int_0^t e^{-rs} \frac{\lambda^k s^{k-1}}{(k-1)!}e^{-\lambda s}\,ds \\&= \int_0^t \lambda e^{-rs} \Big(\sum_{k=1}^\infty\frac{(\lambda s)^{k-1}}{(k-1)!}\Big)e^{-\lambda s}\,ds \\&= \int_0^t \lambda e^{-rs} e^{\lambda s}e^{-\lambda s}\,ds \\&= \int_0^t \lambda e^{-rs} \,ds \\&= \lambda (1-e^{rt})/r \end{align}
In general, if $f:\mathbb R^+\to \mathbb R$ is any integrable function, then $$ E[\sum_{k=1}^\infty f(T_k)]=\lambda\int_0^\infty f(x)\,dx $$