Question

JUST DO QUESTION 2 and 3, not 1. The answer to one is 4% I believe....

JUST DO QUESTION 2 and 3, not 1. The answer to one is 4% I believe.

  1. Ann gets a fully amortizing 30-year fixed rate mortgage with quarterly payments for $1,000,000. The interest rate is 4%, compounded quarterly. She prepays the mortgage in 1 quarter (i.e. she makes the 1st payment and immediately prepays the remaining balance). What is Ann’s APR?

    Notes: a quarter equals 3 months, one year consists of 4 quarters, APR is annual.

  2. Modify question 1: At the moment when Ann signs the mortgage, she must pay an origination fee that equals 2 points. Everything else stays the same, and she still prepays the mortgage in 1 quarter. What is Ann’s APR?

  3. Modify question 2: There is still an origination fee of 2 points, but now Ann decides to keep the mortgage for the whole term, i.e. she no longer plans to prepay it. What is Ann’s APR?

Homework Answers

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Ann gets a fully amortizing 30-year fixed rate mortgage with quarterly payments for $1,000,000. The interest...
Ann gets a fully amortizing 30-year fixed rate mortgage with quarterly payments for $1,000,000. The interest rate is 4%, compounded quarterly. She prepays the mortgage in 1 quarter (i.e. she makes the 1st payment and immediately prepays the remaining balance). There is still an origination fee of 2 points, but now Ann decides to keep the mortgage for the whole term, i.e. she no longer plans to prepay it. What is Ann’s APR?
1. Ann buys a house for $4,000,000. She gets a mortgage for $3,200,000 and pays the...
1. Ann buys a house for $4,000,000. She gets a mortgage for $3,200,000 and pays the rest. What is Ann’s Loan to Value (LTV) ratio at the time of purchase? Write the answer as a percent so for example 2.5% should be written as 2.5, not as 0.025. 2. Ann buys a house for $4,000,000. She gets a mortgage for $3,200,000 and pays the rest. How much home equity (HEQ) does Ann have? 3. Ann obtains a fully amortizing 30...
QUESTION 17 If A = { 1, 2, 3, 4 }    B = {  3, 4, 5...
QUESTION 17 If A = { 1, 2, 3, 4 }    B = {  3, 4, 5 }   C = { 5, 7, 8, 9 } then A ∩   C U  B  equals { 3, 5 } { 3, 4, 5 } { 4, 5 } None of the above QUESTION 19 What is the Cartesian product A x B given  A = {1, 2} and B = {a, b}? { (1, a), (1, b), (2, a), (b, b) (a, a)} { (1, 1), (2, 2),...
I would like the answer for this question in 3-4 pages and from a "personal" point...
I would like the answer for this question in 3-4 pages and from a "personal" point of view. (i.e.: the data in your life that is not business).Think about all of your personal data. All of your hard drives, cloud storage, smart phones, data cds, email, pictures, music, video etc... 1) Assess your risk. How sensitive is your most sensitive data. What do you currently do to protect it? Is this enough? What would happen if the data were compromised?...
Select one answer for each five QUESTION 2 1.     Products and brands in niche markets hope...
Select one answer for each five QUESTION 2 1.     Products and brands in niche markets hope to achieve profits through ________. medium pricing high promotability low margins lower demand high margins 1 points    QUESTION 3 1.     Refer to pg. 249 in your text. From a marketing management perspective, there are three main sets of brand equity drivers. Which of the three drivers was most applicable when McDonald’s decided to use the “golden arches” and Ronald McDonald as symbols of...
Year Quarter Sales (in Billions) 2009 1 2.62 2009 2 2.33 2009 3 2.4 2009 4...
Year Quarter Sales (in Billions) 2009 1 2.62 2009 2 2.33 2009 3 2.4 2009 4 2.42 2010 1 2.72 2010 2 2.53 2010 3 2.61 2010 4 2.84 2011 1 2.95 2011 2 2.79 2011 3 2.93 2011 4 3.03 2012 1 3.44 2012 2 3.2 2012 3 3.3 2012 4 3.36 2013 1 3.79 2013 2 3.56 2013 3 3.74 2013 4 3.8 2014 1 4.24 2014 2 3.87 2014 3 4.15 2014 4 4.18 2015 1 4.8...
java data structure question - Consider the following recurrence function" f(1)=1; f(2)=2; f(3)=3; f(4)=2; f(5)=2 f(n)...
java data structure question - Consider the following recurrence function" f(1)=1; f(2)=2; f(3)=3; f(4)=2; f(5)=2 f(n) = 2 * f(n -1) + f(n – 5) for n >= 6 Write a program to demonstrate this recurrence relation (recursive method) and demonstrate it for the values n = 6, 7, 10, and 12; Create a second method that solves the same problem using an iterative solution. Modify your test program to show that both the recursive method and the iterative methods...
Question 1 With: ?(?) = ?3 + 4 ?2 What is the domain of ?? Find...
Question 1 With: ?(?) = ?3 + 4 ?2 What is the domain of ?? Find the equations of all the asymptotes of ? (if any) (at the boundaries/holes of the domain) Find the intercepts of ? (if any) Is the function even? Odd? If yes, what symmetry will the graph possess? Do a sign chart of the first derivative, indicate the intervals where ? is increasing/decreasing, and find all the horizontal tangents of ? (if any). Do a sign...
Question 2 Smith Ltd manufactures and sells one product. You are presented with the following information...
Question 2 Smith Ltd manufactures and sells one product. You are presented with the following information for the preparation of the annual operating budget for the period ending 31 December 2021: Estimated sales in units are 50,000 units for Quarter 1, 53,000 units for Quarter 2, 62,000 units for Quarter 3, and 65,000 units for Quarter 4. The estimated per unit selling price is $9 for Quarters 1-3, and $10 for Quarter 4. Smith Ltd has set the desired ending...
Hello I have a question about Java. example So when you put “sum 1 2 3”...
Hello I have a question about Java. example So when you put “sum 1 2 3” in console, you do not seperate those. Need a space between sum 1, 2 in the console. What is Sum? sum 1 2 3 6 (answer) sum 123456 21 sum 7 4 2 13 public static void main (String[] args) { System.out.Println(“What is Sum?”); String a=“”; a = scnr.nextLine(); String[] b = a.split(“”); if(b[0].equals(“sum”) { } I don’t know how to make code for...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT