Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.82 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.82 KB
Julia Version Unit Tests Code Coverage
Latest

Instruments.jl

This package provides an abstract interface to be implemented for all financial instruments in JuliaFinance. Examples of financial instruments can include cash, stocks, bonds, loans, derivatives, insurance policies, cryptocurrencies, etc.

Instrument{S,C<:Currency}

Instrument{S,C} is an abstract parametric type that is to be implemented for all financial instruments, where S the instrument's symbol identifier and C is its Currency.

For examples of concrete implementations of Instrument, see Assets.jl.