Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To load a batch of adjustments into PropReports, a comma-separated values (CSV) file can be used. 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.

...

Name

Mandatory?

Format

Sample

Introduced Available in Version

Description

Date

Yes

MM/DD/YYYY

06/17/2012

All

Date on which the adjustment should post.

Account

Yes

CHAR(20)

ABC1234567

All

Name of the account (PropReports Account Id). Anything after the first 20 characters will be ignored.

Offset Account

No

CHAR(20)

1234567

All

Optionally, a name of the opposite account for the transaction. In the sample data above, $140 is transfered from ACCOUNT1 to ACCOUNT2.

Category

No

CHAR(20)

Dividend

All

Can be a name of an adjustment category currently defined in PropReports or one of: Software, Quotes, Interest, Dividend, Cash In/Out and Stock Locate. Leaving blank or entering an unknown category will default to Fee: Misc.

Amount

Yes

DECIMAL(15, 4)

140.00

All

Amount to adjust the account balance by. Positive amount is a credit, negative amount is a debit. Adjustments with 0 for amount will not be imported.

Comment

Yes

CHAR(100)

IBM Dividend

All

Trader-visible comment for the adjustment.

Columns below are optional and can be in any order.
QtyNoDECIMAL(18, 8)50001.9.40AllNumber of shares in the adjustment-related position.
SymbolNoCHAR(48)IBM1.9.40AllTicker symbol of the adjustment-related security. 
PriceNoDECIMAL(18, 8)26.31.9.40AllPrice of the adjustment-related position.
CurrencyNoCHAR(3)USD1.5.96.7AllThree-character ISO 4217 code for the currency of the specified amount. If different from the base currency of the affected account(s), the adjustment will be converted using the spot rate on file. Default currency is USD.
Entry DateNoMM/DD/YYYY06/17/20121.5.96.7AllDate the adjustment was created. Blank value will set the entry date to be the same as the adjustment's post date.
Display NameNoCHAR(30)John1.5.97.14.57AllThe account name you and the traders will see in reports (see Account Names). If an account already exists, the display name will only be updated if it has not been already set.
Clearing IdNoCHAR(30)ABC-1231.5.97.14.57AllThe Clearing Id is the Account Id at your clearing firm (see Account Names ).  
SourceNoCHAR(32)Sterling1.5.95.50AllSource of the data being uploaded (see list of source names). If the column is not present, the source defaults to Generic.

...