A quantitative finance library written in Go.
Alpha allows its users to price assets using various financial formulae to determine a theoretical fair value to pay for them. It also allows the cashflows to be vizualized.
This project was built using the following libraries:
Gonum will need to be installed on your local machine.
To install Alpha simple clone the repository to your local machine.
More detail will be given when the developmental details of the library has stabilized.
This project is developing rapidly and alot of features will be added to this roadmap soon.
If you wish to be added to the contributor's list, please contact BenSparksCode or Pieter07. To contribute to the project, simply do the following:
- Fork the Project.
- Create your own branch, from the dev branch, pertaining to a feature you wish to work on e.g. (git checkout -b myfeature dev).
- Commit your changes (git commit -m "Information about the feature.").
- Push the commit to the development branch (git push -u origin myfeature:dev)
This project is covered by the GNU General Public License v3.0. Further details are given in the license file.
If you would like to find out more about the project please contact:
- Pieter07