<?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: proc loan - finding a loan amount? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-loan-finding-a-loan-amount/m-p/224960#M53887</link>
    <description>&lt;P&gt;Thanks, looks promising. I'll take a look at this function&lt;/P&gt;</description>
    <pubDate>Thu, 10 Sep 2015 13:54:23 GMT</pubDate>
    <dc:creator>chris2377</dc:creator>
    <dc:date>2015-09-10T13:54:23Z</dc:date>
    <item>
      <title>proc loan - finding a loan amount?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-loan-finding-a-loan-amount/m-p/224727#M53867</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a dataset with the following information about a number of loans:&lt;BR /&gt;1. they are floating interest rate loans - the interest is defined as 6M LIBOR + fixed margin, e.g. 2 percentage points&lt;BR /&gt;2. I know the date when each loan was granted&lt;BR /&gt;3.I know the life of the loan&lt;BR /&gt;4. I have the value of monthly repayments in 2014 (for each loan I have data refering to one specified month, e.g. for loan A I know the value of monthly repayments in Januray 2014, for loan B - in July 2014 etc.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Having this information, I want to find an amount of the loan that was granted*. Can I do this with proc loan? Or maybe there is some other way?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* In other words (in italics I marked&amp;nbsp;information specific for each loan&amp;nbsp;that I have in my dataset):&lt;/P&gt;
&lt;P&gt;Person A was granted in &lt;EM&gt;initial_date&lt;/EM&gt; a floating interest rate loan for &lt;EM&gt;number_of_years&lt;/EM&gt;. In &lt;EM&gt;given_month&lt;/EM&gt; of 2014 monthly repayments were equal to &lt;EM&gt;repayments_value&lt;/EM&gt;. What was the size of the original loan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2015 12:50:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-loan-finding-a-loan-amount/m-p/224727#M53867</guid>
      <dc:creator>chris2377</dc:creator>
      <dc:date>2015-09-09T12:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: proc loan - finding a loan amount?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-loan-finding-a-loan-amount/m-p/224763#M53869</link>
      <description>&lt;P&gt;If you know the number of payments to make, interest rate and the payment amount you may get what you need with the MORT function.&lt;/P&gt;&lt;P&gt;This function returns the value of the parameter not supplied. The example below figures the principal when the monthly payment is 1000, interest was 10% annual (the division does the monthly component), for 360 payments.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
principal=mort(., 1000 , .10/12,30*12);
put principal;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The values could be variables from a data set.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2015 15:21:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-loan-finding-a-loan-amount/m-p/224763#M53869</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-09-09T15:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: proc loan - finding a loan amount?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-loan-finding-a-loan-amount/m-p/224960#M53887</link>
      <description>&lt;P&gt;Thanks, looks promising. I'll take a look at this function&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2015 13:54:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-loan-finding-a-loan-amount/m-p/224960#M53887</guid>
      <dc:creator>chris2377</dc:creator>
      <dc:date>2015-09-10T13:54:23Z</dc:date>
    </item>
  </channel>
</rss>

