14
Abdullah Al-Ashi Jungha Woo Muna Albasman Talha Yasin

Abdullah Al-Ashi Jungha Woo Muna Albasman Talha Yasin

Embed Size (px)

Citation preview

Page 1: Abdullah Al-Ashi Jungha Woo Muna Albasman Talha Yasin

Abdullah Al-Ashi Jungha Woo

Muna AlbasmanTalha Yasin

Page 2: Abdullah Al-Ashi Jungha Woo Muna Albasman Talha Yasin

The disposition effect implies that stock prices under-react to bad news when more current holders are facing a capital loss, and under-react to good news when more current holders are facing a capital gain.

Leads to return predictability.

Page 3: Abdullah Al-Ashi Jungha Woo Muna Albasman Talha Yasin

Data (WRDS)

CAR, G_t

IFCAR > 0Bad news Good news

Perform trading strategies to test hypothesis

PEAD, monthly alphas

Overhang Spread

andNegative Overhang

Spread

MonthlyAlphas

byOverhang

Spread

Alphasand

FactorLoading

YesNo

Page 4: Abdullah Al-Ashi Jungha Woo Muna Albasman Talha Yasin

SAS Learning and getting comfortable with the SAS command line

interface as web interface not adequate for merging/linking tables and calculations etc.

Major data processing done in SAS using different procedures like SQL, SAS Interactive Matrix Language (IML)

Computing Cumulative Abnormal Returns (CAR) Get the relevant data and compute the values for some famous

stocks

Computing Capital Gains Overhand (Gt) Computed using the mutual fund holdings for some subset of

stocks/MFs

Details follow

Page 5: Abdullah Al-Ashi Jungha Woo Muna Albasman Talha Yasin

A measure of the earning news surprises, calculated around the most recent earnings announcement date

where rh is the stock return on day h, with the earnings announcement date being at h= 0,

and‾ri,h is the CRSP equally weighted NYSE/AMEX/NASDAQ index.

1

2,,

hhihii rrCAR

Page 6: Abdullah Al-Ashi Jungha Woo Muna Albasman Talha Yasin

Extracting the following from WRDS: Earning released dates under COMPUSTAT-

Fundamental Quarterly dataset for every company identified by GVKEY

Daily return values under CRSP-dsf (daily stock file) for every company identified by PERMNO

PERMNO-GVKEY merged link table under CCM dataset

S&P 500 index daily returns

Page 7: Abdullah Al-Ashi Jungha Woo Muna Albasman Talha Yasin
Page 8: Abdullah Al-Ashi Jungha Woo Muna Albasman Talha Yasin

A means of quantifying the FIFO ‘mental accounting’ at anchor points

Defined as the percentage deviation of the aggregate cost basis from the current price.

t

ttt P

RPPg

Page 9: Abdullah Al-Ashi Jungha Woo Muna Albasman Talha Yasin

where Vt,t−n is the number of shares purchased at date t −n that are still held by the original purchaser at date t

Pt is the stock price at the end of the month t φ is a normalizing constant

n

tnttnttt PVRP

1,,

1

n

tnttV

1,

Page 10: Abdullah Al-Ashi Jungha Woo Muna Albasman Talha Yasin

Shows aggregate holdings for a group of mutual funds of a particular stock(MSFT) over time

Page 11: Abdullah Al-Ashi Jungha Woo Muna Albasman Talha Yasin

If positive, investor is in gains If negative, investor has unrealized loss Thus, efficient way to guess his mental account Need to know the mutual fund holdings of stocks

at particular dates(quarterly data available) We are getting the data from the CRSP mutual

fund database which is from 2003 onwards.

Page 12: Abdullah Al-Ashi Jungha Woo Muna Albasman Talha Yasin
Page 13: Abdullah Al-Ashi Jungha Woo Muna Albasman Talha Yasin

Sanity checks on CAR and Gt Integration of code and calculation of CAR and Gt

over all the available data set Implementing the rolling portfolios in SAS Calculation of returns and alphas to test the

hypothesis

Page 14: Abdullah Al-Ashi Jungha Woo Muna Albasman Talha Yasin