ScalABM / auctions-remote-example

Example application demonstrating how to use the EconomicSL auction language to build an IoT trading platform.
Apache License 2.0
2 stars 1 forks source link

Various types of settlement services #2

Open davidrpugh opened 7 years ago

davidrpugh commented 7 years ago

@bherd-rb In order for the settlement service to do anything non-trivial it will either need to be able to communicate with the issuers of the AskOrder and BidOrder instances contained in each Fill instance directly (in order to request funds and tradables as part of the settlement process) or the settlement service and all of the trading actors need to have access to something like a distributed ledger which stores all of the transactions and associated information (such as market prices, etc).

It might be interesting to contrast bilateral settlement, with central-counterparty (CCP) settlement (which uses a centralized ledger), with distributed ledger settlement options such as Blockchain.