نتایج جستجو برای: insufficient cash

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

2011
JOSEPH G. CONLON

where u1 is the proportion of the portfolio held in stocks, and u2 is the consumption rate. Evidently it is natural to take 0 ≤ u1 ≤ 1 and u2 ≥ 0, but in fact we shall allow −∞ < u1 <∞. If u1 > 1 then the cash part of the portfolio is negative, so we are borrowing money to buy stocks. If u1 < 0 then the stock part of the portfolio is negative, so we are so called shorting the stock. The goal is...

2016

Spending the big bucks may seem inevitable to a cash-strapped city goer. This is especially true if you're a student pressed between a heavy load of school work and a tight budget. But have no fear ? the city that never sleeps offers a plethora of opportunities to learn, explore, and enjoy without blowing all your savings. You could start by checking out NYC: The Official Guide [2]. You can als...

2001
Raymond da Silva David Woodliff

Cash takeover bids financed from internally generated cash reserves could be a function of capital market imperfections (Myers and Majluf 1984) or symptomatic of “free-cash-flow” problems (Jensen 1986, 1988). We find that bids financed from cash reserves outperform those that use debt financing. Further, ‘free cash flow’ firms outperform ‘non-free cash flow’ firms. The majority of cash bids are...

1999
Makotoh Itoh

The Japanese economy changed its features in the 1990’s, compared with the 1980’s. It shifted down to an extremely lowered growth trend. Its continuous depression with economic difficulties has gathered international concern among the advanced countries. Among the major causes for such difficulties were clearly the swell of huge bubbles in speculative trading of shares and real estate in the la...

2009
Daniel E. O'Leary

This article describes an expert system for cash flow analysis called CFA--Cash Flow Analyzer. which uses knowledge based on ratio analysis and the budgetary statement of changes in cash flow. The system uses "If ••• Then ••• " rules to capture the expertise necessary to diagnose the source of cash flow problems and make recommendations on how to mitigate those problems. 1. AN EXPERT SYSTEM FOR...

2010
Martin Haugh

Cash-flow Notation: We use (c0, c1, . . . , ci, . . . , cn) to denote the series of cash-flows where ci is received at time t = i . The length of a period, i.e. the interval of time between t = i and t = i + 1, will usually be understood from the context. Negative cash-flows refer to cash payments. The initial cash-flow, c0, will often be negative while the remaining cash-flows are positive. Th...

ژورنال: :پژوهشهای حسابداری مالی وحسابرسی 2015
قدرت اله طالب نیا مهدی دسینه فاطمه مریدی

تصمیمات مختلف مدیریت از جمله تصمیمات تامین مالی، روی عملکرد آتی شرکت تاثیرگذار است. لیکن معیارهای تعهدی قابل دستکاری بوده و معیارهای نقدی واجد عینیت بیشتری هستند. بنابراین تحقیق حاضر به بررسی اثر تصمیمات تامین­مالی مدیریت بر جریانهای نقدی شرکتهای پذیرفته شده در بورس اوراق بهادار تهران می­پردازد. دراین تحقیق، داده های مربوط به 137 شرکت منتخب در بورس اوراق بهادار تهران مورد مطالعه و بررسی قرار گر...

Journal: :International Journal of Advanced and Applied Sciences 2022

The problem of capital shortage for Ukrainian commercial organizations has been clarified, which makes the theoretical and methodological provisions its increase preservation relevant. Insufficient investment processes is a significant obstacle to development most business entities in Ukraine. analysis recent research publications on topic work showed that issues tools estimating point zero dep...

2002
BRIAN AITKEN

The decline in cash revenue in Russia has been the key macroeconomic policy failure of the transition. During 1994–98, a sharp deterioration in cash compliance was offset by a rise in non-cash revenue, as the government increasingly financed its spending through mutual arrears write-offs. This paper argues that the fall in cash compliance emerged when money printing was replaced with a method o...

This study aims to investigate the impact of deviation from optimal level of cash holdings on adverse selection and moral hazard problems. The data set includes 106 listed firms of Tehran Stock Exchange during the period of 2005-2016 and both panel data and cross-sectional data multivariate regressions were utilized in different stage of analysis to test the hypotheses. According to the optimal...

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

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

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