Skip to content

Commit

Permalink
Update src/models/heston.jl
Browse files Browse the repository at this point in the history
Add Heston reference (#21)
  • Loading branch information
mvanzulli authored Jun 9, 2024
1 parent c9fe970 commit 0cac3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/heston.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function evaluate(O::EuropeanOption, m::HestonModel; N=100)
end

"""
Characteristic function Heston model for an European call option:
Characteristic function Heston model for an European call option from [A Closed-Form Solution for Options with Stochastic Volatility with Applications to Bond and Currency Options, L. Heston](https://www.jstor.org/stable/2962057)
"""
function φ(O::EuropeanOption, m::HestonModel, ω::Number)
(; v, v̄, κ, ρ) = m
Expand Down

0 comments on commit 0cac3f7

Please sign in to comment.