TFIN605 Data Analytics in Finance Assignment

Assignment Help Python Programming
Reference no: EM133034456

TFIN605 Data Analytics in Finance - Australian National Institute of Management and Commerce

Analysis of Corporate Debt Maturity in Australia and the U.K.

For the alternative final project you will conduct analysis of the debt maturity of companies from the following two countries: Australia and the U.K.

Relevant financial data is available in one excel file: debt_au_uk.xlsx. You will have to upload this file to your Jupyter notebook and then conduct your analysis using Pandas and other Python Libraries. You will have to submit the Jupyter notebook you used to do the analysis for this project.

You will have to write up your analysis in a report of up to 2,000 words. Your report should also include tables and graphs from your analysis. These tables and graphs have to be produced using Python and you will have to submit all the relevant codes in a Jupyter notebook.

The objectives of your analysis are as follows:

- Document and discuss the distribution and trends in debt maturity ratio (long-term debt/total debt) over time in each country (Australia and the U.K.):

o Use long-term debt to total debt (short-term debt plus long-term debt) ratio as the measure of debt maturity.
o Debt maturity ratio measures the percentage firm's debt that is long-term debt.
o Debt maturity ratio is not a meaningful measure in the following case, so you need to deal with this case in the data pre-processing step:

When a firm has no debt (zero debt), the debt maturity ratio is not a meaningful measure.

- So exclude observations (rows) with zero or missing total debt from your sample

o Also, cap the debt maturity variable and the key firm characteristics (e.g., as firm size, profitability, growth opportunity etc.) at the top and bottom 1 percentile level (see the cash ratio example).
o You will conduct the analysis for Australia and the U.K. and you will discuss how the debt maturity ratios of the two countries compare with each other and if they show similar or different trends over time.
o You will document the distribution of debt maturity ratio in each country in 2007 and 2017 to see if the distribution has changed over time. You can use histograms, kernel density plots and percentile plots to show the distributions.

• Analyse the determinants of debt maturity ratio in each country. So you will have two sets of results.
o Initially, explore the relations between various firm characteristics (such as firm size, profitability, growth opportunity etc.) and debt maturity ratio using scatter plot.
o You will then conduct correlation analysis to determine if there are significant correlations between these characteristics and debt maturity ratio.
o Then use simple linear regressions to quantify the relation between debt maturity and these characteristics one at a time. Here you will use regressions with one independent variable (see lecture 7).
o Finally you will use multiple linear regression analysis to consider the effects of all the different firm characteristics on debt maturity ratio.
o You will compare and contrast the results you get from the above analysis for the two countries in your sample: Australia and the U.K.

• Finally, you should estimate two Machine Learning models and evaluate the predictive performance of these models.
o The first model will try to predict the debt maturity ratio of a firm. You can use the Boston House Price example as a template for this analysis and do similar analysis on debt maturity ratio (instead of house price).
» As X (or independent) variables, use the four firm characteristics we used in the group project: Firm size (Logsale), Profitability, Tangibility and Market to book ratio.
» The y variable or dependent variable in your model would be the debt maturity ratio.
» You should to the train-test split and evaluate the model's performance on the test dataset and interpret the results.

You should read the paper by Fan et al. for this assignment. This paper analyses debt maturity ratio, and it will help you understand the general research background and how to interpret the results. As independent variables in your analysis, you should use the same firm characteristics that we used in the leverage analysis in the group project (such as firm size (Logsales), Profitability etc.).
You should also do additional research via google on the determinants of debt maturity ratio and use those sources as references in your report.

You will summarise you main finding is a report of 2000 words. The report will:

1. Summarise the relevant literature (research papers) and research question.

2. Report and discuss descriptive data analysis and data visualisation.

3. Report and discuss correlation and regression analysis

4. Report and discuss Machine Learning (ML) analysis of debt maturity ratio using the linear regression model (LinearRegression: covered in lecture 11 in the Boston House Price example). Fit an ML model to predict debt maturity ratio and evaluate the performance of the model.

6. Draw inference and conclusion and relate the findings to existing research.

Article - An International Comparison of Capital Structure and Debt Maturity Choices by Joseph P. H. Fan, Sheridan Titman, and Garry Twite

Attachment:- Data Analytics in Finance.rar

Reference no: EM133034456

Questions Cloud

Will this price allow your OB-GYN department to break even : You have been told that the customary rate for OB-GYN cannot exceed $100. Will this price allow your OB-GYN department to break even
What is the yield to maturity on this bond : The current coupon rate on a bond is 6%. And the bond is selling at a 5% discount. What is the yield to maturity on this bond
What are the qualities of whistle-blowing : What are the qualities of whistle-blowing, according to Bok? How can whistle-blowers justify their decision? What would be the foundation of that justification,
Identify communities in a graph : You want to identify communities in a graph. When would you use community detection techniques based on edges, and when would you use data clustering techniques
TFIN605 Data Analytics in Finance Assignment : TFIN605 Data Analytics in Finance Assignment Help and Solution, Australian National Institute of Management and Commerce - Assessment Writing Service
Can everyone be an online learner : Can everyone be an online learner? What do the various theories that you have studied contribute to your answer?
Concept of environmental sustainability : The concept of environmental sustainability is not a new concept in marketing consumer products.
Explain walmart and patagonia code of conduct : What are the differences between Walmart's code of conduct and Patagonia's code of conduct?
Designing a staff survey : You are required to design a survey using SurveyMonkey that can be completed by staff.

Reviews

len3034456

11/23/2021 11:01:11 PM

Hi, please read the requirement clearly. I need both the report and IPYNB FILE. This is the second time im doing this assignment because last time also u guys did not give IPYNB file. so please read the guidelines properly thanks.

Write a Review

Python Programming Questions & Answers

  Prompts the user to enter an oligonucleotide sequence

Write a program that prompts the user to enter an oligonucleotide sequence - After displaying the reverse complement, the program should then prompt

  Implement a k-means cluster analysis data mining algorithm

CIS 210 - define a main function to assign values to k, r, and f, and call visualizeQuakes. main should return None. Include code in your .py file to call

  Write a complete python program that prints a pyramid

Write a complete Python program that prints a pyramid with upside down triangle as shown. The program should be made of at least four functions without return.

  Write a program that inputs two square matrices

Write a program that inputs two square matrices and then calls methods that you create that add, subtract, and multiply the two matrices.

  Drawing the edges of a constellation

Drawing the edges of a constellation should be accomplished within a function. This function can make use of others if you like, but can also be self-contained

  Write a program that keeps reading an exam score entered

Write a program that keeps reading an exam score until a -1 is entered. The program will output the letter grade according to the table below.

  Write a program to render an animated humanoid walking robot

Write a program to render an animated humanoid walking robot. r robot must have two arms and two legs that are made of cylinders. each arm is made of the upper arm and lower arm (forearm).

  Create program that multiplies two hard-coded numbers

Create program that multiplies two hard-coded numbers, then prints the individual numbers out and prints their product out, all on separate lines.

  Design and implement program that check whether some numbers

COMP9021, Python Programming Assignment - You will design and implement a program that will check whether some numbers, stored in a file

  How to plot taylor series approximation along with graph

How to describe the main features of this graph and how those features relate to the loss of precision when numbers of very different magnitudes.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Implement and evaluate three learning algorithms as python

You are to implement and evaluate three learning algorithms as Python classes: A "classic" Decision Tree learner, a Random Tree learner

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd