Calculate the costs associated with a loan

Assignment Help Computer Engineering
Reference no: EM131251413

Analyzing and Charting Financial Data

Excel provides a wide range of financial functions related to loans and investments. One of these is the PMT function, which can be used to calculate the payment schedule required to completely repay a mortgage or other type of loan. Figure 4-1 describes the PMT function and some of the other financial functions often used to develop budgets and financial projections.

Before you can use the PMT function, you need to understand some of the concepts and definitions associated with loans. The cost of a loan to the borrower is largely based on three factors-the principal, the interest, and the time required to repay the loan. Principal is the amount of money being loaned. Interest is the amount added to the principal by the lender. You can think of interest as a kind of "user fee" because the borrower is paying for the right to use the lender's money for an interval of time. Generally, interest is expressed at an annual percentage rate, or APR. For example, an 8 percent APR means that the annual interest rate on the loan is 8 percent of the amount owed to the lender.

An annual interest rate is divided by the number of payments per year (often monthly or quarterly). So, if the 8 percent annual interest rate is paid monthly, the resulting monthly interest rate is 1/12 of 8 percent, which is about 0.67 percent per month. If payments are made quarterly, then the interest rate per quarter would be 1/4 of 8 percent, which is 2 percent per quarter.

The third factor in calculating the cost of a loan is the time required to repay the loan, which is specified as the number of payment periods. The number of payment periods is based on the length of the loan multiplied by the number of payments per year. For example, a 10-year loan that is paid monthly has 120 payment periods (that is, 10 years × 12 months per year). If that same 10-year loan is paid quarterly, it has 40 payment periods (that is, 10 years × 4 quarters per year).

4-2a using the PMT Function

To calculate the costs associated with a loan, such as the one that Bob and Carol need to start their winery, you must have the following information:

· The annual interest rate
· The number of payment periods per year
· The length of the loan in terms of the total number of payment periods
· The amount being borrowed
· When loan payments are due

The PMT function uses this information to calculate the payment required in each period to pay back the loan. The syntax of the PMT function is

PMT(rate, nper, pv [, fv=0] [, type=0])

where rate is the interest rate for each payment period, nper is the total number of payment periods required to repay the loan, and pv is the present value of the loan or the amount that needs to be borrowed. The PMT function has two optional arguments-fv and type. The fv argument is the future value of the loan. Because the intent with most loans is to repay them completely, the future value is equal to 0 by default. The type argument specifies when the interest is charged on the loan, either at the end of the payment period (type=0), which is the default, or at the beginning of the payment period (type=1).

For example, you can use the PMT function to calculate the monthly payments required to repay a car loan of $10,000 over a 5-year period at an annual interest rate of 9 percent. The rate or interest rate per period argument is equal to 9 percent divided by 12 monthly payments, which is 0.75 percent per month. The nper or total number of payments argument is equal to 12 × 5 (12 monthly payments over 5 years), which is 60. The pv or present value of the loan is 10,000. In this case, because the loan will be repaid completely and payments will be made at the end of the month, you can accept the default values for the fv and type arguments. The resulting PMT function

PMT(0.09/12, 5*12, 10000)

returns the value -207.58, or a monthly loan payment of $207.58. The PMT function results in a negative value because that value represents an expense to the borrower. Essentially, the loan is money you subtract from your funds to repay the loan.

Rather than entering the argument values directly in the PMT function, you should include the loan terms in worksheet cells that are referenced in the function. This makes it clear what values are being used in the loan calculation. It also makes it easier to perform a what-if analysis exploring other loan options.

Bob and Carol want to borrow $310,000 for their winery at an 8 percent annual interest rate. They plan to repay the loan in 10 years with monthly payments. You will enter these loan terms in the Overview worksheet.

To Enter the Loan Information in the Overview Worksheet:

1. Open the Levitt workbook and then save the workbook as Levitt Winery.

2. In the Documentation sheet, enter your name in cell B3 and the date in cell B4.

3. Go to the Overview worksheet. The Overview worksheet provides a summary of Bob and Carol's business plan, including their loan request and business forecasts.

4. In cell C5, enter 310,000 as the loan amount.

5. In cell C6, enter 8% as the annual interest rate.

6. In cell C7, enter 12 as the number of payments per year. Twelve payments indicate monthly payments.

7. In cell C8, enter the formula =C6/C7 to calculate the interest rate per period. In this case, the 8 percent interest rate is divided by 12 payments per year, calculating the monthly interest rate of 0.67 percent.

8. In cell C9, enter 10 as the number of years in the loan.

Reference no: EM131251413

Questions Cloud

Draw a 16-level nonuniform quantizer characteristic : Draw a 16-level nonuniform quantizer characteristic that corresponds to the µ = 10 compression characteristic.
What would you recommend as an eoq : Deep Six would like to reconsider its order size. What would you recommend as an EOQ? - If Deep Six insists on maintaining a safety stock of 2 lobsters, what is the service level?
Define what will make your service extraordinary : What image of your function do you want to convey internally and externally? Customers, employees and the public will all have perceptions of your company. How will HR help create the desired picture?
Independence of the federal reserved : What are the factors that promote the independence of the federal reserved?
Calculate the costs associated with a loan : To calculate the costs associated with a loan, such as the one that Bob and Carol need to start their winery, you must have the following information The annual interest rate.
How many cases should dutch farms hold : Calculate the EOQ for Dutch Farms. -  How many cases should Dutch Farms hold as safety stock against stockouts?
Necessary and the condition required to hedge the position : The current price of a non-dividend-paying stock is $40. Over the next year it is expected to rise to $42 or fall to $37. An investor buys put options with a strike price of $41. Explain the number of shares necessary and the condition required to..
Steps to encode the analog signal into a pcm signal : In a PCM system, the bit error rate due to channel noise is 10-4. Assume that the peak signal-to-noise ratio on the recovered analog signal needs to be at least 30 dB.
Recommend an eoq for macho heavy beer : Recommend an EOQ for Macho Heavy Beer. - What is the recommended safety stock if Macho decides on an 85 percent service level?

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

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