Skip to content

Commit

Permalink
remove unecessary ticks
Browse files Browse the repository at this point in the history
  • Loading branch information
alecloudenback committed Oct 23, 2021
1 parent afe881d commit 5b8fb1a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Yields.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ struct Continuous <: CompoundingFrequency end


"""
Continuous(rate)
A convenience constructor for Rate(x,Continuous())
```julia-repl
julia> Continuous(0.01)
Expand Down Expand Up @@ -510,7 +508,7 @@ function BulletBondQuotes(interests::TI, maturities::TM, prices::TP, frequency)
end

"""
SmithWilson(zcq::`ZeroCouponQuotes`; ufr, α)
SmithWilson(zcq::ZeroCouponQuotes; ufr, α)
SmithWilson(swq::SwapQuotes; ufr, α)
SmithWilson(bbq::BulletBondQuotes; ufr, α)
SmithWilson(times<:AbstractVector, cashflows<:AbstractMatrix, prices<:AbstractVector; ufr, α)
Expand Down

0 comments on commit 5b8fb1a

Please sign in to comment.