Skip to content

Releases: CarloLepelaars/blackscholes

v0.1.8

06 Nov 22:53
Compare
Choose a tag to compare

Support for greeks of binary options

Full Changelog: v0.1.7...v0.1.8

v0.1.7

23 Oct 19:10
6fc6830
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.1.7

v0.1.6

21 Oct 17:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

30 Sep 10:23
Compare
Choose a tag to compare

Add alpha greek, also called "gamma rent". This is the ratio between theta and gamma. This concept is explained in depth in Nassim Taleb's "Dynamic Hedging" p. 178-181.

Full Changelog: v0.1.4...v0.1.5

v0.1.4

15 Jun 20:53
Compare
Choose a tag to compare

Full Changelog: v0.1.3...v0.1.4

v0.1.2

25 Dec 22:32
Compare
Choose a tag to compare
  • Bull and bear spread.
  • Long and short Iron Butterfly
  • More copyable code examples.
  • Consistent type hints.
  • Clearer documentation.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

23 Dec 22:17
Compare
Choose a tag to compare
  • Fix bug where long and short iron condor were switched.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

23 Dec 17:47
Compare
Choose a tag to compare
  • Option Structures (long and Short):
  1. Straddle
  2. Strangle
  3. Butterfly
  4. Iron Condor
  • Prettify docs
  • More example cases that can be copied and used

Full Changelog: v0.0.6...v0.1.0

v0.0.6

16 Dec 00:35
Compare
Choose a tag to compare
  • Fix bug where _d1 did not adjust for dividend yield.
  • Black76Call and Black76Put features.
  • Refactor to generalize Black-Scholes formula to other log-normal forward models.

Full Changelog: v0.0.5...v0.0.6

v0.0.5

10 Dec 20:22
Compare
Choose a tag to compare

No external dependencies needed AT ALL for a normal install.

numpy is now only a dev dependency.

Full Changelog: v0.0.4...v0.0.5