Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

#The numpy function np.pv(rate, nper, pmt, fv=0, when='end') works like the Excel pv() function to calculate the present value of an annuity. The last two

#The numpy function np.pv(rate, nper, pmt, fv=0, when='end') works like the Excel pv() function to calculate the present value of an annuity. The last two inputs (fv and when) are optional.

-Assuming that the annualized percentage interest rate is 4%. An annuity investment offers monthly payments of $30,000 per month for 5 years.

a. Calculate the present value this investment using the np.pv() function and print the answer.

b. Keeping the size and number of payments the same, graph the present value of the annuity vs. the discount rate for discount rates ranging from 0.01 to 0.20 in increments of .01. Put a title and axis labels on the plot

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Finance questions