Code Monkey home page Code Monkey logo

settlement's People

Contributors

codacy-badger avatar herculesl avatar

Stargazers

 avatar

Watchers

 avatar  avatar

settlement's Issues

Big dump of old code...

@maartenscholl I just did a major dump of my old code for simulating settlement mechanisms. Currently the code makes heavy use of the Akka message passing library.

High level design is as follows:

  1. Trading agents (whose behavior will be mostly defined in other libraries) send contracts in the form of orders to some auction mechanism.
  2. The auction mechanism (whose behavior will be mostly defined in the esl-auctions library) applies some matching and price formation logic to transform received orders into contracts called fills which are then sent to settlement mechanisms for further processing.
  3. The settlement mechanism (whose behavior will be defined in this repo) processes the received fills in order to create settled transactions.

Both fills and transactions can be converted to Json and logged out to a file or, eventually, written to a database for further processing and analytics.

Let me know what you think. I will continue to clean up the code for my own use-cases, but I would be keen to help you port your thesis into this framework if you are interested.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.