نتایج جستجو برای: entry of firms

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

2003
Kyle W. Stiegert

The U.S. government awarded export subsidies to agribusiness firms through the Export Enhancement Program (EEP). This study analyzes (a) whether the subsidies promoted new firm market entry and (b) whether firm characteristics influenced program participation. Trade in three commodities, poultry, wheat, and wheat flour, was analyzed using firm-level data. It was found that new firm market entry...

2004
Frank Stähler

This paper discusses the impact of foreign direct investment (FDI) on market entry and welfare in a model of two countries and two periods. In the first period, firms enter the market as national firms, in the second period, FDI is possible. The paper demonstrates that FDI reduces market entry because equilibrium profits in the second period decline with a decrease in the fixed cost of FDI. The...

2009
Nandini Gupta Kathy Yuan

We investigate the effect of a stock market liberalization on industry growth in emerging markets. Consistent with the view that liberalization reduces financing constraints, we find that industries that are more externally dependent and face better growth opportunities grew faster following liberalization. However, this growth increase appears to come from an expansion in the size of existing ...

2006
Todd A. Gormley Simon Johnson Ronald A. Kurtz Peter Temin Elisha Gray Changyong Rhee

This dissertation consists of three essays that examine banking and corporate finance in developing countries. Specifically, it explores the theoretical and empirical implications of open capital markets, foreign bank entry, and the role of bond markets during banking crises. Chapter 1 analyzes the impact of opening capital markets using a theoretical model that incorporates both foreign and do...

2007
Katrijn Gielens Marnik G. Dekimpe

International entries into transition economies occur infrequently and involve considerable uncertainty. This raises the question whether managers, who have limited own experience, take their competitors’ prior decisions into account when deciding on their own entry timing and size and whether there is value in doing so. To address these questions, the authors estimate a sequential hazard/Poiss...

Journal: :Organization Science 2009
John C. Dencker Marc Gruber Sonali K. Shah

New firms are endowed with knowledge and experience at birth through the human capital of their founder(s). Existing empirical research suggests that this pre-entry knowledge and experience will influence the firm’s chances of survival; however, the mechanisms underlying this relationship have yet to be investigated. We seek to better understand and unpack this relationship. Specifically, we st...

2006
Antonio Tesoriere Rabah Amir Paul Belleflamme Giuseppe De Feo Giulio Nicoletti

A free entry model with linear costs is considered where firms first choose their entry time and then compete in the market according to the resulting timing decisions. Multiple equilibria arise allowing for infinitely many industry output configurations encompassing one limit-output dominant firm and the Cournot equilibrium with free entry as extreme cases. Sequential entry is never observed. ...

Journal: :Southern Economic Journal 2022

The so-called excess-entry theorem establishes conditions guaranteeing that more firms enter a homogeneous Cournot-oligopoly in equilibrium than benevolent government prefers. We generalize the approach and analyze behavior of competition authority, which attaches different weights to firms' consumers' payoffs, with welfare-maximization constituting special case. greater importance consumers, l...

2001
Carlos Carreira Paulino Teixeira

This paper analyses the impact of technological change and productive efficiency on the dynamics of industrial competition. Our theoretical model takes into account the innovation possibilities and the organisational structure of the firm. It considers three decision stages in which firms first have to solve for output and profits (and the market price), given the state of production techniques...

2010
Jiatao Li Fiona Kun Yao

Article history: Received 1 October 2008 Received in revised form 1 September 2009 Accepted 1 January 2010 Available online 8 April 2010 Investments in China by firms from emerging economies were studied to determine how various reference groups affect their foreign market entry behavior. Imitation was shown to be an important factor, but the mechanism seems to vary depending on the institution...

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

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

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