Skip to content
This repository was archived by the owner on Sep 6, 2019. It is now read-only.

Commit 0d50cce

Browse files
authored
Deprecate the package
1 parent f2e1b57 commit 0d50cce

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
#Ito, an open source toolkit for financial computing in Julia
1+
# Deprecated
22

3-
[![Build Status](https://travis-ci.org/aviks/Ito.jl.png)](https://travis-ci.org/aviks/Ito.jl)
3+
This package is now deprecated. This package started by emulating functionality from Quantlib, but the [Quantlib.jl](https://github.com/pazzo83/QuantLib.jl) package now contains a much larger port of Quantlib. Some of the longer terms goals of this package are now implemented in [Miletus](http://juliacomputing.com/products/juliafin/miletus.html), a contract definition and modelling language from Julia Computing.
4+
5+
## Ito, an open source toolkit for financial computing in Julia
46

57
Ito is a collection of Julia modules containing algorithms for efficient quantitative finance.
68
It includes functions and frameworks for holiday calendars, day count conventions, term structures,
@@ -10,7 +12,7 @@ A lot of the functionality is work in progress, but there are hopefully some use
1012

1113
Detailed documentation is available at http://aviks.github.com/Ito.jl/
1214

13-
##Installation
15+
## Installation
1416

1517
```julia
1618
Pkg.add("Ito")

0 commit comments

Comments
 (0)