Skip to content

Commit

Permalink
Merge pull request pazzo83#16 from PallHaraldsson/patch-1
Browse files Browse the repository at this point in the history
Updates Docs (for Julia 1.3.1)
  • Loading branch information
pazzo83 authored Feb 18, 2020
2 parents f4624a4 + 27ccfdc commit fe98714
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ First, start off by importing QuantLib.jl
.. code-block:: julia
using QuantLib
using Dates
Expand Down Expand Up @@ -45,7 +46,7 @@ First we will set up vectors of the deposit rates and tenors, and bond issue dat
# build depos
depo_rates = [0.0096, 0.0145, 0.0194]
depo_tens = [Base.Dates.Month(3), Base.Dates.Month(6), Base.Dates.Month(12)]
depo_tens = [Dates.Month(3), Dates.Month(6), Dates.Month(12)]
# build bonds
issue_dates = [Date(2005, 3, 15), Date(2005, 6, 15), Date(2006, 6, 30), Date(2002, 11, 15), Date(1987, 5, 15)]
Expand Down

0 comments on commit fe98714

Please sign in to comment.