Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.91 KB

README.md

File metadata and controls

55 lines (42 loc) · 1.91 KB

Alpha

A quantitative finance library written in Go.

Table of Contents

About the Project

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.

Built with

This project was built using the following libraries:

Getting Started

Prerequisites

Gonum will need to be installed on your local machine.

Installation

To install Alpha simple clone the repository to your local machine.

Usage

More detail will be given when the developmental details of the library has stabilized.

Roadmap

This project is developing rapidly and alot of features will be added to this roadmap soon.

Contributing

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:

  1. Fork the Project.
  2. Create your own branch, from the dev branch, pertaining to a feature you wish to work on e.g. (git checkout -b myfeature dev).
  3. Commit your changes (git commit -m "Information about the feature.").
  4. Push the commit to the development branch (git push -u origin myfeature:dev)

License

This project is covered by the GNU General Public License v3.0. Further details are given in the license file.

Contact

If you would like to find out more about the project please contact:

  • Pieter07