Search results for: python for finance students
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 6585

Search results for: python for finance students

6585 Designing an Introductory Python Course for Finance Students

Authors: Joelle Thng, Li Fang

Abstract:

Objective: As programming becomes a highly valued and sought-after skill in the economy, many universities have started offering Python courses to help students keep up with the demands of employers. This study focuses on designing a university module that effectively educates undergraduate students on financial analysis using Python programming. Methodology: To better satisfy the specific demands for each sector, this study adopted a qualitative research modus operandi to craft a module that would complement students’ existing financial skills. The lessons were structured using research-backed educational learning tools, and important Python concepts were prudently screened before being included in the syllabus. The course contents were streamlined based on criteria such as ease of learning and versatility. In particular, the skills taught were modelled in a way to ensure they were beneficial for financial data processing and analysis. Results: Through this study, a 6-week course containing the chosen topics and programming applications was carefully constructed for finance students. Conclusion: The findings in this paper will provide valuable insights as to how teaching programming could be customised for students hailing from various academic backgrounds.

Keywords: curriculum development, designing effective instruction, higher education strategy, python for finance students

Procedia PDF Downloads 52
6584 Financial Literacy of Students of Finance

Authors: Barbora Chmelíková

Abstract:

Financial literacy is a widely discussed topic on the national and international level by governments, organizations and academia. For this reason this study analyses financial knowledge, financial behavior and financial attitudes of students of finance. The aim of the paper is to determine whether the financial literacy of university students studying finance differs from the level of financial literacy in selected OECD countries. The research was conducted at Masaryk University in the Czech Republic. The empirical study comprises questions related to several aspects of financial literacy, as well as socio-demographic data enabling more thorough analysis. The results indicate that improvement in financial literacy of university students is still required, even though their major is finance related.

Keywords: financial literacy, financial behavior, personal finance management, university students

Procedia PDF Downloads 348
6583 Financial Decision-Making among Finance Students: An Empirical Study from the Czech Republic

Authors: Barbora Chmelíková

Abstract:

Making sound financial decisions is an essential skill which can have an impact on life of each consumer of financial products. The aim of this paper is to examine decision-making concerning financial matters and personal finance. The selected target group was university students majoring in finance related fields. The study was conducted in the Czech Republic at Masaryk University in 2015. In order to analyze financial decision-making questions related to basic finance decisions were developed to address the research objective. The results of the study suggest gaps in detecting best solutions to given financial decision-making questions among finance students. The analysis results indicate relation between financial decision-making and own experience with holding and using concrete financial products.

Keywords: financial decision-making, financial literacy, personal finance, university students

Procedia PDF Downloads 278
6582 Financial Products Held by University Students: An Empirical Study from the Czech Republic

Authors: Barbora Chmelikova

Abstract:

Current financial markets offer a wide range of financial products to the consumers. However, access to the financial products is not always provided or guaranteed, particularly in less developed countries. For this reason, financial inclusion is an important component in the modern society. This paper investigates financial inclusion and what financial products are held by university students majoring in finance fields. The OECD methodology was used to examine the awareness and use of financial products. The study was conducted via online questionnaire at Masaryk University in the Czech Republic among finance students. The results show that the students use current and savings accounts more than any other financial products.

Keywords: financial inclusion, financial products, personal finance, university students

Procedia PDF Downloads 350
6581 Islamic Finance: Its Theory, Products and a Brief View of Islamic Finance in Europe

Authors: Ahmet Sekreter

Abstract:

Although there are conceptual similarities in terms of financial products between conventional and Islamic finance, they are entirely different financial systems. Despite Islamic finance’s small size in the conventional finance world, its promising growth makes Islamic finance a hot topic both in academia and business world. Today customers can access sophisticated Islamic financial products not only in Muslim countries but also in Europe. This study analyzes Islamic finance and its products and includes a brief overview of Islamic finance in Europe. Literature review is the basis of this paper. The author analyzed the academic papers, numerical data, and estimations to set a perspective for the future of Islamic finance in Europe. Findings show that UK is the main hub for the Islamic finance, and it will remain so in the near future.

