Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created June 5, 2018 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save debugmodedotnet/2444d5667a084fe5ad14e3201e3da0c7 to your computer and use it in GitHub Desktop.
Save debugmodedotnet/2444d5667a084fe5ad14e3201e3da0c7 to your computer and use it in GitHub Desktop.
module.exports= {
data : TradeBlotterCDS()
};
function TradeBlotterCDS(){
return [
{
"TradeId": "1",
"TradeDate": "11/02/2016",
"BuySell": "Sell",
"Notional": "50000000",
"Coupon": "500",
"Currency": "EUR",
"ReferenceEntity": "Linde Aktiengesellschaft",
"Ticker": "LINDE",
"ShortName": "Linde AG",
"Counterparty": "MUFJ",
"MaturityDate": "20/03/2023",
"EffectiveDate": "12/02/2016",
"Tenor": "7",
"RedEntityCode": "DI537C",
"EntityCusip": "D50348",
"EntityType": "Corp",
"Jurisdiction": "Germany",
"Sector": "Basic Materials",
"Trader": "Yael Rich",
"Status": "Pending"
}
// ... other rows of data
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment