نتایج جستجو برای: economic environment

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

2003
Yoonhee Tina Chang

This paper investigates the economic principles underlying the relationship between the real sector (non-financial) and the banking sector structures. Most literature has so far focused on the structure of conglomerates (Keiretsu/Chaebol) in East Asia in explaining the fast economic growth and/or recent crisis in the region. Traditionally, the strong vertical relationship between core companies...

Journal: :Public understanding of science 2013
Robert Danisch

The twin problems of possible terrorist attacks and a global economic recession have been, and continue to be, critical components of contemporary political culture. At the center of both problems is the assessment of future risk. To calculate the probability that a loan will default or to estimate the likelihood of an act of bioterrorism crippling an American city is to engage in the quantitat...

2009
Bernard Lietaer

The on-going financial crisis results not from a cyclical or managerial failure, but from a structural one. Part of the evidence for this assertion is that there have already been more than 96 other major banking crises over the past 20 years, and that such crashes have happened even under very different regulatory systems as well as, at different stages of economic development. Better solution...

2004

Thailand each have sought to generate economic recovery by expanding domestic credit.The rapid credit expansion in both countries has created concerns about the extent to which their economies can channel these funds efficiently and sustain economic growth. In particular, if banks are unable to supervise the allocation of resources effectively, there is a risk of widespread bankruptcies and a f...

2003
Stijn Claessens

This paper investigates the relationship between corporate governance and economic development and well-being. It finds that better corporate frameworks benefit firms through greater access to financing, lower cost of capital, better firm performance, and more favorable treatment of all stakeholders. Numerous studies agree that these channels operate not only at the level of the firms, but in s...

2015
Cristina Pereira Joaquim J. S. Ramalho

Banking regulation and supervision were designed to protect banks from failure, but this did not avoid the large number of banking crises recently experienced by OECD countries. Using binary response models for panel data and centering on OECD countries, this paper emphasizes the poor influence of regulation and supervision on banks’ soundness and presents the main determinants of banking crise...

Journal: :Journal of epidemiology and community health 1978
R J Prescott C Cutherbertson N Fenwick W M Garraway C V Ruckley

In a trial of 360 patients with hernia or varicose veins, day care surgery provided an economic alternative to the provision of surgical aftercare either in the surgical wards of a district hospital or in a convalescent hospital. There was only slightly more work for general practitioners. Most of the additional work for the community services was carried out by district nurses, with an average...

2000
Erik Leertouwer Philipp Maier

We attempt to assess the effect of monetary policy in a panel model for 16 OECD countries. To answer the question whether central banks actively create political business cycles we focus on the short-term interest rate as a proxy for the use of monetary instruments. Our results indicate that central banks do not create political business cyles. This conclusion holds no matter whether central ba...

2017
Joshua Howard Goldstein Heather Tallis Aaron Cole Steven Schill Erik Martin Michael Heiner Marie-Claire Paiz Allison Aldous Colin Apse Barry Nickel

Rapidly developing countries contain both the bulk of intact natural areas and biodiversity, and the greatest untapped natural resource stocks, placing them at the forefront of "green" economic development opportunities. However, most lack scientific tools to create development plans that account for biodiversity and ecosystem services, diminishing the real potential to be sustainable. Existing...

1999

It is an honour to be here today at the University of Sydney delivering the eighteenth R.C. Mills Memorial Lecture. It is customary to start a Memorial Lecture by paying homage to the person in whose memory the lecture is held, but I would like to break with tradition and do that a little later where it fits in more naturally. On nearly every occasion when I speak before an audience such as thi...

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

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

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