From ccaa915a7d6e4ea6e2829d2b73b97704222690ef Mon Sep 17 00:00:00 2001 From: Nicola Date: Fri, 15 Sep 2023 12:10:09 +0200 Subject: [PATCH] typo --- src/financial_taylor.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/financial_taylor.jl b/src/financial_taylor.jl index 9adef55..4f86a2e 100644 --- a/src/financial_taylor.jl +++ b/src/financial_taylor.jl @@ -137,7 +137,7 @@ value__d(x) = x # end get_order_adj(x::Taylor1) = get_order(x) get_order_adj(::Any) = 0 -function blimpv_impl(::Taylor1{T}, S0, K, T, price_d, FlagIsCall, xtol, ytol) where {T} +function blimpv_impl(::Taylor1{V}, S0, K, T, price_d, FlagIsCall, xtol, ytol) where {V} S0_r = value__d(S0) K_r = value__d(K) T_r = value__d(T)