نتایج جستجو برای: banking sector

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

2002
José M. Pastor Francisco Pérez

This paper analyses the importance of productive specialisation in explaining cost efficiency differences between banking companies. Taking as reference the Spanish banking sector during the period 1985-96, the study shows that if cost efficiency measurements are corrected for the effect of different specialisation by the estimation of separate frontiers for four different groups of competitors...

2016
Aaron Yong Yong Tan

Several rounds of banking reforms in China have aimed to increase the competitive condition and further enhance stability in the Chinese banking sector, while the joint effects of competition and risk-taking behaviour on the profitability in the banking sector have not been studied well enough so far in the literature. The current study contributes to the empirical literature by testing the imp...

2002
Elena Carletti Philipp Hartmann Giancarlo Spagnolo

This paper discusses the effects of bank consolidation on competition and stability in the banking sector. Most empirical literature seems to point towards the standard adverse effects on prices of increased concentration in banking. A major issue is the still regional character of loan and deposit markets for households and small enterprises, which contrasts with the generally increasing globa...

2017
RENATA KARKOWSKA

Reversal of financial market integration in Europe during the global financial crisis requires tools to measure and monitor banking sector stability. Banking sectors in Europe, especially in Central and Eastern countries, are characterized by a significant share of foreign capital and height level of concentration. This phenomenon may enhance the financial institutions to compete and probably t...

2014
Valentina Bruno Hyun Song Shin

We investigate global factors associated with bank capital ‡ows. We formulate a model of the international banking system where global banks interact with local banks. The solution highlights the bank leverage cycle as the determinant of the transmission of …nancial conditions across borders through banking sector capital ‡ows. A distinctive prediction of the model is that local currency apprec...

Introduction: The growth of banks may pose problems to banks in terms of balance sheet. therefore, bank size could be one of the most effective banking variables affecting the performance of the branches of the banking system. the variables of bank size and their mutual relations with banking system effectiveness have always been considered in the majority of theoretical studies related to the ...

Journal: Iranian Economic Review 2015

The Iranian banking sector has undergone huge and substantial reform in the last decade; privatization, establishment of private banks and development of modern technologies (IT). This paper investigates the competitive condition of the Iranian banking industry over the period 2005-2010 using the H-statistic proposed by Panzar and Rosse. The properties of this non-structural methodology make it...

2014
Faisal Talib Zillur Rahman

The Indian service sector forms a backbone of social and economic growth of the country and emerged as the largest and fastest developing sector. Apart from the several service industries in this sector, two major functional pillars of this sector are information and communication technology (ICT) and banking industries. These two service industries have been making continuous efforts to stand ...

2013
Joseph Osei

An upgrade of the lending sector of Ghana requires modern and improved met of banking. Securitization is one of the modern processes used to leverage on lending in many banking sectors. The aim of the study was to assess the readiness and preparedness of the banking industry of Ghana towards the adoption of securitization. The study involved a survey and a quantitative research design in which ...

Journal: Money and Economy 2012
Anoshirvan Taghipour,

In this paper we empirically examine the effect of various banking policies on financial sector development. To this end, an econometric model in the context of Co-integrated VAR is employed. The results show that financial liberalization and reforms have a significant and positive effect on the banking sector development while inflation rate has a negative effect. Furthermore, the high GDP...

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

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

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