[READ-ONLY] Mirror of https://github.com/just-cameron/pricing-engine.
0

Configure Feed

Select the types of activity you want to include in your feed.

Rust 100.0%
6 1 0

Clone this repository

https://git.vm.fail/cameron.stream/pricing-engine https://git.vm.fail/did:plc:bjxj3pldaiwf7xmj5hoq3zvg
ssh://git@knot1.tangled.sh:2222/cameron.stream/pricing-engine ssh://git@knot1.tangled.sh:2222/did:plc:bjxj3pldaiwf7xmj5hoq3zvg

For self-hosted knots, clone URLs may differ based on your setup.


README.md

Description#

This is a framework for tracking generic limit order books and applying a variety of pricing mechanisms.

Goals#

  • Track any asset's orderbook in real time
  • Be able to roll back to any previous point in time
  • Be fast
  • Be lossless
  • Have a modular solution to pricing models

Reasons#

I thought it might be a good idea to have a pluggable solution to handle limit order books, as there really isn't anything resembling what I want in the broader open source marketplace.

With any luck I will have the opportunity to work on research related to orderbooks, and I think it wise to prebuild the tools I'll need for that ahead of time.