Publications by Daniel Lee

Code Along 8

25.10.2022

# Load packages # Core library(tidyverse) library(tidyquant) Goal Collect individual returns into a portfolio by assigning a weight to each stock five stocks: “SPY”, “EFA”, “IJS”, “EEM”, “AGG” from 2012-12-31 to 2017-12-31 1 Import stock prices symbols <- c("SPY", "EFA", "IJS", "EEM", "AGG") prices <- tq_get(x = symbols, ...

430 sym R (3929 sym/18 pcs) 3 img

Best Practice 8

25.10.2022

Chater Openning Questions A manager needs to: As a manger it is important to monitor foreign markets. Even though the correlation is not perfect, howver, it is important to monitor foriegn exchanrate rate risk as well Summary For a major industrialized country, the monitoring system would closely resemble that used in the United States with an a...

7164 sym 1 tbl

Best Practice 9

01.11.2022

Chapter Opening Questions A business manager, to assess the risk of a regional recession, needs to monitor the national economic stipple, the stipple of the most important industries in the state, as well as the internal growth cycle. Summary Although a regional economic cycle is not perfectly synchronized with its national counterpart, it tends...

5497 sym 1 tbl

Code Along 9

01.11.2022

# Load packages # Core library(tidyverse) library(tidyquant) Goal Collect individual returns into a portfolio by assigning a weight to each stock five stocks: “SPY”, “EFA”, “IJS”, “EEM”, “AGG” from 2012-12-31 to 2017-12-31 1 Import stock prices symbols <- c("SPY", "EFA", "IJS", "EEM", "AGG") prices <- tq_get(x = symbols, ...

448 sym R (4670 sym/18 pcs) 3 img

Apply 9

04.11.2022

# Load packages # Core library(tidyverse) library(tidyquant) Goal Visualize and examine changes in the underlying trend in the performance of your portfolio in terms of Sharpe Ratio. Choose your stocks. from 2012-12-31 to present 1 Import stock prices symbols <- c("ETSY", "AMZN", "ACL", "AMD", "NVDA") prices <- tq_get(x = symbols, ...

741 sym R (3318 sym/16 pcs) 1 img

Best Practice 10

08.11.2022

Chapter Opening Questions A business manager in a capital-intensive industry needs to monitor its own industry cycles because they routinely experience a cycle of over investment. Leading to large swings in profit. Summary Capital-intensive companies are extraordinarily vulnerable to overbuilding during times of financial promise. This means the...

1985 sym 2 tbl

Code Along 10

08.11.2022

# Load packages # Core library(tidyverse) library(tidyquant) Goal Collect individual returns into a portfolio by assigning a weight to each stock five stocks: “SPY”, “EFA”, “IJS”, “EEM”, “AGG” from 2012-12-31 to 2017-12-31 1 Import stock prices symbols <- c("SPY", "EFA", "IJS", "EEM", "AGG") prices <- tq_get(x = symbols, ...

476 sym R (3434 sym/17 pcs) 2 img

Throw away

09.11.2022

Economic Dashboard Location Quotient https://www.analyticsforeconomics.com/ Your interpretation Examine the chart above and answer the following questions in at least 200 words. What is the status of New Hampshire’s economy now? Is it in a recession? Is a recession around the corner? How similar is New Hampshire’s economy to its U.S. count...

1644 sym 1 tbl

Application 9

09.11.2022

Economic Dashboard Location Quotient https://www.analyticsforeconomics.com/ Your interpretation Examine the chart above and answer the following questions in at least 200 words. What is the status of New Hampshire’s economy now? Is it in a recession? Is a recession around the corner? How similar is New Hampshire’s economy to its U.S. count...

2445 sym 1 tbl

Apply 10

11.11.2022

# Load packages # Core library(tidyverse) library(tidyquant) Goal Calculate and visualize your portfolio’s beta. Choose your stocks and the baseline market. from 2012-12-31 to present 1 Import stock prices symbols <- c("ETSY", "AMZN", "ACL", "AMD", "NVDA") prices <- tq_get(x = symbols, get = "stock.prices", ...

853 sym R (2847 sym/16 pcs) 1 img