subject

Refinancing a Mortgage. A few years back, Dave and Jana bought a new home. They borrowed $230,415 at an annual fixed rate of 5.49% (15-year term) with monthly payments of $1,881.46. They just made their 25th payment, and the current balance on the loan is $208,555.87. Interest rates are at an all-time low, and Dave and Jana are thinking of refinancing to a new 15-year fixed loan. Their bank has made the following offer: 15-year term, 3.0%, plus out-of-pocket costs of $2,937. The out-of-pocket costs must be paid in full at the time of refinancing. Build a spreadsheet model to evaluate this offer. The Excel function =PMT(rate, nper, pv, fv, type) calculates the payment for a loan based on constant payments and a constant interest rate. The arguments of this function are as follows: rate=the interest rate for the loannper=the total number of paymentspv=present value⁢(the amount borrowed)fv=future value⁢[the desired cash balance after the last payment⁢(usually⁢0)]type=payment type⁢(0=end of period,⁢1=beginning of the period) For example, for Dave and Jana’s original loan, there will be 180 payments (12*15=180), so we would use =PMT(0.0549/12,⁢180,⁢230415,⁢0,⁢0)= $1,881.46. Note that because payments are made monthly, the annual interest rate must be expressed as a monthly rate. Also, for payment calculations, we assume that the payment is made at the end of the month. The savings from refinancing occur over time, and therefore need to be discounted back to current dollars. The formula for converting K dollars saved t months from now to current dollars is K(1+r)t-1 where r is the monthly inflation rate. Assume that r=0.002 and that Dave and Jana make their payment at the end of each month. Use your model to calculate the savings in current dollars associated with the refinanced loan versus staying with the original loan.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 15:00
Universal windows platform is designed for which windows 10 version?
Answers: 1
question
Computers and Technology, 24.06.2019 17:00
Following are uses of spreadsheets. for each use, choose whether the use is a business use, consumer use, or student use. family budget: sales data: recording research data for science class:
Answers: 2
question
Computers and Technology, 24.06.2019 18:20
The following if statement contains a logic error, not a syntax error. rewrite it so that it is correct. assume the variable age already exists and holds a valid number. if (age == 18 & & age == 19) {
Answers: 1
question
Computers and Technology, 25.06.2019 04:30
Consider a list of full names formatted “firstname lastname”, like ["jules verne", "alexandre dumas", "maurice druon"]. write a list comprehension that produces a list with the full names in the format “lastname, firstname”. the resulting list should look like ['verne, jules', 'dumas, alexandre', 'druon, maurice']. the simplest solution may involve a nested comprehension: [ …. for … in [ … for … in … ]].
Answers: 3
You know the right answer?
Refinancing a Mortgage. A few years back, Dave and Jana bought a new home. They borrowed $230,415 at...
Questions
Questions on the website: 13722363