Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

derivx

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

derivx

Derivatives Pricing Engine

  • 0.3.7.1
  • PyPI
  • Socket score

Maintainers
1

DerivX

V0.3.7.1-Beta Build 20220121

© 2021-2022 Xu Rendong. All Rights Reserved.

Project Summary

Derivatives Pricing Engine.

  • Plain Vanilla European / American options portfolio calculation.
  • Plain Vanilla European / American option pricing and greek value calculation.
  • Single Barrier / SharkFin option pricing and greek value calculation.
  • Exotic Autocall Booster / Phoenix / Snowball option pricing and greek value calculation.
  • Stochastic Diffusion Processes and Stochastic Volatility Models.
  • Interfaces and examples for C++, Python, JavaScript.

Install

C++:
Python:
pip install derivx
JavaScript:
npm install derivx

Usage

C++:
Python:
import derivx
print(derivx.Version())

For more usages please refer to examples in derivx_py folder.

DerivX is not dependent on numpy, pandas and matplotlib, but if you want to run examples, you'd better install them with:

pip install numpy pandas matplotlib
JavaScript:
const derivx = require('derivx')
console.log(derivx.Version())

For more usages please refer to examples in derivx_js folder.

DerivX is not dependent on numjs, but if you want to run examples, you'd better install it with:

npm install git+https://github.com/nicolaspanel/numjs.git

Changes

Please refer to changes file.

Benchmark

Please refer to benchmark file.

Contact Information

QQ: 277195007, WeChat: xrd_ustc, E-mail: xrd@ustc.edu

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc