#0
nonstandard
0.00004000 BSV
Q!Û¸¿ª¿¢ýü)b=:ìùûñq*eq^$kæ×v Q®MÎ{"__cls":"class PositionSC {\n constructor(owner, numberOfShares = 0, dealId = '', facilityId = '', fundId = '', dateCreated = '') {\n this._owners = [owner];\n this.numberOfShares = numberOfShares;\n this.dealId = dealId\n this.facilityId = facilityId;\n this.fundId = fundId;\n this.dateCreated = dateCreated;\n }\n\n split(newNumberOfShares, dateCreated) {\n if (newNumberOfShares === this.numberOfShares) {\n return this;\n }\n if (newNumberOfShares < this.numberOfShares) {\n this.numberOfShares -= newNumberOfShares;\n return new PositionSC(this._owners[0], newNumberOfShares, this.dealId, this.facilityId, this.fundId, dateCreated);\n }\n throw new Error(`Cannot split current transaction`);\n }\n\n merge(dateCreated, ...positions) {\n try {\n if (positions.length === 0) return this;\n let sendNumberOfShares = this.numberOfShares;\n this.numberOfShares = 0;\n for (let i = 0; i < positions.length; i += 1) {\n if (positions[i].dealId !== this.dealId || positions[i].facilityId !== this.facilityId || positions[i].fundId !== this.fundId) {\n throw new Error(`Unable to merge, positions don't originate from the same facility or don't belong to the same fund`);\n }\n sendNumberOfShares += positions[i].numberOfShares;\n positions[i].numberOfShares = 0;\n }\n return new PositionSC(this._owners[0], sendNumberOfShares, this.dealId, this.facilityId, this.fundId, dateCreated);\n } catch (err) {\n throw new Error(`Unable to merge positions`);\n }\n }\n\n send(to, fundId, numberOfShares, dateCreated) {\n if (this.numberOfShares < numberOfShares) throw new Error(`Insufficient funds`);\n this.numberOfShares = this.numberOfShares - numberOfShares;\n return new PositionSC(to, numberOfShares, this.dealId, this.facilityId, fundId, dateCreated);\n }\n}","__index":{"obj":0},"__func":"constructor","__args":["03dbb891bfaabfa2fdfc29623d3aecf9fbf171112a9d65715e246be6d776128f09",2000,"d21d6288e50abccda0b27e68b8bf4b68efaf8ca9f9cd2ce161b1f9ea1f2df0d0:0","43e8fdf2c6a0be68147586a846f42249cd4ed62f1cf38b296893ee9a5da125f1:0","ab1dedffff1572cdba699cd90c1f68a437defee490382cfc7e6c5b16ff1f4d09:0","03/15/2021"]}u
https://whatsonchain.com/tx/fb0a5d55abb90e6e4e8d29729e7d8985514c86e4a9bea876c8fbae61a164cefa