Keywords: islamic finance, islamic banking, islamic finance in Europe, finance

Procedia PDF Downloads 207
6580 Static Analysis of Security Issues of the Python Packages Ecosystem

Authors: Adam Gorine, Faten Spondon

Abstract:

Python is considered the most popular programming language and offers its own ecosystem for archiving and maintaining open-source software packages. This system is called the python package index (PyPI), the repository of this programming language. Unfortunately, one-third of these software packages have vulnerabilities that allow attackers to execute code automatically when a vulnerable or malicious package is installed. This paper contributes to large-scale empirical studies investigating security issues in the python ecosystem by evaluating package vulnerabilities. These provide a series of implications that can help the security of software ecosystems by improving the process of discovering, fixing, and managing package vulnerabilities. The vulnerable dataset is generated using the NVD, the national vulnerability database, and the Snyk vulnerability dataset. In addition, we evaluated 807 vulnerability reports in the NVD and 3900 publicly known security vulnerabilities in Python Package Manager (pip) from the Snyk database from 2002 to 2022. As a result, many Python vulnerabilities appear in high severity, followed by medium severity. The most problematic areas have been improper input validation and denial of service attacks. A hybrid scanning tool that combines the three scanners bandit, snyk and dlint, which provide a clear report of the code vulnerability, is also described.

Keywords: Python vulnerabilities, bandit, Snyk, Dlint, Python package index, ecosystem, static analysis, malicious attacks

Procedia PDF Downloads 98
6579 Jointly Learning Python Programming and Analytic Geometry

Authors: Cristina-Maria Păcurar

Abstract:

The paper presents an original Python-based application that outlines the advantages of combining some elementary notions of mathematics with the study of a programming language. The application support refers to some of the first lessons of analytic geometry, meaning conics and quadrics and their reduction to a standard form, as well as some related notions. The chosen programming language is Python, not only for its closer to an everyday language syntax – and therefore, enhanced readability – but also for its highly reusable code, which is of utmost importance for a mathematician that is accustomed to exploit already known and used problems to solve new ones. The purpose of this paper is, on one hand, to support the idea that one of the most appropriate means to initiate one into programming is throughout mathematics, and reciprocal, one of the most facile and handy ways to assimilate some basic knowledge in the study of mathematics is to apply them in a personal project. On the other hand, besides being a mean of learning both programming and analytic geometry, the application subject to this paper is itself a useful tool for it can be seen as an independent original Python package for analytic geometry.

Keywords: analytic geometry, conics, python, quadrics

Procedia PDF Downloads 257
6578 Development of a Wind Resource Assessment Framework Using Weather Research and Forecasting (WRF) Model, Python Scripting and Geographic Information Systems

Authors: Jerome T. Tolentino, Ma. Victoria Rejuso, Jara Kaye Villanueva, Loureal Camille Inocencio, Ma. Rosario Concepcion O. Ang

Abstract:

Wind energy is rapidly emerging as the primary source of electricity in the Philippines, although developing an accurate wind resource model is difficult. In this study, Weather Research and Forecasting (WRF) Model, an open source mesoscale Numerical Weather Prediction (NWP) model, was used to produce a 1-year atmospheric simulation with 4 km resolution on the Ilocos Region of the Philippines. The WRF output (netCDF) extracts the annual mean wind speed data using a Python-based Graphical User Interface. Lastly, wind resource assessment was produced using a GIS software. Results of the study showed that it is more flexible to use Python scripts than using other post-processing tools in dealing with netCDF files. Using WRF Model, Python, and Geographic Information Systems, a reliable wind resource map is produced.

Keywords: wind resource assessment, weather research and forecasting (WRF) model, python, GIS software

