<?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: Q regarding amortization of 500,000 loans in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Q-regarding-amortization-of-500-000-loans/m-p/189160#M47804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your prompt reply.&amp;nbsp; Unfortunately, I am unable to block the data up (group) as you suggested.&amp;nbsp; I do that now in excel.&amp;nbsp; The whole purpose of looking for an alternative is to run each line item individually.&amp;nbsp; Your comment "... it may take a farily large amount of time as data scales up..." has me concerned.&amp;nbsp; Speed is critical.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The cost of SAS is holding me back...&amp;nbsp; I have no idea if the capability and speed are sufficient and don't want to spend thousands of dollars plus many hours to figure it out!&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would appreciate any other comments.&amp;nbsp; Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jan 2015 18:18:06 GMT</pubDate>
    <dc:creator>auto_pilot</dc:creator>
    <dc:date>2015-01-19T18:18:06Z</dc:date>
    <item>
      <title>Q regarding amortization of 500,000 loans</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Q-regarding-amortization-of-500-000-loans/m-p/189158#M47802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to the community and interested SAS capabilities.&amp;nbsp; I would like to run multiple amortization schedules on approximately 500,000 loans.&amp;nbsp; There are various loan types:&amp;nbsp; commercial, residential, fixed rate, floating, balloons, auto, etc.&amp;nbsp; Important output needs: &lt;/P&gt;&lt;P&gt;+ principal and interest payments monthly&lt;/P&gt;&lt;P&gt;+ Must be able to include borrower prepayments IE:&amp;nbsp; 10% of each loan will prepay annually&lt;/P&gt;&lt;P&gt;+ Need present value of cash flow for each loan based on a discount rate that is different from the borrower loan rate&lt;/P&gt;&lt;P&gt;+ Need to run the analysis multiple times (based on different prepay speeds and discount rates). &lt;/P&gt;&lt;P&gt;+ Need to group monthly results into categories IE:&amp;nbsp; Mortgage loan totals, car loan totals, etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By my rough estimate, the project includes 5 to 9 billion calculations (principal, interest and prepayments monthly).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently using Excel on a smaller scale, but it can't handle this large data set and number of calculations. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have never used SAS and would like some advice:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+ is SAS a good tool to address this project? &lt;/P&gt;&lt;P&gt;+ can I run it on a desktop PC? &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;+ Anything else I should consider?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for all replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 15:49:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Q-regarding-amortization-of-500-000-loans/m-p/189158#M47802</guid>
      <dc:creator>auto_pilot</dc:creator>
      <dc:date>2015-01-19T15:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Q regarding amortization of 500,000 loans</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Q-regarding-amortization-of-500-000-loans/m-p/189159#M47803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, finance is not my field, so the specifics there are for other people.&amp;nbsp; Yes, pretty much anything is better than Excel.&amp;nbsp; &lt;/P&gt;&lt;P&gt;SAS should be able to handle your data, it may take a fairly large amount of time as data scales up, so look at optimization, and ensure you have plenty of memory. &lt;/P&gt;&lt;P&gt;Yes, SAS can install locally.&lt;/P&gt;&lt;P&gt;Consider blocking your data, i.e. break it up into distinct groups, maybe on load type.&amp;nbsp; So create smaller datasets.&amp;nbsp; Also when starting work on a subset of data, i.e. maybe the first 100 records or something to get your code working, then remove the restriction.&amp;nbsp; Don't try to work with large amount of data straight off.&amp;nbsp; Also, maybe consider a relational approach, maybe have discount rates in one table for instance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 16:21:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Q-regarding-amortization-of-500-000-loans/m-p/189159#M47803</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-01-19T16:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Q regarding amortization of 500,000 loans</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Q-regarding-amortization-of-500-000-loans/m-p/189160#M47804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your prompt reply.&amp;nbsp; Unfortunately, I am unable to block the data up (group) as you suggested.&amp;nbsp; I do that now in excel.&amp;nbsp; The whole purpose of looking for an alternative is to run each line item individually.&amp;nbsp; Your comment "... it may take a farily large amount of time as data scales up..." has me concerned.&amp;nbsp; Speed is critical.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The cost of SAS is holding me back...&amp;nbsp; I have no idea if the capability and speed are sufficient and don't want to spend thousands of dollars plus many hours to figure it out!&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would appreciate any other comments.&amp;nbsp; Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 18:18:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Q-regarding-amortization-of-500-000-loans/m-p/189160#M47804</guid>
      <dc:creator>auto_pilot</dc:creator>
      <dc:date>2015-01-19T18:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Q regarding amortization of 500,000 loans</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Q-regarding-amortization-of-500-000-loans/m-p/189161#M47805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS can handle it, it will run on your desktop as well, with speed dependent on your processing power. &lt;/P&gt;&lt;P&gt;SAS processes data line by line so it's unlikely to run out of memory with your particular process but it may take longer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't want to do it, consider hiring a consultant to do it for you, if it's a one time consideration.&amp;nbsp; Given the parameters here, its a simulation and should be less than the licensing cost of SAS. &lt;/P&gt;&lt;P&gt;You could create a Proof of Concept (PoC) using SAS University Edition (&lt;A href="http://www.sas.com/en_us/software/university-edition.html" title="http://www.sas.com/en_us/software/university-edition.html"&gt;Free Statistical Software, SAS University Edition | SAS&lt;/A&gt;) or having a consultant generate a PoC for you as well. SAS UE is way too slow to actually process this for all your data but you could develop a Proof of Concept. The benefit is the program is likely to be the same for your full data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other things to consider are the SAS financial functions. Can any of them simplify the process for you? &lt;/P&gt;&lt;P&gt;Slightly outdated but here's a reference to the SAS Financial functions. &lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a003180371.htm" title="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a003180371.htm"&gt;SAS(R) 9.2 Language Reference: Dictionary, Fourth Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When writing your programs you'll want to make sure you only keep the data you want at the end rather than every single table some times. &lt;/P&gt;&lt;P&gt;Hard to suggest more without exact details of your calculation. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 18:28:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Q-regarding-amortization-of-500-000-loans/m-p/189161#M47805</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-01-19T18:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Q regarding amortization of 500,000 loans</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Q-regarding-amortization-of-500-000-loans/m-p/189162#M47806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Proc LOAN a part of the SAS ETS module may be what you need.&lt;/P&gt;&lt;P&gt;I would take this question to the SAS Sales people, they'll want a client and can be very helpful with requirements. If you could provide an example dataset I suspect they would be very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that when I bought my house I ran quite a few what if situations on interest rates, prepayment and amortization schedules through Proc Loan. I don't know enough finance specific stuff but &lt;A href="http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_loan_sect011.htm" title="http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_loan_sect011.htm"&gt;SAS/ETS(R) 9.3 User's Guide&lt;/A&gt; may give you more information about possibilities.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 18:23:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Q-regarding-amortization-of-500-000-loans/m-p/189162#M47806</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-01-20T18:23:34Z</dc:date>
    </item>
  </channel>
</rss>

