- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 06-16-2010 04:15 PM
(2550 views)
I'm trying to calculate the interest rate of an annuity with a final payment. I have the present value, the payment amount, the final payment amount, and the number of payments. I've discovered the "MORT" and "COMPOUND" functions, but is there anything that combines these?
Thanks!
Thanks!
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I am not much of a finance guy and these simple functions have always been sufficient for me. What is it thay they do not do for you? Have you examined the other functions in the Financial category? There are close to two dozen, perhaps one of those would be closer to your needs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Basically, I'm trying to combine the "RATE" and "PV" features of the FINANCE function.
According to what I've found,
r = finance('pv', rate, nper, pmt, fv, type);
will solve for the present value of a stream of payments with a future value "fv".
I've also found this:
r = finance('rate', nper, pmt, pv);
which solves for the interest rate of a stream of payments, but it doesn't have a spot for "fv".
All of that said, I'm using SAS 9.1, which doesn't have the FINANCE function, so this may all be a moot point.
Thanks!
According to what I've found,
r = finance('pv', rate, nper, pmt, fv, type);
will solve for the present value of a stream of payments with a future value "fv".
I've also found this:
r = finance('rate', nper, pmt, pv);
which solves for the interest rate of a stream of payments, but it doesn't have a spot for "fv".
All of that said, I'm using SAS 9.1, which doesn't have the FINANCE function, so this may all be a moot point.
Thanks!