<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - comments on Post, Return Finance Package</title>
    <link>http://www.mapleprimes.com/posts/139264-Return-Finance-Package</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 07:23:36 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 07:23:36 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest comments added to the Post, Return Finance Package</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - comments on Post, Return Finance Package</title>
      <link>http://www.mapleprimes.com/posts/139264-Return-Finance-Package</link>
    </image>
    <item>
      <title>True enough</title>
      <link>http://www.mapleprimes.com/posts/139264-Return-Finance-Package?ref=Feed:MaplePrimes:Return Finance Package:Comments#comment139268</link>
      <itunes:summary>&lt;p&gt;I don't think Mathematica has it in their package either.&amp;nbsp; Even when the statistics package for Maple came out Karian and Tanis had written a maple statistics supplement since there were many missing functions that they believed should have been included.&amp;nbsp; Although today Maple is a much stronger platform than it was. &lt;/p&gt;
&lt;p&gt;However, Maple is versatile and we could create those procedures you mention.&amp;nbsp; Maybe a collaboration on a finance supplement is in order?&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, Return Finance Package</description>
      <guid>139268</guid>
      <pubDate>Wed, 07 Nov 2012 07:19:42 Z</pubDate>
      <itunes:author>Christopher2222</itunes:author>
      <author>Christopher2222</author>
    </item>
    <item>
      <title>humm</title>
      <link>http://www.mapleprimes.com/posts/139264-Return-Finance-Package?ref=Feed:MaplePrimes:Return Finance Package:Comments#comment139272</link>
      <itunes:summary>&lt;p&gt;thanx chris!&lt;br&gt;the procedures themself are not difficult to write but it takes time! For example a non-generic&lt;br&gt;percentage return of a matrix XX with 20 rows and 101 columns where time flows horizontally ie in rows.&lt;br&gt;&lt;br&gt;Matrix(20, 100, proc (i, j) options operator, arrow; 100*(XX[i, j+1]-XX[i, j])/XX[i, j] end proc)&lt;br&gt;&lt;br&gt;However, it is a strech by far to assume that people knows this or want to know it!&lt;br&gt;The procedures also need to be generica ie work for column/row organized data.&lt;br&gt;&lt;br&gt;I would like to go from A to M as fast as possible without waisting any time &lt;br&gt;hence these procedures should have already been written.&lt;br&gt;I am dying you know! well so are you in another 60 years he he&lt;br&gt;&lt;br&gt;It is soo stupid that I am thinking it might be premeditated just to piss of some&lt;br&gt;narcissistic economist!&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, Return Finance Package</description>
      <guid>139272</guid>
      <pubDate>Wed, 07 Nov 2012 12:50:01 Z</pubDate>
      <itunes:author>alex_01</itunes:author>
      <author>alex_01</author>
    </item>
    <item>
      <title>My Contribution</title>
      <link>http://www.mapleprimes.com/posts/139264-Return-Finance-Package?ref=Feed:MaplePrimes:Return Finance Package:Comments#comment139284</link>
      <itunes:summary>&lt;p&gt;This will be my contribution to the problem :-) I have waisted enough time on this &lt;br&gt;(especially when I dont get paid)! I wanted to save the PC procedure ie &lt;br&gt;PercentageChange (PC) in the finance module but Maple wont let me. &lt;br&gt;&lt;br&gt;Hence a created a new module called MyFinance (added to the help pages as well)&lt;br&gt; with one single procedure PC. More procedures like first difference, log return etc &lt;br&gt;can be added in an easy way later.&lt;br&gt;&lt;br&gt;I have uploaded the code as a Maple worksheet instead of copy/pasting code on MaplePrimes&lt;br&gt;which is a pain in the ass for me. Let me know if their are any problems with the module :-)&lt;br&gt;&lt;br&gt;&lt;a href="/view.aspx?sf=139284/446147/LL_80)_MyFinance_(Pe.mw"&gt;LL_80)_MyFinance_(Pe.mw&lt;/a&gt;&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, Return Finance Package</description>
      <guid>139284</guid>
      <pubDate>Wed, 07 Nov 2012 18:08:41 Z</pubDate>
      <itunes:author>alex_01</itunes:author>
      <author>alex_01</author>
    </item>
    <item>
      <title>LibraryTools[WriteMode]</title>
      <link>http://www.mapleprimes.com/posts/139264-Return-Finance-Package?ref=Feed:MaplePrimes:Return Finance Package:Comments#comment139297</link>
      <itunes:summary>&lt;p&gt;The builtin packages are readonly.&amp;nbsp; You can change that by using LibraryTools[WriteMode] to modify the library package to writeable.&amp;nbsp; Then can change back to readonly later after modification.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Although I would suggest not modifying the built-in libraries just in case it becomes broken and instead do as you have done already, by creating a new package MyFinance.&amp;nbsp; I meant to suggest Finance2 as a supplement name but that's easy enough to change.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Maple12 has a meager 12 commands under the finance package.&amp;nbsp; In Maple15 it exploded to almost 12x's that number to 140! (! not to be confused with factorial) simply awesome!&amp;nbsp; It could be pointed out to Maple to add some more commands if there are some that are believed to be missing.&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, Return Finance Package</description>
      <guid>139297</guid>
      <pubDate>Wed, 07 Nov 2012 22:11:27 Z</pubDate>
      <itunes:author>Christopher2222</itunes:author>
      <author>Christopher2222</author>
    </item>
    <item>
      <title>humm</title>
      <link>http://www.mapleprimes.com/posts/139264-Return-Finance-Package?ref=Feed:MaplePrimes:Return Finance Package:Comments#comment139305</link>
      <itunes:summary>&lt;p&gt;It is interesting you say 140 commands in the Finance package! That is quite inflated!&lt;br&gt;That whats happend when a computer scientist get free hands with 0 input from an economist/finance&lt;br&gt;person that is actually going to use this stuff! I would have traded the "AddHoliday" command&lt;br&gt;for a percentage return command every time!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, Return Finance Package</description>
      <guid>139305</guid>
      <pubDate>Thu, 08 Nov 2012 02:58:34 Z</pubDate>
      <itunes:author>alex_01</itunes:author>
      <author>alex_01</author>
    </item>
    <item>
      <title>logical place</title>
      <link>http://www.mapleprimes.com/posts/139264-Return-Finance-Package?ref=Feed:MaplePrimes:Return Finance Package:Comments#comment139311</link>
      <itunes:summary>&lt;p&gt;Yes, there were a few commands in there that weren't completely financially related.&amp;nbsp; However , a logical choice it was to have them placed in the finance package.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I haven't had a complete look at the Maple 16 finance package, as my native Maple platform is Maple12, but there are some fairly complex and interesting commands in there.&amp;nbsp; Even with the new statistics package there are still more commands that could be added.&amp;nbsp; It is not surprising that not all commands were included at the time. &lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, Return Finance Package</description>
      <guid>139311</guid>
      <pubDate>Thu, 08 Nov 2012 05:59:44 Z</pubDate>
      <itunes:author>Christopher2222</itunes:author>
      <author>Christopher2222</author>
    </item>
  </channel>
</rss>