Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

44 implement market metrics based on research references #47

Merged

Conversation

IFFranciscoME
Copy link
Member

  • New, research-based, metrics

Updated existing one as well, like Spread calculation, but added other ones like Tick size, this last one is a direct implementation of what is common to see in Market Microstructure literature.

  • Refactored the metrics/ module

In order to have a market and a orderbook logic for the metrics, the first one is meant to be for those metrics that evolve in time, and/or is not bounded to be only through the usage of the orderbook struct. For the later, basically is to group metrics that are calculated using a single orderbook (static in time).

  • Refactored examples/

Created examples/market_metrics.rs to showcase the added functionality. Deleted and renamed other files for better accommodation of content.

  • Upgraded tests/

Particularly for the metrics/orderbook.r case.

This PR closes #44

@IFFranciscoME IFFranciscoME added documentation Improvements or additions to documentation enhancement New feature or request labels Nov 14, 2024
@IFFranciscoME IFFranciscoME self-assigned this Nov 14, 2024
@IFFranciscoME IFFranciscoME linked an issue Nov 14, 2024 that may be closed by this pull request
@IFFranciscoME IFFranciscoME merged commit 14e20d9 into main Nov 14, 2024
@IFFranciscoME IFFranciscoME deleted the 44-implement-market-metrics-based-on-research-references branch November 14, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Implement Market Metrics Based on Research References
1 participant