All Projects → JuliaQuant → FinancialDerivatives.jl

JuliaQuant / FinancialDerivatives.jl

Licence: other
Financial derivatives modeling and pricing in Julia.

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to FinancialDerivatives.jl

Finance-Robinhood
Trade stocks and ETFs with free brokerage Robinhood and Perl
Stars: ✭ 42 (+13.51%)
Mutual labels:  finance, derivatives
investbook
Оценка эффективности инвестиций с учетом комиссий, налогов (удержанных и ожидающихся), дивидендов и купонов.
Stars: ✭ 83 (+124.32%)
Mutual labels:  finance, derivatives
optlib
A library for financial options pricing written in Python.
Stars: ✭ 166 (+348.65%)
Mutual labels:  finance, derivatives
FinRL
FinRL: The first open-source project for financial reinforcement learning. Please star. 🔥
Stars: ✭ 3,497 (+9351.35%)
Mutual labels:  finance
piker
#nontina, #paperhands,, #pwnzebotz, #tradezbyguille
Stars: ✭ 63 (+70.27%)
Mutual labels:  finance
trading-rules-using-machine-learning
A financial trading method using machine learning.
Stars: ✭ 16 (-56.76%)
Mutual labels:  finance
xirr
No description or website provided.
Stars: ✭ 15 (-59.46%)
Mutual labels:  finance
AlphaVantageAPI
An Opinionated AlphaVantage API Wrapper in Python 3.9. Compatible with Pandas TA (pip install pandas_ta). Get your FREE API Key at https://www.alphavantage.co/support/
Stars: ✭ 77 (+108.11%)
Mutual labels:  finance
quanttrade
Quantitative Trading Library
Stars: ✭ 16 (-56.76%)
Mutual labels:  finance
yfMongo
MongoDb tool to store stock Yahoo Finance market data in a consistent way
Stars: ✭ 32 (-13.51%)
Mutual labels:  finance
markov stock analysis
Machine learning simulation for security prices.
Stars: ✭ 15 (-59.46%)
Mutual labels:  finance
ctv-finance
CRAN Task View: Empirical Finance
Stars: ✭ 51 (+37.84%)
Mutual labels:  finance
GOAi
No description or website provided.
Stars: ✭ 57 (+54.05%)
Mutual labels:  finance
black-scholes
Black Scholes formula and greeks
Stars: ✭ 34 (-8.11%)
Mutual labels:  finance
ynab.go
Go client for the YNAB API. Unofficial. It covers 100% of the resources made available by the YNAB API.
Stars: ✭ 49 (+32.43%)
Mutual labels:  finance
tuneta
Intelligently optimizes technical indicators and optionally selects the least intercorrelated for use in machine learning models
Stars: ✭ 77 (+108.11%)
Mutual labels:  finance
GoPlan-app
An intuitive portfolio mangaer !
Stars: ✭ 27 (-27.03%)
Mutual labels:  finance
adp-portfolio-selection
Approximate Dynamic Programming for Portfolio Selection Problem
Stars: ✭ 29 (-21.62%)
Mutual labels:  finance
turingquant
No description or website provided.
Stars: ✭ 19 (-48.65%)
Mutual labels:  finance
trading sim
📈📆 Backtest trading strategies concurrently using historical chart data from various financial exchanges.
Stars: ✭ 21 (-43.24%)
Mutual labels:  finance

FinancialDerivatives.jl

Build Status

Installation

(v1.0) pkg> add https://github.com/JuliaQuant/FinancialDerivatives.jl

Usage

To price an European option, simply create a new EuropeanOption and pass it to evaluate with the desired valuation model:

julia> using FinancialDerivatives

julia> euro_put = EuropeanOption(100.0, 90.0, 0.05, 0.3, 180/365, -1)

julia> evaluate(euro_put, BlackScholes())
3.2281936525908073

Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].