نتایج جستجو برای: stock on hand

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

2016
Min S. Kim Fernando Zapatero

We study the strategic behavior of equity analysts whose compensation is based on relative performance of their stock recommendations. Our model predicts that riskaverse analysts issue identical recommendations to avoid falling behind their peers. Top analyst awards, on the other hand, motivate analysts to issue bold recommendations. However, when the stock return is very volatile, the herding ...

2013
Sadi Evren SEKER Zeki ERDEM Nuri OZALP Cihan MERT Khaled Al-NAAMI Latifur KHAN

Is the concept of stock market speculations, related with the news in the news papers? This study mainly focus on the correlation between economy news from one of the highest circulation rate news paper in Turkey and Istanbul stock market closing values. Data set is collected from the web page of news paper in natural language and text mining technique, term frequency – inverse document frequen...

2015
Ming-Hsiang Chen Woo Gon Kim Hyun Jeong Kim

This study aimed to examine the relationship between macroeconomic and nonmacroeconomic variables and hotel stock returns using hotel companies listed on the Taiwan Stock Exchange. The regression analysis indicated that among the macroeconomic variables (i.e., money supply, the growth rate of industrial production, expected inflation, the change of unemployment rate, and the yield spread), only...

Journal: :European Journal of Operational Research 2011
Colin Paterson Gudrun P. Kiesmüller Ruud H. Teunter Kevin D. Glazebrook

Lateral transshipments within an inventory system are stock movements between locations of the same echelon. These transshipments can be conducted periodically at predetermined points in time to proactively redistribute stock, or they can be used reactively as a method of meeting demand which cannot be satisfied from stock on hand. The elements of an inventory system considered, e.g. size, cost...

Journal: :CoRR 2013
Marcelo S. Lauretto Barbara B. C. Silva Pablo M. Andrade

Stock markets play a fundamental role in the countries’ economies, since they allow companies to raise funds for their investments in technology, expansion or infra-structure by selling stocks to the public. At the same time, stocks are, for the stockholders, important assets that can help to maintain or increase the investor’s wealth for future use, like retirement, education, etc. On the othe...

2007
Geir Evensen

A basic sh-stock assessment system requires an integrated use of a model for the time evolution of a sh stock and information about the sh stock from catch data. Typical for common sh stock assessment systems have been the use of fairly sim-plistic data assimilation methodologies for the integration of observations with the dynamical models. On the other hand, there has been a fast development ...

The main goal of this research is to calculate VaR index with parametric Markov-Switching GARCH approach for accepted companies in Tehran Stock Exchange and also selecting the optimal portfolio of their stocks. To calculate the index, data and information of weekly stock price of 10 representative firms during the period 2008-2014 has been used which account for 332 working weeks.The results fr...

2012
Chuang-Chun Chiou

Effective supply chain management (SCM) is currently recognized as a key determinant of competitiveness and success for most manufacturing and retailing organizations, because the implementation of supply chain management has significant impact on cost, service level, and quality. Numerous strategies for archiving these targets have been proposed and investigated in both practice and academic o...

One of the issues that have gained a lot of attention in recent years is the board gender diversity. Many researchers believe that gender diversity in the board reinforces corporate social responsibility and on the other hand, gender diversity is one of the signs and effects of corporate social responsibility in the board, so there is a mutual relationship between board gender diversity and cor...

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

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

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