home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / c / cgzdc31a.zip / CG05.DOC < prev    next >
Text File  |  1992-10-19  |  74KB  |  1,567 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                         Chapter 5 - Questions and Answers
  7.  
  8.  
  9.      ===>>>  This  chapter  lists   questions  and  answers  pertaining  to
  10.      potentially  confusing points.  They represent  well over  75% of  the
  11.      questions  we receive  from  users. This  may  be the  most  important
  12.      chapter of this manual. I suggest  you read it carefully, and refer to
  13.      it if you don't understand something.
  14.  
  15.      5.1  General Usage
  16.  
  17.  
  18.      5.1.1  "What do the functions 'Form Accept' and  'Form Reject', listed
  19.      at the bottom of forms, mean?"
  20.  
  21.      ===>>> These  are short cut keys.  Hitting the Form Accept  key is the
  22.      same as hitting Enter on  each of the fields.  The net result is  that
  23.      the record is written to disk. Hitting the Form Reject key is the same
  24.      as hitting Esc on all of the fields. The net result is that you return
  25.      to the prior table or menu. 
  26.  
  27.      These keys are more  or less a matter  of preference. The best  use of
  28.      the Form  Accept key is on the User Settings or Report Settings Forms.
  29.      After  changing a value near the top,  you can use Form Accept instead
  30.      of hitting Enter  on all the remaining fields.  Similarly, you can use
  31.      Form  Reject if  you are  near the  bottom of one  of these  forms and
  32.      decide against the changes you just made.
  33.  
  34.      5.1.2  "What's the best way to get started?"
  35.  
  36.      Follow  along with the demo/tutorial  screen show. Or,  read the Quick
  37.      Tour chapter  in the users manual.  Also, I strongly urge  you to read
  38.      this  entire  chapter.  Roughly   75%  of  the  questions   asked  are
  39.      represented  here. Finally, if you installed the Example Data, you can
  40.      play around with it for awhile.
  41.  
  42.      5.1.3  "Why is the XYZ Table hard to read?"
  43.  
  44.      Capital Gainz' default screen colors sometimes  are hard to see on CGA
  45.      screens or laptops. You can use the Colors option on the User Settings
  46.      Form to alter them to your liking. Or, before starting  Capital Gainz,
  47.      issue the DOS command:
  48.  
  49.         C:> MODE BW80
  50.           or
  51.         C:> MODE MONO
  52.  
  53.      Then, Capital Gainz runs as if it is using a monochrome monitor.
  54.  
  55.  
  56.  
  57.  
  58.                            Capital Gainz Users Manual                   5-1
  59.  
  60.  
  61.  
  62.  
  63.      5.1.4  "Why does Capital Gainz stop immediately with an  error of 'Too
  64.      Many Files Open'?"
  65.  
  66.      DOS  normally creates a base CONFIG.SYS with  FILES set to 10 (or 20).
  67.      Capital Gainz opens many files, so this value should be increased. For
  68.      most  users, a value  of 40  is sufficient. You  also may  bump up the
  69.      BUFFERS statement to  20. During  installation, you  can request  that
  70.      these changes be made automatically to your CONFIG.SYS. The new values
  71.      don't take effect until you reboot.
  72.  
  73.      Also, you may have used Ctrl-Esc  in DOS 5.0, causing Capital Gainz to
  74.      be swapped out of memory. If you try to start Capital Gainz again, the
  75.      one suspended in memory is still holding file handles. See your system
  76.      documentation  for how to swap  suspended tasks back  into memory. You
  77.      should also look into remapping Ctrl-Esc, as explained in Chapter 16.
  78.  
  79.      5.1.5   "When I  try to run Capital  Gainz, it stops  and prints a DOS
  80.      error."
  81.      "When I run Capital Gainz it hangs immediately." 
  82.      "When I run Capital Gainz, it stops with an internal error." 
  83.      "When I install Capital Gainz, the installation procedure aborts."
  84.  
  85.      These are all symptoms of a corrupted file, usually caused by diskette
  86.      damage  in the mail or  line noise during  electronic downloading. See
  87.      Chapter 3 for information on installation errors.
  88.  
  89.      5.1.6  "Holy moley! Why is the users manual so long?"
  90.  
  91.      I'd  get too many  complaints if it  was too short.  I want to explain
  92.      everything  about Capital Gainz,  so you  can manage  your investments
  93.      correctly  and efficiently.  You should  only read  selected chapters,
  94.      leaving the rest for reference.
  95.  
  96.      5.1.7  "I  accidentally deleted  some files with  the .K01  extension.
  97.      What do I do?"
  98.  
  99.      The  files with  the .K01  extension are  index files,  providing fast
  100.      access to the data files (.DAT).  If a .K01 file does not exist  for a
  101.      data file, Capital Gainz will automatically build it on startup.
  102.  
  103.      5.1.8  "Why  does Ctrl-Esc bring up the Task  List instead of escaping
  104.      from the Capital Gainz form?"
  105.  
  106.      ===>>>  If you are running Capital Gainz under Microsoft Windows, then
  107.      Windows grabs the Ctrl-Esc  sequence before it gets to  Capital Gainz.
  108.      The same goes for  DOS 5.0. You can redefine the  Form Accept and Form
  109.      Reject short cut keys for Capital Gainz in the User Settings Form.
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.      5-2                   Capital Gainz Users Manual
  117.  
  118.  
  119.  
  120.  
  121.      5.1.9  "Why can't I execute Capital Gainz from a different directory?"
  122.  
  123.      Capital  Gainz assumes all the  data files, along  with the CAPGNZ.INF
  124.      and ERROR.DAT files,  are in  the current directory  when you  execute
  125.      Capital Gainz.
  126.  
  127.      5.1.10  "Why does Capital Gainz report that no Help is available?"
  128.  
  129.      The Help facility uses the online documentation files. If you  did not
  130.      install  the  documentation,  or  moved  the  documentation  from  the
  131.      directory you  specified at installation,  then no help  is available.
  132.      You need to re-install the documentation or modify CAPGNZ.INF.
  133.  
  134.      5.1.11   "Why does Capital  Gainz halt with an  error of 'Insufficient
  135.      Memory'?"
  136.  
  137.      Capital Gainz requires about 512KB of free conventional memory to run.
  138.      Generally,  this requires 640KB  of installed memory.  If your drivers
  139.      and TSRs consume too much conventional memory, then there's not enough
  140.      memory for Capital Gainz to run. See Chapter 23 for suggestions on how
  141.      to  alleviate this problem. There  are several utilities,  such as DOS
  142.      5.0's MEM command,  available that tell you  how much free  memory you
  143.      have. Also,  the amount of available  free memory is displayed  at the
  144.      bottom of the Main Menu.
  145.  
  146.      Sometimes users run  menu or  shell programs that  don't leave  enough
  147.      memory for  Capital Gainz to run. In this case, you must terminate the
  148.      menu  or shell  program and  run Capital  Gainz from  the  DOS prompt.
  149.      Alternatively, you  may be able  to run the  menu or shell  program in
  150.      high memory.
  151.  
  152.      Even if you  have more than  640KB of memory,  you still must  free up
  153.      enough conventional  memory. Programs must be  specifically written to
  154.      directly use any expanded or extended memory beyond 640KB.
  155.  
  156.      If you absolutely can't  free up any more  memory, you may be  able to
  157.      use Capital Gainz by  not going too  'deep'. For instance, always  add
  158.      securities using  the Global  Security and  Security options  from the
  159.      Main Menu, rather than from lookup tables when recording activity.
  160.  
  161.      5.1.12     "Why   does  Capital   Gainz  halt  with   'Invalid  Record
  162.      Declaration'?"
  163.  
  164.      ===>>>  You are  trying to  execute Capital  Gainz against  data files
  165.      created with a different version of Capital Gainz. You need to upgrade
  166.      your data files with the Utility Program.
  167.  
  168.      5.1.13    "What do  'Function List'  and 'More'  mean  on some  of the
  169.      tables?"
  170.  
  171.      ===>>> Capital  Gainz always tries  to display functions  available at
  172.      each point in the program. However, as much data as possible should be
  173.  
  174.                            Capital Gainz Users Manual                   5-3
  175.  
  176.  
  177.  
  178.  
  179.      displayed  in tables, instead of  consuming valuable screen space with
  180.      lists of functions. To compromise, when  all functions do not fit on a
  181.      single  line, Capital  Gainz  lets  you  popup  a  list  of  available
  182.      functions, or scroll horizontally through them. Function List pops  up
  183.      a list of available functions, and  you can highlight the one you want
  184.      and  hit Enter to execute  it. Or, you can scroll  through the list of
  185.      functions at the bottom of the screen with the key labeled More.
  186.  
  187.      A function does not have to  be displayed in order to be invoked.  For
  188.      instance,  say you  frequently use  the Price  Update function  on the
  189.      Local  Security Table and remember that the associated key is function
  190.      key 4.  You don't  have to  scroll through  the functions  until Price
  191.      Update is displayed to invoke it.
  192.  
  193.      5.1.14  "Why do some  entities have Tables and Lookup Tables?  Why not
  194.      always use the normal Table, with all functions available?"
  195.  
  196.      Separate lookup tables  are used in order to show  more values faster,
  197.      and  also to reduce memory requirements. For instance, while the Local
  198.      Security Table takes 4  lines per security, the Local  Security Lookup
  199.      Table only uses a single line per security. Less information is shown,
  200.      but it's faster to bring up than the full table.
  201.  
  202.      5.1.15  "When I exit from Capital Gainz, why is the message 'Type EXIT
  203.      to return  to Capital Gainz'  displayed? Also,  why can't  I start  up
  204.      Capital Gainz?"
  205.  
  206.      You are using the  GoTo DOS function on the Main  Menu. GoTo DOS means
  207.      that  Capital Gainz is temporarily suspended while you do something in
  208.      DOS. Typing EXIT returns to Capital Gainz. Trying to execute CG.BAT or
  209.      CAPGNZ.EXE will fail if Capital Gainz is suspended. To exit completely
  210.      from Capital Gainz, use the X) Exit to DOS choice on the Main Menu.
  211.  
  212.      5.1.16  "I'm having some problems that are hard to explain. What's the
  213.      best way of getting help?"
  214.  
  215.      For  complicated problems, the best way to  get help is to send copies
  216.      of your data files on a  diskette, along with an explanatory note. The
  217.      files to include are: *.DAT and *.K01. I understand that these contain
  218.      sensitive data.  If you'd like, you  can use the Hide  Account Numbers
  219.      option in the Utility Program to  blank out the account numbers in the
  220.      security files on the diskette.
  221.  
  222.      5.1.17  "Why is CG.BAT missing?"
  223.  
  224.      CG.BAT  is  created at  installation. If  you did  not use  the normal
  225.      installation  routine,  CG.BAT will  be  created  the first  time  you
  226.      execute CAPGNZ.EXE. You can then modify it as necessary.
  227.  
  228.  
  229.  
  230.  
  231.  
  232.      5-4                   Capital Gainz Users Manual
  233.  
  234.  
  235.  
  236.  
  237.      5.2  Passwords
  238.  
  239.  
  240.      5.2.1  "Can I secure my data from other people who use my computer?"
  241.  
  242.      Use the Set  Password function  on the Main  Menu to password  protect
  243.      access to the program. If you  leave the password blank, Capital Gainz
  244.      does not prompt for password entry.
  245.  
  246.      5.2.2  "I forgot my password. Can I just delete the password file?"
  247.  
  248.      ===>>> No!  If it were this easy to circumvent the password system, it
  249.      would  be useless.  To  regain  access  to  Capital  Gainz,  you  must
  250.      reinstall the Program Data files. Capital Gainz will not  run if there
  251.      is no Password File. However, if you leave the password blank, Capital
  252.      Gainz  does  not  prompt for  password  entry.  Thus, security  really
  253.      requires two actions  on your  part: set a  non-trivial password,  and
  254.      secure the Capital Gainz installation disks.
  255.  
  256.      5.2.3   "Why  do I keep  getting 'Invalid  Password', even  though I'm
  257.      entering the correct password?"
  258.  
  259.      If you get  this error, then you aren't entering  the exact string you
  260.      specified  when you set the password. Remember that passwords are case
  261.      sensitive,  and blanks are allowed in the string. (But trailing blanks
  262.      are ignored.)
  263.  
  264.      5.2.4  "Why are '.'s displayed when I enter a password?"
  265.  
  266.      To prevent someone from seeing the password as you type it in.
  267.  
  268.      5.3  Purchases, Sales, and Distributions
  269.  
  270.  
  271.      5.3.1  "Do I have to enter all of my prior purchases and sales  to get
  272.      started?"
  273.  
  274.      Unfortunately, if  you  want accurate  performance  calculations,  you
  275.      really have to. There's  no other way if you want historical gain/loss
  276.      and  return figures.  Also, in  order to  match purchases  with future
  277.      sales, and  determine long/short  term holding periods,  all purchases
  278.      must be recorded. It's not too difficult to sit down with the year-end
  279.      statements and enter data. The Buy Shares Form is repeatedly accepted,
  280.      the number of open shares is shown on the Buy Shares Form, and Capital
  281.      Gainz pre-fills some fields and calculates others.
  282.  
  283.      There are two short cuts available. You can only record purchases that
  284.      you still own. For instance, if you've been buying and selling  shares
  285.      of a mutual fund over some time period, you only really need to record
  286.      purchases that are still open. 
  287.  
  288.      Another alternative is to lump  all of your holdings into two  groups,
  289.  
  290.                            Capital Gainz Users Manual                   5-5
  291.  
  292.  
  293.  
  294.  
  295.      long and short term. Record one big purchase equal to the total shares
  296.      and  amount  of the  long  term group,  and make  sure  the difference
  297.      between the current  date and  the purchase date  exceeds the  holding
  298.      period. Then, record the individual short term purchases. Technically,
  299.      you  should then  use an averaging  method, since you  did average the
  300.      long term  holdings. However,  this is  between you  and the IRS.  The
  301.      ultimate outcome  will be the same  whether you use averaging  or not.
  302.      This approach works great with money market funds, since they maintain
  303.      a constant price anyway.  Ironically, this 'grouped purchase' approach
  304.      won't  work with mutual funds that you've already sold shares of using
  305.      an averaging method - unless you adjust the amounts and prices.
  306.  
  307.      5.3.2  "How do I change or delete a buy, sell, or distribution entry?"
  308.  
  309.      ===>>>   To  change  or  delete  activity,  you  need  to  choose  Log
  310.      Maintenance on the  Main Menu.  Then, from the  Log Maintenance  Menu,
  311.      choose the type  of activity and date range. Next,  fill in the symbol
  312.      field on the  Log screen. The buy, sell, or  distribution activity for
  313.      the symbol is displayed in a table from oldest to most recent. Use the
  314.      Up Arrow, Down  Arrow, PgUp,  PgDn, Ctrl-PgUp, and  Ctrl-PgDn keys  to
  315.      highlight the  entry you want to change or delete. Hit Enter to change
  316.      the highlighted entry, or Del to  delete it. After hitting Enter,  the
  317.      activity form pops up with the  current values filled in, and you make
  318.      your desired changes.  After hitting  Del, the activity  form pops  up
  319.      with the current values filled in, and you are prompted to confirm the
  320.      deletion.
  321.  
  322.      5.3.3  "How do I record purchases/sales of a mutual  fund that charges
  323.      a load?"
  324.  
  325.      Loads  are treated similarly to commissions, but calculating them is a
  326.      little  more difficult. A $35 commission on a $1000 purchase means you
  327.      paid $1035, invested  $1000 of it, and  paid $35 to the  broker. A $35
  328.      load on  a $1000 purchase, which is  a 3.5% load, means  that you paid
  329.      $1000, invested $965 of it, and  paid $35 to the mutual fund. To  make
  330.      things more  difficult, the load  price, the Net Asset  Value, or both
  331.      may  be  listed  in your  statements  and quoted  in  the  mutual fund
  332.      listings. The Calc Load/Comm function, available on the Buy Form, Sell
  333.      Form, and Price Form will help you out. Chapter 7 contains details and
  334.      examples.
  335.  
  336.      5.3.4  "How can I record a purchase for $0.00?"
  337.  
  338.      Capital Gainz usually requires non-zero values for shares,  price, and
  339.      amount.  If you want  to set one  or more  of these to  zero, turn off
  340.      calculations  and value  checking  with the  Calc  Off key.  This  key
  341.      toggles calculations on and off.
  342.  
  343.      Before you record a purchase at $0.00, be sure that's  what you really
  344.      want  to do. If shares  are given to  you as a present,  or in a will,
  345.      they  should generally be recorded at their current fair market value,
  346.      with that value reported as normal income on your taxes. A good way to
  347.  
  348.      5-6                   Capital Gainz Users Manual
  349.  
  350.  
  351.  
  352.  
  353.      handle  this  in Capital  Gainz  is  to  record  the purchase  at  the
  354.      security's current price,  then record a negative  commission equal to
  355.      the  purchase amount. The gain calculation  will use a basis of $0.00,
  356.      and the  negative commission  will be reported  in the  tax report  as
  357.      income for that year.
  358.  
  359.      5.3.5   "Why is the Per  Share calculated on the  Distribution Form so
  360.      low?"
  361.  
  362.      You are misinterpreting the meaning of the Per Share field.  It is not
  363.      the  price, but  rather  the per  share  amount of  the  distribution:
  364.      distribution_amount/shares.
  365.  
  366.      5.3.6  "How do I know what the per share amount of a distribution is?"
  367.  
  368.      For  stocks and  bonds, this is  the dividend rate.  For mutual funds,
  369.      check your  statements immediately after receiving  a distribution, as
  370.      they usually include  a per share value. If not,  the value calculated
  371.      by  Capital Gainz is usually  close enough to  provide fairly accurate
  372.      yield and total return figures. More exact per share values  mean more
  373.      accurate yield and total return calculations.
  374.  
  375.      5.3.7  "I've  been using the per share value  in the Distribution Form
  376.      wrong. Do I have to change them all?"
  377.  
  378.      There's a function  on the  Distribution Log, Recalc  Per Share,  that
  379.      will recalculate the  per share values for the  displayed distribution
  380.      records. This function is pretty slow, but at least you  don't have to
  381.      do  it by  hand. The  calculated values  should be  very close  to the
  382.      actual per share values.
  383.  
  384.      5.3.8  "Does the order that I enter activity matter?"
  385.  
  386.      ===>>> Prior to version 3.1, you should have entered purchases, sales,
  387.      and distributions in chronological order. This was because the default
  388.      price displayed for a purchase was based on the most recent price, the
  389.      default selling  price was  based on the  most recent  price, and  the
  390.      distributions/share   amount  calculated   for   a  distribution   was
  391.      calculated  based on the current number of  open shares. Of course, it
  392.      was easy just to enter the correct values from your statements. If you
  393.      didn't   record  entries   in   order   and   did   not   change   the
  394.      distributions/share value,  then  displayed  yield  figures  would  be
  395.      incorrect.
  396.  
  397.      Prior to version  3.0h, you had to execute sales  before recording any
  398.      subsequent purchases  if you didn't use  the FIFO (first-in/first-out)
  399.      or  ID  (specific identity)  selling  methods.  This was  because  the
  400.      purchases affected by the  sale were not  limited by the selling  date
  401.      entered. As of version 3.0h, this restriction was eliminated, and open
  402.      shares selected for  the sale  are limited by  the selling date.  When
  403.      using averaging  methods, the  average price  is recalculated  for the
  404.      sell date, based on the activity logs.
  405.  
  406.                            Capital Gainz Users Manual                   5-7
  407.  
  408.  
  409.  
  410.  
  411.      As of version 3.1, the  default price shown for a purchase or  sale is
  412.      the   closest  dated  price  found  in  the  price  history,  and  the
  413.      distribution per share  amount is  calculated based on  the number  of
  414.      shares held on the  distribution date. With two exceptions,  the order
  415.      that activity  is entered doesn't matter. First, entering activity out
  416.      of order is  somewhat slower.  For instance, if  you enter a  dividend
  417.      after recording  subsequent purchases, Capital Gainz  must process the
  418.      activity logs, determining  the number  of shares held  on that  date,
  419.      before calculating the per share value. Second, and more important, is
  420.      that each  sale should not  be entered until  all prior purchases  and
  421.      sales have been recorded.
  422.  
  423.      To  explain the restriction on sales, assume  you buy 10 shares at $11
  424.      on 1/1/91, 10 shares at $12 on 2/1/91, and 10 shares at $13 on 3/1/91.
  425.      If you executed a LIFO (last-in/first-out) sale of 10 shares on 4/1/91
  426.      prior  to recording the 3/1/91  purchase, the shares  bought on 2/1/91
  427.      would be incorrectly  selected. Or,  say you use  the average  selling
  428.      method, and  enter all 3  purchases correctly,  but record a  10 share
  429.      sale on 3/2/91  and then a  10 share sale  on 2/2/91. The  2/2/91 sale
  430.      should close 10  shares at an average price of  $11.50, and the 3/2/91
  431.      sale should close 10 shares at an average price of $12.25. By entering
  432.      the  sales out of order, the 2/2/91  sale would use the correct $11.50
  433.      basis, but the 3/2/91 sale would use a  $12 basis. The prices used are
  434.      the  average  prices at  the time  the sales  are recorded.  Since the
  435.      3/2/91  sale  didn't  'know' about  the  2/2/91  sale,  the basis  was
  436.      incorrectly calculated.
  437.  
  438.      5.3.9  "I have a 401K Plan that sends statements, but does not include
  439.      the number  of shares  or the share  price. How  can I  track this  in
  440.      Capital Gainz?"
  441.  
  442.      ===>>> At  first glance,  you may  want to record  the purchases  at a
  443.      fixed price of $1.00, then  somehow record a gain or a  loss. However,
  444.      since no gain  or loss has actually been realized,  this is incorrect.
  445.      The best way to handle this type of investment is to use a fixed price
  446.      of $100.00, which allows greater precision than $1.00. Set the selling
  447.      method  for the local  security to the  average method, so  shares you
  448.      withdraw will  have the  same basis  as those you  leave in.  When you
  449.      receive a  statement  showing your  gain/loss,  use the  Price  Update
  450.      function on the  Local Security Form. From the Price  Form, choose the
  451.      Price From Value function. Enter the value from  your statement in the
  452.      Value Form, and  the corresponding  price is calculated  for you.  Now
  453.      your  investment shows  the  corresponding gain  or  loss, but  it  is
  454.      unrealized. Use  the last  calculated price for  subsequent purchases.
  455.      The Price From Value function is also available when you choose Update
  456.      Prices/From Screen. Chapter 7 contains details and examples.
  457.  
  458.      5.3.10  "My wife and I  work for the same company and each  contribute
  459.      to the 401K  plan. We  need to  use the  Price From  Value feature  to
  460.      tracks gains and losses. Can we use a single global security, and link
  461.      two local securities to it?"
  462.  
  463.  
  464.      5-8                   Capital Gainz Users Manual
  465.  
  466.  
  467.  
  468.  
  469.      No. Since the Price From Value feature derives a price  from the value
  470.      of the security, the price for these two 401K plans will differ unless
  471.      identical  contributions are made.  Use a  unique global  security for
  472.      each 401K local security.
  473.  
  474.      5.3.11    "Can I  enter  multiple  activity on  a  single  date for  a
  475.      security?"
  476.  
  477.      Yes.  You can have multiple purchases, multiple sales, and/or multiple
  478.      distributions on a given date for a single security. For instance, you
  479.      can have  two purchases for Mutual  Fund XYZ on 1/15/91.  You can also
  480.      have  purchases,  sales,  and  distributions  on  the same  date.  For
  481.      instance,  you can  receive a  dividend and  purchase shares  with the
  482.      amount on  the same date.  When a  distribution is  recorded, the  per
  483.      share amount  is calculated based on  the number of shares  held as of
  484.      the  beginning of  the specified  date. This  allows for  accurate per
  485.      share calculations when a mutual fund pays dividends and capital gains
  486.      on the  same day. However, when  selling shares, the number  of shares
  487.      available to be  sold are the  number as of  the end of  the specified
  488.      date. Likewise,  the average  purchase price  for the  average selling
  489.      method is calculated as of the end of the day.
  490.  
  491.      When activity  is entered  on the  same date,  the following  order is
  492.      assumed:
  493.      1) Distributions, 2) Purchases, 3) Sales.
  494.  
  495.      ===>>> You  should avoid having multiple sales on a single date if you
  496.      are using the average selling method. This is because accurate average
  497.      prices rely on the chonological order of sales.
  498.  
  499.      5.3.12  "Why aren't the other fields recalculated on the Buy Shares or
  500.      Sell   Shares    Forms   when   I   change   the   amount,   so   that
  501.      price*shares=amount?"
  502.  
  503.      The Shares  and Price fields  are only calculated  if they are  0. The
  504.      reason  these fields  are not  automatically  adjusted is  that Shares
  505.      multiplied by Price doesn't  have to be  equal to Amount, although  it
  506.      should be very close.
  507.  
  508.      5.3.13   "Is  it  OK  to delete  old  distribution  and closed  shares
  509.      records?"
  510.  
  511.      ===>>> You really shouldn't  delete the old records, as  they are used
  512.      to  determine your overall performance  with the security.  If you use
  513.      the  average selling method,  don't delete the  closed shares records,
  514.      since they are required to calculate the current average price. If you
  515.      end up  selling all  shares  of a  security and  want to  clean up,  I
  516.      suggest  defining  an  'inactive'  portfolio, and  using  the  Utility
  517.      Program to move the  closed out security to  it. You can put  this new
  518.      portfolio on a floppy disk, if you'd like.
  519.  
  520.  
  521.  
  522.                            Capital Gainz Users Manual                   5-9
  523.  
  524.  
  525.  
  526.  
  527.      5.3.14  "How do I record an IRA maintenance fee?"
  528.  
  529.      ===>>> To record an IRA  fee, fill in the Distribution Form  using the
  530.      FEE  type. If you paid the fee  with a separate check, then that's all
  531.      you need  to do. If  you let the fund  company sell shares  to get the
  532.      fee,  you'll need to record the sale.  After recording the fee, answer
  533.      YES to the Sell Shares to Cover Fee question. This  process is similar
  534.      to recording a  dividend and  the subsequent purchase.  These are  the
  535.      only two ways  that mutual fund  IRA maintenance fees are  handled. If
  536.      you  did not  send  a  separate  check,  look for  the  sale  in  your
  537.      statements. Capital Gainz prints out a list of any recorded fees after
  538.      Schedule  B,  with a  comment  to  the effect  that  they  may be  tax
  539.      deductible.
  540.  
  541.      5.3.15  "How can I see a chronological list of activity?"
  542.  
  543.      The Mixed  Detail Report shows  a chronological listing  of purchases,
  544.      sales,  and distributions for a  security, similar to  the mutual fund
  545.      statements.
  546.  
  547.      5.3.16   "When  I record  a purchase,  why does  the number  of shares
  548.      calculated by Capital Gainz differ from my mutual fund statements?"
  549.  
  550.      There  are occasionally rounding errors, but more than likely you need
  551.      to adjust the precision  settings for the local security.  One setting
  552.      specifies  how many decimal places  to calculate the  number of shares
  553.      to, and  the other specifies the  number of decimal  places for prices
  554.      and distributions per  share. If your  mutual fund company  statements
  555.      carry the number  of shares to .001 and  the price to .0001,  then set
  556.      the share precision to 3 and the price precision to 4. If these values
  557.      are set  correctly, the  figures  calculated by  Capital Gainz  should
  558.      usually be  the same as  those on your  statement. If there  are minor
  559.      differences,  then use  the values  from the  statement. If  there are
  560.      significant differences,  verify that your entries  and statements are
  561.      correct.
  562.  
  563.      5.3.17   "I have a  stock that was taken over  by another company in a
  564.      stock swap. How do I record this?"
  565.  
  566.      Recording  a  non-taxable stock  swap  purchase  takes several  steps.
  567.      First, you need  to adjust the number  of shares and the  basis of the
  568.      shares. Use the  Stock Split function  for this. For  example, if  you
  569.      received one new share for each three shares you owned, then execute a
  570.      1-for-3  stock split. Next, change  the local security  to reflect the
  571.      new  security's symbol. Finally, change the global security to reflect
  572.      the new security's symbol and name.
  573.  
  574.      5.3.18  "How do I record and then cover a short sale?"
  575.  
  576.      To record  a short  sale, use  the Sell  Shares activity. From  there,
  577.      specify the SHRT (short sale) selling method. When you purchase shares
  578.      of  that local security,  Capital Gainz will  prompt you  to cover any
  579.  
  580.      5-10                  Capital Gainz Users Manual
  581.  
  582.  
  583.  
  584.  
  585.      outstanding short sales.
  586.  
  587.      5.3.19  "Why was the Double Category selling method discontinued?"
  588.  
  589.      The Double Category selling method is a cruel joke  on the part of the
  590.      authors of the  tax laws. Maintenance is  horrendously difficult, even
  591.      with  a computer  program.  The  major reasons  why  it  is no  longer
  592.      supported are:
  593.  
  594.         There is no difference between short  and long term tax  rates. Even
  595.         if there were,  last-in/first-out or specific identity are  superior
  596.         selling methods.
  597.  
  598.         This method is far more complicated  than many users assume. Actions
  599.         such as  recording  sales out  of  order,  or changing  the  holding
  600.         period can have  numerous side  effects. It's  very easy  to make  a
  601.         serious error.
  602.  
  603.         Roughly 50%  of  our testing  was  devoted  to the  Double  Category
  604.         method,  given its  complicated nature.  As  the program  gets  more
  605.         complex, the  price would  have to  be raised  considerably and  new
  606.         features would be delayed.
  607.  
  608.         Dues to an omission in the tax laws,  it's impossible to account for
  609.         changes in the holding period.
  610.  
  611.      5.3.20   "I  have a  security that  uses  the Double  Category selling
  612.      method. What do I do?"
  613.  
  614.      This  method is still available  for any securities  that were already
  615.      using it, but share migration is no longer managed. To  continue using
  616.      it,  you must manually maintain the values in the local security using
  617.      the Fixup option.  You are strongly urged  to discontinue use.  If you
  618.      haven't  sold any shares, simply change to a different selling method.
  619.      If  you've  only sold  shares from  the long  term category,  it seems
  620.      reasonable that you  can switch  to the Single  Category method  after
  621.      migrating all of  the short term shares. However,  there is no mention
  622.      of this  in the  IRS documents.  If you have  sold short  term shares,
  623.      you'll  either  have  to  manually maintain  these  securities  within
  624.      Capital  Gainz, or backtrack and redo prior sales with another method,
  625.      filing amended taxes as necessary. Seek advice from your accountant or
  626.      the IRS documentation.
  627.  
  628.      5.3.21  "What selling methods am I allowed to use?"
  629.  
  630.      ===>>> According to  the IRS publications,  anytime you have  multiple
  631.      purchases  of a  security,  you are  assumed to  use the  FIFO (first-
  632.      in/first-out)  method  unless  you   provide  explicit  prior  written
  633.      identification  of  the  shares   you  want  to  sell  to   the  agent
  634.      responsible.  For mutual funds, you  can also use  the average selling
  635.      method  without notifying the agent. However, once you use the average
  636.      method, you must continue to use it as long as you hold shares of that
  637.  
  638.                            Capital Gainz Users Manual                  5-11
  639.  
  640.  
  641.  
  642.  
  643.      fund. 
  644.  
  645.      5.3.22   "What  good are  the LIFO  (last-in/first-out), MAX  (maximum
  646.      gain/minimum loss), MIN (maximum  loss/minimum gain), and ID (specific
  647.      id)  selling methods  if  I must  provide  prior notification  to  the
  648.      selling agent?"
  649.  
  650.      The best use of these methods is to execute the sale, print the report
  651.      of shares that would be sold,  then don't confirm the sale. A copy  of
  652.      this report can be sent to the selling agent along with an explanatory
  653.      note. Upon confirmation  of the sale, you  can re-execute the  sale in
  654.      Capital Gainz and confirm it. Make sure that the sell date is prior to
  655.      any purchases recorded in the interim.
  656.  
  657.      5.3.23   "I made  an error in  a previous sale.  Do I just  unsell the
  658.      shares then re-execute the sale to fix it?"
  659.  
  660.      ===>>> Usually,  you can  do this.  However, be  careful if  any sales
  661.      follow  the  one you  want  to change.  Changes  to a  prior  sale can
  662.      potentially  affect  subsequent  sales,   especially  when  using  the
  663.      averaging  sell method. In this case, you should unsell all sales from
  664.      the one  you want to change  to the most recently  recorded sale, make
  665.      your changes, then re-execute all of the sales in order.
  666.  
  667.      To explain this, assume you recorded purchases of 10 shares  at $10 on
  668.      1/1/91,  10 shares at $12 on  2/1/91, and 10 shares  at $13 on 3/1/91.
  669.      Also, you recorded a  10 share sale on 2/2/91 at an $11 basis and a 10
  670.      share sale on 3/2/91 at a $12 basis, using the average selling method.
  671.      If you  notice that the  purchase on 1/1/91  should have been  at $11,
  672.      then you must unsell both sales, make the  change, then re-execute the
  673.      sales. This  correctly results in an $11.50  basis for the 2/2/91 sale
  674.      and  a $12.25 basis for the 3/2/91 sale. If you only unsell the 2/2/91
  675.      sale,  make the change,  and re-execute the  sale, you end  up with an
  676.      $11.50  basis for the 2/2/91 sale and  the incorrect $12 basis for the
  677.      3/2/91 sale would not change.
  678.  
  679.      You can also change the open information for the closed shares record.
  680.      This is NOT recommended if you used the average selling method.
  681.  
  682.      5.3.24   "After recording a  distribution, I answered  YES to reinvest
  683.      the shares. Why don't these shares show up in the Open Shares Log?"
  684.  
  685.      After  recording  a   distribution  and  answering  the   reinvestment
  686.      question,  you still  must complete  the Buy  Form that  Capital Gainz
  687.      brings  up. Usually,  all of  the information  is filled  in correctly
  688.      except for the price. Often, users mistakenly escape out of this form.
  689.      Remember that reinvestment is a two step process: you  must record the
  690.      distribution AND the purchase. 
  691.  
  692.  
  693.  
  694.  
  695.  
  696.      5-12                  Capital Gainz Users Manual
  697.  
  698.  
  699.  
  700.  
  701.      5.3.25    "When recording  a  distribution,  why  does  Capital  Gainz
  702.      sometimes ask  me if  I want to  use a distribution  per share  from a
  703.      given date?"
  704.  
  705.      You already recorded a distribution for a local security linked to the
  706.      same global security,  or you  entered a distribution  for the  global
  707.      security  in  the  Price  History  Table. When  you  go  to  record  a
  708.      distribution, Capital  Gainz  checks  if  you have  recently  added  a
  709.      distribution for the global security. If so, you are asked if you want
  710.      to  use that distribution. If  you answer YES,  Capital Gainz fills in
  711.      the information and will not make  another entry in the price  history
  712.      table  for that  global  security. If  you  answer NO,  Capital  Gainz
  713.      assumes that you are recording a completely different distribution.
  714.  
  715.      5.3.26   "Why aren't  the shares  purchased with  reinvested dividends
  716.      shown with the distributions?"
  717.  
  718.      ===>>>  Shares   purchased  by   reinvesting  distributions   are  not
  719.      associated  with the  distributions.  The distribution  and the  share
  720.      purchase are recorded separately.  The reinvestment feature of Capital
  721.      Gainz  simplifies this two-step  process, but the  records created are
  722.      not related.
  723.  
  724.      5.3.27  "How can I enter Interest instead of Dividends?"
  725.  
  726.      ===>>> Whether a security receives dividends or interest is determined
  727.      by the security type associated with the global security. The Security
  728.      Type Table shows which  security types get dividends or  interest. You
  729.      can change this for a given security type.
  730.  
  731.      When recording  a distribution,  Capital Gainz determines  whether the
  732.      associated global  security is set  to receive dividends  or interest.
  733.      Depending on how it was defined, the distribution type choices include
  734.      DIV or INT.
  735.  
  736.      5.3.28   "I made an error  recording a distribution reinvestment. Do I
  737.      need to delete it and re-enter it?"
  738.  
  739.      Capital Gainz manages reinvested distributions by simply taking you to
  740.      the Buy Shares  Form and filling  in the values  after you record  the
  741.      distribution. The distribution and subsequent purchase are not linked.
  742.      To  change  a reinvested  distribution, you  need  to change  the open
  743.      shares record, distribution record, or both. For instance, if you were
  744.      changing the share  price of  the reinvestment, only  change the  open
  745.      shares record. However, to change the distribution amount, you'll need
  746.      to change both the open shares record and the distribution record.
  747.  
  748.      5.3.29  "How do I record a stock dividend?"
  749.  
  750.      You  need  to  distinguish   between  taxable  and  non-taxable  stock
  751.      dividends,  as well as between stock dividends of identical shares and
  752.      those of different  shares. I'll  briefly describe  each, but  suggest
  753.  
  754.                            Capital Gainz Users Manual                  5-13
  755.  
  756.  
  757.  
  758.  
  759.      reading IRS publication 550 or consulting with a tax professional.
  760.  
  761.      For non-taxable stock dividends with identical shares, you must adjust
  762.      the  number  of shares  you  own and  their  basis price.  So,  if you
  763.      received 8 shares as a stock dividend on the 200 shares you previously
  764.      bought  at $5/share,  your basis  is still  $1000, but  the  number of
  765.      shares  is  now 208.  If  you  sold 100  shares,  the  basis price  is
  766.      ($1000/208) = $4.8077 and the basis amount is $4.8077 * 100 = $480.77.
  767.      If the 200 shares you owned were bought  100 at $2 each and 100 at  $8
  768.      each, then the  two lots would  be adjusted to  104 shares at  $1.9231
  769.      ($200/104) and 104 shares at $7.6923 ($800/104). As you can see, these
  770.      calculations are simply stock  splits: a 208 for 200  split multiplies
  771.      the shares by  208/200, and multiplies  the price  by 200/208. In  the
  772.      first example, 200 * 208/200 = 208 shares, and $5 * 200/208 = $4.8077.
  773.      In  the second example, 100 * 208/200 = 104 for each lot, $2 * 200/208
  774.      =  $1.9231 and  $8 * 200/208  = $7.6923.  So, to  record a non-taxable
  775.      stock dividend of identical shares, record a stock split of:
  776.  
  777.          (shares_owned + new_shares)/shares_owned
  778.  
  779.      A  non-taxable   stock  dividend  of  non-identical   shares  is  more
  780.      complicated. Say you have 200 shares of common stock bought at a price
  781.      of $5. You receive 8 shares of preferred  stock for each 200 shares of
  782.      common. At the time,  the listed price of the  common was $6, and  the
  783.      listed  price of the preferred was $2.50.  The basis of the shares you
  784.      own is $5 * 200 = $1000, and the value is $6 * 200 = $1200.  The value
  785.      of the  shares you receive  is $2.50  * 8 =  $20. You must  divide the
  786.      basis with the ratio $1200/($1200 + $20) = .98361 for  the common, and
  787.      the ratio  $20/($1200 +  $20) =  .01639 for  the preferred.  Thus, the
  788.      common you owned is  changed to a basis  of $1000 * .98361 =  $983.61,
  789.      and the basis of the new preferred is $1000 * .01639 = $16.39. Capital
  790.      Gainz  will not automatically handle this situation - it's tempting to
  791.      apply a split of $1200/$1220  to the common, but the number  of shares
  792.      should not  change. Instead, you  must adjust  the prices of  all open
  793.      shares of the common stock, define the preferred security, then record
  794.      the purchase of the preferred security.
  795.  
  796.      A stock dividend is taxable if you have the option of receiving shares
  797.      or  cash,  or  if the  distribution  is  not  applied  evenly  to  all
  798.      shareholders.  In this case, I suggest recording a cash dividend, then
  799.      reinvesting it. If the shares are non-identical, you'll need to define
  800.      the new security first, so you can reinvest the distribution.
  801.  
  802.      5.3.30  "How do I  buy shares using a money market fund, or sweep sale
  803.      proceeds into a money market fund?"
  804.  
  805.      Treat a  money market account  like any other security.  To buy shares
  806.      from a money market fund:
  807.          - Make  sure Redistribute  Proceeds  is set  to  YES in  the  User
  808.      Settings.
  809.          - Execute  a sale against  the money  market fund for  the desired
  810.      amount.
  811.  
  812.      5-14                  Capital Gainz Users Manual
  813.  
  814.  
  815.  
  816.  
  817.          -  When the  sale  is complete,  answer  YES to  the  redistribute
  818.      question.
  819.          - Complete the form that comes up to purchase another security.
  820.      Sweeping  proceeds into a money  market fund is  identical, except you
  821.      sell the other security and  purchase shares of the money  market fund
  822.      with the proceeds.
  823.  
  824.      5.3.31  "How do I record a payment of accrued interest?"
  825.  
  826.      According to  the  IRS  documents, all  interest  payments  should  be
  827.      recorded on Schedule B,  with any accrued interest payments  listed as
  828.      adjustments  (subtractions).  Capital  Gainz  does  not  handle   this
  829.      specific  case, so I suggest recording the full interest payment, then
  830.      recording  the accrued interest payment  as a FEE  in the Distribution
  831.      Form. When  you  generate the  tax  forms, a  separate  fee report  is
  832.      included to remind you of tax-related fees.
  833.  
  834.      5.4  Portfolios
  835.  
  836.  
  837.      5.4.1    "I  was  maintaining  multiple  portfolios in  different  DOS
  838.      directories.  How  do I  use the  multiple  portfolio feature  with my
  839.      scattered data files?"
  840.  
  841.      Use the  Capital Gainz Utility  program to upgrade  the data  files in
  842.      each  of your  directories, if  it was  not done  during installation.
  843.      Then,  change to  the directory where  you want to  consolidate all of
  844.      your portfolios. Use the Capital Gainz Utility program to copy or move
  845.      the scattered portfolios into  the current directory. Portfolios moved
  846.      from  another location will automatically  be renumbered so  as not to
  847.      conflict with existing portfolios.
  848.  
  849.      5.4.2  "Why doesn't the portfolio name appear on forms and reports?"
  850.  
  851.      The current  portfolio name is  only shown if  you have more  than one
  852.      portfolio.
  853.  
  854.      5.5  Securities
  855.  
  856.  
  857.      5.5.1  "What is the difference between Local and Global securities?"
  858.  
  859.      Local securities are  securities in a  particular portfolio, and  have
  860.      associated  buy, sell,  and distribution  activity.  Global securities
  861.      contain  information about  a particular  security,  such as  name and
  862.      type,  have price histories, but  do not have  any activity associated
  863.      with  them. You link local securities to global securities by relating
  864.      the  local security symbol to  the global security  symbol. Deleting a
  865.      local security does not affect the related global security. The global
  866.      security's price history remains intact.
  867.  
  868.      You can think of local securities as instances of a global security in
  869.  
  870.                            Capital Gainz Users Manual                  5-15
  871.  
  872.  
  873.  
  874.  
  875.      a particular portfolio.  You can associate global securities with many
  876.      local securities, since a particular security can be held in more than
  877.      one portfolio. However, you can only associate a local security with a
  878.      single global security. 
  879.  
  880.      You  may  want  to link  multiple  local  securities  within a  single
  881.      portfolio  to the same global security. This  lets you own shares of a
  882.      mutual fund in  a regular account, and shares of  the same mutual fund
  883.      in  an  IRA account,  both  in the  same  portfolio.  The mutual  fund
  884.      information and price history are centrally maintained with the global
  885.      security.  In fact, you can  track a security's  price history without
  886.      ever actually adding it to a portfolio.
  887.  
  888.      5.5.2  "Stock XYZ split  1.25 for 1, but Capital Gainz only  accepts a
  889.      single decimal precision in the stock split form. What should I do?"
  890.  
  891.      Simply record  the split  as 12.5  for 10  (or 2.5  for  2), which  is
  892.      identical to 1.25  for 1. Capital Gainz accepts split  ratios from 0.1
  893.      to 999.9.
  894.  
  895.      5.5.3  "What should I  do with Local Securities that have  been closed
  896.      out?"
  897.  
  898.      When you sell all of the shares from a local security, you should keep
  899.      the security  around until after all  sales have been used  in the tax
  900.      forms. Then, you have  two options. First,  you can simply delete  the
  901.      security,  which will  remove it  along  with all  associated activity
  902.      logs.  Deleting a local security does not delete the associated global
  903.      security and price history - if  you want to remove these, you'll need
  904.      to delete the global security  as well. However, a better approach  is
  905.      to create  a new portfolio to  use for closed out  securities. Use the
  906.      Utility  Program  to move  the inactive  local  securities to  the new
  907.      portfolio.  This  way,  you  can  always  go  back  and  review  prior
  908.      performance. To save  disk space,  the Capital  Gainz Utility  Program
  909.      will let you put this new portfolio on a floppy disk.
  910.  
  911.      5.5.4  "Why isn't the load percentage associated with a security?"
  912.  
  913.      A future release will modify the local security file format to include
  914.      loads.
  915.  
  916.      5.6  Brokers/Investment Companies
  917.  
  918.  
  919.      5.6.1    "Can  I   own  the  same  local  security   through  multiple
  920.      Broker/Investment Companies?"
  921.  
  922.      Strictly  speaking,  you  can't  do  this  (but  you  can  achieve  an
  923.      equivalent  result).  The  broker/investment  company  information  is
  924.      simply a way to  associate holdings with a particular broker or mutual
  925.      fund company.  You can  associate a  broker/investment company  with a
  926.      global security and with a local security.
  927.  
  928.      5-16                  Capital Gainz Users Manual
  929.  
  930.  
  931.  
  932.  
  933.         For  stocks, you  can set  the global  security's  broker/investment
  934.         company to some commonly used 'default'  broker. Then, you would use
  935.         a specific broker with the associated local securities.
  936.  
  937.         For mutual funds, you should specify the  mutual fund company as the
  938.         broker/investment company  for the  global security.  For the  local
  939.         security,  you can  use the  same broker/investment company,  or use
  940.         the broker name if you purchased the shares through a broker.
  941.  
  942.      You  can achieve  the same  result as owning  the same  local security
  943.      through multiple broker/investment companies.  If you want this within
  944.      a  single portfolio, then  define two  different local  securities and
  945.      link them to the same global security. Or, you can  use the same local
  946.      security  symbol in  different  portfolios, both  linked  to the  same
  947.      global security.
  948.  
  949.      5.6.2   "Why do I have  to enter a broker/investment  company for each
  950.      local and global security?"
  951.  
  952.      Some users  want to leave this blank,  but this conflicts with Capital
  953.      Gainz'  philosophy of bringing up lookup tables when you leave a field
  954.      blank. The alternative is to define a dummy blank broker, for instance
  955.      NONE,  to use  when  you don't  want  to enter  the  broker/investment
  956.      company information.
  957.  
  958.      5.7  Prices, Distributions Per Share
  959.  
  960.  
  961.      5.7.1  "When I change a price in the Price History Table, how come the
  962.      prices  in  the  related  local  securities'  activity files  are  not
  963.      updated?"
  964.      "How come  when I  change the  price for a  local security,  the price
  965.      history  table  reflects  the  change but  related  local  securities'
  966.      activity files are not updated?"
  967.  
  968.      ===>>>  Think  of  the   Price  History  Table  as  a   repository  of
  969.      information: activity entries put information in, and sometimes change
  970.      information, but information in the table does not get applied back to
  971.      the activity records. Here's some arguments supporting this approach:
  972.  
  973.         Say you purchase  shares of a stock at  $10 at the beginning of  the
  974.         trading day, which happens to  be the last day of  the month. If the
  975.         price goes up  to $11 by the end  of the day,  and you update prices
  976.         at the end of the month, you don't want the recorded purchase  price
  977.         changed.
  978.  
  979.         Say you purchase shares of stock  held in two different  portfolios.
  980.         The purchases are on  the same day, but  at different times  and for
  981.         different prices.  The entry  of  the second  purchase replaces  the
  982.         first  entry's price history  record. This  new price  should not be
  983.         used for the first purchase.
  984.  
  985.  
  986.                            Capital Gainz Users Manual                  5-17
  987.  
  988.  
  989.  
  990.  
  991.      In  essence,  propagating changes  in the  price  history back  to the
  992.      activity records makes sense in many cases. However, there are far too
  993.      many common exceptions.
  994.  
  995.      5.7.2   "When I change  a distribution per  share amount in  the Price
  996.      History  Table, how  come the  distribution per  share amounts  in the
  997.      related local securities' distribution files are not updated?"
  998.      "How come when I change the  distribution per share amount for a local
  999.      security,  the price  history table  reflects  the change  but related
  1000.      local securities' distribution files are not updated?"
  1001.  
  1002.      ===>>> The answer  to the previous question about prices  in the Price
  1003.      History File applies here. For example:
  1004.  
  1005.         Say you  delete  a distribution  per  share  record from  the  price
  1006.         history.  Should  the distribution  records  on  this date  also  be
  1007.         deleted?  Should their  per  share value  be set  to  0?  Granted, a
  1008.         strong case can be made for  propagating changes in distribution per
  1009.         share  records in the  Price History  File back  to the distribution
  1010.         records.  However,  treating prices  and  distributions  differently
  1011.         would result in far more confusion.
  1012.  
  1013.      5.7.3    "I've  messed  around  with the  price  history.  How  can  I
  1014.      resynchronize it with my activity?"
  1015.  
  1016.      Use the Utility Program  to rebuild the  Price History File from  your
  1017.      activity files.
  1018.  
  1019.      5.7.4  "Is there a way to create an example file for price updates?"
  1020.  
  1021.      When you update  prices from the  Global Security Table  or the  Local
  1022.      Security Table,  there is  a function  key  option, Generate  Skeleton
  1023.      File, that creates a skeleton price  file. Capital Gainz will write  a
  1024.      list of your  global securities to the filename you  request. When you
  1025.      exit Capital Gainz,  you can edit this  file to include updated  price
  1026.      and  date  information.  This  eliminates  trial-and-error,  and  also
  1027.      provides a ready list of security symbols.
  1028.  
  1029.      5.7.5   "I own  two bonds with  different maturities. Why  are the two
  1030.      price histories combined?"
  1031.  
  1032.      You have  both local security bond holdings  linked to the same global
  1033.      security.  The global security defines the bond, and the price history
  1034.      is linked to the global security. Because of the maturities, these two
  1035.      bonds are different, and the two  local securities should be linked to
  1036.      distinct global securities.
  1037.  
  1038.      5.8  Reports
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.      5-18                  Capital Gainz Users Manual
  1045.  
  1046.  
  1047.  
  1048.  
  1049.      5.8.1   "What  are these funny  'D' and  'M' characters  printed on my
  1050.      reports?"
  1051.      "Why are there no lines separating sections of my reports?"
  1052.  
  1053.      ===>>>  By default, Capital Gainz uses the extended ASCII line drawing
  1054.      characters  for  borders  and  separators  in  printed  reports.  Most
  1055.      printers can print these characters, but  sometimes you have to flip a
  1056.      dip switch on your dot matrix printer or load the appropriate font for
  1057.      your laser printer. If you don't  want to bother with this, go to  the
  1058.      User  Settings Form and select NO for  the Line Draw Chars field. This
  1059.      substitutes  the -  and  = characters  for  the similar  line  drawing
  1060.      characters.
  1061.  
  1062.      5.8.2  "How can I cut down the amount of paper used in reports?"
  1063.  
  1064.      There are two ways to generate shorter reports, saving paper. They are
  1065.      both  available  from the  User Settings  Form,  using the  Set Report
  1066.      Parameters function:
  1067.  
  1068.         Set Lines Per Page to  0. This causes the header to only be  printed
  1069.         once,  and  no page  breaks  are  added.  Essentially,  you have  an
  1070.         infinite length page.
  1071.  
  1072.         Set  Brief  Formats to  YES.  This  causes  some  information to  be
  1073.         omitted  from several  reports,  resulting in  shorter  output.  The
  1074.         Activity Detail Reports, for instance, only  print a single line per
  1075.         record, instead of 2-3 lines per record.
  1076.  
  1077.      5.9  Calculations
  1078.  
  1079.  
  1080.      5.9.1   "Why doesn't the Gain/Loss  figure for Mutual Fund  XYZ in the
  1081.      Local  Security  Table  include  shares  purchased  with distributions
  1082.      (since these were 'given' to me)?" 
  1083.  
  1084.      ===>>> The  Local Security Table shows the current gain or loss of all
  1085.      shares that you've purchased, to help you determine whether you should
  1086.      sell any. Even though  distributions such as dividends are  'given' to
  1087.      you, you reinvested them in more shares of the mutual fund. If you use
  1088.      the Activity Summary function, you'll see a calculation that  combines
  1089.      all of your buy, sell, and  distribution activity to come up with your
  1090.      overall performance  figure. Calculating  total  distributions in  the
  1091.      Local Security Table would  significantly hamper performance, and also
  1092.      may adversely affect your selling decisions.
  1093.  
  1094.      5.9.2    "What's  the  distinction  between  realized  and  unrealized
  1095.      gains/losses?"
  1096.  
  1097.      The  Open Shares Log represents unrealized gains and losses, while the
  1098.      Closed  Shares Log  represents realized  gains and losses.  This means
  1099.      that the  gains and losses  shown in  the Open Shares  Log can  change
  1100.      based  on other changes,  such as updating the  price of the security.
  1101.  
  1102.                            Capital Gainz Users Manual                  5-19
  1103.  
  1104.  
  1105.  
  1106.  
  1107.      The gains and losses shown in the Closed Shares Log only change if you
  1108.      explicitly change the closed shares records.
  1109.  
  1110.      5.9.3  "Why does one of my securities show a loss greater than 100%?"
  1111.  
  1112.      By default, Capital Gainz  does NOT include commissions in  the basis,
  1113.      but does factor them into the gain/loss calculation. The net result is
  1114.      that  there is a slight difference in the percentage calculations than
  1115.      if you included  the commissions in  the basis. The reasoning  here is
  1116.      that  the commission amount is  never actually invested  in shares. If
  1117.      you would rather  include the commission in  the basis, answer  YES to
  1118.      the  Include  Commission in  Basis field  on  the User  Settings Form.
  1119.      Changing this  field has no permanent  effect, so you can  try it both
  1120.      ways.
  1121.  
  1122.      For  example, say  you purchased 100  shares at  $10 each,  paid a $40
  1123.      commission, and the security is now worth $11. Your gain is:
  1124.         (100 * $11) - (100 * $10) - $40 = $60
  1125.      Not including commissions in the basis, the percentage gain is:
  1126.         $60/(100 * $10) = 6.00%
  1127.      Including commissions in the basis, the percentage gain is:
  1128.         $60/((100 * $10) + $40) = 5.77%
  1129.  
  1130.      5.9.4  "Why is Mutual Fund XYZ's yield so high (or all '*'s)?"
  1131.  
  1132.      ===>>>  You  either  entered  the  amount  of  the  dividend  for  the
  1133.      Dividends/Year field in the  Global Security Form, or entered  a price
  1134.      for the Per Share  field in the Distribution Form.  The dividends/year
  1135.      figure should  indicate the number  of times  a year the  company pays
  1136.      dividends, such as 4 for quarterly payouts. The per share value should
  1137.      indicate  the  per   share  amount  of   the  distribution,  not   the
  1138.      reinvestment price, and is normally listed on your statements.
  1139.  
  1140.      5.9.5   "I've only recorded activity  for a short time  and the return
  1141.      percentages look  correct, but the  rate calculations  appear way  too
  1142.      low."
  1143.  
  1144.      There is probably  an incorrect,  'stray' entry in  the Price  History
  1145.      File.  For instance,  say you  added a  price for  1/01/01  instead of
  1146.      1/01/91. Calculating  return percentages  for all dates  would include
  1147.      the 1/01/01  entry, skewing the rate  by 90 extra years.  To fix this,
  1148.      check the Price History Table.
  1149.  
  1150.      5.9.6  "What's the difference between the Total Return and Performance
  1151.      figures in the Activity Summary Report?"
  1152.  
  1153.      ===>>> Total return  uses the price history of a  security to show the
  1154.      return  over the period.  In essence, this  simulates a 'buy-and-hold'
  1155.      strategy, where one share is purchased at the beginning of the period,
  1156.      held to the end  of the period, and distributions are reinvested. Your
  1157.      performance is calculated based on purchases, sales, and distributions
  1158.      recorded in the activity logs.
  1159.  
  1160.      5-20                  Capital Gainz Users Manual
  1161.  
  1162.  
  1163.  
  1164.  
  1165.      5.9.7   "What do the  variations between Total  Return and Performance
  1166.      mean?"
  1167.  
  1168.      If your  actual performance  was under par,  but the  total return  is
  1169.      good,  then you've  adversely affected  your performance  through poor
  1170.      timing. The security is a good-performer, and should probably be held.
  1171.      This effect is common for dollar-cost averaging strategy employed over
  1172.      a short period in a rising market.
  1173.  
  1174.      If your performance was good, but the total return is  under par, then
  1175.      you've managed to increase returns through good market-timing. While a
  1176.      'buy-and-hold' strategy  would not  have done well,  the market-timing
  1177.      effects of your purchases and sales made  this security a winner. This
  1178.      effect is  common for dollar-cost  averaging strategy employed  over a
  1179.      long period in a fluctuating market.
  1180.  
  1181.      5.9.8  "What figure is more important, Total Return or Performance?"
  1182.  
  1183.      They  are  both  important, but  total  return  is  probably the  most
  1184.      revealing of the two figures. It clearly shows whether a  security has
  1185.      performed  well or not. Poor  attempts at market  timing may result in
  1186.      low values for Performance,  regardless of the security's performance.
  1187.      Or,  successful  market  timing   can  cover  up  a  security's   poor
  1188.      performance.
  1189.  
  1190.      5.9.9  "What is the 'rate' figure?"
  1191.  
  1192.      A fairly complex calculation  is used to determine the  simple, yearly
  1193.      rate  of  return, assuming  annual  compounding.  This figure  can  be
  1194.      misleading, because a 10% return for one month doesn't mean you should
  1195.      expect 120% per year.
  1196.  
  1197.      5.9.10   "How  are  purchases on  different  dates factored  into  the
  1198.      calculated return for Performance?"
  1199.  
  1200.      Accounting for time  differences is difficult, and every  approach has
  1201.      flaws.  The  method used  involves  annualizing  purchases that  cover
  1202.      partial  periods. For  instance, say  two purchases  were made  over a
  1203.      year, one at the beginning of the year for $1000 and one at the end of
  1204.      the year  for $500. If the  return on the security was  $100, then the
  1205.      calculated return is:
  1206.         (100/(1000 + 500 - 500 * 1/2)) * 100 = 8.00%
  1207.      Since  the second  purchase was  not held  for the  first half  of the
  1208.      period, it's adjusted by subtracting out half of the purchase amount.
  1209.  
  1210.      5.9.11  "Why does the yield calculation only use the last dividend?"
  1211.  
  1212.      Yield is really a measure of expected return. That's why Capital Gainz
  1213.      takes the last dividend/interest distribution per share and multiplies
  1214.      it by the number of expected dividend/interest payouts. An alternative
  1215.      is  to sum  all dividend/interest  distributions over  the last  year.
  1216.      There are three problems with doing this:
  1217.  
  1218.                            Capital Gainz Users Manual                  5-21
  1219.  
  1220.  
  1221.  
  1222.  
  1223.      1) 'Missing' distributions would have to be estimated.
  1224.      2) If a  security increases its dividend, then the  yield would not be
  1225.      correct.
  1226.      3) Performance would be hampered.
  1227.  
  1228.      5.9.12  "I have  a stock that quit paying dividends. How  do I show no
  1229.      yield?"
  1230.  
  1231.      Set the Dividends/Year field in the Global Security Form to 0.
  1232.  
  1233.      5.9.13  "Why doesn't Capital Gainz automatically set the yield to zero
  1234.      if no dividends have been recorded for some time?"
  1235.  
  1236.      At first glance, it makes sense to ignore dividends over one year old,
  1237.      so  that the  yield will  drop to  zero if  the security  quits paying
  1238.      dividends.  However, if  you sell all  the shares of  a security, it's
  1239.      nice to be able to see the yield, even though you don't own it. If you
  1240.      want to  reduce the yield to zero, set the Dividends/Year field in the
  1241.      Global Security Form to 0.
  1242.  
  1243.      5.10  Tax Forms
  1244.  
  1245.  
  1246.      5.10.1   "I have a local security with distributions and sales, but it
  1247.      doesn't show up on Schedule D."
  1248.  
  1249.      The local security was defined as tax-exempt, which means it's treated
  1250.      like  an  IRA.  To change  it,  highlight  the security  in  the Local
  1251.      Security Table, hit Enter, then change the tax exempt field to NO.
  1252.  
  1253.      5.10.2   "What does Capital Gainz do  with long and short term capital
  1254.      gains distributions on Schedule B?"
  1255.  
  1256.      The  IRS  publications are  ambiguous on  this point.  Some statements
  1257.      indicate  that capital  gains distributions  from mutual  funds should
  1258.      always  be classified as long  term. However, other  statements can be
  1259.      interpreted  as  meaning short  term  capital gains  should  be lumped
  1260.      together  with dividends.  This means  that short  term capital  gains
  1261.      should  stay  on  Schedule  B,  while  long  term  capital  gains  are
  1262.      subtracted back out. 
  1263.  
  1264.      A valid argument exists  for both approaches. Based on  several mutual
  1265.      fund  statements,  Capital  Gainz   treats  all  short  capital  gains
  1266.      distributions  like dividends.  However,  you can  modify one  or more
  1267.      security  types to treat  short term capital  gains distributions like
  1268.      long term capital  gains. The  default approach sets  the STCG  (short
  1269.      term capital gains) handling of a security type as B SCH, meaning they
  1270.      stay on Schedule  B. You can change this to D<-B, meaning they flow to
  1271.      Schedule D from Schedule B.
  1272.  
  1273.  
  1274.  
  1275.  
  1276.      5-22                  Capital Gainz Users Manual
  1277.  
  1278.  
  1279.  
  1280.  
  1281.      5.10.3  "I changed the Long Term Holding Period in  the User Settings,
  1282.      but  the Schedule  D  report doesn't  reflect  the new  value.  What's
  1283.      wrong?"
  1284.  
  1285.      ===>>> The long term holding period is applied to sales at the time of
  1286.      the sale only. This allows  prior sales to remain correct in  spite of
  1287.      changes in the  holding period.  For instance, several  years ago  the
  1288.      holding  period  changed  from 6  months  to  1  year. By  determining
  1289.      long/short term status at the time of the sale, prior  years' Schedule
  1290.      D forms will always be accessible. 
  1291.  
  1292.      You  can  apply the  new holding  period to  one  or more  sold shares
  1293.      records without unselling/reselling the  shares. You can highlight the
  1294.      record on  the Closed Shares Log, hit Enter to change it, then set the
  1295.      status field  to STERM (short term) or LTERM (long term). You can also
  1296.      change a  range of sold shares  records. Select Date Range  on the Log
  1297.      Maintenance  Menu, enter the first and last  selling dates of the sold
  1298.      shares records  that you want  to change,  bring up the  Closed Shares
  1299.      Log, and execute the function Apply Holding Period. Each of the closed
  1300.      shares  record's  open and  close dates  are  compared to  the holding
  1301.      period, and the long/short term status is set accordingly.
  1302.  
  1303.      5.10.4  "What does 'Group Sales' mean on Schedule D?"
  1304.  
  1305.      ===>>> The group sales option lets you group all purchases for a given
  1306.      sale,  resulting  in  a  single  short  term  transaction,  long  term
  1307.      transaction, or  one of each. If you've been buying shares of a mutual
  1308.      fund monthly and  then close the  fund by selling  all of the  shares,
  1309.      grouping sales makes the Schedule D  report much shorter and easier to
  1310.      read  and transfer  to your  actual tax  forms, since  each individual
  1311.      purchase is not  shown. The purchase  date shown for grouped  sales is
  1312.      VARIOUS.  Essentially, a  grouped  sale  is  analogous  to  the  sales
  1313.      subtotals in the Closed Shares Detail Report.
  1314.  
  1315.      You  can group  sales of  individual security  types by  modifying the
  1316.      types in  the Security Type Table, or group all types by setting Group
  1317.      Sales  to YES  on the  form  displayed after  selecting the  tax forms
  1318.      report.
  1319.  
  1320.      5.10.5   "Group  sales  make  Schedule D  simpler,  but  are they  IRS
  1321.      approved?"
  1322.  
  1323.      I have used them  before, as have several accountants  I've talked to.
  1324.      The end  result  is  certainly  identical to  listing  each  purchase.
  1325.      However, no IRS publication states whether or not they are acceptable.
  1326.  
  1327.      5.10.6  "I've used the check  writing feature of a money market mutual
  1328.      fund. Now I've  got a whole lot  of Schedule D entries, with  0 gain -
  1329.      should these all be reported?"
  1330.  
  1331.      Technically, all sales of mutual funds must be reported on Schedule D.
  1332.      You have two  options to make  things easier. First,  you can use  the
  1333.  
  1334.                            Capital Gainz Users Manual                  5-23
  1335.  
  1336.  
  1337.  
  1338.  
  1339.      Group Sales  option, so you  only have  a single transaction  for each
  1340.      check. Alternatively,  you can change  the global security's  type, or
  1341.      define a new one, to  OMIT sales from Schedule D. Neither  approach is
  1342.      defined as acceptable or unacceptable in any IRS publication.
  1343.  
  1344.      5.10.7   "How do I change a security so that the dividends or interest
  1345.      are listed as tax free on Schedule B?"
  1346.  
  1347.      To  define  a  security as  distributing  tax-free dividends/interest,
  1348.      select a tax-free  security type for  the associated global  security.
  1349.      Tax-free security  types have  the phrase  'tax-free' in  their names.
  1350.      However, you  can change the  tax-free status  of a security  type, or
  1351.      define a new security type that is tax-free.
  1352.  
  1353.      5.10.8   "I have an  international fund  that pays a  foreign tax,  as
  1354.      reported on  my year-end  1099  form. How  do I  record  this to  make
  1355.      Schedule B correct?"
  1356.  
  1357.      Foreign  taxes are paid out  of distributions, but  the fund companies
  1358.      don't  report them  until  the  end  of the  year.  This  affects  the
  1359.      distributions/share, and thus the yield of a fund - but only slightly.
  1360.      The suggested way to handle this is: 
  1361.      1) Record  the Foreign Tax as a dividend on  the last day of the year,
  1362.      without reinvesting the distribution.
  1363.      2)  Record the  Foreign Tax  as a  fee on  the last  day of  the year,
  1364.      without selling shares to  cover the fee. This way,  the distributions
  1365.      will match up. 
  1366.      Capital Gainz prints out a list of any recorded fees after Schedule B,
  1367.      with a comment to the effect that they may be tax deductible. 
  1368.  
  1369.      5.10.9  "What's the difference between a local security defined as Tax
  1370.      Exempt and a local  security whose linked global security  uses a tax-
  1371.      free security type?"
  1372.  
  1373.      ===>>>  A Tax  Exempt local  security is  treated like  an IRA,  so no
  1374.      distributions or  sales are reported  on Schedule B  or Schedule  D. A
  1375.      tax-free  security type indicates that  dividends or interest are non-
  1376.      taxable on Schedule B. Sales are reported as usual on Schedule D.
  1377.  
  1378.      5.11  Execution Speed
  1379.  
  1380.  
  1381.      5.11.1   "What's the best way to  speed up execution without getting a
  1382.      faster machine or disk drive?"
  1383.  
  1384.      Probably the best way  to increase the overall performance  of Capital
  1385.      Gainz without new hardware is to use a disk cache. SMARTDRV.SYS, which
  1386.      comes  with Windows,  does  an admirable  job.  To speed  up  reports,
  1387.      backups, and shelling to DOS, use a RAM drive for temporary files. See
  1388.      Chapter 23 for details.
  1389.  
  1390.  
  1391.  
  1392.      5-24                  Capital Gainz Users Manual
  1393.  
  1394.  
  1395.  
  1396.  
  1397.      5.12  Consistency Check
  1398.  
  1399.  
  1400.      5.12.1   "Why  doesn't Capital Gainz  check for  duplicate symbol/date
  1401.      pairs in Buy/Sell/Distribution records?"
  1402.  
  1403.      Multiple  purchases of  a security  on a  single date  are common  for
  1404.      dividend  reinvestment  plans.  Dividends  and   additional  cash  are
  1405.      reinvested on the same day  at the same price. In any  case, incorrect
  1406.      multiple entries should be  easily spotted by comparing totals  to the
  1407.      totals on your mutual fund or broker statements.
  1408.  
  1409.      5.13  Utility Program
  1410.  
  1411.  
  1412.      5.13.1  "Why can't I start the Utility Program from Capital Gainz?"
  1413.  
  1414.      In order to invoke the Utility  Program from Capital Gainz, two things
  1415.      are  necessary. First, Capital Gainz must have been started by CG.BAT.
  1416.      Second, the Utility Program, CGUTIL.EXE, must be in the same directory
  1417.      as Capital Gainz.
  1418.  
  1419.      5.13.2    "Why does  the Utility  Program  keep failing  with 'Invalid
  1420.      Record Declaration'?"
  1421.  
  1422.      Except  when upgrading, the version number of the Utility Program must
  1423.      match the  version of Capital Gainz used to create the data files. The
  1424.      upgrade process transforms data files created with an older version of
  1425.      Capital Gainz into  a format usable by the current  version of Capital
  1426.      Gainz. When you  upgrade data  files, you must  correctly specify  the
  1427.      version number of Capital Gainz used to create the data  files you are
  1428.      converting from.
  1429.  
  1430.      5.14  Graphics Program
  1431.  
  1432.  
  1433.      5.14.1  "Why can't I start the Graphics Program from Capital Gainz?"
  1434.  
  1435.      To  invoke the  Graphics Program  from Capital  Gainz, two  things are
  1436.      necessary. First,  Capital Gainz  must  have been  started by  CG.BAT.
  1437.      Second,  the Graphics  Program,  CGGRAPH.EXE,  must  be  in  the  same
  1438.      directory as Capital Gainz.
  1439.  
  1440.      5.14.2  "Why doesn't the Graphics  Program display a status line  when
  1441.      printing, like Capital Gainz does?"
  1442.  
  1443.      The Graphics Program prints  the entire screen. Thus, the  status line
  1444.      is blanked out, then redisplayed after output is complete.
  1445.  
  1446.  
  1447.  
  1448.  
  1449.  
  1450.                            Capital Gainz Users Manual                  5-25
  1451.  
  1452.  
  1453.  
  1454.  
  1455.      5.14.3  "I've moved a  lot of cash to a money market  account. Why are
  1456.      other  securities' bars  so small  that the  cost/value difference  is
  1457.      obscurred?"
  1458.  
  1459.      Since the  Graphics Program  automatically scales  data  based on  the
  1460.      largest value, the  large money market holding  is adversely affecting
  1461.      other securities.  Money market securities maintain  a constant price,
  1462.      so  their cost and  value bars will  always be  equivalent. You should
  1463.      specify NO  to the Include Cash? field  in the Graphics User Settings,
  1464.      removing cash equivalent securities from the graph.
  1465.  
  1466.      5.14.4   "Can I get  rid of all  these lines  cluttering up the  Price
  1467.      Graph?"
  1468.  
  1469.      The average, standard  deviation, and best-fit lines  are displayed by
  1470.      default.  You can choose not to print  these by setting their color to
  1471.      NO COLOR in the  Graphics User Settings. Similarly,  you can turn  off
  1472.      the grid.
  1473.  
  1474.      5.14.5  "Can I generate PCX files to use with other programs?"
  1475.  
  1476.      Yes. Normally, when  you print to a  file, output is in the  format of
  1477.      your selected printer. However, if you  specify a filename with a .PCX
  1478.      extension, it will be printed in PCX format.
  1479.  
  1480.      5.14.6   "I'm trying to set  up my HP Laserjet,  but the printer setup
  1481.      form  displayed  is for  a  dot  matrix printer.  How  can  I get  the
  1482.      appropriate form?"
  1483.  
  1484.      The  setup form  is specific  to the  printer you  select in  the User
  1485.      Settings Form. Enter a blank or invalid value in the  Printer field to
  1486.      bring  up  the  list of  printer  types  to  choose from.  Select  PCL
  1487.      Laserjet. Back at the User Settings Form, hit the Setup Printer key to
  1488.      bring up the form to setup a PCL Laserjet printer.
  1489.  
  1490.      5.14.7   "Why  does the  Graphics Program  keep failing  with 'Invalid
  1491.      Record Declaration'?"
  1492.  
  1493.      The  version number of the Graphics Program  must match the version of
  1494.      Capital Gainz used to create the data files.
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501.  
  1502.  
  1503.  
  1504.  
  1505.  
  1506.  
  1507.  
  1508.      5-26                  Capital Gainz Users Manual
  1509.  
  1510.  
  1511.  
  1512.  
  1513.  
  1514.  
  1515.  
  1516.  
  1517.  
  1518.  
  1519.  
  1520.  
  1521.  
  1522.  
  1523.  
  1524.  
  1525.  
  1526.  
  1527.  
  1528.  
  1529.  
  1530.  
  1531.  
  1532.  
  1533.  
  1534.  
  1535.  
  1536.  
  1537.  
  1538.  
  1539.  
  1540.  
  1541.  
  1542.  
  1543.  
  1544.  
  1545.  
  1546.  
  1547.  
  1548.  
  1549.  
  1550.  
  1551.  
  1552.  
  1553.  
  1554.  
  1555.  
  1556.  
  1557.  
  1558.  
  1559.  
  1560.  
  1561.  
  1562.  
  1563.  
  1564.  
  1565.  
  1566.                            Capital Gainz Users Manual                  5-27
  1567.