Procedia PDF Downloads 414
6577 The Effect of Excel on Undergraduate Students’ Understanding of Statistics and the Normal Distribution

Authors: Masomeh Jamshid Nejad

Abstract:

Nowadays, statistical literacy is no longer a necessary skill but an essential skill with broad applications across diverse fields, especially in operational decision areas such as business management, finance, and economics. As such, learning and deep understanding of statistical concepts are essential in the context of business studies. One of the crucial topics in statistical theory and its application is the normal distribution, often called a bell-shaped curve. To interpret data and conduct hypothesis tests, comprehending the properties of normal distribution (the mean and standard deviation) is essential for business students. This requires undergraduate students in the field of economics and business management to visualize and work with data following a normal distribution. Since technology is interconnected with education these days, it is important to teach statistics topics in the context of Python, R-studio, and Microsoft Excel to undergraduate students. This research endeavours to shed light on the effect of Excel-based instruction on learners’ knowledge of statistics, specifically the central concept of normal distribution. As such, two groups of undergraduate students (from the Business Management program) were compared in this research study. One group underwent Excel-based instruction and another group relied only on traditional teaching methods. We analyzed experiential data and BBA participants’ responses to statistic-related questions focusing on the normal distribution, including its key attributes, such as the mean and standard deviation. The results of our study indicate that exposing students to Excel-based learning supports learners in comprehending statistical concepts more effectively compared with the other group of learners (teaching with the traditional method). In addition, students in the context of Excel-based instruction showed ability in picturing and interpreting data concentrated on normal distribution.

Keywords: statistics, excel-based instruction, data visualization, pedagogy

Procedia PDF Downloads 28
6576 Implementation in Python of a Method to Transform One-Dimensional Signals in Graphs

Authors: Luis Andrey Fajardo Fajardo

Abstract:

We are immersed in complex systems. The human brain, the galaxies, the snowflakes are examples of complex systems. An area of interest in Complex systems is the chaos theory. This revolutionary field of science presents different ways of study than determinism and reductionism. Here is where in junction with the Nonlinear DSP, chaos theory offer valuable techniques that establish a link between time series and complex theory in terms of complex networks, so that, the study of signals can be explored from the graph theory. Recently, some people had purposed a method to transform time series in graphs, but no one had developed a suitable implementation in Python with signals extracted from Chaotic Systems or Complex systems. That’s why the implementation in Python of an existing method to transform one dimensional chaotic signals from time domain to graph domain and some measures that may reveal information not extracted in the time domain is proposed.

Keywords: Python, complex systems, graph theory, dynamical systems

Procedia PDF Downloads 479
6575 Formative Assessment in an Introductory Python Programming Course

Authors: María José Núñez-Ruiz, Luis Álvarez-González, Cristian Olivares-Rodriguez, Benjamin Lazo-Letelier

Abstract:

This paper begins with some concept of formative assessment and the relationship with learning objective: contents objectives, processes objectives, and metacognitive objectives. Two methodologies are describes Evidence-Based teaching and Question Drive Instruction. To do formative assessments in larges classes a Classroom Response System (CRS) is needed. But most of CRS use only Multiple Choice Questions (MCQ), True/False question, or text entry; however, this is insufficient to formative assessment. To do that a new CRS, call FAMA was developed. FAMA support six types of questions: Choice, Order, Inline choice, Text entry, Associated, and Slider. An experiment participated in 149 students from four engineering careers. For results, Kendall's Range Correlation Analysis and descriptive analysis was done. In conclusion, there is a strong relation between contents question, process questions (ask in formative assessment without a score) and metacognitive questions, asked in summative assessment. As future work, the lecturer can do personalized teaching, because knows the behavior of all students in each formative assessment

Keywords: Python language, formative assessment, classroom response systems, evidence-Based teaching, question drive instruction

Procedia PDF Downloads 101
6574 Ethical Finance and Islamic Finance: Particularities, Possible Convergence and Potential Development

