Publications by Nick Cote
Document
Chater Openning Questions A manager needs to monitor: where the business lies on the supply chain most common cause of recession (monetary policy, supply shocks) the direction and magnitude of the fed policy watch monetary policy by noticing fed policy announcements in the news, keeping an eye on the fed funds rate, and monitoring the yield cruve...
3709 sym
Document
` # Load packages # Core library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ## ✔ tibble 3.1.8 ✔ dplyr 1.0.10 ## ✔ tidyr 1.2.0 ✔ stringr 1.4.1...
218 sym R (2826 sym/8 pcs) 1 img
Document
Economic Dashboard Grappone outputPrice = Consumer Price Index for All Urban Consumers: New Vehicles in U.S. City Average inputPrice = Producer Price Index by Industry: New Car Dealers: New Vehicle Sales Bank of New Hampshire outputPrice = Market Yield on U.S. Treasury Securities at 10-Year Constant Maturity inputPrice = Market Yield on U.S. ...
823 sym
Document
Economic Dashboard Market Indicators Economic Indicators What is your reading of the economy? Make your argument based on your analysis of the given charts. Discuss timing and depth of changes in the economic data relative to recessions in at least 50 words. i think the recession will be in the spring of 2023. after looking at the the data and...
492 sym
Document
# Load packages library(tidyverse) library(tidyquant) 1 Import stock prices of your choice symbols <- c(“SPY”, “EFA”, “IJS”, “EEM”, “AGG”) prices <- tq_get(x = symbols, get = “stock.prices”, from = “2012-01-01”, to = “2017-01-01”) 2 Convert prices to returns by quarterly asset_returns_tbl <- prices %>% group_by(s...
474 sym R (737 sym/3 pcs)
Document
Chater Openning Questions A manager needs to monitor: -Assess the company’s vulnerability to recession -Sketch out a contingency plan for dealing with recession -Build flexibility into the day-to-day operations -Develop an early warning system for identifying coming downturns Summary Managing through the Business Cycle Steps Description Asse...
4086 sym 1 tbl
Document
# 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...
352 sym R (2661 sym/14 pcs) 3 img
Document
Chater Openning Questions A manager needs to develop an early warning system that includes: -Macroeconomic warning signals -End-user information -Customer sales forecasts -Critical costs Summary Managing through the Business Cycle Steps Description macroeconomic warning signals The early warning system should include indicators for the overall...
2857 sym 1 tbl
Document
Survey of Professional Forecasters The author writes on page 31: "At the beginning of 2001, the economy was not in recession. The fourth quarter of 2000 data had not been released but would, in time, show that the economy had grown by 2.2 percent in twelve months. Forecasters were nervous, however. The consensus forecast published by the Federal ...
882 sym Python (794 sym/1 pcs) 3 tbl
Document
# Load packages # Core library(tidyverse) library(tidyquant) Goal Visualize expected returns and risk to make it easier to compare the performance of multiple assets and portfolios. Choose your stocks. from 2012-12-31 to 2017-12-31 1 Import stock prices symbols <- c("SPY", "EFA", "IJS", "EEM", "AGG") prices <- tq_get(x = symbols, ...
720 sym R (1703 sym/11 pcs)