نتایج جستجو برای: behavior of financial markets

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

Purpose: This paper addresses whether and how the Sarbanes-Oxley Act of 2002(SOX) affects shareholder wealth (firm value) by focusing on the trade-off between improved corporate governance leading to a lower cost of capital and increased managerial compliance costs of regulations. Design/Methodology: We use an analytical model of solving the management utility maximization function and the cha...

Journal: :Expert Syst. Appl. 2008
Shanshan Wang Zhe Zhang Ye Kang Huaiqing Wang Xiaojian Chen

In recent years, people have begun to pay more and more attention to the effect of news on financial instrument markets (i.e., the markets for trading financial instruments). Researchers in the financial domain have conducted many studies demonstrating the effect of different types of news on trade activities in financial instrument markets such as volatility in trade price, trade volume, tradi...

2015
Jingting Fan

One of the explanations for global imbalances is the self-financing behavior of credit-constrained firms in rapidly growing emerging markets. We use an extensive firm-level data set from several Asian countries during 2002–2011, and test the micro foundation of this theory by estimating the effect of an exogenous change in credit constraints, resulting from financial reforms, on firms’ saving b...

Poverty is an issue that has been for many years and despite the world economic growth and the implementation of various policies against to poverty, it is also surround many people's lives and its decrease has become into one of the most important objectives of economic policymakers world. Financial sector for links with other different sectors of society plays important role and it can change...

The bubble of Asset Price is the deviation of the asset price from its fundamental value. Since the many of the financial crisis arise from bursting bubble of financial assets, the explore of bubble behaviors in these markets and the early detection for the prevention of adverse economic consequences is important. Considering the criticisms of conventional tests for detecting price bubbles and ...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه ارومیه - دانشکده علوم 1391

nanotechnology is a general term which is related with field of all advanced science term that generally predicates with all modern technologies which consider nanoscales. improvement in the quality of products by adding some nanoparticles and study of their behavior in the presence of these nanoparticles have been obtained in many researches. on the other hand numerous demands for sowing ...

2004
Bruce Ian Carlin Miguel Sousa Lobo S. Viswanathan

Many small over-the-counter (OTC) markets with thinly-traded assets are prone to episodic volatility and market failure due to their high potential for predatory activity. The traders in these markets constitute a tight oligopoly and liquidity events become known to all parties quickly. However, these markets appear to function at relatively low spreads and market failure is rare. We show that ...

2015
Itay Goldstein Liyan Yang

We theoretically study how commodity financialization affects trading behavior, prices and welfare through affecting risk sharing and price discovery in futures markets. In our model, the general equilibrium feature makes financial traders either provide or demand liquidity in the futures market, depending on the information environment. Consistent with recent evidence, commodity financializati...

2013
Mark Paddrik Andrew Todd William Scherer Peter Beling Richard Haynes

Electronic markets and automated trading have resulted in a drastic increase in the quantity and complexity of regulatory data. Regulatory analysis now includes detailed analysis of all messaging and communications related to electronic limit order books. New order types, intra-market behavior and other exchange functionality further complicate analysis. Data visualizations have proven to be a ...

2000

he virulence of the 1998 turbulence in the mature financial markets took market participants and authorities by surprise , and some have acknowledged that they do not fully understand the rapidly changing structure and dynamics of global financial markets. 1 As last year's International Capital Markets report analyzed, a substantial buildup in derivatives credit exposures and leverage contribut...

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

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

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