home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / finance / varin58h.zip / README.DOC < prev    next >
Text File  |  1993-05-09  |  8KB  |  199 lines

  1.  
  2.  
  3.                   The Variable Investment Analyst 5.X   Page 1
  4.  
  5.  
  6.      Welcome to the Variable Investment Analyst investment portfolio
  7.      management program!  This program calculates profit, periodic total
  8.      return, cumulative total return, average annual total return, internal
  9.      rate of return, capital gain, buy/sell prices, and other statistics.
  10.      It is especially useful for investments involving multiple cash flows,
  11.      such as mutual funds, 401k plans, annuities, and partnerships, but
  12.      also is helpful for stocks, bonds, CD's, etc.  Has pull down menus,
  13.      dialog boxes, and mouse support.  Exports to Lotus, Excel, etc.  It
  14.      runs on any IBM compatible monitor/display, and does *not* require a
  15.      hard drive.
  16.  
  17.      Following is a summary of the major enhancements, and the version in
  18.      which they were introduced:
  19.  
  20.      Introduced in Version 4:
  21.  
  22.          1)  Data files use the more accurate IEEE format numbers rather
  23.          than Microsoft Binary Format numbers.
  24.          2)  Data files use long format dates (MMDDYYYY) rather than
  25.          MMDDYY, which will allow the the program's calculations to be
  26.          accurate across centuries (There are many programs out there that
  27.          won't calculate correctly after the year 1999).
  28.          3)  The program calculates low, high, and average buy and sell
  29.          price statistics.
  30.          4)  The user can export the reports to disk file.
  31.          5)  Advanced code optimization and memory management techniques
  32.          allow tracking thousands of investments and transactions.
  33.          6)  Includes more comprehensive instructions, input editing, and
  34.          error handling.
  35.  
  36.      Introduced in Version 5:
  37.  
  38.          1)  Allows the input of service charge transactions which affect
  39.          profit and % return calculations, but *not* buy or sell price
  40.          statistics.  Previously, the user had to include service charges
  41.          in their buy or sell prices, which adversely affected their low,
  42.          high, and average buy/sell price statistics.
  43.          2)  % Return calculations are accurate to the day.  Previously,
  44.          return calculations were rounded to the nearest month.
  45.          3)  Includes dollar-weighted annualized internal rate of return
  46.          (IRR) calculation.
  47.          4)  When listing an investment, the user can optionally use a date
  48.          mask to compare returns from different investments more easily.
  49.          5)  Pull-down menus, dialog boxes, and mouse capability (5.6).
  50.          6)  A basis worksheet for determining capital gains (5.7e).
  51.          7)  The limit of 10 records was removed from the non-registered
  52.          versions, giving it all the functionality of the registered
  53.          version (5.8).
  54.  
  55.      This version was compiled using Microsoft BASIC Professional
  56.      Development System 7.1.  It works with any DOS version 2.0 or greater,
  57.      and will use a math coprocessor, if it finds one on board.  Versions
  58.  
  59.  
  60.  
  61.  
  62.                                Readme May 9, 1993
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.                   The Variable Investment Analyst 5.X   Page 2
  70.  
  71.  
  72.      *prior* to 3.0 were written in GWBASIC, and data files created in
  73.      those versions will *not* work using this new version, so you will
  74.      have to re-input them.  If you are upgrading from version 3 or 4.X,
  75.      however, you can re-format your data files to this version by first
  76.      running the included program, 'Varcvrt.exe'.
  77.  
  78.      Included in the .ZIP file, should be the following files:
  79.  
  80.          1)  Varinv.exe is the program.  Just type 'Varinv' at the DOS
  81.          prompt to run.
  82.          2)  Readme.doc is the file you are reading now.
  83.          3)  Varinv.doc is an ASCII file which contains the instructions
  84.          and registration form which are accessed by the program.  It can
  85.          optionally be loaded into your word processor, to allow you to
  86.          search for specific subjects.  For proper program operation, this
  87.          file should not be modified.
  88.          4)  Varinv.dat holds the names and descriptions of the investment
  89.          data files.  If you ever accidentally delete it, the program will
  90.          recreate it; all you have to do then is re-input the names and
  91.          descriptions of your investment data files with the 'Open' option
  92.          under the 'Files' menu.
  93.          5)  Example.dat, DJ_30.dat, and SP_500.dat are sample investment
  94.          data files, included to help you better understand the program's
  95.          features.
  96.          6)  Varcvrt.exe will re-format version 3 or 4.X data files so they
  97.          can be used by this new version.  For version 3 files, it will,
  98.          among other things, convert dates from MMDDYY to MMDD19YY.  For
  99.          version 4.X, it will convert dividend transactions into negative
  100.          amounts.  This will allow the program to distinguish them from
  101.          service charges (introduced in version 5), which have an identical
  102.          format, but use positive amounts.
  103.          7)  Prices.scr is a script file for use with Autosig to facilitate
  104.          downloading market index price and dividend history from
  105.          Compuserve.  This data can then be manually input into investment
  106.          files.
  107.          8)  Sharewar.doc is an explanation of the shareware principle.
  108.          9)  Register.doc is a copy of the registration form.  Simply type
  109.          'Copy register.doc prn' to print it on your printer.
  110.          10) File_id.diz is a file which can be read by some BBS software
  111.          to automatically provide a file description at time of upload.
  112.          11) Vend&Sys.doc has information for disk vendors and BBS sysops.
  113.  
  114.      When first running the program, pick the 'Files' menu, then the 'Open'
  115.      option; then move the cursor to the file named 'Example', and press
  116.      Enter.  After returning to the main menu, pick the 'Transactions'
  117.      menu, then the 'List' option, to see the transactions in this sample
  118.      investment file.  This will help you better understand the program's
  119.      features.  More detailed operating instructions are accessed by
  120.      picking the 'Instructions' option under the 'Miscellaneous' menu.
  121.      If you would like to run the program from your hard drive, simply
  122.      create a directory, and then copy all the files from the diskette(s)
  123.      to that directory.
  124.  
  125.  
  126.  
  127.  
  128.                                Readme May 9, 1993
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.                   The Variable Investment Analyst 5.X   Page 3
  136.  
  137.  
  138.  
  139.      Important message from the Association of Shareware Professionals:
  140.      "This program is produced by a member of the Association of Shareware
  141.      Professionals (ASP).  ASP wants to make sure that the shareware
  142.      principle works for you. If you are unable to resolve a
  143.      shareware-related problem with an ASP member by contacting the member
  144.      directly, ASP may be able to help. The ASP Ombudsman can help you
  145.      resolve a dispute or problem with an ASP member, but does not provide
  146.      technical support for members' products.  Please write to the ASP
  147.      Ombudsman at 545 Grover Road, Muskegon, MI 49442 or send a CompuServe
  148.      message via CompuServe Mail to ASP Ombudsman 70007,3536."
  149.                                                 _______
  150.                                            ____|__     |               (R)
  151.      William H. Baldwin                 --|       |    |-------------------
  152.      8704 Broadmoor, #806                 |   ____|__  |  Association of
  153.      Overland Park, Ks.  66212            |  |       |_|  Shareware
  154.      Compuserve ID: 76200,275             |__|   o   |    Professionals
  155.                                         -----|   |   |---------------------
  156.                                              |___|___|    MEMBER
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.                                Readme May 9, 1993
  195.  
  196.  
  197.  
  198.  
  199.