Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

Version 1 Next »

Introduction

Following customer feedback we have added a table that has the entire transaction in a single row (unlike Flash Blotter which split the transaction into two rows for speed of calculations purposes). For the avoidance of doubt, this table is derived from the flash_blotter table (and any changes to this table have zero effect on flash_blotter)

The fields in this table are as follows

Field NameData TypeDescription
blotter_idinteger

Blotter ID

ticketreftext

Ticket Reference

traded_ondate

Trade Date

Same as from flash_blotter, except data type is date (instead of timestamp)

settled_ondate

Settlement Date

ccy_account_codetext

Currency Account e.g. canopy_demo_

contract_currencytextTransaction Currency e.g. USD
tickertextTicker e.g IBM_US (will be 'Cash' in case of transactions not moving a security e.g. Dividends)
isintext

ISIN for trade types Transfer In/Transfer Out/Buy/SellĀ (only if available)

Blank for all other Trade Types

security_nametext
contract_typetext
trade_typetext
nominal_amountnumeric
trade_pricenumeric
effective_pricenumeric
gross_amount_ccynumeric
accrued_interestnumeric
withholding_taxnumeric
brokeragenumeric
other_expensesnumeric
settlement_amount_ccynumeric
quantitynumeric
number_of_contractsnumeric
effective_amount_ccynumeric
custodian_reftext
ticket_created_attimestamp
ticket_updated_attimestamp
price_updated_attimestamp
custodian_codetext
custodian_nametext
parent_usernametext
child_usernametext
parent_display_nametext
child_display_nametext
base_ccytext
contract_idinteger
contract_currency_idinteger
counterparty_idinteger
parent_user_idinteger
user_idinteger
user_account_idinteger
bank_narrationtext
strategy_tag_idinteger
transaction_idinteger
transaction_type_idinteger
security_idinteger
related_security_idinteger
related_security_tickertext
related_security_nametext
related_security_isintext
user_asset_classtext
user_geographytext
user_industrytext
canopy_asset_classtext
bb_composite_ratingtext
em_dmtext
canopy_geographytext
partner_asset_classtext
partner_geographytext
day_1_notional_trade_ccynumeric
day_1_mtm_trade_ccynumeric
day_1_price_closenumeric
day_1_price_cleannumeric
day_1_fxrate_trade_ccynumeric
day_1_mtm_usdnumeric
day_1_notional_usdnumeric
single_line_transactions_created_attimestamp
  • No labels