Authors: Safa Ougoujil, Sidi Mohamed Rigar

Abstract:

Economics is not an exact science. It cannot be from the moment it is a social science that concerns society organization, a human science that depends on the behavior of the men and women who make a part of this society. Therefore, it cannot ignore morality, the instinctive sense of good and evil, the natural order which place us between certain values, and which religion often sheds light on. In terms of finance, the reference to ethics is becoming more popular than ever. This is naturally due to the growing financial crises. Finance is less and less ethical, but some financial practices have continued to do so. This is the case of ethical finance and Islamic finance. After attempting to define the concepts of ethical finance and Islamic finance, in a period when financial innovation seeks to encourage differentiation in order to create more profit margins, this article attempts to expose the particularities, the convergences and the potentialities of development of these two sensibilities.

Keywords: convergences, ethical finance, Islamic finance, potential development

Procedia PDF Downloads 160
6573 Network Automation in Lab Deployment Using Ansible and Python

Authors: V. Andal Priyadharshini, Anumalasetty Yashwanth Nath

Abstract:

Network automation has evolved into a solution that ensures efficiency in all areas. The age-old technique to configure common software-defined networking protocols is inefficient as it requires a box-by-box approach that needs to be repeated often and is prone to manual errors. Network automation assists network administrators in automating and verifying the protocol configuration to ensure consistent configurations. This paper implemented network automation using Python and Ansible to configure different protocols and configurations in the container lab virtual environment. Ansible can help network administrators minimize human mistakes, reduce time consumption, and enable device visibility across the network environment.

Keywords: Python network automation, Ansible configuration, container lab deployment, software-defined networking, networking lab

Procedia PDF Downloads 133
6572 The Dubai World Islamic Finance Arbitration Center and Jurisprudence Office as the Dispute Resolution Center and Mechanism for the Islamic Finance Industry

Authors: Camille Paldi

Abstract:

As the Islamic finance industry is growing annually at a rate of 10% to 15% per year, it is imperative that a unique, independent legal framework is established in order to effectively adjudicate Islamic finance disputes. Currently, Islamic finance disputes are being adjudicated in inadequate civil and common law courts and arbitration centers where the contracts in dispute are being transformed from Islamic to conventional transactions. Through case analysis combined with an exploration of the efficacy of existing arbitration centers and dispute resolution methods available to Islamic finance, this paper will seek to reveal that the Islamic finance industry currently lacks an adequate dispute resolution mechanism and facility to adjudicate disputes arising from Islamic finance contracts. Hence, now is the time for the Dubai World Islamic Finance Arbitration Center (DWIFAC) and Jurisprudence Office (DWIFACJO) as the Dispute Resolution Center and Mechanism for the Islamic Finance Industry.

Keywords: Islamic finance, dispute resolution, Dubai world Islamic finance arbitration center, jurisprudence office

Procedia PDF Downloads 386
6571 The Impact of Household Income on Students' Financial Literacy

Authors: Dorjana Nano

Abstract:

Financial literacy has become on focus of many research studies. Family household is found to influence students’ financial literacy. The purpose of this study is to explore whether financial literacy of Albanian students is associated with their family household. The main objectives of this research are: i) firstly, to evaluate how financial literate are Albanian university students; ii) secondly, to examine whether the financial literacy differs based on the level of students family income; and iii) finally, to draw some conclusions and recommendations in order to improve student’s financial literacy. An instrument, comprised of personal finance and personal characteristics is administered to 637 students in Albania. The constituency of the survey is tested based on the dimension reduction and factor analyzing techniques. The One Way Welch ANOVA and multiple comparison techniques are utilized to analyze the data. The results indicate that student’s financial literacy is influenced by their family income.

Keywords: financial literacy, household income, smart decisions, university students

Procedia PDF Downloads 245
6570 The Finance of Happiness: Thinking Finance from the Science of Happiness Perspective

