diff --git a/src/FinancialMarkets.jl b/src/FinancialMarkets.jl index 0460b1d..2892085 100644 --- a/src/FinancialMarkets.jl +++ b/src/FinancialMarkets.jl @@ -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 @@ -54,6 +55,8 @@ export Cash, Deposit, Future, STIRFuture, price +@document + include("constants.jl") include("calendars.jl") include("times.jl")