home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / c / ct35i.zip / PFROI.HLP < prev    next >
Text File  |  1993-01-21  |  31KB  |  612 lines

  1. * PFROI
  2. 0 PFROI ("PortFolio Return On Investment") is an investment portfolio
  3. 0 management module designed to allow the user to maintain continuous
  4. 0 and contiguous records of all portfolio transactions, keep track of
  5. 0 investment cost bases for tax purposes, and to calculate portfolio
  6. 0 performance using the internal rate of return method of return on
  7. 0 investment ("ROI") calculation.  PFROI additionally generates numerous
  8. 0 user-configurable reports, including graphics displays designed to
  9. 0 operate on CGA, EGA, VGA, and Hercules-type display systems.
  10. 0
  11. 0 PFROI uses two types of menu systems to enable the user to manuever
  12. 0 through the program.  The first is a standard full-screen menu from
  13. 0 which a selection is made by keying a character at the ">" prompt.
  14. 0 The second type of menu system is an "Alt-Command" menu system.  In this
  15. 0 system the available commands are displayed on a single line in mnemonic
  16. 0 form.  The user executes the command by depressing the "Alt" key in
  17. 0 combination with the letter key corresponding to the selected command.
  18. 0
  19. 0 PFROI additionally uses the "Esc", "Arrow", "Page", "Ins", "Del", "Home"
  20. 0 and "End" keys plus some "Control-Key" combinations to perform editing
  21. 0 and screen manuevering functions.
  22. * General Commands
  23. 0 The following commands function much the same throughout the program:
  24. 0
  25. 0  Esc   - Returns to the previous screen or aborts an operation
  26. 0  Arws  - "Arrow" keys on number keypad move the cursor
  27. 0  PgUp  - Pages upward (backward) a page of data at a time
  28. 0  PgDn  - Pages downward (forward) a page of data at a time
  29. 0  ^PgUp - ("Ctrl" + "PgUp") Moves to start of data
  30. 0  ^PgDn - Moves to end of data
  31. 0  Ins   - Inserts new record (Ctl+F5 duplicates record)
  32. 0  Del   - Deletes current record (Ctl+F10 bypasses prompt message)
  33. 0  Home  - Moves cursor to beginning of field, initiates field edit
  34. 0  End   - Moves cursor to end of field, initiates field edit
  35. 0  ^Y    - ("Ctrl"+"Y") Clears field
  36. 0  ^G    - ("Ctrl"+"G") Deletes next word in field
  37. 0  Alt+F - File save, load and directory function sub-menu.
  38. 0  Alt+H - Displays help screen (or "F1" key)
  39. 0  Alt+P - Prints out data, "LPT1" is the default output device.  If a
  40. 0          filename is used, a disk text file is created.  If a ".WKS" file
  41. 0          extension is used, a Lotus readable ".WKS" file is created.
  42. 0          Output to "SCRN" enables output to be viewed on screen.
  43. 0
  44. 0  Other "Alt" commands vary functions depending upon the active screen.
  45. * PFROI MENU
  46. 0
  47. 0  Load Portfolio - Loads file specified, and then returns to main menu
  48. 0    with filename displayed in header.  If specified file contains
  49. 0    non-portfolio records, file will be renamed to "XXXXXXXX.ZZZ"
  50. 0    to protect agains inadvertant corruption of non-portfolio files.
  51. 0
  52. 0  Transactions - Enters transaction module.  This module is where "Buy",
  53. 0    "Sell", "Dividend", etc., activity is entered into your portfolio.
  54. 0
  55. 0  Valuations - Enters valuation module.  The valuation module screen
  56. 0    indicates the dates for which portfolio position records have been
  57. 0    computed.  Existing positions can be reviewed using the "Review"
  58. 0    (Alt+R) command.  New positions may be added or existing positions
  59. 0    recomputed by using the "Create" (Alt+C) command.
  60. 0
  61. 0  Performance - Enters Return On Investment (ROI) computation module.
  62. 0    ROI "Start" and "End" dates should be existing valuation dates.
  63. 0
  64. 0  Reports - Enters report module.  Many reports require a "Close Date"
  65. 0    which must be the date of an existing valuation.
  66. * PFROI MENU (Cont'd)
  67. 0
  68. 0  Client Group - Enters module for maintaining a list of portfolios being
  69. 0    managed.  "Batch" valuations must be initiated from this module
  70. 0    and operate only on portfolios files listed in the currently
  71. 0    loaded client group file.
  72. 0
  73. 0  Auxiliaries - Access point for supporting records:
  74. 0    Portfolio Configuration
  75. 0    Tax Rate Table
  76. 0    Target Prices
  77. 0    Local Security List
  78. 0    Master Security List
  79. 0    Distribution Records
  80. 0    Price History Records
  81. 0    Currency Exchange Rate Records 
  82. 0    Fund Accounting Records (Captool-Global Only)
  83. 0
  84. 0  Configure - Configuration menu for CAPTOOL/PFROI operating parameters.
  85. 0
  86. 0  Utilities - Accesses sub-programs which perform "merge", "archive",
  87. 0    "symbol change" and other functions.
  88. * Transaction "Alt" Menu
  89. 1
  90. 1 Alt+S - "Sorts" transactions by date.
  91. 1 Alt+A - accesses "Auxiliary" records menu.
  92. 1 Alt+M - toggles "Mask".  Isolates transactions by "TAC", "Symbol" and "L#"
  93. 1         depending on which field in which cursor resides. Clear the mask
  94. 1         by toggling Alt+M a second time while the cursor is in the field.
  95. 1 Alt+D - toggles Display formats ("Est. Tax", "Cost/Unit", "Com/Fees")
  96. 1         CAPTOOL-Global has three additional formats.
  97. 1 Alt+C - various functions depending on field in which executed:
  98. 1          Descrip: Imports discription from Master List
  99. 1          Amount : Calcs accrued interest for AMT, ACR & PIN transactions
  100. 1          Est tax: Calcs estimated taxes from current year forward
  101. 1 Alt+K - "seeK" record with next occurance of Symbol specified
  102. 1 Alt+T - "subTotals" a group of transactions. (toggle/move/toggle)
  103. 1 Alt+3 - "subtotals" quantity only transactions (signs adjusted)
  104. 1 Alt+4 - "subtotals" cash only transactions (signs adjusted)
  105. 1 Alt+L - accesses tax Lot assignment module (see manual).
  106. 1 Alt+I - Import transactions from quote, comma-delimited text file.
  107. 1         (also can import from other portfolio managers, see IMPORT.TXT)
  108. 1 Alt+B - displays cash Balance at current transaction
  109. 1 Alt+G - toggle auto-siGn (careful! should be "On" excepting rare cases)
  110. 1 Alt+! - Marks transaction to prevent overwrite by Auto-Distributions
  111. * Transaction Codes (TAC's)
  112. 1 DPF  DePosit Funds        CGD  Capital Gains Distrib. (long)
  113. 1 WDF  WithDraw Funds       CGR  Cap. Gains Dist. Reinvested
  114. 1 BUY  BUY security         CGW  Cap. Gains Withdrawn
  115. 1 SLL  SeLL security        ROC  Return Of Capital (credit cash)
  116. 1 SLS  SelL Short           RCR  Return of Capital Reinvested
  117. 1 BYC  BuY to cover         RCW  Return of Capital Withdrawn
  118. 1 IN+  INterest earned      BRW  BoRroW funds
  119. 1 IN-  INterest paid        RPY  RePaY funds
  120. 1 DV+  DiVidend earned      RNT  ReNT earned
  121. 1 DV-  DiVidend paid        EXP  cash EXPenses
  122. 1 SP+  Split credited       DPR  DePReciation
  123. 1 SP-  Split debited        RCV  ReCieVe (e.g. from other portfolio)
  124. 1 INW  Interest Withdrawn   DLV  DeLiVer (e.g. to other portfolio)
  125. 1 DVW  Dividend Withdrawn   FEE  acct. mgmt. FEE ("FUI" for Fee UnInvest)
  126. 1 DRI  Dividend ReInvested  SCO/LCO Short/Long loss CarryOver
  127. 1 IRI  Interest ReInvested  SGD  Short term cap. Gains Distrib.
  128. 1 BYD  BuY + Deposit        SGR  Short term Gains distr. Reinvested
  129. 1 SLW  SelL + Withdraw      SGW  Short term Gains distr. withdrawn
  130. 1 DST  partnership DiSTrib  PIN  Phantom INterest
  131. 1 CBA  Cost Base Ajustment  AMT  AMorTization of premium
  132. 1 IOB  Interest On cash Bal ACR  ACcRetion of discount (same as PIN)
  133. 1 TXW  Taxes Withheld (on foreign dividends)
  134. * Transaction Fields
  135. 1
  136. 1 Mo/Dy/Yr - Transaction Date
  137. 1 TAC      - Transaction Code
  138. 1 Symbol   - Security trade symbol
  139. 1 Lot      - Lot number (1..999, FFO, LFO, AVG, AV2)
  140. 1 Descrip. - Description. May contain note of :
  141. 1             div/int rate    : "@$2.65"
  142. 1             receive date/amt: "&&3/15/85 $2435.25" (RCV only)
  143. 1             bond maturity   : "##1/15/92" #$100 #&7.5% ("#&"=amort. rate)
  144. 1             cost basis adj. : "CBA=-15.25" (DRI,IRI,SGR,CGR,DSR,BYD)
  145. 1             long transaction: "=L+" (normally "short" Trans. now "Long")
  146. 1             tax withheld    : "TXW=-24.83" (any transaction)
  147. 1 Quantity - # Shares (decimal shrs ok)
  148. 1 Amount   - net transaction value (include commis. & fees)
  149. 1 Est. Tax - Estimated Taxes (for ROI calcs)
  150. 1 Cost/Unit- Computed cost/unit (non-input field)
  151. 1 Com.Fees - Commissions or fees
  152. 1 Trade Prc- Trade price for buy or sell transactions
  153. 1 X-Rate   - Currency Exchange rate used for the trade (CAPTOOL G.I. only)
  154. * Position "Alt" Menu
  155. 2
  156. 2 Alt+T - computes "sub-Totals" (Normally, S/T's are automatically computed
  157. 2         upon price entry. "T-" in Other PF Specs. supresses automatic S/T's)
  158. 2 Alt+A - accesses "Auxiliary" records menu.
  159. 2 Alt+D - Toggles to alternate "Displays".
  160. 2 Alt+R - Retrieves prices from price records.
  161. 2 Alt+S - Send prices to price records.
  162. 2 Alt+L - access data-Link to download price quotes into current screen.
  163. 2 Alt+M - Mask sub/totals. (Toggle function)
  164. 2 Alt+G - display pie-chart Graph. ("F-" in Other CT specs suppresses "fill")
  165. 2 Alt+C - Currency exchange rate import (CT-Global, must be in X-Rate field).
  166. 2 Alt+X - eXport to Master list from current position records.
  167. 2 Alt+I - Income forecast re-calculation. (Display #2 only, see manual)
  168. 2 Alt+U - (CAPTOOL Batch Only) Updates individual portfolio positions for
  169. 2         close date and values using prices from current batch position.
  170. 2 Alt+Y - Yield % & F/C Income recompute using master list specifications
  171. 2 Alt+! - Toggles price retrieval "Disable" flag. When set ("!" next to
  172. 2         symbol) DataLink skips record during price retrieval operations.
  173. 2
  174. * Position Fields
  175. 2
  176. 2 T         - Security type
  177. 2 Symbol    - Ticker symbol
  178. 2 Descript. - Security Description, "@$" for div/int rate, e.g. "@$1.25"
  179. 2 Position  - Number of units held
  180. 2 Mkt Price - Market price on date of valuation
  181. 2 $ Value   - Valuation at market price
  182. 2 $ Cost    - Taxable Cost Basis of security
  183. 2 Gains     - (Dspl #0) Unrealized gain or loss (in parentheses)
  184. 2 Val %     - (Dspl #0) Percent of total portfolio
  185. 2 Gain %    - (Dspl #1) Percent gain over taxable cost basis
  186. 2 $/Yr      - (Dspl #2) Forecast income/yr (Qty * @$ in Master List Aux Descr.)
  187. 2 Yld %     - (Dspl #2) Annual dividend or interest percent yield
  188. 2 $/U       - (Dspl #3) Taxable cost basis per share or unit
  189. 2 Beta      - (Dspl #3) Security static beta (from Master List record)
  190. 2 Accrued   - (Dspl #4) Accrued interest (int. rate/dates spec'd in Mstr. List)
  191. 2 X-Rate    - currency eXchange Rate (CAPTOOL-Global only).
  192. 2
  193. * Portfolio/Batch Valuation "Alt" Menu
  194. 3
  195. 3 Alt+A - Accesses Auxiliary record menu.
  196. 3 Alt+C - Create valuation or re-compute valuation after transactions modi-
  197. 3          fied. Overwrites any valuation of same date but preserves prices.
  198. 3 Alt+R - Review existing valuation.  Positions are NOT RECALCULATED
  199. 3 Alt+D - Delete existing valuation.
  200. 3 Alt+B - Set valuation "Base" date.  Positions are computed starting with
  201. 3          the valuation on the base date and including all subsequent
  202. 3          transactions.  Default base is day before first transaction.
  203. 3 Alt+G - Valuation Graphics (see manual for setting up printer)
  204. 3 Alt+M - Multiple valuation recalculation.
  205. 3 Alt+T - toggles Tax status.  If Tax=On then Est. Tax computed on batch val.
  206. 3 Alt+I - Import data from text files (Requires special .XLT file)
  207. 3 Note 1: When prompted for Create, Review, Delete or Base date, Gray "+" &
  208. 3          "-" keys may be used to select dates from table.
  209. 3 Note 2: The valuation screen displays up to 64 valuation dates, however
  210. 3          more than 64 dates may be created.  Use "PgUp", "PgDn" to view
  211. 3          these additional records.
  212. 3 Note 3: "*" indicates that price data is missing for the indicated date.
  213. 3         "." indicates requires "re-Creation" due to transaction edits.
  214. *
  215. 4
  216. * Performance (Return On Investment)
  217. 5  To compute ROI, set the "Mask" record, then execute the "Alt+R" command
  218. 5  to initiate the ROI calculation:
  219. 5
  220. 5   Start Date - ROI initiation date (should be a valuation date).
  221. 5   End Date   - ROI termination date (should be a valuation date).
  222. 5   Symb Mask  - Specifies symbol of security to be computed.  Setting
  223. 5                of "*ALL*****" computes ROI of entire portfolio.
  224. 5   T          - Specifies security type.  If blank then all types used.
  225. 5   SIC        - Specifies industry code as specified in master list.
  226. 5                If blank then all types used.
  227. 5   Twt        - "Time Weighted". If "On" a time-weighted ROI is computed.
  228. 5   C/F        - "Commis/Fee". If "On" Before Commis & Fee ROI's are computed.
  229. 5   Pf Mask    - Specifies portfolio to be used (CAPTOOL only). Default is
  230. 5                current portfolio.  DOS "wildcard" symbols "*" & "?" for
  231. 5                multiple portfolios, e.g. "*.*" computes all portfolios.
  232. 5   Csh        - Currency symbol mask. (CAPTOOL-Global only)
  233. 5
  234. 5 "Beta" output is of portfolio or security relative to the market index.
  235. 5  No beta is displayed if Twt=Off or ROI covers fewer than 12 valuations.
  236. 5  "Alt+C" clears the ROI "mask" record, setting Symb. Mask back to "ALL".
  237. *
  238. 6 Tax Rate records are local to each portfolio and are used to compute
  239. 6 "Estimated Taxes".  Tax Rate field are as follows:
  240. 6
  241. 6 Mo/Dy/Yr - Date new rates become effective.
  242. 6 Hld Prd  - Hold period (months) req'd for long term cap. gains.
  243. 6             (Use 999 or greater for no long term treatment.)
  244. 6 CGRate   - Long term capital gains rate (0 .. 1.0 allowed)
  245. 6             (Use 1.0 for no long term C.G.)
  246. 6 Max Loss - Maximum capital loss deductible from ord. income
  247. 6 Tax Rate - Portfolio marginal tax rate (0 .. 1.0)
  248. 6 Lng/Sht  - Long to Short term weighting ratio
  249. 6 Loc Rate - Local tax rate (City & State)
  250. 6 Index    - Annual price index used to adjust cost bases up for inflation.
  251. 6            This is only used if portfolio C.G. Indexing="On"
  252. 6 Idx Hld  - Min. Period a security must be held to be eligible for
  253. 6            cap. gains cost base indexing.
  254. * Client Group Fields (Use "Home"/"End" keys to initiate edit)
  255. 7
  256. 7  Account Name   - Name & Address (\= separator, < > = salutation)
  257. 7  Phone Number   - For auto dial, requires modem
  258. 7  Portfolio File - File specification (must be legal DOS filename, i.e. max.
  259. 7                   8 char. prefix and max. 3 char. extension).
  260. 7  Acct. Number   - For reports
  261. 7  Tax ID Number  - For reports
  262. 7  Note Field     - Hidden field (Use Alt+N to access)
  263. 7
  264. 7 Client Group "Alt" Menu
  265. 7
  266. 7  Alt+P - "Prints" records, labels, mail merge & cross-ref records
  267. 7  Alt+S - "Sort" by Zip, Acct. #, or Portfolio Filename
  268. 7  Alt+D - (or F9 key) Auto dial current client
  269. 7  Alt+K - "seeK" record containing key word or key word combination
  270. 7  Alt+N - Display Note field for editing
  271. 7  Alt+G - "Get" (Load) portfolio indicated in current screen
  272. 7  Alt+B - enter "Batch" Valuations module (Captool only)
  273. 7
  274. * Master Security List ("Master List")
  275. 8
  276. 8  The Master Security List is used to store information about a security
  277. 8  so it can be automatically or optionally drawn upon by PFROI when it
  278. 8  performs computations or generates reports.  Fields are used as follows:
  279. 8
  280. 8   SYMBOL - Used to uniquely identify security.
  281. 8
  282. 8   Aux. Description - Extended description, may be used to indicate interest
  283. 8    & dividend rates and dates and bond maturity dates and redemption prices
  284. 8    as in the following examples:
  285. 8
  286. 8     "@@2/15*4@$5.32"  - indicates that a $5.32 annual dividend or interest
  287. 8        is paid in 4 quarterly installments (the "*4" indicates this), with
  288. 8        the first payment of the calendar year on 2/15.
  289. 8
  290. 8     "##10/15/94#$100" - indicates that a bond matures on 10/15/94 at a par
  291. 8         price of $100/unit.  If the price is omitted, 100 is the default.
  292. 8
  293. 8     "/F-" in Aux. Descrip. --> income is federal tax free.
  294. 8     "/L-" in Aux. Descrip. --> income is local tax free.
  295. * Master Sec. List (cont'd)
  296. 8
  297. 8   Cusip - Security "Cusip" number which may be used in lieu of "Symbol"
  298. 8    for price retrieval.
  299. 8
  300. 8   T   - Security type.  This value will be automatically imported onto
  301. 8         position screens when the "Create" valuation command is executed.
  302. 8
  303. 8   SIC - Industry code.  Use first two chararcters of federal "SIC" code.
  304. 8
  305. 8   "$" - "Cash symbol".  Uses to indicate the base denomination of security
  306. 8         in multiple currency portfolio.
  307. 8
  308. 8   Beta- This value will be automatically imported onto position screens
  309. 8         when the "Create" valuation command is executed.
  310. * Master Sec. List "Alt" Menu
  311. 8
  312. 8  Alt+S - Sort by symbol, cusip and/or type.
  313. 8  Alt+K - seeK record with specified symbol.
  314. 8  Alt+D - accesses Distribution records
  315. 8  Alt+T - accesses group Type specification records.
  316. 8  Alt+! - toggles quote retrieval suppression (! next to symbol indicates
  317. 8          quote retrieval suppression is active.
  318. 8  Alt+# - toggles quote retrieval by CUSIP # in lieu of symbol. (# next to
  319. 8          symbol indicates CUSIP quote retrieval is active.
  320. 8  Alt+* - toggles suppression of import to price record on Ctrl+F6 cmd
  321. 8          (* next to symbol indicates import to price record is suppressed)
  322. 8
  323. 8  Hint: Use the "Alt+X" command on the "Position" records to update the
  324. 8        Master List.
  325. * Distribution Records
  326. 9
  327. 9  Distribution records are used to automatically insert transaction records
  328. 9  for dividends, interests and splits when valuations positions are
  329. 9  generated using the "Create" valuation command.
  330. 9
  331. 9   Mx/Dx/Yx - Ex-Date (date of record) of Distribution
  332. 9   Mo/Dy/Yr - Actual Receipt Date of Distribution
  333. 9   TAC      - Distribution transaction code (SP+, DV+, IN+, CGD, SGD, ROC)
  334. 9              (Use SLL, SLW, DLV, BYC to liquidate existing position)
  335. 9   Descrip  - Description, "/F-" or "/.-" to liquidate fractional shares
  336. 9   Qty/Shr  - Quantity of Shares per Share (use for splits)
  337. 9   Dist/Shr - Amount per share (use for dividends & interest)
  338. 9   Price    - Share price at date of distribution
  339. 9   X-Rate   - Currency Exchange Rate (CAPTOOL Global only)
  340. 9
  341. 9  Note: If the "Re-invest" switch in the "target price" records is set
  342. 9  cash distributions will be converted to "reinvest" transactions.
  343. 9
  344. * Local Security Records
  345. A
  346. A  Local Security records specify both low and high target prices for a
  347. A  security.  If the valuation price falls below the low price or exceeds
  348. A  the high price an asterisk "*" will appear on the position screen
  349. A  adjacent to the price field for the security.
  350. A
  351. A  The "Distrib" switch in the Limit Price record is used to signify that
  352. A  automatic distribution records should be converted to "Withdraw cash",
  353. A  "Credit Cash", or "Reinvestment" transaction codes.  The "Buy MMF"
  354. A  setting specifies reinvesting distributions in the money market fund
  355. A  indicated in the adjacent field.  Toggle this switch with the "Alt+D"
  356. A  command.
  357. A
  358. A  Local Security Records are local to each portfolio.
  359. A
  360. * Portfolio Configurations
  361. B
  362. B  The Portfolio Configuration Record allow each portfolio file to be
  363. B  individually configured for the following parameters:
  364. B
  365. B   Fiscal Year   - Date of fiscal year end
  366. B   Tax Adj       - Forces generation of year-end tax adjustment entry.
  367. B   Loss Carryover- Forces generation of year-end loss carryover entry.
  368. B   C.G. Indexing - Enables capital gains inflation indexing.
  369. B   Client Rpts   - Specifies reports to be included in client report,
  370. B                   e.g. "ABEMJKLRSNOWX[".  Note: Including "[" in spec.
  371. B                   shifts account title to right.
  372. B   Val. Base     - "Last"=Last previous valuation date.
  373. B                   "First"=One day prior to first transaction date.
  374. B   Distribution  - Enables automatic insertion of distribution transactions.
  375. B   Twtd ROI/Beta - Enables time weighted ROI and beta computation.
  376. B   Beta Index    - Specifies Index to be used for beta calculation.
  377. B   Index         - Specifies symbol & description for indices
  378. B
  379. * CAPTOOL Configurations
  380. C
  381. C  "Global" configurations apply across all portfolios unless overridden
  382. C  by local configuration specifications.
  383. C
  384. C   Work File Path - Specifies disk drive/directory to be used for temporary
  385. C                    storage/retrieval of records when DOS base RAM memory is
  386. C                    full.  Fastest operation is achieved with RAM disk.
  387. C   System Sound   - Enables/Disables prompt "beep".
  388. C   Mono HiVideo   - Sets "Hi" & "Reverse" video for monochrome displays.
  389. C   Block Cursor   - Enables Block cursor for LCD displays.
  390. C   File Backup    - Enables/Disables creation of "$" backup files.
  391. C   Decimal Type   - Either "." or "," decimal notation.
  392. C   Amt Dcmls      - Decimal places (0..4) displayed for "Amount" values.
  393. C   Currency Symb  - Symbol of base currency used in portfolio.
  394. C   Date Format    - Date display format (Mo/Dy/Yr, Dy-Mo-Yr, Yr.Mo.Dy)
  395. C                    The default input period is 1951-2050;
  396. C   Other CT Specs - Misc. "switches".  See next page.
  397. C
  398. * Other CT Specs
  399. C
  400. C  The following notations, when placed in the "Other CT Specs" field,
  401. C  operate as indicated (switch must be upper case):
  402. C
  403. C   F-  : Suppress "fill" of allocation plot (CGA & Herc never fill)
  404. C   E-  : Suppresses need for "<Enter>" to advance cursor in date and other
  405. C         short fields; cursor advances when field is full.
  406. C   G-  : Forces graphics to be printed from screen (faster) rather than
  407. C         from memory buffer (higher resolution).
  408. C   H-  : Disables page header generation
  409. C   L+  : Forces logarithmic scales on Y axis of X-Y graphs
  410. C   P+  : Adds the Current Path to data filenames
  411. C   P-  : Suppresses page feed in printing most reports
  412. C   W+  : Enables 132 column display on VGA systems (CAPTOOL-Global only)
  413. C         (Note: Memory mgmt software that manipulates memory between 640K
  414. C          and  1 Meg may interfere with 132 col mode)
  415. C   X-  : disables printer port chkg
  416. C
  417. * PFROI Configurations
  418. C
  419. C  The PFROI Configurations contain the default configuration to which a
  420. C  portfolio file is set when it is created as a new file.
  421. C
  422. C   Fiscal Year    - Date of fiscal year end
  423. C   Tax Adj        - Forces generation of year-end tax adjustment entry.
  424. C   Loss Carryover - Forces generation of year-end loss carryover entry.
  425. C   C.G. Indexing  - Enables capital gains inflation indexing.
  426. C   Client Rpts    - Specifies reports to be included in client report.
  427. C   Val. Base      - "Last"=Last previous valuation date.
  428. C                    "First"=One day prior to first transaction date.
  429. C   Distribution   - Enables automatic insertion of distribution transactions.
  430. C   Twtd ROI/Beta  - Enables time weighted ROI and beta computation.
  431. C   Beta Index     - Specifies Index to be used for beta calculation.
  432. C   Other PF Specs - Misc. "Switches"  See next page.
  433. C   Index          - Specifies symbol & description for indices
  434. C
  435. * Other PF Specs
  436. C
  437. C  The following notations, when placed in the "Other PF spec" field,
  438. C  operate as indicated (switch must be upper case):
  439. C
  440. C   A+  : Causes bond "accrued" interest to be added to bond valuation.
  441. C   C!  : forces cost base recomputation
  442. C   C+  : (in Portfolio Config record) protects indiv. portfolio config.
  443. C         from override by PFROI confg.
  444. C   C-  : Disables automatic override of portfolio configurations by PFROI
  445. C         configurations
  446. C   D+  : Transaction descriptions pulled in from master list
  447. C   F+  : Includes Commiss/fees in Cost/U field on transaction screen #2
  448. C   L-  : Causes "Lot" field to always be skipped during transaction entry.
  449. C   M+  : Forces updating of master list upon exiting position screen.
  450. C   R+  : Sets automatic retrieval of prices from PRICES.STD, and exchange
  451. C         rates (CAPTOOL Global only) from CURRENCY.STD.
  452. C   R!  : Forces price dates to match before retrieving into position record.
  453. C   T-  : Disables automatic Sub-Totaling on position screen
  454. C
  455. * PFROI Reports
  456. D
  457. D  Upon selection of a report from this menu the user is prompted for set-up
  458. D  specifications required for the selected report.  Default values will
  459. D  generally be provided.  "Base" & "End" dates should correspond to existing
  460. D  valuations.  Vertical arrow keys may be used to select alternate dates.
  461. D
  462. D    End/Close Date  - Last date of the reporting period desired.
  463. D    Base/Start Date - Last date of preceding report period.
  464. D    Fiscal Year End - Used for tax and capital gains reports.
  465. D    Output Device   - "LPT1" for printer port #1, "SCRN" for screen display,
  466. D                      and any unused file name for disk text file output.
  467. D                      If ".WKS" file extension is used, a Lotus-readable
  468. D                      ".WKS" file is created.
  469. D
  470. D  Note: Some reports are user customizable with respect to the fields which
  471. D        are printed.  Depressing the "Ctrl" key plus report selection key
  472. D        will bring up the customization screen for a report.
  473. D
  474. * Auxiliary Records
  475. E
  476. E  Auxiliary records contain portfolio supporting data other than
  477. E  transaction and position records.
  478. E
  479. E  The following Aux. records are local to each portfolio and thus may
  480. E  be uniquely configured for each portfolio:
  481. E
  482. E    Portfolio Configurations
  483. E    Tax Rate Table
  484. E    Local Security List
  485. E
  486. E  The remaining Aux. records apply to all portfolios.
  487. E
  488. * Report Customization
  489. F
  490. F  The report customization screen displays fields available to the user with
  491. F  each field labeled with a letter "A"-"Z".  Some fields may be similar to
  492. F  others but be of longer length, e.g. "   Description   " vs. "Descrip".
  493. F
  494. F  The letter sequence in the "Cur. Spec." determines which fields and in
  495. F  what order they will appear in the report.  The "Cur. Spec." may be
  496. F  modified by making an entry in the "New Spec.".
  497. F
  498. F  Report output is truncated to the maximum output columns specified in the
  499. F  printer set-up specifications.
  500. F
  501. F  Portfolio ROI Report: Letters L-P specify ROI subcategories and must be
  502. F  contained in parentheses, e.g. H(LMNOP).  Commas specify double spacing.
  503. F
  504. *
  505. F  Some reports recognize "switches" appended to the customization spec.
  506. F  Use "/" to separate switches from the customization specification.
  507. F
  508. F   Position Reports: "I-" suppresses output of market indices
  509. F   Open Lot Report : "D-" or "*"  suppresses average lot detail
  510. F   Dividend Report : "D+" adds capital gains distributions to report
  511. F   Capital Gains   : "S+" adds subtotal for multiple lot occurences
  512. F                     "D-" suppresses cap. gains distribution reporting
  513. F                     "*"  suppresses avg lot detail (same buy date)
  514. F                     "**" suppresses avg lot detail (all buy dates)
  515. F   Cash Flow       : "T+" first month=today's month rather than close month
  516. F   Portfolio ROI   : [60,12,0] specifies months in ROI columns
  517. F   ROI by Security : "*=25" displays estimated "partial period" ROIs for
  518. F                     securities with zero opening or closing values when
  519. F                     ROI/Yr is worse than -25% or greater than 100/(1-.25).
  520. F                     If no valid partial period ROI can be computed, or
  521. F                     the limit exceeded and funds added/withdrawn exceed
  522. F                     50% of the value, "******" is displayed.
  523. F   Client Statement: "[" = right justification of acct title
  524. F                     "@-"= no window envelope for acct title
  525. * Group Type Specifications
  526. G
  527. G  Group Type Spec. records are used to assign a descriptive label
  528. G  to each group type. This descriptive label is used on the sub-total
  529. G  records on portfolio "Position" screens.
  530. G
  531. * Market Indices
  532. H
  533. H  Up to seven market indices may be specified.  Indexes with non-blank
  534. H  symbol fields will be displayed on "Position" screens and if priced
  535. H  will have ROI computed/displayed on the ROI report.  Place "!" 
  536. H  in the description field to suppress market index quote retrieval.
  537. H
  538. H  The "Beta" index is the index against which portfolio beta is computed.
  539. H
  540. * PFROI Utilities
  541. I
  542. I Merge - Combines multiple portfolio files into a single portfolio file.
  543. I
  544. I Change Symbol - Changes specified ticker symbol in specified portfolio
  545. I  to new ticker symbol.  (Useful for corporate name changes).
  546. I
  547. I Archive - Removes records of closed out securities to a storage file
  548. I  so as to reduce the size of the current portfolio. Avoid using this
  549. I  function unless you have run out of computer memory.
  550. I
  551. I Create Demo - Creates a non-full-function version of CAPTOOL/PFROI labeled
  552. I  "Demo" which may be copied and passed on to others for trial use.
  553. I
  554. I Backup Data - Copies ".STD" files and portfolio files listed in CLIENTS.STD
  555. I  to specified floppy drive.
  556. I
  557. I Non-English Report Labels (CAPTOOL Global only) - Enables user translation
  558. I  of report headers & labels to non-English formats.
  559. * Price History Records
  560. M
  561. M  Price history records are a historical database of prices which may be
  562. M  drawn on by PFROI to price portfolios or used to plot price/volume trends
  563. M  and compute moving averages.  Data may be manually entered, imported from
  564. M  an ASCII text file, or updated by downloading prices from a price data
  565. M  service using the DLINK module.  Alt commands are as follows:
  566. M
  567. M   Alt+S - Sort by date (and by symbol for same date)
  568. M   Alt+M - Mask by symbol, to isolate a particular security
  569. M   Alt+G - plot Graphics of price, volume & moving averages
  570. M   Alt+D - toggles "Description" field display on/off (off=faster scroll)
  571. M   Alt+L - accesses dLink communications for data download.
  572. M   Alt+I - Import data from ASCII comma delimited text file of format:
  573. M             mm/dd/yy, Symbol, Type, Volume, Open, High, Low, Close
  574. M           Append "/PRODIGY" to filename to import Prodigy quote files
  575. M   Alt+A - accesses Master Security List (Aux)
  576. M   Alt+R - aRchives records from currently loaded price file.
  577. M   Alt+! - Toggles price retrieval "Disable" flag. When set ("!" next to
  578. M           symbol) DataLink skip record during price retrieval operations.
  579. M
  580. M  The "Ctrl+F6" key will create a full set of new records dated the same
  581. M  date of the current record and with symbols drawn from the master list.
  582. *
  583. M  To permit splits to graph properly, two price records should be entered
  584. M  on the date the split takes effect, with the first record containing
  585. M  the pre-split price in the "Close" field and the second entry containing
  586. M  the post-split price.  For example, security "XYZ" splits on 4/15/90
  587. M  and closes the day at 40.  You would make two "4/15" entries, the first
  588. M  closing at 80 and the second at 40.
  589. *
  590. N
  591. * Tax Lot Assignment Function
  592. O
  593. O This module displays open lots as of the date of the object closing
  594. O transaction and facilitates assignment of tax lot numbers.  Closing
  595. O quantities may be manually keyed-in versus opening lots or lots may
  596. O be automatically assigned by executing the following commands:
  597. O
  598. O  Alt+S - Specific Lot assignment.  You are prompted to optionally
  599. O          select to minimize or maximize tax due.
  600. O
  601. O  Alt+F - First-In, First-Out lot assignment.
  602. O
  603. O  Alt+L - Last-In, Last-Out lot assignment.
  604. O
  605. O  Alt+A - Average cost (single category) lot assignment.
  606. O
  607. O  Alt+2 - Average cost (double category) lot assignment.
  608. O
  609. O  Alt+R - Resets lots back to "nul" assignment.
  610. O
  611. *
  612.