home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 8 / boot-disc-1997-04.iso / PDA_Soft / Psion / misc / Spydrx / FINANCE.WEB < prev    next >
Text File  |  1995-08-20  |  2KB  |  60 lines

  1.  
  2. <opts>
  3. <odest>screen</odest>
  4. <oname>OUTPUT</oname>
  5. <onewl>lf</onewl>
  6. <cfmt>~\n</cfmt>
  7. <ctype>propagate</ctype>
  8. <citer>1</citer>
  9. <call>no</call>
  10. <cdisp>list</cdisp>
  11. <cext>yes</cext>
  12. <rfmt>\n\N:=\F</rfmt>
  13. <rall>yes</rall>
  14. <starg></starg>
  15. <srpl></srpl>
  16. <scount>1</scount>
  17. <sout>yes</sout>
  18. <nfmt>fixed</nfmt>
  19. <ndec>2</ndec>
  20. <nang>degrees</nang></opts>
  21. <cell>
  22. <cname>apr</cname>
  23. <text>Annual periodic interest rate</text>
  24. <val>0.14</val></cell>
  25. <cell>
  26. <cname>home</cname>
  27. <text>In this example is computed the monthly payment on an n  year car loan with a begining balance of prin, and an annual percentage rate of apr.
  28.  
  29. set value of prin to beginning balance.
  30. set value of apr to annual percentage rate.
  31. set value of n to number of monthly payments.
  32.  
  33. Position to the pymt cell, and choose evaluate from the main menu.
  34.  
  35. The pymt amount is negative because it is paid out.
  36.  
  37. Choose Report from the special menu to see a summary of the formulas used to produce this result.</text></cell>
  38. <cell>
  39. <cname>i</cname>
  40. <text>Interest per period is 1/12 apr if payments are made monthly.</text>
  41. <val>0.01</val>
  42. <form>apr/12</form></cell>
  43. <cell>
  44. <cname>n</cname>
  45. <text>Number of monthly  payments</text>
  46. <val>36</val></cell>
  47. <cell>
  48. <cname>power</cname>
  49. <text>an intermediate result</text>
  50. <val>1.52</val>
  51. <form>pow(1+i,n)</form></cell>
  52. <cell>
  53. <cname>prin</cname>
  54. <text>principal amount to be paid off in n monthly payments at an annual interest rate of apr%</text>
  55. <val>4500</val></cell>
  56. <cell>
  57. <cname>pymt</cname>
  58. <text>Monthly payment</text>
  59. <val>-153.80</val>
  60. <form>prin*power*i/(1-power)</form></cell></eof>