home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 481 / 481.cat next >
Text File  |  1988-09-16  |  6KB  |  98 lines

  1. (C) Copywrite 1988.
  2.                          Lex-C-Rom Inc.
  3.                    Shareware Library Systems
  4.                      451 moody St SWT 206
  5.                       Waltham, Ma 02154
  6.     Data 617-899-0060 Fax  617-899-9317 Voice  617-894-4452
  7. -------------------------------------------------------------------------
  8. Cataloging system of disks copywrited by Lex-C-Rom Inc. Copywrite of contents
  9. belong to each author. 
  10. --------------------------------------------------------------------------
  11. 481   Name of disk
  12. --------------------------------------------------------------------------
  13. Managing Money with IBM PC v1.0
  14. ---------------------------------------------------------------------------
  15. Written by A. Glazer, an economics professor at the University of
  16. California, this disk contains all the BASIC programs contained in his book
  17. Managing Money With Your IBM PC (Prentice-Hall, 1985).  Among other things,
  18. the programs can determine the after-tax cost of a loan, demonstrate the
  19. advantages of an Individual Retirement Account, compare loans which have
  20. different interest rates and different origination fees, and calculate the
  21. amount of monthly savings necessary to finance a college education.
  22. Each short program is independent and menu driven for ease of use.
  23.  
  24. ------------- Managing Money with IBM PC (v1.0)
  25. AMORTIZE BAS  Amortization schedule for a mortgage and monthly loan payment
  26. BALREM   BAS  Balance remaining on a mortgage
  27. CHARGEHI BAS  Monthly status of a revolving charge account
  28. CREDITCA BAS  The gains from using a credit card instead of paying in cash
  29. CREDITPU BAS  Minimum payment schedule for a credit purchase
  30. DAILYODO BAS  Date that is a specified number of days away from starting date
  31. DATEDIST BAS  Number of years, months, and days between two dates
  32. DATESINM BAS  Dates in a month on which a specified day of the week falls
  33. DAYOFWEE BAS  Day of week on which a specified date falls
  34. DEPGROWS BAS  Balance in a savings program with deposits that grow with time
  35. INTRATE  BAS  Interest rate on a loan
  36. INVHISTO BAS  Annual description of an investment: value, rate of return,
  37.               capital gains, and income
  38. INVINCOM BAS  Annual or monthly income that yields a specified rate of return
  39. INVPRICE BAS  Sales price of an asset that yields a specified rate of return
  40. INVVALUE BAS  Present value of an investment
  41. INVYIELD BAS  Annual rate of return on an investment
  42. IRA      BAS  The benefits of saving in an Individual Retirement Account
  43. LOANCOST BAS  After tax cost of a loan
  44. LOANQUAL BAS  Size of loan available at interest rate & monthly payment
  45. LOANTERM BAS  How many payments you must make on a loan
  46. MNTHINCM BAS  Monthly income you can obtain from a specified amount of money
  47. MONTHLYO BAS  Date that is a specified number of months away from starting date
  48. NUMDAYS  BAS  Number of days between two dates
  49. PAYBACK  BAS  How long it takes to recover an investment
  50. PERBALAN BAS  Balance in savings account after any number of deposits
  51. PERDEPOS BAS  How much to deposit each month or year to reach a savings goal
  52. PERRATE  BAS  The interest rate you must earn on your savings to reach
  53.               a specified savings goal
  54. PERTERM  BAS  How many monthly or annual deposits to make to reach a goal
  55. POINTS   BAS  Effective interest rate on a loan that charges points or
  56.               origination fees.  Useful when deciding whether to refinance
  57. README        General information and file information
  58. RULEOF78 BAS  Amortization schedule for consumer and automobile loans
  59. SAVHISTO BAS  Annual balance in a savings program with deposits that grow
  60.               each year
  61. SIMPINV  BAS  Analysis of an investment that produces no annual income
  62. TERMDEPO BAS  Balance in a savings plan any number of years after an
  63.               initial deposit
  64. ========================================================================
  65. Notes by Anthony Murabito
  66.  
  67. Program Name: Managing Money with IBM PC (v1.0)
  68.  
  69. Author Name:  Amihai Glazer, Ph.D
  70. Address:      1411 21st Street
  71.               Manhattan Beach, CA  90266
  72.  
  73. Tel number:   Not listed
  74.  
  75. Suggested donation: $10.00 - includes registration
  76.  
  77. Program description:
  78.  
  79. The Managing Money with IBM PC (MM) package comprises a set of programs
  80. written in BASIC by a professor at the University of California.  These
  81. programs used together can help their user by determining the after-tax
  82. cost of a loan, demonstrating the advantages of an Individual Retirement
  83. Account, comparing loans which have different interest rates and different
  84. origination fees, and calculating the amount of monthly savings necessary
  85. to finance a college education among many other tasks.  Each program is
  86. independent and must be run directly from BASIC.  When in BASIC just type:
  87. RUN "Filename" and press return, where filename is any BASIC file on this
  88. diskette.  Each program is also menu driven and extremely easy to use.  All
  89. values are prompted by the computer and values are scrolled on to the
  90. screen slowly in BASIC.  The main programs of interest cover calendar
  91. programs, loan programs, savings account programs, investment and charge
  92. account programs.  A short documentation file briefly describes the overall
  93. package.  This package will work with a 64k machine and color is needed for
  94. the text graphics.  Anyone interested in short, useful investment
  95. calculation programs will find this package very valuable. Many different
  96. types of loans are also well demonstrated and make more easy using this
  97. package.
  98.