نتایج جستجو برای: Import demand

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

Journal: :تحقیقات اقتصادی 0
حسین پناهی دانشیار گروه اقتصاد دانشگاه تبریز سکینه سجودی دکترای علوم اقتصادی دانشگاه تبریز مهنسا مرندیان کارشناس ارشد مدیریت بازرگانی دانشگاه تبریز

one of the main principles of resistance economy, is to support domestic production and limiting imports, especially in sectors where there is the possibility of import-substituting production .this requires adjustment of exact trade policies,and to achieve this, identifying the structure of imports demand function and also price and income elasticity of import demand is necessary.this necessit...

Abolghasem Bandidarian, Mehdi Taghavi Teimour Mohammadi

This paper investigates the effect of exchange rate uncertainty on the Iran’s import trade. The exchange rate ‎uncertainty series were generated utilizing the TARCH model. This model analyzes the asymmetric effects. The analysis of uncertainty and asymmetry ‎of the exchange rate shows significant TARCH ‎effect on Iran’s exchange rates‎. The findings of the study indicate negative shocks (bad ne...

Journal: :Journal of International Trade & Economic Development 2021

Import demand elasticities are regularly used to compute trade restrictiveness indices, transform estimated effects of policies into ad-valorem equivalents, or judge on the prohibitive ...

Journal: :int. j. lignocellulosic products 2014
m.r. dehghani firouzabadi p. ghorbannezhad

the medium density fiberboard (mdf) market demand was investigated during the years from 2004 to 2013 in iran. estimation of mdf demand was made by exponential smoothing method by the year 2018. the insight into the level of demand that might exist by the year 2013 was obtained by reviewing the production, import, export, and consumption of mdf on the iran. the results show that the consumption...

Journal: :international journal of management and business research 2012
teimour mohammadi mehdi taghavi abolghasem bandidarian

this paper investigates the effect of exchange rate uncertainty on the iran’s import trade. the exchange rate ‎uncertainty series were generated utilizing the tarch model. this model analyzes the asymmetric effects. the analysis of uncertainty and asymmetry ‎of the exchange rate shows significant tarch ‎effect on iran’s exchange rates‎. the findings of the study indicate negative shocks (bad ne...

2001
Dilip Dutta

This paper investigates the behaviour of Indian aggregate imports during the period 1971-1995. In our empirical analysis of the aggregate import demand function for India, cointegration and error correction modelling approaches have been used. In the aggregate import demand function for India, import volume is found to be cointegrated with relative import price and real GDP. Our econometric est...

Journal: :اقتصاد و توسعه کشاورزی 0
منجزی منجزی قبادی قبادی افقه افقه

abstract the present research accomplished to determination of the trade liberalization effects on import function of iran’s wheat crop using time series data from 1357 to 1387 that earn from sources such as agricultural and aerology statistics annual letter, customhouse and iran central bank website.in this investigation, at first, wheat liberalization index was measured by using level of inte...

M.R. Dehghani Firouzabadi P. Ghorbannezhad

The medium density fiberboard (MDF) market demand was investigated during the years from 2004 to 2013 in Iran. Estimation of MDF demand was made by exponential smoothing method by the year 2018. The insight into the level of demand that might exist by the year 2013 was obtained by reviewing the production, import, export, and consumption of MDF on the Iran. The results show that the consumption...

Journal: :Central Bank Review 2019

The study aims to estimate an international reserves demand model for China using economic growth, propensity to import, real effective exchange rate and trade openness variables for quarterly period spanning from 1985Q1 to 2014Q4.The bounds testing technique to cointegration is used to test for a long run relationship, while the autoregressive distributed lag approach is used to estimate short...

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

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

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