Publications by Jaehyun Ahn

Assignment #5 Working on

26.04.2023

I. Download monthly data for J.P.Morgan Chase (JPM) for the period January, 2014 to today. Use the data for the following tests: #Import tidyquant to get stock prices library(tidyquant) ## 필요한 패키지를 로딩중입니다: lubridate ## ## 다음의 패키지를 부착합니다: 'lubridate' ## The following objects are masked from 'pack...

3083 sym R (49228 sym/151 pcs) 17 img

PCA

18.04.2023

library(DT) library(tidyquant) ## 필요한 패키지를 로딩중입니다: lubridate ## ## 다음의 패키지를 부착합니다: 'lubridate' ## The following objects are masked from 'package:base': ## ## date, intersect, setdiff, union ## 필요한 패키지를 로딩중입니다: PerformanceAnalytics ## 필요한 패키지를 로딩�...

2820 sym R (38232 sym/133 pcs) 22 img

ARIMA Model

09.04.2023

#Import Libraries library(DT) library(tidyquant) ## 필요한 패키지를 로딩중입니다: lubridate ## ## 다음의 패키지를 부착합니다: 'lubridate' ## The following objects are masked from 'package:base': ## ## date, intersect, setdiff, union ## 필요한 패키지를 로딩중입니다: PerformanceAnalytics ## 필요한 �...

545 sym R (38272 sym/128 pcs) 21 img

Assignment #4

02.04.2023

1- Download monthly data for the time period 2018M1 to present, for Apple Corporation (AAPL) and S&P 500. Do the following estimates and the tests: #Download Libraries library(tidyquant) ## 필요한 패키지를 로딩중입니다: lubridate ## ## 다음의 패키지를 부착합니다: 'lubridate' ## The following objects are masked from 'pa...

3862 sym R (33105 sym/129 pcs) 18 img

Revised Risk Parity

21.03.2023

This document will create a portfolio using the Risk-Parity strategy (equal variance) and compare the performance with Equal Weight portfolio and Tangency Portfolio. Risk-Parity portfolio aims to provide diversification effect among different asset classes by constructing protfolio that contributes same risk for each different asset class. Refe...

635 sym R (15692 sym/56 pcs) 11 img

RSI

19.03.2023

RSI Visualization library(quantmod) ## 필요한 패키지를 로딩중입니다: xts ## 필요한 패키지를 로딩중입니다: zoo ## ## 다음의 패키지를 부착합니다: 'zoo' ## The following objects are masked from 'package:base': ## ## as.Date, as.Date.numeric ## 필요한 패키지를 로딩중입니다: TTR ## Registered S...

844 sym R (14734 sym/45 pcs) 6 img

Bollinger Band

19.03.2023

#Import libraries library(quantmod) ## 필요한 패키지를 로딩중입니다: xts ## 필요한 패키지를 로딩중입니다: zoo ## ## 다음의 패키지를 부착합니다: 'zoo' ## The following objects are masked from 'package:base': ## ## as.Date, as.Date.numeric ## 필요한 패키지를 로딩중입니다: TTR ## Registered ...

1790 sym R (17129 sym/62 pcs) 9 img

Risk Parity Portfolio

18.03.2023

This document will create a portfolio using the Risk-Parity strategy (equal variance) and compare the performance with Equal Weight portfolio and Tangency Portfolio. Reference:https://cran.r-project.org/web/packages/riskParityPortfolio/vignettes/RiskParityPortfolio.html Portfolio Construction #Import Library library(tidyquant) ## 필요한 패�...

679 sym R (16557 sym/59 pcs) 11 img

Assignment #3

23.02.2023

#Q1 You are to decide whether to include Advanced Micro Devices Inc. (AMD) in the portfolio that you are managing under the ticker QQQ. Download monthly data for the period 2015M1 to present for AMD. Find b coefficient for AMD. Graph SML for QQQ and use it to decide whether you should include AMD in your QQQ portfolio or not. Do an interpretat...

2482 sym R (14686 sym/85 pcs) 10 img

FBE 543 #2 Working

07.02.2023

UNIVERSITY OF SOUTHERN CALIFORNIA Marshall School of Business FBE 543 Forecasting and Risk Analysis M. Safarzadeh Assignment #2 1- Download monthly data for the time period 2018M1 – 2022M12, for Apple Corporation (AAPL) and S&P 500. Do the following estimates and the tests: #Import quantmod library(quantmod) ## 필요한 패키지를 로딩�...

3364 sym R (10496 sym/39 pcs) 2 img