Washems! Input File Format
Please remember:
The file should contain one entry per line and have a comma between each of the fields. To accomplish this, the Excel entries should be saved as a ‘comma delimited file’ otherwise known as a ‘csv’ file.
There should be no imbedded commas, double quotes, single quotes or decimal points in any of the fields.
All dates are in a month/day/year format: mm/dd/yy or mm/dd/yyyy. example: 02/04/04 or 02/04/2004 NOT 2/2/04
- Required fields:
- Security (stock) name - up to 50 characters long with no imbedded commas;
- Merger Date - mm/dd/yy or mm/dd/yyyy or
blank;
- Option or Stock - "Call", "Put", or blank for stock;
- Option expiration month - 2 numeric positions, 01 through 12
- or blank for stock;.
- Option strike price - Do not use decimal points; eg., 42 1/2 not 42.5
- or blank for stock;
- Date Acquired - in the format mm/dd/yy or mm/dd/yyyy;
- Date Sold - in the format mm/dd/yy or mm/dd/yyyy; but, if the lot is still open, then leave this field blank (spaces);
- Number of shares/lots - maximum of 9 digits (999999999) no commas;
- Cost - maximum of 9 digits (999999999) no commas;
- Proceeds - maximum of 9 digits (999999999) no commas
- or blank if the lot is still open;;
- Gain or Loss - maximum value 999999999 without decimals and commas
- or blank if the lot is still open.
|
Losses or negative numbers should be designated with a '-' sign in front of the number. |
|
Example, a loss of $500,000 should be entered as: -500000. |
The following line is an example of an Excel row (line) containing errors:
IBM,Inc.,6/20/00,"CALL",03,47.5,01/01/2000,07-30-00,(100),450.00,249.02,(200.98)
____1______2____3________4______________5______6____7_____8______9___
- Errors:
- Security's Name: Contains a comma (',') within the name.
- Invalid Merger Date - month must have 2
digits.
- Type of Transaction: 'CALL' should not be within quotes (").
- Option Strike Price: Don't use the decimal, use '1/2' instead.
- Close Date: Use '/' instead of '-' as the delimiter.
- Number of Lots/Shares: '(100)' should be '-100'.
- Cost: Leave out the decimal and the cents.
- Proceeds: Use whole dollars and no decimals or cents.
- Gain/Loss: Show negative number as '-201' (rounded).
Corrected row (line):
IBM Inc.,06/20/00,CALL,03,47 1/2,01/01/00,07/30/00,-100,450,249,-201
____1______2____3________4______________5_____6__7___8___9_
Other file related error messages:
Please eliminate periods in record
Please eliminate quotes in record
Please eliminate extra commas in record
Once 5 or more errors have been found in the file, the program ends. At this point, please
review your input file and correct all errors before attempting to recalculate.
Go to Main Page