Skip to content

JuliaFinance/Instruments.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.