<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Present Value of an Annuity in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Present-Value-of-an-Annuity/m-p/36230#M7130</link>
    <description>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?  &lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
    <pubDate>Wed, 16 Jun 2010 20:15:32 GMT</pubDate>
    <dc:creator>dowian2</dc:creator>
    <dc:date>2010-06-16T20:15:32Z</dc:date>
    <item>
      <title>Present Value of an Annuity</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Present-Value-of-an-Annuity/m-p/36230#M7130</link>
      <description>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?  &lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Wed, 16 Jun 2010 20:15:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Present-Value-of-an-Annuity/m-p/36230#M7130</guid>
      <dc:creator>dowian2</dc:creator>
      <dc:date>2010-06-16T20:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Present Value of an Annuity</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Present-Value-of-an-Annuity/m-p/36231#M7131</link>
      <description>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.</description>
      <pubDate>Thu, 17 Jun 2010 15:33:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Present-Value-of-an-Annuity/m-p/36231#M7131</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2010-06-17T15:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Present Value of an Annuity</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Present-Value-of-an-Annuity/m-p/36232#M7132</link>
      <description>Basically, I'm trying to combine the "RATE" and "PV" features of the FINANCE function.&lt;BR /&gt;
&lt;BR /&gt;
According to what I've found,&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;   r = finance('pv', rate, nper, pmt, fv, type);&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
will solve for the present value of a stream of payments with a future value "fv".&lt;BR /&gt;
I've also found this:&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;   r = finance('rate', nper, pmt, pv);&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
which solves for the interest rate of a stream of payments, but it doesn't have a spot for "fv".&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
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.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Thu, 17 Jun 2010 16:44:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Present-Value-of-an-Annuity/m-p/36232#M7132</guid>
      <dc:creator>dowian2</dc:creator>
      <dc:date>2010-06-17T16:44:23Z</dc:date>
    </item>
  </channel>
</rss>

