Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem 3 : As the new analytics hire at First Band & Trust, you have been asked to conduct an analysis of the bank s
Problem : As the new analytics hire at First Band & Trust, you have been asked to conduct an analysis
of the banks mortgage loans. The data includes the customers name, the loan date, loan amount, loan
duration in years Annual Percentage Rate APR number of completed payments by the customer all
loans are paid monthly and the date in which the loan will be fully paid. Note that if the date is in the
past, eg in a previous year, it means the loan has been paid off.
a For each loan, calculate the amount of interest paid to date. Place your answer in cell H
Autofill the column. You should not hardcode any values in your formula.
b For each loan, calculate the amount of principal paid to date. Place your answer in cell I
Autofill the column. You should not hardcode any values in your formula.
c Calculate the loan balance. Place your answer in cell J
The bank is considering making refinancing offers to customers with outstanding loans, eg loans that
have not been fully paid yet. The messages will focus on two themes:
Offering a drop on the customers Loan APR
Suggesting that customers pay an additional $ monthly
d Create a refinancing message that states We can offer you a new loan with a drop in
interest. Your new loan will have payments of: new loan payment over loan term years.
Calculate the new loan payment.
If you do not know how to calculate the new loan payment, calculate the payment
based on the old loan, and display that in the parts below.
Using Concatenation and the Text function construct the statement for each customer.
Note that the loan term is not the same for every customer, and that the bank is
assuming customers will refinance the new loan for the same duration as the original
loan.
The message should only display for customers who have not finished paying off their
loans.
e Create a refinancing message that states If you pay an additional $ each month, you will
reduce your repayment schedule by: reduction in repayment schedule.
Calculate the reduction in repayment schedule.
If you do not know how to calculate reduction in payment schedule, calculate the
number of periods to repay the old loan with an additional $ and display that in the
parts below.
Using Concatenation and the Text function construct the statement for each customer.
Note that the loan term is not the same for every customer, and that the bank is
assuming customers will refinance the new loan for the same duration as the original
loan.
The message should only display for customers who have not finished paying off their
loans.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started