Skip to content

Commit a3197e7

Browse files
author
Eric Forgy
authored
Update README.md
1 parent d47d538 commit a3197e7

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# Instruments.jl
2-
3-
4-
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.
5-
61
[pkg-url]: https://github.com/JuliaFinance/Instruments.jl.git
72

83
[release]: https://img.shields.io/github/release/JuliaFinance/Instruments.jl.svg
@@ -27,11 +22,13 @@ This package provides an abstract interface to be implemented for all financial
2722
| [![][julia-release]][julia-url] | [![][travis-s-img]][travis-url] | [![][codecov-img]][codecov-url]
2823
| Latest | [![][travis-m-img]][travis-url] | [![][codecov-img]][codecov-url]
2924

25+
# Instruments.jl
26+
27+
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.
28+
3029
## `Instrument{S,C<:Currency}`
3130

3231
`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`.
3332

34-
For examples of concrete implementations of `Instrument`, see
35-
36-
[Assets.jl](https://github.com/JuliaFinance/Assets.jl.git)
33+
For examples of concrete implementations of `Instrument`, see [Assets.jl](https://github.com/JuliaFinance/Assets.jl.git).
3734

0 commit comments

Comments
 (0)