Authors: Renaud Gaucher

Abstract:

Research on happiness has developed significantly in the past fifty years and economics and the political science are starting to be influenced by advances in the field. Until recently, finance has stayed outside this movement. The goal of our research is to integrate finance into this movement conceptually. We explain the why, the what and the how of the finance of happiness. We then study the relationship between corporate finance and happiness. We discuss the optimization of the relationship between the financial performance of a firm and the happiness at work of its employees, and the reduction of financial risk by developing goods that foster the happiness of their users. Finally we look at the development of happiness investment funds, that is investment funds founded on happiness research, and the best ways to share risks and earnings to build a happier society.

Keywords: finance, happiness, investment fund, risk

Procedia PDF Downloads 160
6569 Comparative Study of Medical and Fine Art Students on the Level of Perceived Stress and Coping Skills

Authors: Bushra Mussawar, Saleha Younus

Abstract:

Students often view their academic life demanding and stressful. However, apart from academics, stress springs from various other sources namely, finance, family, health, friends etc. The present study aims to assess the level of perceived stress in medical and fine arts students, and to determine the coping strategies used by the students to mitigate stress. The sample of the study consisted of 178 medical and fine arts students. The sample was selected through purposive sampling. Pearson correlation coefficient and T-test were used to analyze data. Results of the study revealed that there exists a positive relationship between perceived stress and coping strategies. Additionally, the two groups showed marked differences in terms of stress perception and coping styles. The level of perceived stress was found to be high in medical students nonetheless, they employed more positive coping strategies than fine arts students who scored high on negative coping strategies which are deleterious to the overall wellbeing.

Keywords: perceived stress, coping strategies, medical, fine arts students

Procedia PDF Downloads 257
6568 Overconfidence and Self-Attribution Bias: The Difference among Economic Students at Different Stage of the Study and Non-Economic Students

Authors: Vera Jancurova

Abstract:

People are, in general, exposed to behavioral biases, however, the degree and impact are affected by experience, knowledge, and other characteristics. The purpose of this article is to study two of defined behavioral biases, the overconfidence and self-attribution bias, and its impact on economic and non-economic students at different stage of the study. The research method used for the purpose of this study is a controlled field study that contains questions on perception of own confidence and self-attribution and estimation of limits to analyse actual abilities. The results of the research show that economic students seem to be more overconfident than their non–economic colleagues, which seems to be caused by the fact the questionnaire was asking for predicting economic indexes and own knowledge and abilities in financial environment. Surprisingly, the most overconfidence was detected by the students at the beginning of their study (1st-semester students). However, the estimations of real numbers do not point out, that economic students have better results by the prediction itself. The study confirmed the presence of self-attribution bias at all of the respondents.

Keywords: behavioral finance, overconfidence, self-attribution, heuristics and biases

Procedia PDF Downloads 231
6567 The Face Sync-Smart Attendance

Authors: Bekkem Chakradhar Reddy, Y. Soni Priya, Mathivanan G., L. K. Joshila Grace, N. Srinivasan, Asha P.

Abstract:

Currently, there are a lot of problems related to marking attendance in schools, offices, or other places. Organizations tasked with collecting daily attendance data have numerous concerns. There are different ways to mark attendance. The most commonly used method is collecting data manually by calling each student. It is a longer process and problematic. Now, there are a lot of new technologies that help to mark attendance automatically. It reduces work and records the data. We have proposed to implement attendance marking using the latest technologies. We have implemented a system based on face identification and analyzing faces. The project is developed by gathering faces and analyzing data, using deep learning algorithms to recognize faces effectively. The data is recorded and forwarded to the host through mail. The project was implemented in Python and Python libraries used are CV2, Face Recognition, and Smtplib.

Keywords: python, deep learning, face recognition, CV2, smtplib, Dlib.

Procedia PDF Downloads 22
6566 Islamic Finance: What is the Outlook for Italy?

