<?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 Re: EMI calculations with a Balloon Payment in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/EMI-calculations-with-a-Balloon-Payment/m-p/540527#M149117</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/194934"&gt;@thepushkarsingh&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I want to create/use a function which takes ballon payment in the end period to give EMIs. For example, a loan at 4% annually of 1000 for 12 months with a balloon payment of 100 at the end will have an EMI of 76.97. An equivalent to Excel formula = PMT(RATE,N,PV,[FV],[type]). There is an option in Excel of FV which doesn't seem to be in SAS function PMT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help is deeply appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(P.S. - PROC LOAN is not an option as it takes too much time to calculate it for each row)&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The FINANCE functions PMT and&amp;nbsp;PPMT both have FV as options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;FINANCE('PMT', rate, nper, pv, &amp;lt;fv&amp;gt;, &amp;lt;type&amp;gt;); 

FINANCE('PPMT', rate, period, nper, pv, &amp;lt;fv&amp;gt;, &amp;lt;type&amp;gt;); &lt;/PRE&gt;</description>
    <pubDate>Tue, 05 Mar 2019 18:04:59 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2019-03-05T18:04:59Z</dc:date>
    <item>
      <title>EMI calculations with a Balloon Payment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/EMI-calculations-with-a-Balloon-Payment/m-p/540516#M149113</link>
      <description>&lt;P&gt;I want to create/use a function which takes ballon payment in the end period to give EMIs. For example, a loan at 4% annually of 1000 for 12 months with a balloon payment of 100 at the end will have an EMI of 76.97. An equivalent to Excel formula = PMT(RATE,N,PV,[FV],[type]). There is an option in Excel of FV which doesn't seem to be in SAS function PMT.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is deeply appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(P.S. - PROC LOAN is not an option as it takes too much time to calculate it for each row)&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 17:37:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/EMI-calculations-with-a-Balloon-Payment/m-p/540516#M149113</guid>
      <dc:creator>thepushkarsingh</dc:creator>
      <dc:date>2019-03-05T17:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: EMI calculations with a Balloon Payment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/EMI-calculations-with-a-Balloon-Payment/m-p/540527#M149117</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/194934"&gt;@thepushkarsingh&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I want to create/use a function which takes ballon payment in the end period to give EMIs. For example, a loan at 4% annually of 1000 for 12 months with a balloon payment of 100 at the end will have an EMI of 76.97. An equivalent to Excel formula = PMT(RATE,N,PV,[FV],[type]). There is an option in Excel of FV which doesn't seem to be in SAS function PMT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help is deeply appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(P.S. - PROC LOAN is not an option as it takes too much time to calculate it for each row)&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The FINANCE functions PMT and&amp;nbsp;PPMT both have FV as options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;FINANCE('PMT', rate, nper, pv, &amp;lt;fv&amp;gt;, &amp;lt;type&amp;gt;); 

FINANCE('PPMT', rate, period, nper, pv, &amp;lt;fv&amp;gt;, &amp;lt;type&amp;gt;); &lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Mar 2019 18:04:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/EMI-calculations-with-a-Balloon-Payment/m-p/540527#M149117</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-03-05T18:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: EMI calculations with a Balloon Payment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/EMI-calculations-with-a-Balloon-Payment/m-p/540530#M149118</link>
      <description>Thank you very much! There's so much to know in SAS.</description>
      <pubDate>Tue, 05 Mar 2019 18:10:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/EMI-calculations-with-a-Balloon-Payment/m-p/540530#M149118</guid>
      <dc:creator>thepushkarsingh</dc:creator>
      <dc:date>2019-03-05T18:10:17Z</dc:date>
    </item>
  </channel>
</rss>

