home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / c / ct35i.zip / IMPORT.TXT < prev    next >
Text File  |  1992-11-30  |  23KB  |  584 lines

  1. Data Imports from PRODIGY, QUICKEN, SCHWAB and Others
  2.  
  3. PFROI can import data from "quote/comma" delimited files into 
  4. transaction and price history records.  The required data format is 
  5. covered in the user manual under the "Import" command (Alt+I) for each 
  6. record type. 
  7.  
  8. PFROI also can directly import price record text files from PRODIGY's 
  9. "Quote Track" and can furthermore import portfolio data from text files 
  10. generated by QUICKEN and other portfolio management programs.  This 
  11. latter ability enables users to transfer their investment records from 
  12. these less comprehensive programs to PFROI and CAPTOOL. These imports 
  13. are accomplished by using a "translate" file (file extension ".XLT") 
  14. which tells PFROI where to find each data element in the source text 
  15. file. Following import you may need to edit the data to delete 
  16. extraneous records or fill in empty data fields.  
  17.  
  18.  
  19. PRODIGY Price Imports
  20. ---------------------
  21. These instructions reflect PRODIGY changes made Sept. 1992, superceding 
  22. prior instructions for Prodigy price imports. To import prices from 
  23. PRODIGY perform the following steps: 
  24.  
  25. 1) Run Prodigy. From main Prodigy Menu "JUMP" to "QUOTE TRACK".  (During 
  26. the change-over select "Quote Track" option on the resulting entry banner 
  27. screen). 
  28.  
  29. 2) Select the "FILE" option on the Quote Track screen. 
  30.    
  31.    a) If this is your first use of Quote Track you will need to create
  32.    a Quote Track ticker symbol file.  Select "New" on the "FILE" sub-menu
  33.    and enter up to 15 ticker symbols into QUOTE TRACK 1.  If you have
  34.    more symbols, repeat this process for QUOTE TRACK 2.  Subsequently
  35.    you may revise these files using the "Edit" option.
  36.  
  37.    b) Select the "Open" option on the FILES sub-menu, and specify QUOTE 
  38.    TRACK 1 (or QUOTE TRACK 2).  This will initiate the Prodigy quote 
  39.    retrieval process. 
  40.  
  41.    c) Once quotes appear on the screen, select the "FILES" option again 
  42.    and then select "Report Settings" on the FILES sub-menu. Configure 
  43.    output formats as follows: 
  44.  
  45.      1) RANGE  :  "Entire List"
  46.      2) REPORT TYPE :  "Current Prices" 
  47.      3) DESTINATION :  "File"
  48.  
  49.         "File Settings" should be:
  50.  
  51.           File Type:        Delimited    (IMPT!)
  52.           Column Headings:    Yes       
  53.           Filename:        QTRACK01.CSV 
  54.  
  55.    d) Upon specifying the destination filename, select the "Save & Print" 
  56.    option.  If you've previously used the file you may "overwrite" it.  Wait 
  57.    while the quotes are output to the file you've specified.  These files are 
  58.    saved in the PRODIGY subdirectory. 
  59.  
  60. Upon completion of quote file output EXIT Prodigy. 
  61.  
  62. 3) After you've exited Prodigy, run PFROI or CAPTOOL.  Enter the "Price
  63. History" records (on the PFROI "Auxiliary Records" sub-menu) and move the
  64. cursor to the last record.  Execute the "Import" command (Alt+I).  
  65. Respond to the "Import File: " prompt as follows:
  66.  
  67.    Import File : C:\PRODIGY\QTRACK01.CSV/PRODIGY2.XLT<Enter>
  68.  
  69. where "PRODIGY2.XLT" is a "translate" file containing:
  70.  
  71. **PRICES**
  72. "SYMBOL",1
  73. 2,1,0,8/100,5,6,7,3
  74. COMMADELIM
  75.  
  76.  
  77. and where QTRACK01.CSV contains the quotes saved by Prodigy in a 
  78. quote-comma delimited format appearing as follows:
  79.  
  80. "SYMBOL","DATE","LAST","CHANGE","OPEN","HIGH","LOW","VOLUME","NOTE"
  81. "ASTA","09/12/92",15.25,1,14.5,15.5,14,2179500,"   "
  82. "BORL","09/12/92",46.375,-1.125,47.75,47.75,45.5,1462100,"   "
  83. "FMAGX","09/12/92",65.26,,,,,,"   "
  84. "&SPX","09/12/92",419.58,-0.37,419.93,420.58,419.13,,"   "
  85. "&DJIA","09/12/92",3305.7,0.54,3303,3327.32,3285.44,,"   "
  86.  
  87. IMPORTANT!: If the quotes do not appear on screen or appear to be in error 
  88. this may be due to Prodigy having changed the format of their QTRACK output
  89. files.  You may have to modify the "translate" file (using your word 
  90. processing software) to accomodate the new format. 
  91.  
  92. Translate File Operations - PRODIGY2.XLT
  93. -------------------------               
  94. The "**PRICES**" in the FIRST line identifies this as a translate file for 
  95. price data.  The "SYMBOL" in the SECOND line is a "Key Word" for which 
  96. PFROI/CAPTOOL searches as it reads "QTRACK01.CSV". The "1" specifies that 
  97. PFROI/CAPTOOL start importing prices beginning with the 1st line following 
  98. the "Key Word".  The "COMMADELIM" on the FOURTH line indicates that the 
  99. import file will be comma-delimited.  (If the "COMMADELIM" is omitted, then 
  100. character columns are counted rather than delimited data elements). 
  101.  
  102. The THIRD line provides the information used to do the actual data 
  103. translation.  PFROI/CAPTOOL price records have 8 data elements as follows: 
  104.  
  105.  1 :  Date.  The date is the second element on each line of QTRACK01.CSV
  106.       so PRODIGY2.XLT has a "2" entry for this field.
  107.      
  108.  2 :  Symbol.  The QTRACK01.CSV symbol entry is the first element, so the 
  109.       PRODIGY2.XLT file has a "1". 
  110.  
  111.  3 :  Type field.  Prodigy doesnt specify a type, so the PRODIGY2.XLT 
  112.       entry is "0".
  113.  
  114.  4 :  Volume. The QTRACK01.CSV entry for volume is the 8th element, so the 
  115.       PRODIGY2.XLT entry is "8".  Furthermore because PFROI/CAPTOOL report 
  116.       volume in hundreds the "8" is followed by "/100" to indicate the volume 
  117.       is to be divided by 100. 
  118.  
  119.  5,6,7,3 : Open, High, Low, Last.  The QTRACK01.CSV element positions for 
  120.       these item are 5,6,7, & 3 hence these are the corresponding entries 
  121.       in the PRODIGY2.XLT file. 
  122.  
  123. Text File in Lieu of "Delimited" File Type
  124. ------------------------------------------
  125. To import from Prodigy Quote Track files saved in "Text" file type (for PFROI 
  126. V4.5/earlier) use the old translate file (PRODIGY.XLT) containing: 
  127.  
  128. **PRICES**
  129. "PRODIGY",8
  130. 0,1,0,64/100,32,42,52,9
  131.  
  132. HINT: If you obtain Prodigy quotes over a weekend, Prodigy uses the current 
  133. day's date, even though the quotes were Friday's quotes.  Some users may wish 
  134. to edit the date in the QUOTES.TXT file before importing to reflect the 
  135. correct quote date. 
  136.  
  137.  
  138. QUICKEN Portfolio Imports
  139. -------------------------
  140. To transfer your portfolio data from Quicken to PFROI or CAPTOOL perform 
  141. the following steps: 
  142.  
  143. 1) Run Quicken.  Select Quicken's "Reports" option. Select "Investment 
  144.    Reports" from the resulting sub-menu.  Select "Investment Transactions" 
  145.    from the resulting sub-sub-menu. Edit the Quicken report start date to 
  146.    correspond to the date of the very first transaction in your Quicken 
  147.    portfolio. Select the "Don't Subtotal" option and hit the "Enter" key 
  148.    until the transaction report appears on the screen.  Hit the "F8" key 
  149.    to execute the "Print" command.  At the "Print" menu select option #4 
  150.    to print to "Disk (ASCII)".  Specify 80 column wide output, and 
  151.    (IMPORTANT!) make sure that the date range for the report spans more 
  152.    than one calendar year (e.g. 12/01/91 to 06/01/92) so as to force Quicken 
  153.    to include the year portion on the transaction dates.  Select "Current" 
  154.    for "Accounts" selection (Quicken changes report output format if you 
  155.    select "All" or "Selected"). For the filename, type in "QKNTRANS.TXT" to 
  156.    create a disk file of the same name which appears similar as follows when 
  157.    viewed with a text editor: 
  158.  
  159.                                    INVESTMENT TRANSACTIONS REPORT
  160.                                        1/22/89 Through 9/22/91
  161. portfolio                                                                
  162. 9/22/91
  163.                                                                                 
  164.   Date    Action   Secur    Categ    Price     Shares     Commssn     Cash
  165. -------- ------- --------- ------ ---------- ---------- ---------- ---------- 
  166.  
  167.          BALANCE  1/21/89                                                0.00 
  168.  
  169.  1/22/89 XIn        -Cash- [portfo                                   5,000.00 
  170.  1/28/89 Buy     xxx corp             20.375   196.319              -4,000.00 
  171.  2/ 3/89 IntInc     -Cash- Investment Interest Inc                     140.00
  172.  2/ 8/89 MiscExp    -Cash-                                             -15.35 
  173.  3/ 8/89 RtrnCap xxx corp                                              100.25
  174.  7/ 8/89 Div     xxx corp  Dividend                                    135.75
  175.  7/10/89 Buy     yyy                      10       100              -1,000.00 
  176.  7/12/89 XIn        -Cash- [portfo                                   4,500.00 
  177.  7/14/89 CGLong  xxx corp  Long Term Cap Gain Dist                     230.00
  178.  7/26/89 CGShort xxx corp  Short Term Cap Gain Dist                     35.50
  179.  8/20/89 StkSpli xxx corp                    2:1
  180.  8/22/89 BuyX    zzz                      11       200              -2,200.00
  181. 10/ 5/89 ReinvDi yyy                      15     2.456                 -36.84
  182.  9/19/90 ShrsIn  Xyz corp                 10       100              -1,000.00
  183.  9/21/90 ShrsIn  abc corp                 25       100              -2,500.00
  184.  9/22/90 Buy     Xyz corp                 11       150              -1,650.00
  185.  9/22/90 XIn        -Cash- [portfo                                   2,000.00
  186.                                                                    ----------
  187.          TOTAL  1/22/89 -  9/22/91                                   6,476.15
  188.  
  189.  
  190.    (Note: The two right-most fields in this example have been deleted to
  191.    avoid "wrap-around" on 80 column wide printers.)
  192.  
  193.  
  194. 2) Escape back to the Quicken Investment Report menu. Now select
  195.    "Portfolio Values" from the menu.  Select a valuation date and
  196.    generate a valuation report. (Suggested dates: Year-end for every
  197.    year since portfolio started).  Once the valuation report is on
  198.    screen, execute the "F8" to print to a text file as was done for the
  199.    transactions.  Repeat the process for each valuation date you wish to
  200.    transfer. Since Quicken overwrites rather than append to print files
  201.    you must specify a new filename for each valuation. Use filenames
  202.    such as "QKNVAL1.TXT", "QKNVAL2.TXT", etc.  The Quicken Valuation
  203.    output should appear as follows:
  204.  
  205.                                 PORTFOLIO VALUE REPORT
  206.                                    As of 9/24/91
  207.  
  208.  
  209.  
  210.      Security         Shares   Curr Price   Cost Basis  Gain/Loss   Balance
  211. -------------------- ---------- ----------   ---------- ---------- -----------
  212. abc corp                 100.00         33     2,500.00     800.00    3,300.00
  213. Xyz corp                 200.00     12 1/2     2,150.00     350.00    2,500.00
  214. -Cash-                 1,675.00          1     1,675.00       0.00    1,675.00
  215.                                              ---------- ---------- -----------
  216. Total Investments                              6,325.00   1,150.00    7,475.00
  217.                                              ========== ========== ===========
  218.  
  219. 3) Exit Quicken to DOS and start PFROI or CAPTOOL.  Go to the PFROI main
  220.    menu and execute the "Load" command.  Specify an unused filename so
  221.    as to create new portfolio file.
  222.  
  223. 4) Enter the "Transactions" records screen.  It should be empty of data
  224.    since this is a new portfolio.  Execute the "Alt+I" Import command.
  225.    Respond to the file prompt as follows: 
  226.     
  227.      File: C:\QKN\QKNTRANS.TXT/QUICKEN.XLT<Enter>
  228.  
  229.    This tells PFROI to import data from the QKNTRANS.TXT file that you 
  230.    just generated with Quicken.  The "/QUICKEN" specifies that the file 
  231.    "QUICKEN.XLT" should be used to translate the data from QKNTRANS.TXT
  232.    to the internal data format used for PFROI transactions.  Upon 
  233.    hitting the "Enter" key you should see your quotes appear.  
  234.    
  235.    Carefully review the transactions for accuracy.  You should note that 
  236.    the ticker symbols were taken from the first seven characters of the 
  237.    Quicken description field. This is necessary because Quicken does not 
  238.    display ticker symbols on their transaction reports.  You can easily 
  239.    change these symbols to their correct value later using the PFROI 
  240.    "Change Symbol" utility (See #7 below).  Make note of the current
  241.    symbols that will need changing before proceeding. 
  242.    
  243.    Look for for "split" type transactions. You must edit these to enter 
  244.    the correct values in the "Quantity" field because Quicken uses a 
  245.    different notation for splits.  Note also that tax lot fields are 
  246.    also blank because Quicken does not specify tax lot methodology in 
  247.    their transaction report.  You will need to assign tax lot numbers if 
  248.    you are using other than average cost bases. 
  249.  
  250.  
  251. 5) Escape PFROI transactions and go to the PFROI valuation records.  
  252.    Execute the Alt+I (Import) command. Respond to the file prompt as 
  253.    follows: 
  254.     
  255.      File: QKNVAL1.TXT/QUICKEN.XLT<Enter>
  256.  
  257.    Repeat the process until all the Quicken valuation files you created 
  258.    have been imported. 
  259.  
  260.    Execute the "Alt+M" Multi-Create command and specify the first 
  261.    valuation date as the start date.  This causes PFROI to re-compute 
  262.    the cost bases and positions for each one of the valuations.  Lookout
  263.    for any valuation marked with an asterisk.  This indicates a price is 
  264.    missing.  In this case, execute "Alt+R" and key in the missing 
  265.    prices. 
  266.  
  267. 6) Execute Alt+F, and select the "saVe" option to save your new 
  268.    portfolio file. 
  269.  
  270. 7) Escape PFROI valuations and select the Utilities option on the main
  271.    PFROI menu.  Select the "Change Security Symbol" option. Specify the 
  272.    portfolio file just created as the target portfolio file.  Change the 
  273.    symbols for all the securities that did not have the correct ticker 
  274.    symbols upon conversion. 
  275.  
  276. IMPORTANT!: If the transactions or valuations do not appear on screen or 
  277. appear to be in error this may be due to a change in the Quicken report-
  278. ing format. You may have to modify the "translate" file "QUICKEN.XLT" 
  279. (using your word processing software) to accomodate the new format.  
  280. "QUICKEN.XLT" is a text file containing the following information: 
  281.  
  282. **TRANSACTIONS**
  283. "Date",3
  284. 1,10,18,0,18,47,68,59,0,0,37
  285. {TAC translations}
  286. SHRSIN=RCV
  287. SHRSOUT=DLV
  288. BUY=BUY
  289. BUYX=BYD
  290. CGLONG=CGD
  291. CGLONGX=CGW
  292. CGSHORT=SGD
  293. CGSHORTX=SGW
  294. DIV=DV+
  295. DIVX=DVW
  296. INTINC=IN+
  297. MARGINT=IN-
  298. MISCEXP=EXP
  299. RTRNCAP=ROC
  300. STKSPLIT=SP+
  301. REINVDIV=DRI
  302. REINVLG=CGR
  303. REINVSH=SGR
  304. SELL=SLL
  305. SELLX=SLW
  306. XIN=DPF
  307. XOUT=WDF
  308. -Cash-=**CASH***
  309. *******
  310. **VALUATIONS**
  311. "VALUE",7
  312. 0,1,1,22,32,0,67,43
  313. -Cash-=**CASH***
  314.  
  315.  
  316. There are two parts to the QUICKEN.XLT file.  The first pertains to 
  317. transactions and is identified by the "**TRANSACTIONS**" notation.  The 
  318. second part pertains to valuations and is identified by the 
  319. "**VALUATIONS**" notation.  The second line of each section contains a 
  320. "Key Word" followed by a comma and a number. PFROI searches for the key 
  321. word as it reads the import file and commences importing the specified 
  322. number of lines following the occurence of the key word. 
  323.  
  324. The third line, e.g.: "1,10,18,0,18,47,68,59,0,0,37", provides the 
  325. information used to do the actual data translation.  
  326.  
  327. The transaction import specifications have 11 fields as follows:
  328.  
  329.   1: Date.  The Quicken date starts in column #1, so there is a
  330.      "1" here.
  331.  
  332.   2: TAC.  The Quicken transaction code begins in the 10th screen
  333.      column so there is a "10" here.
  334.  
  335.   3: Symbol.  Quicken does not report a symbol, so the first word  
  336.      of the "Security" field is used instead.  This field starts 
  337.      at the 18th column so an "18" is used.
  338.  
  339.   4: Lot Number.  Quicken doesnt report tax lot numbers so this 
  340.      field is specified with a zero.
  341.  
  342.   5: Description.  This is column #18 in the Quicken report.
  343.  
  344.   6: Quantity.  Quicken col 47.
  345.  
  346.   7: Amount. Quicken col 68.
  347.  
  348.   8: Com/Fee. Quicken col 59.
  349.  
  350.   9: Est. Tax.  Not avail. in Quicken.
  351.  
  352.  10: X-Rate. Not avail. in Quicken.
  353.  
  354.  11: Price. Quicken col 37.
  355.  
  356. The field translation specifications are followed by "Equates" which are 
  357. used to translate Quicken transaction codes to PFROI TAC codes.  Symbol 
  358. equates may also be included here as is done here for "-CASH-" to 
  359. translate symbols. 
  360.  
  361. Quicken/Windows
  362. ---------------
  363. The Windows version of Quicken outputs transactions in a slightly 
  364. different format.  If you have this version of Quicken, specify 
  365. 120 column output and modify the third line of the XLT file to 
  366. appear as follows (or use QKNWIN.XLT) :
  367.  
  368. **TRANSACTIONS**
  369. "Date",3
  370. 4,13,22,0,22,52,77,65,0,0,40          <-----
  371. {TAC translations}
  372.  
  373.  
  374.  
  375. IMPORTING FROM CYBER-SCAN CREATED DTN FILES
  376. -------------------------------------------
  377. For those who wish to obtain near real-time quotes via a satellite feed
  378. DTN provides a cost-effective alternative.  CYBER-SCAN, Inc. (Rt. 4, Box
  379. 247, Buffalo, MN 55313,  Tele: 612-682-4150) provides software which can
  380. dump DTN quote data onto ASCII disk files which can be imported into 
  381. CAPTOOL as follows:
  382.  
  383. 1)  Run Cyber-Scan QUOTE COMMANDER program.
  384.  
  385. 2)  Select "Automatic Dump" option:
  386.     a) Set Time, or hit <Enter> key twice for immediate dump of data.
  387.     b) Select "ASCII dump type.  Data will be placed in an ASCII file 
  388.        named mo-dy-yr.ASC where "mo-dy-yr" is the current day's date.
  389.  
  390. 3)  Exit QUOTE COMMANDER when dump is finished.
  391.  
  392. 4)  Run CAPTOOL, enter CAPTOOL "Price History" Records:
  393.     a) Select "Portfolio Management" on main CAPTOOL menu.
  394.     b) Select "Auxiliary Records" on PFROI menu.
  395.     c) Select "Price History" on Auxiliary menu.
  396.  
  397. 5)  On CAPTOOL "Price History" screen:
  398.     a) Execute "Alt+I" (import) command.
  399.     b) At prompt for filename type in:
  400.  
  401.         File: C:\DTN\mo-dy-yr.ASC/CYBERSTK.XLT
  402.  
  403.     where "mo-dy-yr" is the current day's date and CYBERSTK.XLT
  404.     is the "translate" file for stocks.  Use CYBERFND.XLT for 
  405.     funds and CYBERBND.XLT for bonds.
  406.  
  407. CYBERSTK.XLT, CYBERFND.XLT & CYBERBND.XLT contents:
  408.  
  409. **PRICES**  {stocks}
  410. "",0
  411. 0,1,0,49,0,11,20,29
  412.  
  413. **PRICES**  {funds}
  414. "",0
  415. 0,1,0,0,0,11,11,11
  416.  
  417. **PRICES**  {bonds}
  418. "",0
  419. 0,1,0,0,0,29,29,29
  420.  
  421.  
  422. IMPORTING FROM RJT SYSTEMS "QUOTE EXPRESS" FILES
  423. ------------------------------------------------
  424. If you have DTN daily quote files captured using "Quote Express"
  425. from RJT Systems, Inc. (1049 SW Baseline #200, Hillsboro, OR 
  426. 97123, Ph:1-800-729-5037) you may import them by creating an 
  427. "XLT" file (see QEXPRESS.XLT) with contents as follows: 
  428.  
  429. **PRICES**
  430. "",0
  431. 2,1,0,7,3,4,5,6
  432. COMMADELIM
  433. YYMMDD=MM/DD/YY
  434.  
  435. You may dump Quote Express data to an importable text file and
  436. import that file into CAPTOOL as follows:
  437.  
  438. 1) From the main Quote Express screen, select the "Download" 
  439.    option, using the "Current List", "Defaults Only" sub-options.
  440.    The price data will be sent to a comma delimited ASCII text
  441.    file named "OUTPUT".
  442.  
  443. 2) Exit Quote Express and start CAPTOOL. Enter the CAPTOOL "Price 
  444.    History" records (from Time Trends menu or PFROI "Auxiliary"
  445.    sub-menu).  Execute the "Import" command (Alt+I), responding
  446.    to the file prompt as follows:
  447.  
  448.      Import File : C:\QE\OUTPUT/QEXPRESS.XLT<Enter>
  449.  
  450.  
  451.  
  452. IMPORTING FROM WORDEN ASCII PRICE FILES
  453. ---------------------------------------
  454. Worden (Telechart 2000) Ascii price files appear as follows, with one
  455. stock per file:
  456.  
  457. MRK,880609,56.8750,55.7500,56.1250,16808
  458. 880610,56.6250,55.5000,55.7500,8391
  459. 880613,55.5000,54.6250,55.0000,5595
  460.  
  461. Note that the file does not include the symbol on each line
  462. of data and thus requires conversion to add this item so the
  463. file appears as follows:
  464.  
  465. MRK,880609,56.8750,55.7500,56.1250,16808
  466. MRK,880610,56.6250,55.5000,55.7500,8391
  467. MRK,880613,55.5000,54.6250,55.0000,5595
  468.  
  469. The utility program WORDENX.EXE will perform this function.  Once
  470. converted, import the resulting modified file into the CAPTOOL
  471. Price History records using the WORDEN.XLT translate file:
  472.  
  473.  Import File:  C:\W_ASCII/WORDEN.XLT
  474.  
  475. where "W_ASCII" is the converted Worden ASCII file.
  476.  
  477. Note: For WORDENX.EXE conversion to work properly, the ticker
  478. symbol must appear as the first symbol in the first line of the
  479. WORDEN file.  If this ticker is missing, add it with your text
  480. editor program before performing the conversion.
  481.  
  482.  
  483. IMPORTING FROM META-STOCK ASCII FILES
  484. -------------------------------------
  485. META-STOCK historical price ASCII files are similar to the Worden 
  486. file described above, except that there is no ticker symbol in 
  487. the file.  By specifying "0" in the METASTK.XLT file for the 
  488. symbol position, the filename prefix will be used for the symbol 
  489. when importing into Price history: 
  490.  
  491. **PRICES**
  492. "",0
  493. 1,0,0,6,0,3,4,5
  494. COMMADELIM
  495. YYMMDD=MM/DD/YY
  496.  
  497. META-STOCK single date ASCII quote files (DLDATA.TMP) appear as follows:
  498.  
  499. <PER>,<TICKER>,<YYMMDD>,<OPEN>,<HIGH>,<LOW>,<CLOSE>,<VOL>,<OPENINT>,<SPLIT>
  500. W,ALLP,921016,,12.000,9.250,12.000,9356,,0
  501. W,ATK,921016,,26.875,26.000,26.125,860,,0
  502.  
  503. and may be imported by using an XLT file containing the following:
  504.  
  505. **PRICES**
  506. "<PER>",1
  507. 3,2,0,8,4,5,6,7
  508. COMMADELIM
  509. YYMMDD=MM/DD/YY
  510.  
  511.  
  512. Free Financial Network
  513. ----------------------
  514. The Free Financial Network (212-838-6324 voice, 212-752-8660 bbs) 
  515. provides a downloadable daily file of quotes on about 5000 issues.   
  516. This may be imported into PFROI price history records using the 
  517. translate file FFN.XLT.  Before importing, enter the import date in the 
  518. final price history record, then execute the Alt+I command. Only those 
  519. issues for which there exists ticker symbols in the currently loaded 
  520. Master Security List will be imported.  FFN.XLT appears as follows:
  521.  
  522. **PRICES**
  523. "",0
  524. ,1,,5,,2,3,4
  525. COMMADELIM
  526. SYMBS=MSTRLIST   <-- tells to only import items in Master List
  527.  
  528. Fast Track
  529. ----------
  530. Depending on data format of source file use FT.XLT or FASTTRAK.XLT:
  531.  
  532. FT.XLT  (closing quotes only, quote comma delimited):
  533.  
  534. **PRICES**
  535. "",0
  536. 1,0,0,4,0,3,3,3
  537. COMMADELIM
  538. QUOTEDELIM
  539.  
  540. FASTTRAK.XLT (vol, hi,lo,cls):
  541.  
  542. **PRICES**
  543. "",0
  544. 8,1,0,44,0,17,26,35
  545.  
  546.  
  547. Other Imports
  548. -------------
  549. Users who wish to import data from other price sources and/or portfolio 
  550. managers may construct their own ".XLT" files using the prior examples 
  551. for guidances.  
  552.  
  553. Schwab Account Access Link
  554. --------------------------
  555. Charles Schwab & Co. provides a service called "Schwab Link" to facilite 
  556. computerized trading by professional money managers and financial 
  557. advisors (contact C. Schwab Financial Advisor Service 1-800-648-6021 for 
  558. details). 
  559.  
  560. Schwab Link enables the user to download Transaction and Position record 
  561. files which may then be imported into CAPTOOL Global Investor during 
  562. batch valuations, reducing data input to a minimum.  See the file 
  563. IMPORT2.TXT (CAPTOOL Global only) for details on this procedure.
  564.  
  565. Shareholder Services Corp.
  566. --------------------------
  567. Shareholder Services Corp. (SSC) also permits professional money managers 
  568. to download text files containing records of trade transactions made 
  569. through SSC.  These may be imported into CAPTOOL Global Investor in the 
  570. same fashion as for Schwab descibed above.  
  571.  
  572. For details on this service contact 1-800-582-8585, or write Attn: Bob 
  573. Choi, Shareholder Services Corp., 9191 Towne Centre Dr., Ste. 222, San 
  574. Diego, CA  92122,  Fax: 619-453-5510.
  575.  
  576. See the file IMPORT2.TXT (CAPTOOL Global only) for details on this 
  577. procedure. 
  578.  
  579. Bear Stearns
  580. ------------
  581. See the file IMPORT2.TXT (CAPTOOL Global only) for details on 
  582. importing from Bear Stearns BSC293 or BCR293 files.
  583.  
  584.