Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

If you are just looking to override a few of the closing prices or spot rates you can follow instructions on how to manually adjust a closing price. As of PropReports version 1.5.92.28 you can use a comma-separated values (CSV) file to load a large number of quotes into PropReports. Please follow RFC 418 guidelines when creating CSV files. Notably, if you will have field values with commas, the field value must be in quotes.

Sample Data:

If creating by hand, you can use a text editor or Excel (save as csv). For PropReports to recognize the file format, the spelling of the column headings must be exact. All columns after Price are optional.

Date,Symbol,Price,Volume,Currency
06/17/2010,IBM,130.98,5571000,USD
Fields:

Field Name

Mandatory?

Format

Sample Value

Description

Date

Yes

MM/DD/YYYY

06/17/2010

Date of the quote (you can upload quotes for multiple days in one file).

Symbol

Yes

CHAR(48)

IBM

Ticker symbol of the instrument being quoted. Please follow the PropReports symbol naming convention. If specifying a spot rate, use F/X symbols (e.g. @CADUSD)

Price

Yes

DECIMAL(18,8)

1.234

Closing price of the security.

Volume

No

CHAR(10)

55710000

Name of the route, ECN or exchange.

Currency

No

CHAR(3)

USD

Three-character ISO 4217 code for the currency in which the security is traded.

Multiplier

No

DECIMAL(15,4)

1

The multiplier (sometimes called "contract size" for options and "value multiplier" for futures) to use when computing profit and loss. If the value is empty or column is omitted, PropReports will default to 1 for equities and futures, and 100 for options. Version 1.5.94.43.9 and greater.

Enabling the Upload

Before uploading for the first time, you must to make sure the Generic data source is enabled

  1. Click on the 'Upload' menu.
  2. Click on the 'Sources' sub-menu.
  3. If the Generic source is in the Disabled Sources list, click Enable next to it.

Uploading the File

To load the file into PropReports, please follow these instructions (the file type is Instruments).

  • No labels