Problem 12
Question
A tiny financial model. To investigate investment strategies, consider the following: You can choose to invest your money in one particular stock or put it in a savings account. Your initial capital is \(\in 1000\). The interest rate \(r\) is \(0.5 \%\) per month and does not change. The initial stock price is \(\in 100\). Your stochastic model for the stock price is as follows: next month the price is the same as this month with probability \(1 / 2\), with probability \(1 / 4\) it is \(5 \%\) lower, and with probability \(1 / 4\) it is \(5 \%\) higher. This principle applies for every new month. There are no transaction costs when you buy or sell stock. Your investment strategy for the next 5 years is: convert all your money to stock when the price drops below \(\in 95\), and sell all stock and put the money in the bank when the stock price exceeds \(\in 110\). Describe how to simulate the results of this strategy for the model given.
Step-by-Step Solution
VerifiedKey Concepts
Investment Strategy Simulation
Every month, the stock price can either remain the same, decrease by 5%, or increase by 5%. These movements are probabilistic, with a 50% chance of no change, and a 25% chance for either a decrease or increase.
To run the simulation, you need to decide how your investments will react to these changes under preset rules.
- When the stock price drops below \(95\), all money is converted to stock.
- If the stock price rises above \(110\), stocks are sold and proceeds are moved to a savings account.
Financial Modeling
The model is driven by stochastic processes, which introduce randomness in the stock price movements—mirroring real-world uncertainties in financial markets.
Your initial setup includes:
- An initial capital of \(1000\) in savings.
- An initial stock price of \(100\).
- A monthly savings interest rate of \(0.5\%\).
Probability in Finance
Every month, there is a:
- 50% chance that the stock price remains unchanged.
- 25% chance that the stock price decreases by 5%.
- 25% chance that the stock price increases by 5%.
Over the 60-month period, these probabilities are repeatedly used to update your investment strategy and assess performance.