Skip to content

sthabene/QuantIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuantIO

QuantIO provides a GUI implementation of the QuantLib project. It allows non c++ developers to use the QuantLib project for their Quant needs.

Example

The project currently supports the following functionalities:

  • Calendars (incl. holidays, weekends, special holidays)
  • Currencies
  • Rounding
  • Day conventions

Development

To use the project you must clone the repo and open the solution in Visual Studio 2022 or later. The dependencies have been excluded from this repo, and can be downloaded from the links below and placed in their respective directories in ./vendor/

For now the app uses local storage for the Db solution, this change later.

Dependencies

Project

https://github.com/sthabene/QuantIO

Screenshots