Transactions_Snapshot

This table contains the flash_blotter with a mark_to_market for the latest date

Column NameData TypeDescriptionAdditional Links
flash_blotter_idintegerNot in use
blotter_idintegerNot in use
flash_blotter_typetextNot in use
ticketreftext

traded_ontimestamp

settled_ondate

tickertext

quantitynumeric

trade_pricedouble precision

trade_date_dirty_pxdouble precision

trade_typetextCanopy trade type:
Buy, Sell, Distribution, Contribution etc

ticket_created_attimestampNot in use
ticket_updated_attimestampNot in use
price_updated_attimestampNot in use
security_nametext

custodian_nametext

parent_usernametext

child_usernametext

child_displaynametext

contract_idintegerNot in use
contract_currencytext

ccy_account_codetext

contract_typetextBased on Asset Class
counterparty_idintegerNot in use
parent_user_idintegerNot in use
user_idintegerNot in use
user_account_idintegerNot in use
strategy_tag_idintegerNot in use
transaction_type_idintegerNot in use
security_idintegerNot in use
related_security_idintegerNot in use
tagsjsonb.json file that contains more information.to extract the information that are inside this .json file, use the custom sql query in tableau -
user_asset_classtext

user_geographytextList of Geographical Classificationshttp://mesitis.atlassian.net/wiki/spaces/HOW/pages/370540613/List+of+Geographical+Classifications
user_industrytext

canopy_asset_classtextCanopy Asset Classeshttp://mesitis.atlassian.net/wiki/spaces/HOW/pages/368836759/Canopy+Asset+Classes
bb_composite_ratingtextNot in use
em_dmtextNot in use
canopy_geographytextNot in use
day_1_notional_trade_ccynumericCash: blotters.settlement_amt_ccy
Security:
1. Non-Mtm: blotters.quantity
2. Others: blotters.quantity * (day_1_price_close or 1.0)

day_1_mtm_trade_ccynumericCash: 0.0
Security:
1. Derivative/Non-Mtm: 0.0
2. Others: blotters.quantity * (day_1_price_close of 1.0) - (blotters.trade_date_dirty_px or blotters.trade_price)

day_1_price_closenumericclose price on trade date
day_1_price_cleannumericclean price on trade date
day_1_fxrate_trade_ccynumericday 1 fx rate against USD
day_1_mtm_usdnumericday_1_mtm_trade_ccy in USD
day_1_notional_usdnumericday_1_notional_trade_ccy in USD
datedate

latest_price_closenumericlatest available close price
latest_price_cleannumericlatest available clean price
latest_fx_contract_ccynumericlatest available contract fxrate against USD
multipliernumericNot In Use
multiplier_x_pricenumericNot In Use
market_value_usdnumericmarket value in usd
mtm_total_usdnumericProfit of the transaction (Market Value - Entry Value)

Market Value - Settlement Amount (Gross Amount for TransferfOP)

mtm_price_usdnumericThe change in MTM only attributable to price movement

(prices.close - blotters.trade_price)* flashblotters.quantity

mtm_accrued_usdnumericThe change in MTM only attributable to FX movement

Total - Price - Accrued

mtm_fx_usdnumericThe change in MTM only attributable to accrued interest

(prices.close - prices.clean) - (blotters.trade_date_dirty_px - blotters.trade_price) * flashblotters.quantity