نتایج جستجو برای: earnings announcement premium

تعداد نتایج: 24138  

Journal: :Review of Accounting Studies 2021

We propose that extrapolative beliefs about earnings announcement (EA) returns may contribute to the understanding of EA return patterns. construct a theoretically motivated measure investors’ expectations based on stock’s recent history returns. then show this explains cross-sectional variation in stock and investor behavior around EAs. Stocks expected have high returns, according our measure,...

2007
Stephen J. Brown Peter F. Pope

The predictability of abnormal returns based on information contained in past earnings announcements is a statistically and economically significant anomaly. Neither is it illusory, nor is it an artefact of the experimental design. It may be a result of market inefficiency. Our results cannot rule out this explanation. However, we find that the magnitude of the post-earnings announcement effect...

2004
Hai Lu

This paper tests the implications of an information diffusion model (Lu, 2003) in the quarterly earnings announcement setting. Post-announcement-drift is documented only for earnings announcements that have high information uncertainty, measured by high abnormal trading volume and return volatility surrounding the announcement. The results are robust after controlling for the magnitude of earni...

2015
Sudipta BASU Truong Duong Stanimir Markov Eng Joo TAN TRUONG XUAN DUONG

In a competitive information market, a single information source can only dominate other sources individually, not collectively. We explore whether earnings announcements constitute such a dominant source using Ball and Shivakumar’s (2008) R metric: the proportion of the variation in annual returns explained by the four quarterly earnings announcement returns. We find that the earnings announce...

2015
Travis L. Johnson Eric C. So

We show the cost of trading on negative news relative to positive news increases prior to earnings announcements. Our evidence suggests this asymmetry is due to financial intermediaries’ preference to reduce their exposure to risks associated with the announcements. The asymmetry creates a predictable upward bias in prices that increases pre-announcement and subsequently reverses, which confoun...

1999
John A. MacDonald David M. Smith

This study provides new insight into the market’s allocation of dividend-related and capital gains-based returns on common stock around earnings announcement surprises. To the extent that investors’ cash flow forecasts are revised as earnings surprises occur, Americus Trust prime and score returns reflect changes in respective future dividends and capital gains. About 70% of the value gain from...

2009
Philip N. Cohen

Using data on cohabitation from the 1995-1997 March Current Population Survey, the first three years in which the survey included "unmarried partner" as a relationship category, I measure the relationship between earnings and cohabitation as well as other marital statuses across racial-ethnic groups for men and women. Results show that among 25-54 year-old workers, black women have the largest ...

2017
Jinhwan Kim Eric C. So Brad Barber Audra Boone John Campbell Aiyesha Dey Grant Farnsworth Jeff Harris Charles Lee Dawn Matsumoto Hao Zhang

We show that proxies for firms’ incentives to manage earnings expectations toward beatable levels contain strong predictive power for earnings announcement returns. Firms with stronger incentives to manage expectations predictably underperform before, and subsequently outperform during, their expected earnings announcement months. This predictable V-shaped pattern in prices yields strategy retu...

2009
Long Chen Xinlei Zhao

The realized size and value premia reflect earnings-induced price surprises that do not fit the rational pricing story. In addition, they seem to have little to do with systematic risks. This is because the majority of value or small firms with persistently high systematic risks are not rewarded with a premium. The premium happens, as a price adjustment, only to the subset of migrating firms wh...

2005
Daniel A. Cohen Aiyesha Dey Thomas Z. Lys Shyam V. Sunder Emre Karaoglu Margaret A. Neale Craig Nichols Doug Skinner

We reexamine the existence of earnings announcement-day premia and find that they persist beyond the sample period of earlier studies, over different disclosure environments and remain robust to the refinement of using the expected announcement day rather than the actual announcement day. We provide evidence that the premia are reduced in the presence of earnings pre-announcements. We document ...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->