{"id":13508687,"url":"https://github.com/AnthonyBradford/optionmatrix","last_synced_at":"2025-03-30T11:32:42.817Z","repository":{"id":5901860,"uuid":"7120600","full_name":"AnthonyBradford/optionmatrix","owner":"AnthonyBradford","description":"Financial Derivatives Calculator with 171+ Models (Options Calculator)","archived":false,"fork":false,"pushed_at":"2025-02-27T01:34:19.000Z","size":96481,"stargazers_count":209,"open_issues_count":1,"forks_count":46,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-02-27T02:29:24.037Z","etag":null,"topics":["black-scholes","currency-exchange","derivatives","financial","financial-analysis","financial-engineering","futures","heston-model","monte-carlo","options","options-pricing","options-trading","quantitative-finance","quantlib","spreads","swaps","term-structure-models","vasicek"],"latest_commit_sha":null,"homepage":"https://anthonybradford.github.io/optionmatrix/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AnthonyBradford.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-12-11T22:30:28.000Z","updated_at":"2025-02-27T01:34:23.000Z","dependencies_parsed_at":"2023-01-11T17:01:46.113Z","dependency_job_id":"cb9f00f1-207b-4c8b-b14c-9ee5b479d261","html_url":"https://github.com/AnthonyBradford/optionmatrix","commit_stats":{"total_commits":213,"total_committers":2,"mean_commits":106.5,"dds":"0.0046948356807511304","last_synced_commit":"72d90ea71a7f522afad7e7aaa05c2f0135bf8cde"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnthonyBradford%2Foptionmatrix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnthonyBradford%2Foptionmatrix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnthonyBradford%2Foptionmatrix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnthonyBradford%2Foptionmatrix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnthonyBradford","download_url":"https://codeload.github.com/AnthonyBradford/optionmatrix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246314011,"owners_count":20757450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["black-scholes","currency-exchange","derivatives","financial","financial-analysis","financial-engineering","futures","heston-model","monte-carlo","options","options-pricing","options-trading","quantitative-finance","quantlib","spreads","swaps","term-structure-models","vasicek"],"created_at":"2024-08-01T02:00:56.985Z","updated_at":"2025-03-30T11:32:42.812Z","avatar_url":"https://github.com/AnthonyBradford.png","language":"C++","funding_links":[],"categories":["C++","quantitative-finance"],"sub_categories":[],"readme":"Instructions for the OptionMatrix Autotools Package\n\n* To build applications and testing executables\nRun: ./configure ; make\n\n** Two application executables will be built\nsrc/gtk/optionmatrix\nsrc/curses/optionmatrix_console\n\n** Many testing executables will be built\ncommon/checks\nmodels/financialrecipes/run_all_examples\nmodels/metaoptions/tests/\n\n* If packages are missing under GNU/Linux using apt-get run:\nsudo apt-get install g++ clang libncurses5-dev libncurses5 libgtk2.0-dev libgtk-3-dev gsl-bin libgsl0-dev libnewmat10-dev libitpp-dev zip devscripts automake autotools-dev help2man linkchecker aspell diction asciidoc alien libboost-all-dev texlive texinfo dbtoepub imagemagick\nor run: utils/apt-get.sh\n\n* If packages are missing under GNU/Linux using rpm run:\nyum install gcc-c++ clang ncurses-devel gtk2-devel gtk3-devel gsl gsl-devel help2man boost-devel texinfo texlive texinfo-tex\nor run: utils/yum.sh\n\n* If packages are missing under GNU/Linux using dnf run:\ndnf install gcc-c++ clang ncurses-devel gtk2-devel gtk3-devel gsl gsl-devel help2man boost-devel texinfo texlive texinfo-tex\nor run: utils/dnf.sh\n\n* If packages are missing under GNU/Linux using zypper run:\nsudo zypper install gcc-c++ llvm-clang ncurses-devel gtk2-devel gtk3-devel gsl gsl-devel help2man texinfo\nor run: utils/zypper.sh\n\n* If packages are missing under GNU/Linux using apt-get and auto-apt is installed run:\nsudo auto-apt run ./configure\n\n* The configure script checks for the installation of the\nQuantLib, GNU Scientific Library (GSL), Newmat and IT++ libraries. These libraries are not needed but inclusion will add more financial option models. OptionMatrix was tested with QuantLib-1.36.\n\n* To install under GNU/Linux\n./configure ; make ; sudo make install\nYou should be able to see the installation with\nfind /usr -name \"*optionmatrix*\" -print 2\u003e/dev/null\n\n* To uninstall under GNU/Linux\n./configure ; make ; sudo make uninstall\n\n* To compile with clang++\n./configure CXX=clang++ ; make\nFor more options see: ./configure --help\n\n* To create PDF documentation\nmake pdf\nSee: doc/optionmatrix.pdf\n\n* To create HTML documentation\nmake html\nSee: doc/html\n\n* To create zip file HTML documentation\ncd doc ; make zip\nSee: doc/html/optionmatrix.zip\n\n* To create Info documentation\nmake info\nSee: doc/optionmatrix.info\n\n* To create XML documentation\ncd doc ; make xml\nSee: doc/optionmatrix.xml\n\n* To create DocBook documentation\ncd doc ; make docbook\nSee: doc/optionmatrix.dbk\n\n* To create EPUB documentation\ncd doc ; make epub\nSee: doc/optionmatrix.epub\ndbtoepub must be installed.\nTry \"sudo apt-get install dbtoepub\" to install on systems\nwith the apt-get package manager.\n\n* To create PS/DVI documentation\ncd doc ; make png2eps ; make ps\nSee: doc/optionmatrix.ps doc/optionmatrix.dvi\nImageMagick mogrify must be installed.\nTry \"sudo apt-get install imagemagick\" to install in systems\nwith the apt-get package manager.\n\n* To create source-highlight HTML zip file\ncd doc ; make source_html\n\n* To build Microsoft HTML Helper File (.chm)\ncd doc ; make htmlhelp\nMore instructions will be given by the Makefile.\n\n* To clean project\nmake clean\n\n* To make tar.gz distribution\nmake dist\n\n* distcheck should be successful before distribution of the tar.gz package\nmake dist ; make distcheck\n\n* To make ‘xz’ tar archive of the distribution\nmake dist-xz\n\n* To make zip distribution\nmake dist-zip\n\n* Install and uninstall check. The find command should yield zero files. If files are found likely problem with \"uninstall-local:\" in Makefile.am\nsudo make install\nsudo make uninstall\nfind /usr -name \"*optionmatrix*\" -print 2\u003e/dev/null\n\n* To ensure no tabs in source code\ncd utils ; ./tab.sh\n\n* Debug gdb\ngdb src/common/checks\ngdb src/gtk/optionmatrix\ngdb src/curses/optionmatrix_console\n\n* Debug ddd\nddd src/common/checks\nddd src/gtk/optionmatrix\nddd src/curses/optionmatrix_console\n\n* Memcheck\nvalgrind -v --leak-check=yes --track-origins=yes src/common/checks\nvalgrind -v --leak-check=yes --track-origins=yes src/gtk/optionmatrix\nvalgrind -v --leak-check=yes --track-origins=yes src/curses/optionmatrix_console\n\n* Windows MSYS2 compilation and packaging\nIn src/gtk/Makefile add -mwindows to LDFLAGS\nLDFLAGS = -mwindows\nto remove terminal from the GTK+ application.\nRun linux command strip on all executables.\nThe Nullsoft Scriptable Install System (NSIS)\ncan be used to create a Windows Installer.\n\n-----------------------------------------------------------------------\n\noptionmatrix: \n\nOptions \u0026 Futures Matrix Modeler\n\nCopyright (C) Anthony Bradford. 2012.\nanthony_bradford@yahoo.com\n\noptionmatrix may be freely redistributed.       \nSee file COPYING included with this distribution for license information\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAnthonyBradford%2Foptionmatrix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAnthonyBradford%2Foptionmatrix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAnthonyBradford%2Foptionmatrix/lists"}