Skip to content

Commit

Permalink
Stochastic Model WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
alecloudenback committed May 25, 2024
1 parent c20b4ee commit d3085fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/stochastic.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@testset "Stochastic Valuation" begin
c = Yield.Constant(0.04)
m = HullWhite(0.1, 0.002, c) # a, σ, curve

@test pv(m, Cashflow(0,))
end

0 comments on commit d3085fd

Please sign in to comment.