Starting from:

$25

CSC632-Homework 3 Solved

Introduction to Simulation and Modeling, CSC 432/632 

Assignment 3  

a)      What is “security” in the financial domain?  

b)      Define “drift” and explain about this concept in financial engineering.  

c)      What is Brownian Motion  

d)      Explain about the use of Lognormal in financial engineering and asset prices. How does the transformation of “return” from actual prices to logarithmic value of return helps the prediction of stock prices?  

2- Generate a simple Brownian motion in the Python environment. To this end, use n=500 time period and generate random variable to create a Brownian Motion Graph. Explain the relationship between the graph you provided and price fluctuations in stock market.  

3- Re-do the Amazon stock price trend for Google that can be found in the following link. Explain the details of your analysis.

(https://finance.yahoo.com/quote/GOOG/history/).

a)      Select a 5-year time period of your choice and depict the Google shares graph similar to what the book provided in Figure 8.3.  

b)      For the same time provide the Logarithmic Value of the returns similar to Figure 8.4. Provide the details of your analysis and include adequate comments in your Python code.  

            1 4-Explain about applying Monte Carlo Simulation to estimate stock price provided in Page 216 of the book. As the procedure is already explained, you only need to provide steps using which the estimation can be performed.  

5- Use the data in Problem 3 above to evaluate the first (drift) and second (daily change) components of the Black-Scholes formula. Prepare the Google trend graph similar to Figure 8.5.    

6- Estimating the VaR for some S&P 500 assets by doing the following steps:

a)      S&P 500 is an important stock market index. Using online sources (with reference) provide a two-paragraph description of the index including the history and major assets.  

b)      Using the following stock list, retrieve the data from Yahoo! Finance and provide the statistics of the Portfolio similar to Figure 8.7.  

 

StockList = {ACN, ADBE, ALL, AAPL, BAC, PG}

 

c)      Assess the investment risk of a substantial portfolio of stocks of these companies. Provide detailed explanations.  

                                                                                                                                                          2 

More products