Authors: Paolo Pietro Biancone

Abstract:

The spread of Islamic financial instruments is an opportunity to offer integration for the immigrant population and to attract, through the specific products, the richness of sovereign funds from the "Arab" countries. However, it is important to consider the possibility of comparing a traditional finance model, which in recent times has given rise to many doubts, with an "alternative" finance model, where the ethical aspect arising from religious principles is very important.

Keywords: banks, Europe, Islamic finance, Italy

Procedia PDF Downloads 240
6565 Working Improvement of Modern Finance in Millennium World

Authors: Saeed Mohammadirad

Abstract:

Financing activities involve long-term liabilities, stockholders' equity (or owner's equity), and changes to short-term borrowings. Finance is very important for every business activities. To perform the finance we have to follow the accounting languages bases on the nature of the business. If all are one package in the software, it is easy to handle, monitor, control, plan, organize, direct and budget the finance. Let us make a challenge in the computer software for the whole finance packages of every business related activities. In this article, it mentioned about the finance functions in the various levels of the business activities and how it should be maintained properly to avoid the unethical events.

Keywords: financing activities, business activities, computer software, unethical events

Procedia PDF Downloads 325
6564 How to Evaluate the Contribution of Social Finance to Regional Economy

Authors: Jungeun Cho

Abstract:

Social finance has received increasing attention as a means to promote the growth of regional economies. Despite the plenty of research discussed their critical role and functions in regional economic development such as the financing and promotion of co-operatives or social enterprises and the offering credit to the financially excluded in the region, however, rarely are efforts made to measure the contribution of social finance in the regional economy. It is essential to establish an evaluation model in order to encourage social finance institutions to perform their supposed role and functions on regional economic development. The objective of this paper is to formulate an evaluation model of the contribution of social finance to the regional economy through an analytic hierarchy process (AHP) approach. This study is expected to provide useful guidelines for social finance institutions’ strategies and the policies of local or central government regarding social finance.

Keywords: social finance, regional economy, social economy, policies of local or central government

Procedia PDF Downloads 405
6563 Improving the Run Times of Existing and Historical Demand Models Using Simple Python Scripting

Authors: Abhijeet Ostawal, Parmjit Lall

Abstract:

The run times for a large strategic model that we were managing had become too long leading to delays in project delivery, increased costs and loss in productivity. Software developers are continuously working towards developing more efficient tools by changing their algorithms and processes. The issue faced by our team was how do you apply the latest technologies on validated existing models which are based on much older versions of software that do not have the latest software capabilities. The multi-model transport model that we had could only be run in sequential assignment order. Recent upgrades to the software now allowed the assignment to be run in parallel, a concept called parallelization. Parallelization is a Python script working only within the latest version of the software. A full model transfer to the latest version was not possible due to time, budget and the potential changes in trip assignment. This article is to show the method to adapt and update the Python script in such a way that it can be used in older software versions by calling the latest version and then recalling the old version for assignment model without affecting the results. Through a process of trial-and-error run time savings of up to 30-40% have been achieved. Assignment results were maintained within the older version and through this learning process we’ve applied this methodology to other even older versions of the software resulting in huge time savings, more productivity and efficiency for both client and consultant.

Keywords: model run time, demand model, parallelisation, python scripting

Procedia PDF Downloads 90
6562 Automatic Fluid-Structure Interaction Modeling and Analysis of Butterfly Valve Using Python Script

Authors: N. Guru Prasath, Sangjin Ma, Chang-Wan Kim

Abstract:

