Is a cash flow stream a vector?

532 Views Asked by At

In my notes for 'Financial Maths I', under the topic of 'Present value analysis', we have the following definitions:

Suppose we can borrow and lend money at nominal rate $r$ per annum. If we borrow $(1+r)^{-i}V$ pounds now and put it in the bank, then at the end of year $i$ we will have $(1+r)^{-i}V\cdot(1+r)^i=V$ pounds in the bank.

Then we define the present value of $V$ pounds at the end of year $i$ to be:
$$PV(V)=(1+r)^{-i}V$$

Furthermore, we can generalise the notion of present value to a cash flow system $a=(a_1,a_2,...,a_n)$, that is, a sequence of payments, where $a_i$ is the payment made at the end of year $i$

My question is: In this context, is cash flow system a vector, or is it a function of $a_i$?

4

There are 4 best solutions below

2
On

Sure, a sequence of reals is a vector when viewed in an appropriate way. It is also a value if a function from an interval of integers into $\mathbb R^n$, and you could also see it as a function of the $a_i$, though it is a rather boring function (the identity map).

A vector space over a field of scalars (here the real numbers) is a set $V$ with an addition operation (commutative, associative, with an identity $0$) and a scalar multiplication operation such that for each scalar $a$ and elements $u,v$ in $V$ we have $$a(u+v)=au+av$$ We also require that $1u=u$ for all $u$. That's it! Here the scalar multiplication operation multiples each term in the sequence by the scalar, and the addition is done term by term.

2
On

The object $a=(a_1,a_2,\ldots, a_n)$ is certainly not a "system": In mathematics the word "system" is reserved for more complicated things. It is, however, an $n$-tuple, array, or data vector, whereby we tend to use the word "vector" for such an array only if it would make sense to consider $\lambda a$ or $a+b$ under the given circumstances as well.

0
On

It is always a function of $a_i$, but it can be written with vectors or with a sigma sign.

1) $$PV(\textbf a,\textbf r)=\textbf a^T\cdot \textbf r,$$

where $a^T =\begin{pmatrix}{} a_1&a_2&a_3&\ldots & a_n \end{pmatrix}, \textbf r^T=\begin{pmatrix}{} \frac1{1+r}&\frac1{(1+r)^2}&\frac1{(1+r)^3}&\ldots & \frac1{(1+r)^n} \end{pmatrix}$

2) $$PV(a_1, a_2, a_3, \ldots, a_n, r)=\sum_{i=1}^{n} \frac{a_i}{(1+r)^i}$$

0
On

The correct terminology is cash flow stream, not system.

A cash flow stream may be finite, countable, or even continuous.

Your OP concerns a finite cash stream that (presumably) occurs at equal intervals of time. You can think of it as a vector, but it is important to keep track when the payments materialise. So most people would conceptualise *a$ as a real-valued function on $T = { 1, 2, \ldots, n}$.