Skip to content
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.

Commit

Permalink
Start using Docile #13
Browse files Browse the repository at this point in the history
  • Loading branch information
imanuelcostigan committed Feb 1, 2015
1 parent 9a80c7a commit b0f8caf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/FinancialMarkets.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module FinancialMarkets

VERSION < v"0.4-" && using Dates
VERSION < v"0.4-" && using Docile

using Polynomials: Poly, polyval
import DataFrames.DataFrame
Expand Down Expand Up @@ -54,6 +55,8 @@ export
Cash, Deposit, Future, STIRFuture,
price

@document

include("constants.jl")
include("calendars.jl")
include("times.jl")
Expand Down

0 comments on commit b0f8caf

Please sign in to comment.