نتایج جستجو برای: cash market

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

2010
Hanming Fang Edward Kung

We study the effect of the life settlement market on the structure of long term contracts offered by the primary market for life insurance, as well as the effect on consumer welfare, using a dynamic model of life insurance with one sided commitment and bequest-driven lapsation. We show that the presence of life settlement affects the extent as well as the form of dynamic reclassification risk i...

2009
Claudia Moise

An asset’s sensitivity to stock market volatility carries a signi…cant risk premium across both equity and …xed income markets. Large-cap and growth stocks have less exposure to volatility risk. Their relatively greater ability to weather volatility surprises, such as those often associated with …nancial crises, accounts for their lower expected returns when compared to small-cap and value stoc...

2006
Dorje C. Brody Lane P. Hughston Andrea Macrina

A new approach to credit risk modelling is introduced that avoids the use of inaccessible stopping times. Default events are associated directly with the failure of obligors to make contractually agreed payments. Noisy information about impending cash flows is available to market participants. In this framework the market filtration is modelled explicitly, and is assumed to be generated by one ...

2008
Ning Gao

Rhodes-Kropf and Viswanathan (2004) suggest an adverse selection role of corporate cash reserve. Specifically, if investors know a bidder does not have to issue to invest, an attempt to do so sends a strong pessimistic signal of overvaluation. Despite its intuitiveness, this notion has not been explicitly studied in the empirical literature. Using a sample of acquisitions that are solely financ...

2011
Ning Gao Abdulkadir Mohamed Michael Bowe Ian Garrett Michael Brennan

Using a sample of U.K. bidder companies from 1984 through 2007, we find that announcement returns are better for bidders of higher excess cash reserve. This suggests that acquisitions by high excess cash reserve bidders are not necessarily value-decreasing as is suggested by the agency theory and found in the U.S. market. Managers may need cash to ensure that all potential good investment oppor...

2011
Sami Keskek Anwer Ahmed Chris Wolfe Scott Lee

In this study, I investigate whether market learning explains the absence of the accrual anomaly in recent years by examining three conditions associated with the presence of the anomaly in prior research: (i) a differential relation between future earnings and cash flows versus accruals, (ii) incorrect weighting of cash flows and accruals by investors when predicting earnings, and (iii) associ...

2000
Michele Marchesi Silvano Cincotti Sergio Focardi Marco Raberto

In this paper, an artificial financial market based on heterogeneous agents is presented. The proposed market is composed of traders with limited amount of cash, one traded asset and a centralized mechanism, the market maker, matching buy and sell orders. The price formation process is given by the intersection of the demand and the supply curve. The artificial financial market has been impleme...

2004
Sebastian Gryglewicz

The paper investigates market reaction to announcements of stock repurchases and dividends and determinants of choice between the two payout methods. The analysis uses data on Polish firms with the sample period encompassing a significant tax regulation change. The average announcement period abnormal returns are relatively high and exceed 6% for stock repurchases and 2% for dividend initiation...

Prediction of stock returns has always been one of the most important issues in finance. Investors have attracted to use of Fama-French Five-Factor Model (FFFFM) as one of the powerful methods for pricing financial assets and predicting the stock returns. This research investigates the predictability of stock returns by including some important firms features namely cash holdings, dividend rate...

2003
Richard Heaney

Are share markets too volatile? While it is difficult to ignore share market volatility it is important to determine whether volatility is excessive. This paper replicates the Shiller (1981) test as well as applying standard time series analysis to annual Australian stock market data for the period 1883 to 1999. While Shiller’s test suggests the possibility of excess volatility, time series ana...

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

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

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"; } -->