A butterfly valve is a quarter turn valve which is used to control the flow of a fluid through a section of pipe. Generally, butterfly valve is used in wide range of applications such as water distribution, sewage, oil and gas plants. In particular, butterfly valve with larger diameter finds its immense applications in hydro power plants to control the fluid flow. In-lieu with the constraints in cost and size to run laboratory setup, analysis of large diameter values will be mostly studied by computational method which is the best and inexpensive solution. For fluid and structural analysis, CFD and FEM software is used to perform large scale valve analyses, respectively. In order to perform above analysis in butterfly valve, the CAD model has to recreate and perform mesh in conventional software’s for various dimensions of valve. Therefore, its limitation is time consuming process. In-order to overcome that issue, python code was created to outcome complete pre-processing setup automatically in Salome software. Applying dimensions of the model clearly in the python code makes the running time comparatively lower and easier way to perform analysis of the valve. Hence, in this paper, an attempt was made to study the fluid-structure interaction (FSI) of butterfly valves by varying the valve angles and dimensions using python code in pre-processing software, and results are produced.

Keywords: butterfly valve, flow coefficient, automatic CFD analysis, FSI analysis

Procedia PDF Downloads 207
6561 Toward Green Islamic Finance: A Case Study from an Emirati Islamic Bank

Authors: Nada Hamed, Mariam Aldhaheri, Sonia Abdennadher

Abstract:

Islamic Finance is not a new term that emerging in the global market, but it is still under scope by many countries. Its characteristics and regulation are not widely clear and implemented. In 2015, The United Nation announced a plan about potential benefits of using Islamic Finance as a sustainable development approach. Enhancing its application in financial markets could protect from unexpected crisis that might be created from the traditional tools of finance. This paper focuses on this area to test if Islamic finance could be used for maintaining sustainable development and if the term of 'Green Islamic Finance' could be implemented to minimize the deficiencies and 'pollution’ generated from traditional techniques and tools of finance. This paper intends to measure the impact on financial performance and sustainability when financial institutions use Islamic finance or better practice it. The objective of this explanatory research is to measure the performance of Islamic Finance with using a case study of an Islamic bank. The paper would analyze and compare the behavior of financial institutions that used traditional financing tools and converted to Islamic banking system. The methodology used is based on a case study of an Islamic bank in Dubai with comparing its performance before implementing Islamic Finance and after. The selected case study represents the first national bank in Emirates Arab Unis who adopt the Islamic finance approach. Based on a time series analysis, a quantitative analysis would be also used through looking at various set of ratios that are routinely used to measure bank performance.

Keywords: Islamic finance, financial stability, green finance, Islamic finance practices, financial ratios

Procedia PDF Downloads 195
6560 Revisited: Financial Literacy and How University Students Fare

Authors: Zaiton Osman, Phang Ing, Azaze Azizi Abd Adis, Izyanti Awg Razli, Mohd Rizwan Abd Majid, Rosle Mohidin

Abstract:

This study is conducted to investigate the level of financial literacy among students taking Financial Management and Banking in Universiti Malaysia Sabah, Malaysia. Students are asked to answer basic financial literacy questions in their first class before study commence and the similar questions were given in their final week of study (after 14 weeks of study duration). The comparison on their level of financial literacy will be examined. This study is expected to yields the following findings; firstly, comparison of the level of financial literacy 'before and after' courses in finance being introduced can be revealed. Secondly, it will provide suggestion on improving the standard of teaching and learning in financial management and banking courses and lastly it will help in identifying financial courses that are important in improving the level of financial literacy among students in Malaysia.

Keywords: financial literacy, university students, personal financial planning, business and management engineering

Procedia PDF Downloads 689
6559 Diversity in Finance Literature Revealed through the Lens of Machine Learning: A Topic Modeling Approach on Academic Papers

Authors: Oumaima Lahmar

Abstract:

This paper aims to define a structured topography for finance researchers seeking to navigate the body of knowledge in their extrapolation of finance phenomena. To make sense of the body of knowledge in finance, a probabilistic topic modeling approach is applied on 6000 abstracts of academic articles published in three top journals in finance between 1976 and 2020. This approach combines both machine learning techniques and natural language processing to statistically identify the conjunctions between research articles and their shared topics described each by relevant keywords. The topic modeling analysis reveals 35 coherent topics that can well depict finance literature and provide a comprehensive structure for the ongoing research themes. Comparing the extracted topics to the Journal of Economic Literature (JEL) classification system, a significant similarity was highlighted between the characterizing keywords. On the other hand, we identify other topics that do not match the JEL classification despite being relevant in the finance literature.

