Settings

Blockchain
Network
Unit
Language
Theme
Sound New Block

Transaction

705c3a3fc774a5c8a1e5ac38ea47cfea73db577c9a3c4af96014efd3b2902d1f
Timestamp (utc)
2020-10-31 00:28:06
Fee Paid
0.00004053 BSV
(
0.07567905 BSV
-
0.07563852 BSV
)
Fee Rate
500.1 sat/KB
Version
1
Confirmations
334,171
Size Stats
8,104 B

11 Outputs

Total Output:
0.07563852 BSV
  • Q!þd¼Ð[i©ÒA9q¤‘Öwž;A¶&:Rhlf.aÛôQ®M({"orderDetails":1,"keyDates":2,"fees":3,"sharedDocuments":4,"status":5,"approved":6,"agentApproved":7,"aaApproved":8,"lstaApproved":9,"__cls":"class OrderSC {\n constructor(\n owners = [],\n facilityId = '',\n facilityType = '',\n price = 0,\n amountOfTrade = 0,\n discountAmount = 0,\n dealId = '',\n buySellIndicator = '',\n investmentType = '',\n parDistressedIndicator = false,\n agentId = '',\n buyingFundId = '',\n sellingFundId = '',\n grossSettleNetIndicator = false,\n totalPreCloseTradeAmount = 0,\n totalClosingTradeAmount = 0,\n totalCurrentTradeAmount = 0,\n tradeType = '',\n tradeAssociation = '',\n primarySpecification = '',\n documentationType = '',\n fundingMemoAdvice = false,\n currency = '',\n finalRate = 0,\n margin = 0,\n CUSIP = '',\n ISIN = '',\n tranche = '',\n baseRate = 0,\n transferAtHistoricRate = false,\n historicRate = 0,\n cashlessRoll = false,\n actualAmount = 0,\n costOfCreditValuation = 0,\n costingMethod = '',\n tradeDate = new Date(),\n tradeBookingDate = new Date(),\n RepricingDate = new Date(),\n circledLegalTradeDate = new Date(),\n expectedSettlementDate = new Date(),\n assignmentFee = false,\n assignmentFeeAmount = 0,\n assignmentFeeType = '',\n accrualSettlementType = '',\n delayedComp = '',\n delayedCompDetails = '',\n amendmentFee = 0,\n costOfFund = 0,\n costOfCarry = 0,\n brokerageFeeType = '',\n brokerageFeeAmount = 0,\n brokerageRate = 0,\n brokerFeeWaiving = false,\n internalCommission = 0,\n brokerId = '',\n creditAgreement = '',\n tradeTicket = '',\n aAndA = '',\n lstaConfirm = '',\n fundingMemo = '',\n createdBy = '',\n uploaded = '',\n lastModified = '',\n settlementStatus = '',\n settlementTime = 0,\n tradeStatus = '',\n settlementInstructions = '',\n dependency = '',\n dependencyOrder = '',\n chatId = '',\n ) {\n this._owners = owners\n console.log('Number.NaN', Number.NaN, Number(amountOfTrade))\n if (Number.isNaN(Number(amountOfTrade))) {\n throw 'Amount Of Trade must be a Number'\n }\n this.orderDetails = {\n _owners: owners,\n facilityId,\n facilityType,\n price,\n amountOfTrade,\n discountAmount,\n dealId,\n buySellIndicator,\n investmentType,\n parDistressedIndicator,\n agentId,\n buyingFundId,\n sellingFundId,\n grossSettleNetIndicator,\n totalPreCloseTradeAmount,\n totalClosingTradeAmount,\n totalCurrentTradeAmount,\n tradeType,\n tradeAssociation,\n primarySpecification,\n documentationType,\n fundingMemoAdvice,\n currency,\n finalRate,\n margin,\n CUSIP,\n ISIN,\n tranche,\n baseRate,\n transferAtHistoricRate,\n historicRate,\n cashlessRoll,\n actualAmount,\n costOfCreditValuation,\n costingMethod,\n }\n\n this.keyDates = {\n _owners: owners,\n tradeDate,\n tradeBookingDate,\n RepricingDate,\n circledLegalTradeDate,\n expectedSettlementDate,\n }\n\n this.fees = {\n _owners: owners,\n assignmentFee,\n assignmentFeeAmount,\n assignmentFeeType,\n accrualSettlementType,\n delayedComp,\n delayedCompDetails,\n amendmentFee,\n costOfFund,\n costOfCarry,\n brokerageFeeType,\n brokerageFeeAmount,\n brokerageRate,\n brokerFeeWaiving,\n internalCommission,\n brokerId,\n }\n\n this.sharedDocuments = {\n _owners: owners,\n creditAgreement,\n tradeTicket,\n aAndA,\n lstaConfirm,\n fundingMemo,\n }\n\n this.createdBy = createdBy\n this.uploaded = uploaded\n this.lastModified = lastModified\n\n this.status = {\n _owners: owners,\n settlementStatus,\n settlementTime,\n tradeStatus,\n settlementInstructions,\n dependency,\n dependencyOrder,\n }\n\n this.approved = {\n _owners: owners,\n buyer: false,\n arranger: false,\n }\n\n this.agentApproved = {\n _owners: owners,\n agent: false,\n }\n\n this.aaApproved = {\n _owners: owners,\n buyer: false,\n arranger: false,\n agent: false,\n }\n\n this.lstaApproved = {\n _owners: owners,\n buyer: false,\n arranger: false,\n }\n\n this.chatId = chatId\n this.state = 'Trade Submitted'\n this.finalized = false\n }\n\n setOwners(owners) {\n this._owners = owners\n this.orderDetails._owners = owners\n this.keyDates._owners = owners\n this.fees._owners = owners\n this.sharedDocuments._owners = owners\n this.status._owners = owners\n this.approved._owners = owners\n this.agentApproved._owners = owners\n this.aaApproved._owners = owners\n this.lstaApproved._owners = owners\n }\n\n setBuyerArrangerApproved(role) {\n this.approved[role] = true\n const fullyApproved = ['buyer', 'arranger'].every((r) => this.approved[r])\n if (fullyApproved && this.state === 'Trade Submitted') this.state = 'Buyer Arranger Approved'\n }\n\n setAgentApproved() {\n this.agentApproved.agent = true\n if (this.state === 'Buyer Arranger Approved') this.state = 'Trade Approved'\n }\n\n setAaApproved(role) {\n this.aaApproved[role] = true\n const fullyApproved = ['buyer', 'agent', 'arranger'].every((r) => this.aaApproved[r])\n if (fullyApproved && this.state === 'Trade Approved') this.state = 'A&A Approved'\n }\n\n setLstaApproved(role) {\n this.lstaApproved[role] = true\n const fullyApproved = ['buyer', 'arranger'].every((r) => this.lstaApproved[r])\n if (fullyApproved && this.state === 'A&A Approved') this.state = 'Lsta Approved'\n }\n\n bindChat(chatId) {\n this.chatId = chatId\n }\n\n finalize() {\n this.finalized = true\n this.state = 'Settled'\n }\n\n setChatId(chatId) {\n this.chatId = chatId\n }\n\n setLastModified(lastModified) {\n this.creationInfo.lastModified = lastModified\n }\n}","__index":{"obj":0},"__args":[["02fe64bcd05b69a9d2413971a491d6779e3b41b6263a5268166c11662e61dbf408"],"cb9242b4fe1032e6001b42959d07ffccd6c0b6fe8a06015a0e7b1cb20e7c8a9b:0","","","111","","aeb5785f7cb4b5679802111d2e80f462c43622f108ffcbde452b01357dcfab0a:0","","ASSIGNMENT","Yes","662e84f163698b320e9894d53b5a8b04dd5dec1f019db7229597a2fd8e644613:0","d0725981b845982360c3fe93974eae04f265178406584287a7d2bced1a266765:0","b2234f868e2f5c650f81c813a123e2c0f609fec430eff6e1da25465549160774:0","Yes","","","","PRIMARY","LMA","PAR_DESK_TO_CUSTOMER","LMA","Yes","","","","","","","","Yes","","Yes","","1","1","","","","","","Yes","","Buyer","","SWOA","","","1","1","","","","Yes","","2649feff9cc53d16b77d951cedc2d847fb88a193da48be7bdab86b3440a6b84f:0","","","","","","","10/30/2020","10/30/2020"],"__func":"constructor"}u
    https://whatsonchain.com/tx/705c3a3fc774a5c8a1e5ac38ea47cfea73db577c9a3c4af96014efd3b2902d1f
  • Q!þd¼Ð[i©ÒA9q¤‘Öwž;A¶&:Rhlf.aÛôQ®5{"__cls":"function Object() {\n [native code]\n}"}u
    https://whatsonchain.com/tx/705c3a3fc774a5c8a1e5ac38ea47cfea73db577c9a3c4af96014efd3b2902d1f
  • Q!þd¼Ð[i©ÒA9q¤‘Öwž;A¶&:Rhlf.aÛôQ®5{"__cls":"function Object() {\n [native code]\n}"}u
    https://whatsonchain.com/tx/705c3a3fc774a5c8a1e5ac38ea47cfea73db577c9a3c4af96014efd3b2902d1f
  • Q!þd¼Ð[i©ÒA9q¤‘Öwž;A¶&:Rhlf.aÛôQ®5{"__cls":"function Object() {\n [native code]\n}"}u
    https://whatsonchain.com/tx/705c3a3fc774a5c8a1e5ac38ea47cfea73db577c9a3c4af96014efd3b2902d1f
  • Q!þd¼Ð[i©ÒA9q¤‘Öwž;A¶&:Rhlf.aÛôQ®5{"__cls":"function Object() {\n [native code]\n}"}u
    https://whatsonchain.com/tx/705c3a3fc774a5c8a1e5ac38ea47cfea73db577c9a3c4af96014efd3b2902d1f
  • Q!þd¼Ð[i©ÒA9q¤‘Öwž;A¶&:Rhlf.aÛôQ®5{"__cls":"function Object() {\n [native code]\n}"}u
    https://whatsonchain.com/tx/705c3a3fc774a5c8a1e5ac38ea47cfea73db577c9a3c4af96014efd3b2902d1f
  • Q!þd¼Ð[i©ÒA9q¤‘Öwž;A¶&:Rhlf.aÛôQ®5{"__cls":"function Object() {\n [native code]\n}"}u
    https://whatsonchain.com/tx/705c3a3fc774a5c8a1e5ac38ea47cfea73db577c9a3c4af96014efd3b2902d1f
  • Q!þd¼Ð[i©ÒA9q¤‘Öwž;A¶&:Rhlf.aÛôQ®5{"__cls":"function Object() {\n [native code]\n}"}u
    https://whatsonchain.com/tx/705c3a3fc774a5c8a1e5ac38ea47cfea73db577c9a3c4af96014efd3b2902d1f
  • Q!þd¼Ð[i©ÒA9q¤‘Öwž;A¶&:Rhlf.aÛôQ®5{"__cls":"function Object() {\n [native code]\n}"}u
    https://whatsonchain.com/tx/705c3a3fc774a5c8a1e5ac38ea47cfea73db577c9a3c4af96014efd3b2902d1f
  • Q!þd¼Ð[i©ÒA9q¤‘Öwž;A¶&:Rhlf.aÛôQ®5{"__cls":"function Object() {\n [native code]\n}"}u
    https://whatsonchain.com/tx/705c3a3fc774a5c8a1e5ac38ea47cfea73db577c9a3c4af96014efd3b2902d1f
Total Output:
0.07563852 BSV