Skip to content

Commit

Permalink
Merge pull request #18 from JuliaComputing/aviks-patch-1
Browse files Browse the repository at this point in the history
Fix Typo - "TermStuct"
  • Loading branch information
aviks authored Dec 6, 2023
2 parents 5d00ff6 + b89a621 commit 29b9a77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/termstructure.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ end



abstract type TermStuct end
abstract type TermStruct end

abstract type VolatilityTermStructure <: TermStuct end
abstract type YieldTermStructure <: TermStuct end
abstract type VolatilityTermStructure <: TermStruct end
abstract type YieldTermStructure <: TermStruct end

#Default values
daycount(::YieldTermStructure) = Actual365()
Expand Down

0 comments on commit 29b9a77

Please sign in to comment.