Keywords: finance literature, textual analysis, topic modeling, perplexity

Procedia PDF Downloads 132
6558 Contextual Paper on Green Finance: Analysis of the Green Bonds Market

Authors: Dina H. Gabr, Mona A. El Bannan

Abstract:

With growing worldwide concern for global warming, green finance has become the fuel that pushes the world to act in combating and mitigating climate change. Coupled with adopting the Paris Agreement and the United Nations Sustainable Development Goals, Green finance became a vital tool in creating a pathway to sustainable development, as it connects the financial world with environmental and societal benefits. This paper provides a comprehensive review of the concepts and definitions of green finance and the importance of 'green' impact investments today. The core challenge in combating climate change is reducing and controlling Greenhouse gas emissions; therefore, this study explores the solutions green finance provides putting emphasis on the use of renewable energy, which is necessary for enhancing the transition to the green economy. With increasing attention to the concept of green finance, multiple forms of green investments and financial tools have come to fruition; the most prominent are green bonds. The rise of green bonds, a debt market to finance climate solutions, provide a promising mechanism for sustainable finance. Following the review, this paper compiles a comprehensive green bond dataset, presenting a statistical study of the evolution of the green bonds market from its first appearance in 2006 until 2021.

Keywords: climate change, GHG emissions, green bonds, green finance, sustainable finance

Procedia PDF Downloads 88
6557 Islamic Finance: Challenges of Islamic Banking in Pakistan

Authors: Asif Zaheer Shaikh, Zhaoyong Zhang, Jaime Yong, Ume Laila Shah

Abstract:

Islamic finance is growing with remarkable pace, especially Islamic banking, a major segment of Islamic finance, is expanding rapidly. This paper discusses the position of Islamic finance and Islamic banking, around the world in general and particularly in Pakistan. History of Islamic banking in Pakistan is protested, presently a significant growth is observed. However Islamic banking is confronting with number of challenges, which are refraining from sustainable growth of this industry in Pakistan. Growth level of Islamic banks should be steeper to contribute substantial share in country’s economy. It is important to formulate effective policies, at institutional and operational level to address these challenges through close collaboration of key stakeholders.

Keywords: Islamic finance, challenges, Islamic banking, Pakistan

Procedia PDF Downloads 486
6556 An Extensible Software Infrastructure for Computer Aided Custom Monitoring of Patients in Smart Homes

Authors: Ritwik Dutta, Marylin Wolf

Abstract:

This paper describes the trade-offs and the design from scratch of a self-contained, easy-to-use health dashboard software system that provides customizable data tracking for patients in smart homes. The system is made up of different software modules and comprises a front-end and a back-end component. Built with HTML, CSS, and JavaScript, the front-end allows adding users, logging into the system, selecting metrics, and specifying health goals. The back-end consists of a NoSQL Mongo database, a Python script, and a SimpleHTTPServer written in Python. The database stores user profiles and health data in JSON format. The Python script makes use of the PyMongo driver library to query the database and displays formatted data as a daily snapshot of user health metrics against target goals. Any number of standard and custom metrics can be added to the system, and corresponding health data can be fed automatically, via sensor APIs or manually, as text or picture data files. A real-time METAR request API permits correlating weather data with patient health, and an advanced query system is implemented to allow trend analysis of selected health metrics over custom time intervals. Available on the GitHub repository system, the project is free to use for academic purposes of learning and experimenting, or practical purposes by building on it.

Keywords: flask, Java, JavaScript, health monitoring, long-term care, Mongo, Python, smart home, software engineering, webserver

Procedia PDF Downloads 362