- ๐ฅ Genesis
- โก๏ธ Quick Start
- ๐ด Features
- ๐ List of features
- ๐ค Missing a specific feature ?
- ๐ Found a bug ?
- ๐ How can I contribute ?
- ๐ป Insights
- ๐ฏ Developement
- ๐ Build
- ๐ Tests
- ๐ Continuous Integration
- ๐ Continuous Delivery
- ๐ Licence
๐ฎ ๐ช๐๐๐
(Quantitative Analytics Application) is a simple ecosystem of devices that helps the users to ๐๐ข๐๐๐, ๐๐๐๐๐ and ๐๐๐๐๐ฆ๐ ๐ customized financial derivatives contracts.
โ๐ป This flowcharts shows the architecture of the project together with which components the user can consume.
โฉ ๐๐ถ๐๐ ๐ธ (private) is the aggregation of embedded private libraries in charge of implementing ๐ค๐ฐ๐ฏ๐ต๐ณ๐ข๐ค๐ต, ๐ฅ๐ข๐ต๐ข, ๐ฎ๐ฐ๐ฅ๐ฆ๐ญ and ๐ฑ๐ณ๐ช๐ค๐ฆ๐ณ architectures. Its codebase is hosted on a private GitHub repository which access is restricted to our developpers only.
โฉ ๐๐ด๐๐ผ (public) is the shared object that the user can plug into his or her personal project. A library of functions that request the core to perform generic actions such as getting contract information, getting price and greeks ...
โฉ qDSL (public) is the internal contract description that uses the power of domain-specific language. A language easily understandable by human and machine to design your contract from a self-explanatory script. The whole ecosystem is built around this.
โฉ ๐๐บ๐๐ผ (public) is the up and running GUI desktop application from which the user requests the API and visualize the results through a modern graphical interface.
To download the latest version of our application, go to Releases and download the asset that corresponds to your operating system. After extracting all the files into a nice location of your machine, you are falling onto a folder that contains qAPP
directory. Open the qGUI
executable located at qAPP/bin and you arrive to the main page with an example.
- ๐บ How to plug qAPI with my project ?
- ๐บ How to use the ladders ?
- ๐บ How to use the Heston parameters smile impact viewer ?
The project is very far from being complete (and will probably never be ...) and a loads of features are still missing. This is why our developpers are working continuously to enrich the list of available functionalities. Feel free to share your ideas under the tag features ! We are happy to discuss with you about your personnal needs and the feasibility of your project.
Note
If your idea is considered as doable by our team, be sure that your request will be added to our stack. But please kindly understand that we cannot give any ETA since our developers are working for qAPP
as volunteers aside their job and our backlog is already populated by a thousand of new fields to explore.
Feel free to report your issue (see How can I report my issue) with a respective title and an understandable description.
Important
qAPP
embbeds a mecanism to save and open your current mockup
for further usage. If possible please attach your mockup
file together with the relevant data json and contract external files in your issue, it helps our developpers to reproduce the bug and increase the chances for us to sort it quickly. See How can I report my issue for further details on how to proceed.
We are building a payoff base to:
- Challenge our tool and push it to its limits.
- Enhance our unit and integration tests.
We propose to every structured products and programmer enthusiasts to contribute its favorite payoff within a shared folder. Here is the process to follow:
-
Design your contract (see How can I design my contract)
-
Fork and clone this repository.
git clone https://github.com/matt-charr/qAPP.git
- Drop your contract python file(s) into qAPP/factory folder.
mv my_contract.py qAPP/factory/my_contract.py
- Commit, push and pull request.
cd qAPP
git commit -am "Added my contract"
git push origin master
Once a bug or a feature is submitted, an issue is created with the corresponding flag (bug, feature, project, activity, misc). Once picked from the stack, a dev branch is created, comes down locally to the developper machine and this is where the fun begins ๐
qAPP
uses CMake as a build system and has its main code base located on a private repository which access is restricted to our developers only. Besides, it relies on a bunch of repository dependencies that are required at qAPP
build time.
It is to the following projects that we owe our heartfelt thanks for their generous open source contribution.
To load the below dependencies, qAPP
uses the power of superbuild feature from CMake. For that purpose, an embedded CMake project is in charge of cloning, building and installing all the dependencies that qAPP
requires into a specific folder. That's pretty cool, isn't it ? ๐
In order to ensure that the code change effect is not broken by any subsequent modifications, at the end of each dev session, a new unit test is required to be submitted to the test suite together with a contract file that replicates the expected behavior of the code change.
qAPP
embbeds a custom GitHub action that runs at each pull requests. Once a pull request is submitted, build and tests are triggered on our Windows, Linux and MacOS self-hosted runners in Debug/Release mode with the below configurations. A dev branch is merged if and only if all builds and tests passed on all tested configurations.
Name | OS | Provider | RAM | CMake | CMake Generator | Build Type | Compiler | Build Status |
---|---|---|---|---|---|---|---|---|
Win32-MinGW | Windows 10 | - | 8.00 GB | CMake-3.28.3 | MinGW Makefiles | Release & Debug | GCC-13.2.0 | โ |
Win32-MSVC | Windows 10 | - | 8.00 GB | CMake-3.28.3 | Visual Studio 17 2022 | Release & Debug | MSVC-19.30.30709.0 | โ |
Linux | Ubuntu 22.04 | Hostinger | 8.00 GB | CMake-3.22.1 | Unix Makefiles | Release & Debug | GCC-11.4.0 | โ |
MacOS | Sonoma 14.4 | UltaHost | 2.00 GB | CMake-3.28.3 | Unix Makefiles | Release & Debug | CLANG-1500.3.9.4 | โ |
Our team delivers a release on a weekly basis:
- ~One major release per year (coming out with the current project)
- ~One minor release per month (coming out with the current feature)
- ~One patch release per week (coming out with the current bug)
To publish a new release, each tag created on our developement repository triggers a github actions that for each OS supported will create and upload the package to qAPP.
Important
We are far from being CD experts and know that our solution looks like a rush, better ways of releasing probably exist such as deploying binaries to a more convenient location than GitHub or building on a dedicated production environement. You are more than welcome to suggest improvements or just simply share your CD work styles.
Copyright ยฉ 2024 qAPP - Quantitative Analytics. All rights reserved.
This file is part of the project qAPP - Quantitative Analytics Application.
Hence the latter remains the exclusive property of its author.
Accordingly, no part of this document may be used or transmitted
in any form for professional, educational or commercial purposes
without the express permission of Matthieu Charrier.
๐ Feedbacks more than welcome.
โญ Star the project on GitHub helps it to progress.
๐ Reach us at https://github.com/matt-charr/qAPP/issues if:
โซ You need ๐๐ผ๐บ๐ฒ ๐ต๐ฒ๐น๐ฝ ๐๐ผ ๐๐๐ฎ๐ฟ๐.
โซ You want to ๐ฝ๐ฟ๐ผ๐ฝ๐ผ๐๐ฒ ๐ฎ ๐ป๐ฒ๐ ๐ณ๐ฒ๐ฎ๐๐๐ฟ๐ฒ.
โซ You want to ๐๐๐ฏ๐บ๐ถ๐ ๐ฎ ๐ฐ๐ผ๐ป๐๐ฟ๐ฎ๐ฐ๐.
โซ You want to ๐ฟ๐ฒ๐ฝ๐ผ๐ฟ๐ ๐ฎ๐ป ๐ถ๐๐๐๐ฒ.