Recent decades have witnessed tremendous economic development that has led to the spread of international companies (multinational companies) and its activity has expanded to cover many countries of the world, with intense competition among countries to attract more international investments, which has led to the emergence of some controversial accounting issues in many Relevant areas, including accounting for transactions in foreign currencies, translation of financial statements for companies and foreign branches, as this issue is an important and sensitive topic because many of its aspects are controversial and not yet resolved, especially with regard to the variation in standards and Relevant accounting practices from one country to another, which attracts researchers to fool about the reasons for this and try to reach common points and reduce the gap between the options and theoretical and practical solutions available and in line with the environmental changes surrounding the companies concerned, and this research problem starts from a defect in the intellectual and conceptual reading of a topic Accounting for operations in foreign currencies and translating the financial statements of foreign branches and companies at the local level, which has led to the adoption of accounting standards, rules, and practices that are not sufficient or appropriate to address the issue, objective treatment consistent with the Emerging environmental changes that Iraqi companies operate under. The research dealt with the presentation and discussion of the topic in two axes, the first dealt with a conceptual approach to the operations that are done in foreign currencies and the translation of the financial statements of foreign branches and companies, while the second dealt with an analysis of the mentioned operations and translation of the financial statements of the branches and companies. Appropriate in this area.
The aim of the research is to provide an analytical study to promote financial inclusion in Iraq by clarifying the opportunities and challenges of the economic and demographic situation in Iraq, studying the structure of the financial system and introducing non-bank financial institutions operating in Iraq, and using the descriptive approach. Analytical in the study of the phenomenon of research, the research reached a number of conclusions, the most prominent of which were:
- Iraqi society is a young society.
- The majority of the population is 70 percent. They live almost in urban areas.
- The coverage of bank branch networks is concentrated in only four provinces, leaving other provinces outside financial
This work aimed to design and testing of a computer program – based eyeQ improvement, photographic memory enhancement, and speed reading to match the reading speed 150 – 250 word per minute (WPM) with the mind ability of processing and eye snap shooting 5000WPM . The package designed based on Visual Basic 6. The efficiency of the designed program was tested on a 10 persons with different levels of education and ages and the results show an increase in their reading speed of approximately 25% in the first month of training with noticeable enhancement in the memory as well as an increase in the ability to read for longer time without feeling nerves or boring, a nonlinear continuously increase in reading speed is assured after the first mo
... Show MoreFaced economic units face the option of restoring the capital budget annually, and the information provided for the preparation of these budgets, including financial and non-financial aspects have an important impact in the numbers of these budgets, and these units differ in the ability of their own accounting systems to maintain this information. The aim of this research is to investigate the volume of accounting information that is relied on and the reasons for the differences between one unit and another in the various economic sectors in the Iraqi environment.
The most important results of the research is the weakness of the adoption of decision makers in the Iraqi environment and lack of sufficient attention in the decision-
... Show MoreThe aim of this study is to highlight on the concept of joint arrangements and projects in accordance with IFRS 11, in addition, the study also focuses on accounting standards and IFRSs which are relevant to this standard. With a description of the legislative and accounting challenges in the Iraqi environment facing the application of IFRS 11, as well as studying the reality of accounting in such economic activity of companies operating in this sector.
In order to achieve the study objectives, the researcher conducted a comparative analysis between IFRS 11 (Joint Arrangements) and the Iraqi Unified Accounting System, In the second step, IFRS 11 is applied to the Basrah Gas Company's (research sampl
... Show MoreMany studies have been made and still concerning the field of translation. Since the mid-90's a considerable amount of researches has tackled the problem of gender and its effect on the process and the product of translation. Simon (1996, p 508) points out that when comparing women and men as translators and writers through history, women seem to be the weaker side. This paves the way to feminist movements which produce prominent studies concerning gender as a concept and translator's gender as practice on the quality and the accuracy of the translation.
Flotow (in Meschia, 2012, p 1-4) outlines several issues that can be
... Show MoreColors are universal, and throughout the ages, they have been associated with
various religious, social and spiritual meanings. They symbolize a galaxy of things
to designate certain ideas or symbols that are sometimes contradictory.
The present study is an attempt to investigate colors, their meanings and
symbolism, and the approaches to translating color idioms from English into
Arabic. It fathoms one of the thorny areas for translation theorists let alone
practitioners. Various definitions, classifications of types and symbolism across
cultures are provided. After reviewing idioms and methods of translating them, a
survey of 114 sentences that include color idioms was conducted to see which
method is mostly
The research aims to identify the reasons that lead to asymmetry of information between economic unity administration and the parties that use accounting information such as shareholders, So, the ability to reach to the solutions that would reduce this problem, these factors have been divided into two types: the first one is the internal factors which represent the administration's desire in order to expand the self-interest of getting the profits and increase the value and competitive entity and investors to obtaining greater returns for their shares, so the second type is the external factors, which represent the failer that occurs in the laws and regula
... Show MoreThe banks mobilize savings and channel them to the economy, whether commercial or Islamic banks and thus both contribute to increasing financial depth, the objective of this paper is to measure the contribution of the Islamic banks in increase financial depth in Iraq, and compared the role played by private commercial banks in contributing to increasing financial depth in Iraq. The paper has been applying the most used indicators of financial depth that used widely in the literatures, especially those applicable with the Iraqi economy.
The paper found via using the Autoregressive Distributed Lag Model (ARDL) that Islamic banks did not contribute to increasing financial depth in Iraq, as well as for the p
... Show MoreA skip list data structure is really just a simulation of a binary search tree. Skip lists algorithm are simpler, faster and use less space. this data structure conceptually uses parallel sorted linked lists. Searching in a skip list is more difficult than searching in a regular sorted linked list. Because a skip list is a two dimensional data structure, it is implemented using a two dimensional network of nodes with four pointers. the implementation of the search, insert and delete operation taking a time of upto . The skip list could be modified to implement the order statistic operations of RANKand SEARCH BY RANK while maintaining the same expected time. Keywords:skip list , parallel linked list , randomized algorithm , rank.