Skip to content

Releases: JuliaFinance/Instruments.jl

v0.10.0

06 Jul 01:55

Choose a tag to compare

symbol and currency methods act on position types (not instances).

v0.9.0

04 Jul 05:34

Choose a tag to compare

Cleanup

v0.8.0

01 Jul 09:10
08f5295

Choose a tag to compare

v0.8.0 Pre-release
Pre-release

Uppercase USD is a type and we can construct positions via

USD(100)

or

100USD

Lowercase usd is an instance. With this release, we can construct positions via

100usd