I was doing exercise on page $29$ of the book "The Mathematics of Finance: Modeling and Hedging Book by Joseph Gail Stampfli and Victor Goodman". The first exercise is quite easy to solve. Here's the text:
- A unit of stock is valued at $\$110$. In one year the stock price will be either $\$130$ or $\$100$. Suppose that the corresponding derivative value will be $U = \$10$ or $D = \$0$. The current one-year riskless interest rate is $4\%$ ($e^{r\tau} = 1.04$). Find the derivative price at $t = 0$.
Here's my solution:
It is a direct application of derivative price formula:
$$a = \frac{U-D}{S_u-S_d}= \frac{10-0}{130-100}= \frac{1}{3}.$$
$$V_0 = aS_0 + (U-aS_u) e^{-r\tau }= \frac{1}{3} \times 110 + (10-\frac{1}{3} \times 130) \times \frac{1}{1.04} = 4.6153 .$$
However, I was not able to do the second questions. And I have no ideas on how to figure out $D$ and $U$.
- Suppose that a stock has the same values as in Exercise | and the interest rate is $4\%$. Suppose that the derivative is a call option whose exercise price is $\$100$. Find the call option price at $t = 0$.
I am not savvy at the subject of Math Finance so any help will be appreciated! Wish you guys give any answer to me.
Hint: For a call option with strike $K$ ($\$100$ in your case), the payoff at expiry $T$ ($1$ year in your case) is:
$$ \max \{S - K, 0 \}, $$
where $S$ is the stock price at expiry. So, under your two scenarios:
$$ U = \max \{S_u - K, 0 \}, \; \; D = \max \{S_d - K, 0 \}. $$
Then you can use the same pricing formula.
Edit: Btw, if you plug in $a$ in your pricing formula and rearrange a bit, you get:
$$V_0 ={\rm e}^{-r\tau} \left[pU+(1-p)D \right],$$
where
$$p =\frac{S_0{\rm e}^{r\tau} -S_u}{S_u -S_d} \left( = \frac{{\rm e}^{r\tau} - S_uS_0^{-1}}{S_uS_0^{-1} - S_dS_0^{-1}}\right).$$
If you redo the calculation using this version of the pricing formula, you should get the same result.
(This is easy to remember as discounted expectation/average and equivalent to the risk neutral pricing mentioned in the other answer. Here, $p$ can be interpreted as risk neutral probability.)