نتایج جستجو برای: stock exchange

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

Companies incur significant costs from the financial distress. Predicting financial distress will have an important role in preventing bankruptcy. The aim of the present study is to predict the financial distress costs using the Leland and Toft models, during 1996 and 1998. This study examines data relating to 49 companies listed in the Tehran stock exchange collected over ten years from 2005 t...

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

ارزش در معرض ریسک یکی از مهمترین معیارهای اندازه گیری ریسک در بنگاه های اقتصادی می باشد. برآورد دقیق ارزش در معرض ریسک موضوع بسیارمهمی می باشد و انحراف از آن می تواند موجب ورشکستگی و یا عدم تخصیص بهینه منابع یک بنگاه گردد. هدف اصلی این مطالعه بررسی کارایی روش copula-garch شرطی در برآورد ارزش در معرض ریسک پرتفویی متشکل از دو سهام می باشد و ارزش در معرض ریسک بدست آمده با روشهای سنتی برآورد ارزش د...

2015
Ms.K.Nirmala Devi

Nowadays, stock market is the one of the major sources of raising resources for India and is act as a key driver for economic growth of a country. The stock market forecasting is a very difficult and highly complicated task because it is affected by many factors such as economic conditions, political events and investor’s sentiment etc. The stock market series are generally dynamic, nonparametr...

Stock trend forecasting is a one of the main factors in choosing the best investment, hence prediction and comparison of different firms’ stock trend is one method for improving investment process. Stockholders need information for forecasting firm’s stock trend in order to make decision about firms’ stock trading. In this study stock trend, forecasting performs by data mining algorithm. It sho...

The present study aims to investigate the association between political connections and related-party transactions for the firms listed on the Tehran Stock Exchange (TSE). Sample includes the 485 firm-year observations from companies listed on the Tehran Stock Exchange during the years 2013 to 2017 and research hypothesis was tested using multivariate regression model based on panel data.We fin...

2012
Kai Shi Li Nie

This paper aims at testing the influence of Subprime Crisis on Chinese stock market returns. By means of newly proposed time series spatial analysis methodology, we investigate the dominance behavior of daily returns on both Shanghai Stock Exchange Composite Index and Shenzhen Stock Exchange Component Index between before and after the crisis. Little spatial dominance could be found, even consi...

Journal: :Journal of Entrepreneurship and Business 2022


 Abstract – This study aims to analyze the effect of good corporate governance such as number commissioners, commissioner meetings, female independent commissioners on dividend payout ratio in manufacturing companies listed Indonesia Stock Exchange and Malaysia Exchange. was chosen because has a rate close Indonesia. research uses quantitative approach using multiple linear regression met...

Journal: :Expert Syst. Appl. 2011
Shu-hsien Liao Pei-hui Chu Ying-lu You

The foreign exchange market is one of the biggest markets in the global financial capital market. With current trends toward financial capital globalization, it is becoming more important to understand the co-movement of foreign exchange. Investors always want to get all kinds of messages to make decisions about investing. Moreover, they always look forward to making a profit. This study invest...

Journal: :IJANTTI 2011
Fabian Muniesa

The paper examines, through a case study on the Arizona Stock Exchange, how computerization challenged the definition of the stock exchange in the context of North-American financial markets in the 1990’s. It analyses exchange automation in terms of trials of explicitness: the computational formulation of what an exchange is calls for a detailed explication of the (variable, often conflicting a...

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

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

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