home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 26 / bbd26.zip / FC.TXT < prev    next >
Text File  |  1988-11-29  |  5KB  |  81 lines

  1. |A╔══════════╗════════════════════════════════════════════════════════╔══════════╗
  2. |A║ |6Helpware |A║═════════════════ ^1Financial Calculator |A═════════════════║ |6Helpware |A║
  3. |A╚══════════╝════════════════════════════════════════════════════════╚══════════╝
  4. ^Cby
  5. ^CParesh P. Patel
  6.  
  7.  
  8.    If you're paying off a home or auto loan, or are considering obtaining one,
  9. or wish to know how big your savings will grow at compound interest, this is the
  10. program you need.  It will do these sorts of financial calculations.
  11.  
  12.    FINANCIAL CALCULATOR is menu-driven.  In general, you use the arrow keys to
  13. pick between options and move between input fields.  In many cases, on-screen
  14. help messages show the meaning of the menu choice on which you are sitting.
  15.  
  16.    There are four different financial calculations on the main menu.  Move the
  17. cursor to the one you want, then press ENTER.  A screen will pop up that has the
  18. appropriate data fields for the item you want.  There will be a brief menu
  19. somewhere on the screen, consisting of the letters "M" and "C".  One of these
  20. will be highlighted to show the cursor position, and an adjacent help line will
  21. show its meaning, "Return to main menu" or "Change values."  Use the left and
  22. right arrows to pick the letter you want: M to get back to the main menu, or C
  23. to enter values for a financial problem.
  24.  
  25.    After choosing the C item, you'll get a cursor in the top data field.  Type
  26. in numeric entries for each followed by ENTER; the arrows will get you around
  27. the fields if you wish to enter them out of order.  ESC concludes your entries
  28. and calculates the values you need based on the data you entered, and returns
  29. you to the "M C" menu.
  30.  
  31.    The first choice from the main menu deals with loans and mortgages.  It
  32. allows you to enter the principal, interest rate, and number of years of a loan,
  33. and the monthly payment and amortization schedule will be calculated.  In
  34. addition to the M and C items on the mini-menu here are a Y entry and left and
  35. right arrows.  These let you move around through the full amortization schedule
  36. generated once you've entered data, since this generally takes more than one
  37. screen.  Each year of loan payments, broken down into principal and interest,
  38. takes up one screenful.  You select the right and left arrow icons to advance
  39. and retreat in one-year increments, and the Y item lets you jump straight to a
  40. year by number.
  41.  
  42.    The second main menu item, compound interest, requests amounts for the
  43. principal, interest rate, and compounding period of a savings account or other
  44. fixed-interest investment, and the period of time (in compounding periods: days
  45. if compounded daily, years if compounded annually, etc.) that this money has
  46. been or is to be in the account.  The total interest earned and closing balance
  47. will then be calculated.
  48.  
  49.    The third main menu item, annuities, will compute the amount that needs to be
  50. invested in order to provide a specified payment of a particular amount and
  51. frequency for a given length of time.  You specify the amount, the period
  52. (annual, quarterly, etc.) at which the amount is paid, the interest rate and
  53. compounding frequency, and the period (in terms of interest compounding periods)
  54. over which the annuity must last.  You'll get as output the amount that must be
  55. placed into this annuity to provide the given payments.
  56.  
  57.    Finally, the Present Value item computes the current value of an investment
  58. that will yield a fixed lump sum at a particular time.  You input the sum, the
  59. interest rate, the compounding period, and the number of compounding periods in
  60. the future the payment will be made.  The output is the present value of this
  61. investment.
  62.  
  63.    To run this program outside the BIG BLUE DISK menu, type: ^1FC^0.
  64.  
  65.    NOTE:  Some DOS versions have a command "FC" (File Compare) that may 
  66. interfere with the execution of this program.  If you get a cryptic error 
  67. message about command syntax when you try to run Financial Calculator, you 
  68. probably have this problem.  This will only happen when you're trying to run 
  69. Financial Calculator when your default drive and path is not the one in which 
  70. BIG BLUE DISK (or your copy of Financial Calculator) is located, and the DOS FC 
  71. command is somewhere on the path set with the PATH command.  Fix this by going 
  72. into the drive or path where BIG BLUE DISK is (type "A:" if it's in drive A, or 
  73. "CD \BBD\26\" if it's on your hard disk, for instance), or else rename either 
  74. Financial Calculator or the DOS FC command to something else.  (If you rename 
  75. Financial Calculator, though, it won't run from the BIG BLUE DISK menu.) 
  76.  
  77. DISK FILES THIS PROGRAM USES:
  78. ^FFC.EXE
  79. ^FBRUN30.EXE
  80. ^FRETURN30.EXE
  81.