SlideShare une entreprise Scribd logo
1  sur  18
Télécharger pour lire hors ligne
Uncertain Volatility Model
Swati Mital
swati.mital@maths.ox.ac.uk
University of Oxford
June 6, 2016
Abstract
This paper derives price bounds for equity option trading strategies for markets
where the volatilities are uncertain. It uses the Black-Scholes Barenblatt Equation
developed by Avellaneda et. al and implements it in C++. The code can be
downloaded from GitHub 1.
1 Robustness Property of Black Scholes Hedging
We start our analysis by inspecting the robustness property of Black-Scholes hedging in
the world where the volatility used for hedging an option is different from the realized
volatility of the underlying. We derive the robustness results from the framework provided
by El Karoui et al. in [5] and Monoyios in [3].
Let us assume that the underlying asset of an option is a stock and it follows a
Geometric Brownian Motion with mean, µt, and volatility, σt.
dSt
St
= µtdt + σtdWt (1)
Now, suppose a trader sold this option for C(0, S0) using an estimated volatility β.
Then, we already know that C(t, St) satisfies the Black Scholes PDE.
∂C(t, St)
∂t
+ rSt
∂C(t, St)
∂St
+
1
2
β2
S2
t
∂2
C(t, St)
∂t2
− rC(t, St) = 0 (2)
Since the trader is risk averse, he uses the proceeds from the sale of the option to
form a hedge portfolio, Xt, which consists of a delta hedge and some cash. He performs
continuous delta-hedging at times t ∈ [0, T] until the maturity of the option. Therefore,
the total derivative of Xt is given by,
dXt =
∂C(t, St)
∂S
dSt + r Xt −
∂C(t, St)
∂S
St dt (3)
Define Yt = Xt − C(t, St) as the tracking error in the hedge portfolio. We now derive
the condition under which YT is positive, i.e. that the trader reports a positive P&L from
delta hedging using the volatility estimation of β. To proceed with this mathematically,
we derive the value of d(e−rt
Yt) using Ito’s Lemma and Equation (3) as,
1
https://github.com/swatimital/QuantPricer
1
d(e−rt
Yt) = −re−rt
Ytdt + e−rt
(dXt − dC(t, St))
= −re−rt
Ytdt + e−rt ∂C(t, St)
∂S
dSt + re−rt
Xt −
∂C(t, St)
∂S
St dt − e−rt
dC(t, St)
(4)
By Ito’s Lemma, we can write dC(t, St) as,
dC(t, St) =
∂C(t, St)
∂t
dt +
∂C(t, St)
∂S
dSt +
1
2
σ2
t
∂2
C(t, St)
∂S2
dt (5)
Substituting Equation (5) in (4) and adding and subtracting C(t, St) gives,
d(e−rt
Yt) = −re−rt
Ytdt + re−rt
Xt −
∂C(t, St)
∂S
St dt − e−rt ∂C(t, St)
∂t
dt −
1
2
σ2
t e−rt ∂2
C(t, St)
∂S2
dt
= re−rt
C(t, St) −
∂C(t, St)
∂S
St dt − e−rt ∂C(t, St)
∂t
dt −
1
2
σ2
t e−rt ∂2
C(t, St)
∂S2
dt
(6)
We now substitute for ∂C(t,St)
∂t
from Equation (2) to Equation (6) to give,
d(e−rt
Yt) =
1
2
β2
S2
t e−rt ∂2
C(t, St)
∂S2
dt −
1
2
σ2
t e−rt ∂2
C(t, St)
∂S2
dt
=
1
2
e−rt
S2
t
∂2
C(t, St)
∂S2
(β2
− σ2
t )dt
(7)
Equation (7) is quite a crucial result. First note that ∂2C(t,St)
∂S2 is the Gamma of a call
option. Gamma measures the change in value of option’s delta with respect to change in
value of the underlying. Long calls and puts have positive Gamma and short calls and
puts have negative Gamma. For a delta-neutral option, a long Gamma position (long
calls and puts) increases exposure to the underlying when the market rallies and reduces
exposure when stock declines.
Since Equation (7) is derived from the point of view of a trader shorting a call,
therefore, for Short Gamma positions profit is realized when the implied volatility chosen
to sell the option is greater than the realized volatility of the underlying. Conversely, for
Long Gamma positions profit is realized when the implied volatility of the purchased
option is less than the realized volatility.
This idea of estimating volatility that is higher or lower than the realized volatility is
intertwined with the idea of superhedging strategies in finance where the portfolio makes
at least the same payoff as that of the contingent claim in all states of the world.
In this paper, we develop this idea further for more complex option strategies and
look at price bounds under uncertain volatility environment where we only know the
2
bounds for volatility but not the actual volatility path for the underlying. We implement
the technique proposed by Avellaneda et al [1] and provide a C++ implementation of
their model.
3
2 Black Scholes Barenblatt PDE
We assume that the volatility for underlying is unknown but we can anticipate some
bounds on it, σmin ≤ σ ≤ σmax. We use the framework provided by Avellaneda et al in
[1] and in [2] to derive the cheapest price at which we can trade and hedge options.
2.1 Mathematical Framework
Similar to Black-Scholes model we assume that the underlying follows a Geometric Brow-
nian Motion under risk neutral class of probability measures Q with mean as the risk free
interest rate, r,
dSt
St
= rdt + σdWQ
(8)
Let the derivative be characterized by a stream of cash-flows at N future dates,
t1 ≤ t2 ≤ ... ≤ tN ,
F1(St1 ), F2(St2 ), ..., FN (StN
) (9)
Let Q be the class of probability measures on the set of paths St, 0 ≤ t ≤ T, such
that in uncertain volatility market the volatility bounds are given by,
σmin ≤ σ ≤ σmax (10)
Then under no arbitrage conditions the value of this derivative should lie somewhere
between the two bounds W−
(St, t) and W+
(St, t).
W+
(St, t) = supQEQ
t
N
j=1
e−r(tj−t)
Fj(Stj
)
W−
(St, t) = infQEQ
t
N
j=1
e−r(tj−t)
Fj(Stj
)
(11)
We can solve Equation (11) using Dynamic Programming and extending the Black-
Scholes PDE with a σ that is a function of the Gamma of the Derivative. This PDE is
referred as Black-Scholes Barenblatt and is given by Equations (12) and (13) where F(S)
is the final payoff at time T.
∂W(S, t)
∂t
+ r S
∂W(S, t)
∂S
− W(S, t) +
1
2
σ2 ∂2
W(S, t)
∂S2
S2 ∂2
W(S, t)
∂S2
= 0 (12)
4
W(S, tN−1) = W(S, tN−1 + 0) + FN−1(S)
W(S, T) = F(S, T) = F(S)
(13)
In Equation (13) the +0 on the right hand side of first equation represents the limit
from the right as t → 0 (the value at the date tN−1 immediately after the cash-flow
FN−1(StN−1
) is paid out).
The upper and lower bounds of the solution to the PDE are derived by selecting σ
at each time t depending on the sign of the Gamma. Therefore, we get W+
by setting,
σ
∂2
W
∂S2
=
σmax if ∂2W(S,t)
∂S2 ≥ 0
σmin if ∂2W(S,t)
∂S2 < 0
(14)
And, similarly, W−
is obtained by setting,
σ
∂2
W
∂S2
=
σmax if ∂2W(S,t)
∂S2 ≤ 0
σmin if ∂2W(S,t)
∂S2 > 0
(15)
Notice from Equation (12) that under conditions of constant volatility, σmax = σmin =
σ, the Black Scholes Barenblatt reduces to Black Scholes PDE.
3 Implementation
We provide implementation of the Black Scholes Barenblatt Equation in C++. Our
implementation makes heavy use of Generic Programming using C++ templates and
Boost library.
3.1 Recombining Trinomial Trees
Trinomial Trees are a popular finite-difference computational scheme for pricing options.
We use them to discretize the evolution of the underlying assets through time and space.
As shown in Figure (1), at a given time, t, the price of stock, S(t), can move to one
of the three values: US(t), MS(t), or DS(t) where D < M < U. In order to make it
a recombining tree we add a constraint that UD = M2
. The dotted lines in the figure
show the additional paths that would lead to the same node in the recombining tree.
We assume a time horizon of 0 ≤ t ≤ T and divide it into N trading periods such that
∆t = T
N
<< 1
5
Figure 1: Recombining Trinomial Tree Diagram
We select the jump sizes as a function of the volatility bounds for the Black-Scholes
Barenblatt model and define probabilities of jumps in Equation (17).
S(t + ∆t) =



S(t)eσmax
√
∆t+r∆t
with probability pu
S(t)er∆t
with probability (1 − pu − pd)
S(t)e−σmax
√
∆t+r∆t
with probability pd
(16)
where
6
pu = p 1 −
σmax
√
∆t
2
pd = p 1 +
σmax
√
∆t
2
σ2
min
2σ2
max
≤ p ≤ 1/2
(17)
We have written a recursive function, BuildUnderlyingTree, as shown in Figure
3, in order to efficiently generate a recombining tree.
A node in the tree is an object of a class called Node as shown in Figure 2. This is
a C++ class that has generic templates on type of underlying asset and derivative of the
asset. This gives us flexibility to re-use this node to price different types of derivatives
using the same recombining tree.
Each node stores three shared pointers (of type boost::shared ptr) to it’s children and
a tuple of underlying asset value and an object of class BarenblattDerivative that is a
simple class which encapsulates option price and Gamma.
Figure 2: C++ Node Structure for a Trinomial Tree
A call to the recursive function BuildUnderlyingTree adds a node for a given tree
level such that the number of nodes grow polynomially and not exponentially. Hence, a
parent node US generates two offspring, U2
S and MUS, a parent node MS generates a
single offspring M2
S, and, finally, a parent node DS also generates two offspring, MDS
and D2
S. Therefore at a given tree level n, we have 2n − 1 nodes.
7
Figure 3: C++ Function to build Trinomial Trees
There are several advantages of following the above code architecture,
• C++ Generic Types let us re-use the same code and data structure for different
types and provides flexibility in programming.
• A single Trinomial tree can be used to price multiple derivatives. We build the tree
once for a given time horizon and asset class at the start of the program and then
reuse it for pricing different options.
• The linked list style of creation of tree using shared pointers optimizes the use of
memory.
• The Node structure we have developed lets us impose different traversal techniques
on the same tree. The function, BreadthFirstTraversal, as shown in Figure (4)
8
performs a Breadth-First traversal on the Trinomial tree using a priority queue data
structure.
Figure 4: C++ Function for Breadth First Traversal on the Trinomial Tree
3.2 Derivative Pricing on the Recombining Tree
After constructing the asset price tree we compute the Black-Scholes Barenblatt upper
and lower bounds, W+
and W−
, for a derivative with Equation (9) cashflows. To solve
the PDE in Equations (12) and (13) using the discrete setting, we apply the numerical
implementation technique provided by the authors in [1] and referenced by the Equations
(18), (19) and (20).
Let a node in the tree be given by (n, j) where n is the time coordinate and j is the
space coordinate. Therefore, each (n, j) goes to (n + 1, j + 1), (n + 1, j) and (n + 1, j − 1)
at the next time step. We first compute the option payoff for nodes at option maturity,
(N, j). Then apply backward induction algorithm to get the prices for the interior nodes
all the way to the root node. This is done by computing Option Gamma at the same
time as getting the price of the option at a node. Equation (18) computes the convexity,
L+
and L−
for W+
and W−
at a given node j and time n + 1. Then using the sign of
this convexity we solve for derivative prices at time n.
L+,j
n+1 = 1 −
σmax
√
∆t
2
W+,j−1
n+1 + 1 +
σmax
√
∆t
2
W+,j−1
n+1 − 2W+,j
n+1
L−,j
n+1 = 1 −
σmax
√
∆t
2
W−,j−1
n+1 + 1 +
σmax
√
∆t
2
W−,j−1
n+1 − 2W−,j
n+1
(18)
9
W+,j
n = Fj
n + e−r∆t W+,j
n+1 + 1
2
L+,j
n+1 if L+,j
n+1 ≥ 0
W+,j
n+1 +
σ2
min
2σ2
max
L+,j
n+1 if L+,j
n+1 < 0
(19)
W−,j
n = Fj
n + e−r∆t W−,j
n+1 + 1
2
L−,j
n+1 if L−,j
n+1 < 0
W−,j
n+1 +
σ2
min
2σ2
max
L−,j
n+1 if L−,j
n+1 ≥ 0
(20)
The C++ code shown in Figure (5) is the key part of the function, BarenblattDeriva-
tivePricer::GetPrice that given derivative cashflows, computes the derivative price
bounds by solving the PDE using above equations.
Figure 5: C++ Function (snippet) for solving BSB PDE
10
4 BSB Bounds for Vanilla Options
In this section, we show by way of example how the upper and lower bounds obtained
from BSB2
equation for vanilla put and call options are the same as obtained from Black-
Scholes by using the extreme volatilities.
We saw earlier when investigating the Robustness property of Black-Scholes Hedging
in Section 1 how a risk averse agent who is delta-hedging will select the highest volatility
when selling options (short Gamma) and lowest volatility when buying options (long
Gamma).
Figure 6: Convexity of Call and Put Options
Now, the volatility function in BSB equation is equal to σmin or σmax depending on
the sign of convexity of an option as referenced in Equations (14) and (15). We also know
that long calls and puts have positive convexity or long Gamma. Therefore, for these
options,
∂2
W(S, t)
∂S2
≥ 0 =⇒ W+
= Black-Scholes(σmax)
∂2
W(S, t)
∂S2
≥ 0 =⇒ W−
= Black-Scholes(σmin)
(21)
Hence, profit is realized by selecting the lowest volatility corresponding to W−
for
2
Black-Scholes Barenblatt
11
long vanilla options. Similarly, for short calls and puts profit is realized by selecting the
highest volatility corresponding to W−
.
∂2
W(S, t)
∂S2
< 0 =⇒ W+
= Black-Scholes(σmin)
∂2
W(S, t)
∂S2
< 0 =⇒ W−
= Black-Scholes(σmax)
(22)
We computed the BSB prices for a call struck at K = 90.0 with σmin = 10% and
σmax = 40% and confirmed that the reconciliation with Black-Scholes bid and ask prices
according to Equation (21) hold as shown in Figure 7 where the BSB and Black-Scholes
prices coincide.
Figure 7: BSB Bounds for long Call σmin = 10%, σmax = 40%, risk-free rate=5%, T = 1
year, K = 90.0
5 BSB Bounds for Mixed Convexity Portfolios
In this section, we see the bounds computed by the Black-Scholes Barenblatt Equation
for portfolio of mixed convexity options.
12
5.1 Calendar Spread Trading Strategy
A calendar spread strategy is created by using options with same underlying stock but
different option maturities. It can be created by selling near-term call/put and buying
long-term call/put. A long calendar spread is used by traders who expect the prices to
expire out of money or just at the money of the near month option. As the time decay of
near month options is at a faster rate than longer term options, their long term options
still retain much of their value.
In the example in Figure 8, we go long 1 call struck at $90 with 1 year to maturity
and short 1 call struck at $100 with 6 months to maturity. The outer dotted lines are
the bid/ask prices computed by pricing using Black-Scholes formula. For the the upper
bound, we price the long call with σmax and short call with σmin. Similarly for Black-
Scholes lower bound we price the long call with σmin and short call with σmax. The middle
dotted line is created by pricing both calls with σmid.
The thick lines are bounds created by solving the Black-Scholes Barenblatt Equation
using the Trinomial Tree implementation technique described earlier. The BSB Equation
gives tighter bounds on the bid and the ask prices for an option with mixed convexity
and is better suited for hedging away the volatility risk. Therefore, a risk-averse agent
can apply a hedge that gives the highest value of the derivative in the worst case and the
lowest value of the derivative in the best case corresponding to the bounds found by the
BSB Equation.
Notice the spread between the bid and ask values corresponding to pricing using
Black-Scholes near the $95 strike. It is much higher ($17.34) than what is given by BSB
equation ($9.70).
13
Figure 8: BSB Bounds for a Calendar Spread σmin = 10%, σmax = 40%, risk-free rate=5%
Figure 9: Numerical Values Corresponding to Calendar Spread for different stock prices
S
14
5.2 Bullish Call Spread Trading Strategy
A Bull Call Spread is an option trading strategy that involves buying a number of at-the-
money (ATM) call options at a lower strike and selling the same number of out-the-money
(OTM) calls at a higher strike. By shorting the OTM or ATM call options the option
trader reduces the cost of establishing a bullish position but forgoes profit when the price
skyrockets since the maximum profit is capped at the difference between the two strike
prices.
The Black-Scholes approach for computing the bid/ask and mid values for this call
spread is obtained by,
• Buying the call at lower strike at σmax and selling the call at higher strike at σmin
as given by the upper dotted line in Figure 10.
• Buying the call at lower strike at σmin and selling the call at higher strike at σmax
as given by the lower dotted line in Figure 10.
• Pricing both the call options at σmid as given by the middle dotted line in Figure
10.
In contrast to the Black-Scholes approach, the BSB prices the entire portfolio as a
whole and gives tighter bounds on the option price. This is particularly noticeable when
the stock price is near the strikes. For example, when the S(t) = 95 which is mid-way
between the low and high strikes of 90 and 100 respectively, the Black-Scholes spread
between the bid and ask values is $14.716 whereas for BSB it is $4.636. These tighter
bounds reduces the volatility risk and protect against the future volatility movements.
15
Figure 10: BSB Bounds for a Bull Call Spread σmin = 10%, σmax = 40%, risk-free
rate=5%
Figure 11: Numerical Values Corresponding to Call Spread for different stock prices S
16
6 Conclusion
In this paper, we have recreated, analyzed and compared the results of pricing complex
option trading strategies in markets with uncertain volatility using Black-Scholes Baren-
blatt versus Black-Scholes technique. We have found that BSB reduces volatility risk for
portfolios with mixed convexity and reduces to Black-Scholes pricing for vanilla call and
put options.
References
[1] Avellaneda M., Levy A., Paras A. Pricing and hedging derivative securities in markets
with uncertain volatilities. Applied Mathematical Finance, 2:2, 73-88.
[2] Avellaneda M., Paras A.. Managing the Volatility Risk of Portfolios of Derivative
Securities: the Lagrangian Uncertain Volatility Model. Applied Mathematical Finance,
3, 21-52, 1996.
[3] Monoyios M. Stochastic volatility. Mathematical Institute, University of Oxford, 2007
[4] Martini C., Jacquier A. The Uncertain Volatility Model. Imperial College, London
[5] El Karoui N., Jeanblanc M., Shreve S.. Robustness of the Black and Scholes formula.
Mathematical Finance, Vol 8 (2), 1998.
17

Contenu connexe

Tendances

Combined effect of both
Combined effect of bothCombined effect of both
Combined effect of bothvideoaakash15
 
presentation.pdf
presentation.pdfpresentation.pdf
presentation.pdfburcu435637
 
Quantitative Analysis For Decision Making
Quantitative Analysis For Decision MakingQuantitative Analysis For Decision Making
Quantitative Analysis For Decision Makingaminsand
 
Sesion 7 matematicas financieras
Sesion 7 matematicas financierasSesion 7 matematicas financieras
Sesion 7 matematicas financierasElvaPariCcoya
 
Rational Expectation and Economic Policy (2017)updated (2).pptx
Rational Expectation and Economic Policy (2017)updated (2).pptxRational Expectation and Economic Policy (2017)updated (2).pptx
Rational Expectation and Economic Policy (2017)updated (2).pptxBelaynew4
 
Transportatopn problm
Transportatopn problmTransportatopn problm
Transportatopn problmAnshul Singh
 

Tendances (11)

Demand Estimation
Demand EstimationDemand Estimation
Demand Estimation
 
Combined effect of both
Combined effect of bothCombined effect of both
Combined effect of both
 
Ch10 slides
Ch10 slidesCh10 slides
Ch10 slides
 
presentation.pdf
presentation.pdfpresentation.pdf
presentation.pdf
 
Ch10
Ch10Ch10
Ch10
 
Ch15pp
Ch15ppCh15pp
Ch15pp
 
Quantitative Analysis For Decision Making
Quantitative Analysis For Decision MakingQuantitative Analysis For Decision Making
Quantitative Analysis For Decision Making
 
Sesion 7 matematicas financieras
Sesion 7 matematicas financierasSesion 7 matematicas financieras
Sesion 7 matematicas financieras
 
Rational Expectation and Economic Policy (2017)updated (2).pptx
Rational Expectation and Economic Policy (2017)updated (2).pptxRational Expectation and Economic Policy (2017)updated (2).pptx
Rational Expectation and Economic Policy (2017)updated (2).pptx
 
Transportatopn problm
Transportatopn problmTransportatopn problm
Transportatopn problm
 
Itec c gy gf 2012
Itec c gy gf 2012Itec c gy gf 2012
Itec c gy gf 2012
 

En vedette

Stochastic Vol Forecasting
Stochastic Vol ForecastingStochastic Vol Forecasting
Stochastic Vol ForecastingSwati Mital
 
Local and Stochastic volatility
Local and Stochastic volatilityLocal and Stochastic volatility
Local and Stochastic volatilitySwati Mital
 
Pricing interest rate derivatives (ext)
Pricing interest rate derivatives (ext)Pricing interest rate derivatives (ext)
Pricing interest rate derivatives (ext)Swati Mital
 
Credit Default Models
Credit Default ModelsCredit Default Models
Credit Default ModelsSwati Mital
 
Varun Balupuri - Thesis
Varun Balupuri - ThesisVarun Balupuri - Thesis
Varun Balupuri - ThesisVarun Balupuri
 
Quantitative Methods for Counterparty Risk
Quantitative Methods for Counterparty RiskQuantitative Methods for Counterparty Risk
Quantitative Methods for Counterparty RiskVolatility
 
Stochastic Local Volatility Models: Theory and Implementation
Stochastic Local Volatility Models: Theory and ImplementationStochastic Local Volatility Models: Theory and Implementation
Stochastic Local Volatility Models: Theory and ImplementationVolatility
 
Consistently Modeling Joint Dynamics of Volatility and Underlying To Enable E...
Consistently Modeling Joint Dynamics of Volatility and Underlying To Enable E...Consistently Modeling Joint Dynamics of Volatility and Underlying To Enable E...
Consistently Modeling Joint Dynamics of Volatility and Underlying To Enable E...Volatility
 
Enhanced Call Overwriting (2005)
Enhanced Call Overwriting (2005)Enhanced Call Overwriting (2005)
Enhanced Call Overwriting (2005)Ryan Renicker CFA
 
Realized and implied index skews, jumps, and the failure of the minimum-varia...
Realized and implied index skews, jumps, and the failure of the minimum-varia...Realized and implied index skews, jumps, and the failure of the minimum-varia...
Realized and implied index skews, jumps, and the failure of the minimum-varia...Volatility
 
Implied volatility explanation
Implied volatility explanationImplied volatility explanation
Implied volatility explanationZahid Khawaja
 
Convertible Bonds and Call Overwrites - 2007
Convertible Bonds and Call Overwrites - 2007Convertible Bonds and Call Overwrites - 2007
Convertible Bonds and Call Overwrites - 2007RYAN RENICKER
 
Volatility arbitrage
Volatility arbitrageVolatility arbitrage
Volatility arbitragejy Torres
 
Short Variance Swap Strategies on the S&P 500 Index Profitable, Yet Risky
Short Variance Swap Strategies on the S&P 500 Index Profitable, Yet RiskyShort Variance Swap Strategies on the S&P 500 Index Profitable, Yet Risky
Short Variance Swap Strategies on the S&P 500 Index Profitable, Yet RiskyRYAN RENICKER
 
The Lehman Brothers Volatility Screening Tool
The Lehman Brothers Volatility Screening ToolThe Lehman Brothers Volatility Screening Tool
The Lehman Brothers Volatility Screening ToolRYAN RENICKER
 
Options on the VIX and Mean Reversion in Implied Volatility Skews
Options on the VIX and Mean Reversion in Implied Volatility Skews Options on the VIX and Mean Reversion in Implied Volatility Skews
Options on the VIX and Mean Reversion in Implied Volatility Skews RYAN RENICKER
 
Style-Oriented Option Investing - Value vs. Growth?
Style-Oriented Option Investing - Value vs. Growth?Style-Oriented Option Investing - Value vs. Growth?
Style-Oriented Option Investing - Value vs. Growth?RYAN RENICKER
 
ImperialMathFinance: Finance and Stochastics Seminar
ImperialMathFinance: Finance and Stochastics SeminarImperialMathFinance: Finance and Stochastics Seminar
ImperialMathFinance: Finance and Stochastics Seminarelviszhang
 
Efficient Numerical PDE Methods to Solve Calibration and Pricing Problems in ...
Efficient Numerical PDE Methods to Solve Calibration and Pricing Problems in ...Efficient Numerical PDE Methods to Solve Calibration and Pricing Problems in ...
Efficient Numerical PDE Methods to Solve Calibration and Pricing Problems in ...Volatility
 
Volatility Trading - Hedge Fund Strategies
Volatility Trading - Hedge Fund StrategiesVolatility Trading - Hedge Fund Strategies
Volatility Trading - Hedge Fund StrategiesHedge Fund South Africa
 

En vedette (20)

Stochastic Vol Forecasting
Stochastic Vol ForecastingStochastic Vol Forecasting
Stochastic Vol Forecasting
 
Local and Stochastic volatility
Local and Stochastic volatilityLocal and Stochastic volatility
Local and Stochastic volatility
 
Pricing interest rate derivatives (ext)
Pricing interest rate derivatives (ext)Pricing interest rate derivatives (ext)
Pricing interest rate derivatives (ext)
 
Credit Default Models
Credit Default ModelsCredit Default Models
Credit Default Models
 
Varun Balupuri - Thesis
Varun Balupuri - ThesisVarun Balupuri - Thesis
Varun Balupuri - Thesis
 
Quantitative Methods for Counterparty Risk
Quantitative Methods for Counterparty RiskQuantitative Methods for Counterparty Risk
Quantitative Methods for Counterparty Risk
 
Stochastic Local Volatility Models: Theory and Implementation
Stochastic Local Volatility Models: Theory and ImplementationStochastic Local Volatility Models: Theory and Implementation
Stochastic Local Volatility Models: Theory and Implementation
 
Consistently Modeling Joint Dynamics of Volatility and Underlying To Enable E...
Consistently Modeling Joint Dynamics of Volatility and Underlying To Enable E...Consistently Modeling Joint Dynamics of Volatility and Underlying To Enable E...
Consistently Modeling Joint Dynamics of Volatility and Underlying To Enable E...
 
Enhanced Call Overwriting (2005)
Enhanced Call Overwriting (2005)Enhanced Call Overwriting (2005)
Enhanced Call Overwriting (2005)
 
Realized and implied index skews, jumps, and the failure of the minimum-varia...
Realized and implied index skews, jumps, and the failure of the minimum-varia...Realized and implied index skews, jumps, and the failure of the minimum-varia...
Realized and implied index skews, jumps, and the failure of the minimum-varia...
 
Implied volatility explanation
Implied volatility explanationImplied volatility explanation
Implied volatility explanation
 
Convertible Bonds and Call Overwrites - 2007
Convertible Bonds and Call Overwrites - 2007Convertible Bonds and Call Overwrites - 2007
Convertible Bonds and Call Overwrites - 2007
 
Volatility arbitrage
Volatility arbitrageVolatility arbitrage
Volatility arbitrage
 
Short Variance Swap Strategies on the S&P 500 Index Profitable, Yet Risky
Short Variance Swap Strategies on the S&P 500 Index Profitable, Yet RiskyShort Variance Swap Strategies on the S&P 500 Index Profitable, Yet Risky
Short Variance Swap Strategies on the S&P 500 Index Profitable, Yet Risky
 
The Lehman Brothers Volatility Screening Tool
The Lehman Brothers Volatility Screening ToolThe Lehman Brothers Volatility Screening Tool
The Lehman Brothers Volatility Screening Tool
 
Options on the VIX and Mean Reversion in Implied Volatility Skews
Options on the VIX and Mean Reversion in Implied Volatility Skews Options on the VIX and Mean Reversion in Implied Volatility Skews
Options on the VIX and Mean Reversion in Implied Volatility Skews
 
Style-Oriented Option Investing - Value vs. Growth?
Style-Oriented Option Investing - Value vs. Growth?Style-Oriented Option Investing - Value vs. Growth?
Style-Oriented Option Investing - Value vs. Growth?
 
ImperialMathFinance: Finance and Stochastics Seminar
ImperialMathFinance: Finance and Stochastics SeminarImperialMathFinance: Finance and Stochastics Seminar
ImperialMathFinance: Finance and Stochastics Seminar
 
Efficient Numerical PDE Methods to Solve Calibration and Pricing Problems in ...
Efficient Numerical PDE Methods to Solve Calibration and Pricing Problems in ...Efficient Numerical PDE Methods to Solve Calibration and Pricing Problems in ...
Efficient Numerical PDE Methods to Solve Calibration and Pricing Problems in ...
 
Volatility Trading - Hedge Fund Strategies
Volatility Trading - Hedge Fund StrategiesVolatility Trading - Hedge Fund Strategies
Volatility Trading - Hedge Fund Strategies
 

Similaire à Uncertain Volatility Models

The comparative study of finite difference method and monte carlo method for ...
The comparative study of finite difference method and monte carlo method for ...The comparative study of finite difference method and monte carlo method for ...
The comparative study of finite difference method and monte carlo method for ...Alexander Decker
 
11.the comparative study of finite difference method and monte carlo method f...
11.the comparative study of finite difference method and monte carlo method f...11.the comparative study of finite difference method and monte carlo method f...
11.the comparative study of finite difference method and monte carlo method f...Alexander Decker
 
CRITICAL POINT ON STOCHASTIC VOLATILITY OPTION PRICING.
CRITICAL POINT ON STOCHASTIC VOLATILITY OPTION PRICING. CRITICAL POINT ON STOCHASTIC VOLATILITY OPTION PRICING.
CRITICAL POINT ON STOCHASTIC VOLATILITY OPTION PRICING. Ilya Gikhman
 
Black scholes pricing consept
Black scholes pricing conseptBlack scholes pricing consept
Black scholes pricing conseptIlya Gikhman
 
Black Scholes pricing consept
Black Scholes pricing conseptBlack Scholes pricing consept
Black Scholes pricing conseptIlya Gikhman
 
Black scholes pricing consept
Black scholes pricing conseptBlack scholes pricing consept
Black scholes pricing conseptIlya Gikhman
 
Black scholes pricing consept
Black scholes pricing conseptBlack scholes pricing consept
Black scholes pricing conseptIlya Gikhman
 
Black scholes pricing concept
Black scholes pricing conceptBlack scholes pricing concept
Black scholes pricing conceptIlya Gikhman
 
Black scholes pricing concept
Black scholes pricing conceptBlack scholes pricing concept
Black scholes pricing conceptIlya Gikhman
 
Black scholes pricing concept
Black scholes pricing conceptBlack scholes pricing concept
Black scholes pricing conceptIlya Gikhman
 
Black scholes pricing concept
Black scholes pricing conceptBlack scholes pricing concept
Black scholes pricing conceptIlya Gikhman
 
Hull White model presentation
Hull White model presentationHull White model presentation
Hull White model presentationStephan Chang
 
CRITICAL POINT ON STOCHASTIC VOLATILITY OPTION PRICING.
CRITICAL POINT ON STOCHASTIC VOLATILITY OPTION PRICING. CRITICAL POINT ON STOCHASTIC VOLATILITY OPTION PRICING.
CRITICAL POINT ON STOCHASTIC VOLATILITY OPTION PRICING. Ilya Gikhman
 
Expanding further the universe of exotic options closed pricing formulas in t...
Expanding further the universe of exotic options closed pricing formulas in t...Expanding further the universe of exotic options closed pricing formulas in t...
Expanding further the universe of exotic options closed pricing formulas in t...caplogic-ltd
 
Option local and volatility 2 25 2014
Option local and volatility 2 25 2014Option local and volatility 2 25 2014
Option local and volatility 2 25 2014Ilya Gikhman
 
A kernel-free particle method: Smile Problem Resolved
A kernel-free particle method: Smile Problem ResolvedA kernel-free particle method: Smile Problem Resolved
A kernel-free particle method: Smile Problem ResolvedKaiju Capital Management
 
Derivatives pricing and Malliavin Calculus
Derivatives pricing and Malliavin CalculusDerivatives pricing and Malliavin Calculus
Derivatives pricing and Malliavin CalculusHugo Delatte
 
machinelearning project
machinelearning projectmachinelearning project
machinelearning projectLianli Liu
 

Similaire à Uncertain Volatility Models (20)

presentation
presentationpresentation
presentation
 
The comparative study of finite difference method and monte carlo method for ...
The comparative study of finite difference method and monte carlo method for ...The comparative study of finite difference method and monte carlo method for ...
The comparative study of finite difference method and monte carlo method for ...
 
11.the comparative study of finite difference method and monte carlo method f...
11.the comparative study of finite difference method and monte carlo method f...11.the comparative study of finite difference method and monte carlo method f...
11.the comparative study of finite difference method and monte carlo method f...
 
CRITICAL POINT ON STOCHASTIC VOLATILITY OPTION PRICING.
CRITICAL POINT ON STOCHASTIC VOLATILITY OPTION PRICING. CRITICAL POINT ON STOCHASTIC VOLATILITY OPTION PRICING.
CRITICAL POINT ON STOCHASTIC VOLATILITY OPTION PRICING.
 
Black scholes pricing consept
Black scholes pricing conseptBlack scholes pricing consept
Black scholes pricing consept
 
Black Scholes pricing consept
Black Scholes pricing conseptBlack Scholes pricing consept
Black Scholes pricing consept
 
Black scholes pricing consept
Black scholes pricing conseptBlack scholes pricing consept
Black scholes pricing consept
 
Black scholes pricing consept
Black scholes pricing conseptBlack scholes pricing consept
Black scholes pricing consept
 
Black scholes pricing concept
Black scholes pricing conceptBlack scholes pricing concept
Black scholes pricing concept
 
Black scholes pricing concept
Black scholes pricing conceptBlack scholes pricing concept
Black scholes pricing concept
 
Black scholes pricing concept
Black scholes pricing conceptBlack scholes pricing concept
Black scholes pricing concept
 
Black scholes pricing concept
Black scholes pricing conceptBlack scholes pricing concept
Black scholes pricing concept
 
Hull White model presentation
Hull White model presentationHull White model presentation
Hull White model presentation
 
CRITICAL POINT ON STOCHASTIC VOLATILITY OPTION PRICING.
CRITICAL POINT ON STOCHASTIC VOLATILITY OPTION PRICING. CRITICAL POINT ON STOCHASTIC VOLATILITY OPTION PRICING.
CRITICAL POINT ON STOCHASTIC VOLATILITY OPTION PRICING.
 
Cambridge
CambridgeCambridge
Cambridge
 
Expanding further the universe of exotic options closed pricing formulas in t...
Expanding further the universe of exotic options closed pricing formulas in t...Expanding further the universe of exotic options closed pricing formulas in t...
Expanding further the universe of exotic options closed pricing formulas in t...
 
Option local and volatility 2 25 2014
Option local and volatility 2 25 2014Option local and volatility 2 25 2014
Option local and volatility 2 25 2014
 
A kernel-free particle method: Smile Problem Resolved
A kernel-free particle method: Smile Problem ResolvedA kernel-free particle method: Smile Problem Resolved
A kernel-free particle method: Smile Problem Resolved
 
Derivatives pricing and Malliavin Calculus
Derivatives pricing and Malliavin CalculusDerivatives pricing and Malliavin Calculus
Derivatives pricing and Malliavin Calculus
 
machinelearning project
machinelearning projectmachinelearning project
machinelearning project
 

Dernier

Top Rated Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...
Top Rated  Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...Top Rated  Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...
Top Rated Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...Call Girls in Nagpur High Profile
 
Mira Road Memorable Call Grls Number-9833754194-Bhayandar Speciallty Call Gir...
Mira Road Memorable Call Grls Number-9833754194-Bhayandar Speciallty Call Gir...Mira Road Memorable Call Grls Number-9833754194-Bhayandar Speciallty Call Gir...
Mira Road Memorable Call Grls Number-9833754194-Bhayandar Speciallty Call Gir...priyasharma62062
 
VIP Independent Call Girls in Mira Bhayandar 🌹 9920725232 ( Call Me ) Mumbai ...
VIP Independent Call Girls in Mira Bhayandar 🌹 9920725232 ( Call Me ) Mumbai ...VIP Independent Call Girls in Mira Bhayandar 🌹 9920725232 ( Call Me ) Mumbai ...
VIP Independent Call Girls in Mira Bhayandar 🌹 9920725232 ( Call Me ) Mumbai ...dipikadinghjn ( Why You Choose Us? ) Escorts
 
VIP Independent Call Girls in Mumbai 🌹 9920725232 ( Call Me ) Mumbai Escorts ...
VIP Independent Call Girls in Mumbai 🌹 9920725232 ( Call Me ) Mumbai Escorts ...VIP Independent Call Girls in Mumbai 🌹 9920725232 ( Call Me ) Mumbai Escorts ...
VIP Independent Call Girls in Mumbai 🌹 9920725232 ( Call Me ) Mumbai Escorts ...dipikadinghjn ( Why You Choose Us? ) Escorts
 
Stock Market Brief Deck (Under Pressure).pdf
Stock Market Brief Deck (Under Pressure).pdfStock Market Brief Deck (Under Pressure).pdf
Stock Market Brief Deck (Under Pressure).pdfMichael Silva
 
The Economic History of the U.S. Lecture 22.pdf
The Economic History of the U.S. Lecture 22.pdfThe Economic History of the U.S. Lecture 22.pdf
The Economic History of the U.S. Lecture 22.pdfGale Pooley
 
02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx
02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx
02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptxFinTech Belgium
 
Booking open Available Pune Call Girls Talegaon Dabhade 6297143586 Call Hot ...
Booking open Available Pune Call Girls Talegaon Dabhade  6297143586 Call Hot ...Booking open Available Pune Call Girls Talegaon Dabhade  6297143586 Call Hot ...
Booking open Available Pune Call Girls Talegaon Dabhade 6297143586 Call Hot ...Call Girls in Nagpur High Profile
 
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...ssifa0344
 
Vasai-Virar Fantastic Call Girls-9833754194-Call Girls MUmbai
Vasai-Virar Fantastic Call Girls-9833754194-Call Girls MUmbaiVasai-Virar Fantastic Call Girls-9833754194-Call Girls MUmbai
Vasai-Virar Fantastic Call Girls-9833754194-Call Girls MUmbaipriyasharma62062
 
Top Rated Pune Call Girls Dighi ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Dighi ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Dighi ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Dighi ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Call Girls in Nagpur High Profile
 
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...dipikadinghjn ( Why You Choose Us? ) Escorts
 
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...dipikadinghjn ( Why You Choose Us? ) Escorts
 
Call Girls in New Friends Colony Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escort...
Call Girls in New Friends Colony Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escort...Call Girls in New Friends Colony Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escort...
Call Girls in New Friends Colony Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escort...Delhi Call girls
 
VIP Call Girl in Mumbai 💧 9920725232 ( Call Me ) Get A New Crush Everyday Wit...
VIP Call Girl in Mumbai 💧 9920725232 ( Call Me ) Get A New Crush Everyday Wit...VIP Call Girl in Mumbai 💧 9920725232 ( Call Me ) Get A New Crush Everyday Wit...
VIP Call Girl in Mumbai 💧 9920725232 ( Call Me ) Get A New Crush Everyday Wit...dipikadinghjn ( Why You Choose Us? ) Escorts
 
Shrambal_Distributors_Newsletter_Apr-2024 (1).pdf
Shrambal_Distributors_Newsletter_Apr-2024 (1).pdfShrambal_Distributors_Newsletter_Apr-2024 (1).pdf
Shrambal_Distributors_Newsletter_Apr-2024 (1).pdfvikashdidwania1
 
The Economic History of the U.S. Lecture 21.pdf
The Economic History of the U.S. Lecture 21.pdfThe Economic History of the U.S. Lecture 21.pdf
The Economic History of the U.S. Lecture 21.pdfGale Pooley
 
Gurley shaw Theory of Monetary Economics.
Gurley shaw Theory of Monetary Economics.Gurley shaw Theory of Monetary Economics.
Gurley shaw Theory of Monetary Economics.Vinodha Devi
 
WhatsApp 📞 Call : 9892124323 ✅Call Girls In Chembur ( Mumbai ) secure service
WhatsApp 📞 Call : 9892124323  ✅Call Girls In Chembur ( Mumbai ) secure serviceWhatsApp 📞 Call : 9892124323  ✅Call Girls In Chembur ( Mumbai ) secure service
WhatsApp 📞 Call : 9892124323 ✅Call Girls In Chembur ( Mumbai ) secure servicePooja Nehwal
 

Dernier (20)

Top Rated Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...
Top Rated  Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...Top Rated  Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...
Top Rated Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...
 
Mira Road Memorable Call Grls Number-9833754194-Bhayandar Speciallty Call Gir...
Mira Road Memorable Call Grls Number-9833754194-Bhayandar Speciallty Call Gir...Mira Road Memorable Call Grls Number-9833754194-Bhayandar Speciallty Call Gir...
Mira Road Memorable Call Grls Number-9833754194-Bhayandar Speciallty Call Gir...
 
VIP Independent Call Girls in Mira Bhayandar 🌹 9920725232 ( Call Me ) Mumbai ...
VIP Independent Call Girls in Mira Bhayandar 🌹 9920725232 ( Call Me ) Mumbai ...VIP Independent Call Girls in Mira Bhayandar 🌹 9920725232 ( Call Me ) Mumbai ...
VIP Independent Call Girls in Mira Bhayandar 🌹 9920725232 ( Call Me ) Mumbai ...
 
VIP Independent Call Girls in Mumbai 🌹 9920725232 ( Call Me ) Mumbai Escorts ...
VIP Independent Call Girls in Mumbai 🌹 9920725232 ( Call Me ) Mumbai Escorts ...VIP Independent Call Girls in Mumbai 🌹 9920725232 ( Call Me ) Mumbai Escorts ...
VIP Independent Call Girls in Mumbai 🌹 9920725232 ( Call Me ) Mumbai Escorts ...
 
Stock Market Brief Deck (Under Pressure).pdf
Stock Market Brief Deck (Under Pressure).pdfStock Market Brief Deck (Under Pressure).pdf
Stock Market Brief Deck (Under Pressure).pdf
 
The Economic History of the U.S. Lecture 22.pdf
The Economic History of the U.S. Lecture 22.pdfThe Economic History of the U.S. Lecture 22.pdf
The Economic History of the U.S. Lecture 22.pdf
 
(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7
(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7
(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7
 
02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx
02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx
02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx
 
Booking open Available Pune Call Girls Talegaon Dabhade 6297143586 Call Hot ...
Booking open Available Pune Call Girls Talegaon Dabhade  6297143586 Call Hot ...Booking open Available Pune Call Girls Talegaon Dabhade  6297143586 Call Hot ...
Booking open Available Pune Call Girls Talegaon Dabhade 6297143586 Call Hot ...
 
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
 
Vasai-Virar Fantastic Call Girls-9833754194-Call Girls MUmbai
Vasai-Virar Fantastic Call Girls-9833754194-Call Girls MUmbaiVasai-Virar Fantastic Call Girls-9833754194-Call Girls MUmbai
Vasai-Virar Fantastic Call Girls-9833754194-Call Girls MUmbai
 
Top Rated Pune Call Girls Dighi ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Dighi ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Dighi ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Dighi ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
 
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
 
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
 
Call Girls in New Friends Colony Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escort...
Call Girls in New Friends Colony Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escort...Call Girls in New Friends Colony Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escort...
Call Girls in New Friends Colony Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escort...
 
VIP Call Girl in Mumbai 💧 9920725232 ( Call Me ) Get A New Crush Everyday Wit...
VIP Call Girl in Mumbai 💧 9920725232 ( Call Me ) Get A New Crush Everyday Wit...VIP Call Girl in Mumbai 💧 9920725232 ( Call Me ) Get A New Crush Everyday Wit...
VIP Call Girl in Mumbai 💧 9920725232 ( Call Me ) Get A New Crush Everyday Wit...
 
Shrambal_Distributors_Newsletter_Apr-2024 (1).pdf
Shrambal_Distributors_Newsletter_Apr-2024 (1).pdfShrambal_Distributors_Newsletter_Apr-2024 (1).pdf
Shrambal_Distributors_Newsletter_Apr-2024 (1).pdf
 
The Economic History of the U.S. Lecture 21.pdf
The Economic History of the U.S. Lecture 21.pdfThe Economic History of the U.S. Lecture 21.pdf
The Economic History of the U.S. Lecture 21.pdf
 
Gurley shaw Theory of Monetary Economics.
Gurley shaw Theory of Monetary Economics.Gurley shaw Theory of Monetary Economics.
Gurley shaw Theory of Monetary Economics.
 
WhatsApp 📞 Call : 9892124323 ✅Call Girls In Chembur ( Mumbai ) secure service
WhatsApp 📞 Call : 9892124323  ✅Call Girls In Chembur ( Mumbai ) secure serviceWhatsApp 📞 Call : 9892124323  ✅Call Girls In Chembur ( Mumbai ) secure service
WhatsApp 📞 Call : 9892124323 ✅Call Girls In Chembur ( Mumbai ) secure service
 

Uncertain Volatility Models

  • 1. Uncertain Volatility Model Swati Mital swati.mital@maths.ox.ac.uk University of Oxford June 6, 2016
  • 2. Abstract This paper derives price bounds for equity option trading strategies for markets where the volatilities are uncertain. It uses the Black-Scholes Barenblatt Equation developed by Avellaneda et. al and implements it in C++. The code can be downloaded from GitHub 1. 1 Robustness Property of Black Scholes Hedging We start our analysis by inspecting the robustness property of Black-Scholes hedging in the world where the volatility used for hedging an option is different from the realized volatility of the underlying. We derive the robustness results from the framework provided by El Karoui et al. in [5] and Monoyios in [3]. Let us assume that the underlying asset of an option is a stock and it follows a Geometric Brownian Motion with mean, µt, and volatility, σt. dSt St = µtdt + σtdWt (1) Now, suppose a trader sold this option for C(0, S0) using an estimated volatility β. Then, we already know that C(t, St) satisfies the Black Scholes PDE. ∂C(t, St) ∂t + rSt ∂C(t, St) ∂St + 1 2 β2 S2 t ∂2 C(t, St) ∂t2 − rC(t, St) = 0 (2) Since the trader is risk averse, he uses the proceeds from the sale of the option to form a hedge portfolio, Xt, which consists of a delta hedge and some cash. He performs continuous delta-hedging at times t ∈ [0, T] until the maturity of the option. Therefore, the total derivative of Xt is given by, dXt = ∂C(t, St) ∂S dSt + r Xt − ∂C(t, St) ∂S St dt (3) Define Yt = Xt − C(t, St) as the tracking error in the hedge portfolio. We now derive the condition under which YT is positive, i.e. that the trader reports a positive P&L from delta hedging using the volatility estimation of β. To proceed with this mathematically, we derive the value of d(e−rt Yt) using Ito’s Lemma and Equation (3) as, 1 https://github.com/swatimital/QuantPricer 1
  • 3. d(e−rt Yt) = −re−rt Ytdt + e−rt (dXt − dC(t, St)) = −re−rt Ytdt + e−rt ∂C(t, St) ∂S dSt + re−rt Xt − ∂C(t, St) ∂S St dt − e−rt dC(t, St) (4) By Ito’s Lemma, we can write dC(t, St) as, dC(t, St) = ∂C(t, St) ∂t dt + ∂C(t, St) ∂S dSt + 1 2 σ2 t ∂2 C(t, St) ∂S2 dt (5) Substituting Equation (5) in (4) and adding and subtracting C(t, St) gives, d(e−rt Yt) = −re−rt Ytdt + re−rt Xt − ∂C(t, St) ∂S St dt − e−rt ∂C(t, St) ∂t dt − 1 2 σ2 t e−rt ∂2 C(t, St) ∂S2 dt = re−rt C(t, St) − ∂C(t, St) ∂S St dt − e−rt ∂C(t, St) ∂t dt − 1 2 σ2 t e−rt ∂2 C(t, St) ∂S2 dt (6) We now substitute for ∂C(t,St) ∂t from Equation (2) to Equation (6) to give, d(e−rt Yt) = 1 2 β2 S2 t e−rt ∂2 C(t, St) ∂S2 dt − 1 2 σ2 t e−rt ∂2 C(t, St) ∂S2 dt = 1 2 e−rt S2 t ∂2 C(t, St) ∂S2 (β2 − σ2 t )dt (7) Equation (7) is quite a crucial result. First note that ∂2C(t,St) ∂S2 is the Gamma of a call option. Gamma measures the change in value of option’s delta with respect to change in value of the underlying. Long calls and puts have positive Gamma and short calls and puts have negative Gamma. For a delta-neutral option, a long Gamma position (long calls and puts) increases exposure to the underlying when the market rallies and reduces exposure when stock declines. Since Equation (7) is derived from the point of view of a trader shorting a call, therefore, for Short Gamma positions profit is realized when the implied volatility chosen to sell the option is greater than the realized volatility of the underlying. Conversely, for Long Gamma positions profit is realized when the implied volatility of the purchased option is less than the realized volatility. This idea of estimating volatility that is higher or lower than the realized volatility is intertwined with the idea of superhedging strategies in finance where the portfolio makes at least the same payoff as that of the contingent claim in all states of the world. In this paper, we develop this idea further for more complex option strategies and look at price bounds under uncertain volatility environment where we only know the 2
  • 4. bounds for volatility but not the actual volatility path for the underlying. We implement the technique proposed by Avellaneda et al [1] and provide a C++ implementation of their model. 3
  • 5. 2 Black Scholes Barenblatt PDE We assume that the volatility for underlying is unknown but we can anticipate some bounds on it, σmin ≤ σ ≤ σmax. We use the framework provided by Avellaneda et al in [1] and in [2] to derive the cheapest price at which we can trade and hedge options. 2.1 Mathematical Framework Similar to Black-Scholes model we assume that the underlying follows a Geometric Brow- nian Motion under risk neutral class of probability measures Q with mean as the risk free interest rate, r, dSt St = rdt + σdWQ (8) Let the derivative be characterized by a stream of cash-flows at N future dates, t1 ≤ t2 ≤ ... ≤ tN , F1(St1 ), F2(St2 ), ..., FN (StN ) (9) Let Q be the class of probability measures on the set of paths St, 0 ≤ t ≤ T, such that in uncertain volatility market the volatility bounds are given by, σmin ≤ σ ≤ σmax (10) Then under no arbitrage conditions the value of this derivative should lie somewhere between the two bounds W− (St, t) and W+ (St, t). W+ (St, t) = supQEQ t N j=1 e−r(tj−t) Fj(Stj ) W− (St, t) = infQEQ t N j=1 e−r(tj−t) Fj(Stj ) (11) We can solve Equation (11) using Dynamic Programming and extending the Black- Scholes PDE with a σ that is a function of the Gamma of the Derivative. This PDE is referred as Black-Scholes Barenblatt and is given by Equations (12) and (13) where F(S) is the final payoff at time T. ∂W(S, t) ∂t + r S ∂W(S, t) ∂S − W(S, t) + 1 2 σ2 ∂2 W(S, t) ∂S2 S2 ∂2 W(S, t) ∂S2 = 0 (12) 4
  • 6. W(S, tN−1) = W(S, tN−1 + 0) + FN−1(S) W(S, T) = F(S, T) = F(S) (13) In Equation (13) the +0 on the right hand side of first equation represents the limit from the right as t → 0 (the value at the date tN−1 immediately after the cash-flow FN−1(StN−1 ) is paid out). The upper and lower bounds of the solution to the PDE are derived by selecting σ at each time t depending on the sign of the Gamma. Therefore, we get W+ by setting, σ ∂2 W ∂S2 = σmax if ∂2W(S,t) ∂S2 ≥ 0 σmin if ∂2W(S,t) ∂S2 < 0 (14) And, similarly, W− is obtained by setting, σ ∂2 W ∂S2 = σmax if ∂2W(S,t) ∂S2 ≤ 0 σmin if ∂2W(S,t) ∂S2 > 0 (15) Notice from Equation (12) that under conditions of constant volatility, σmax = σmin = σ, the Black Scholes Barenblatt reduces to Black Scholes PDE. 3 Implementation We provide implementation of the Black Scholes Barenblatt Equation in C++. Our implementation makes heavy use of Generic Programming using C++ templates and Boost library. 3.1 Recombining Trinomial Trees Trinomial Trees are a popular finite-difference computational scheme for pricing options. We use them to discretize the evolution of the underlying assets through time and space. As shown in Figure (1), at a given time, t, the price of stock, S(t), can move to one of the three values: US(t), MS(t), or DS(t) where D < M < U. In order to make it a recombining tree we add a constraint that UD = M2 . The dotted lines in the figure show the additional paths that would lead to the same node in the recombining tree. We assume a time horizon of 0 ≤ t ≤ T and divide it into N trading periods such that ∆t = T N << 1 5
  • 7. Figure 1: Recombining Trinomial Tree Diagram We select the jump sizes as a function of the volatility bounds for the Black-Scholes Barenblatt model and define probabilities of jumps in Equation (17). S(t + ∆t) =    S(t)eσmax √ ∆t+r∆t with probability pu S(t)er∆t with probability (1 − pu − pd) S(t)e−σmax √ ∆t+r∆t with probability pd (16) where 6
  • 8. pu = p 1 − σmax √ ∆t 2 pd = p 1 + σmax √ ∆t 2 σ2 min 2σ2 max ≤ p ≤ 1/2 (17) We have written a recursive function, BuildUnderlyingTree, as shown in Figure 3, in order to efficiently generate a recombining tree. A node in the tree is an object of a class called Node as shown in Figure 2. This is a C++ class that has generic templates on type of underlying asset and derivative of the asset. This gives us flexibility to re-use this node to price different types of derivatives using the same recombining tree. Each node stores three shared pointers (of type boost::shared ptr) to it’s children and a tuple of underlying asset value and an object of class BarenblattDerivative that is a simple class which encapsulates option price and Gamma. Figure 2: C++ Node Structure for a Trinomial Tree A call to the recursive function BuildUnderlyingTree adds a node for a given tree level such that the number of nodes grow polynomially and not exponentially. Hence, a parent node US generates two offspring, U2 S and MUS, a parent node MS generates a single offspring M2 S, and, finally, a parent node DS also generates two offspring, MDS and D2 S. Therefore at a given tree level n, we have 2n − 1 nodes. 7
  • 9. Figure 3: C++ Function to build Trinomial Trees There are several advantages of following the above code architecture, • C++ Generic Types let us re-use the same code and data structure for different types and provides flexibility in programming. • A single Trinomial tree can be used to price multiple derivatives. We build the tree once for a given time horizon and asset class at the start of the program and then reuse it for pricing different options. • The linked list style of creation of tree using shared pointers optimizes the use of memory. • The Node structure we have developed lets us impose different traversal techniques on the same tree. The function, BreadthFirstTraversal, as shown in Figure (4) 8
  • 10. performs a Breadth-First traversal on the Trinomial tree using a priority queue data structure. Figure 4: C++ Function for Breadth First Traversal on the Trinomial Tree 3.2 Derivative Pricing on the Recombining Tree After constructing the asset price tree we compute the Black-Scholes Barenblatt upper and lower bounds, W+ and W− , for a derivative with Equation (9) cashflows. To solve the PDE in Equations (12) and (13) using the discrete setting, we apply the numerical implementation technique provided by the authors in [1] and referenced by the Equations (18), (19) and (20). Let a node in the tree be given by (n, j) where n is the time coordinate and j is the space coordinate. Therefore, each (n, j) goes to (n + 1, j + 1), (n + 1, j) and (n + 1, j − 1) at the next time step. We first compute the option payoff for nodes at option maturity, (N, j). Then apply backward induction algorithm to get the prices for the interior nodes all the way to the root node. This is done by computing Option Gamma at the same time as getting the price of the option at a node. Equation (18) computes the convexity, L+ and L− for W+ and W− at a given node j and time n + 1. Then using the sign of this convexity we solve for derivative prices at time n. L+,j n+1 = 1 − σmax √ ∆t 2 W+,j−1 n+1 + 1 + σmax √ ∆t 2 W+,j−1 n+1 − 2W+,j n+1 L−,j n+1 = 1 − σmax √ ∆t 2 W−,j−1 n+1 + 1 + σmax √ ∆t 2 W−,j−1 n+1 − 2W−,j n+1 (18) 9
  • 11. W+,j n = Fj n + e−r∆t W+,j n+1 + 1 2 L+,j n+1 if L+,j n+1 ≥ 0 W+,j n+1 + σ2 min 2σ2 max L+,j n+1 if L+,j n+1 < 0 (19) W−,j n = Fj n + e−r∆t W−,j n+1 + 1 2 L−,j n+1 if L−,j n+1 < 0 W−,j n+1 + σ2 min 2σ2 max L−,j n+1 if L−,j n+1 ≥ 0 (20) The C++ code shown in Figure (5) is the key part of the function, BarenblattDeriva- tivePricer::GetPrice that given derivative cashflows, computes the derivative price bounds by solving the PDE using above equations. Figure 5: C++ Function (snippet) for solving BSB PDE 10
  • 12. 4 BSB Bounds for Vanilla Options In this section, we show by way of example how the upper and lower bounds obtained from BSB2 equation for vanilla put and call options are the same as obtained from Black- Scholes by using the extreme volatilities. We saw earlier when investigating the Robustness property of Black-Scholes Hedging in Section 1 how a risk averse agent who is delta-hedging will select the highest volatility when selling options (short Gamma) and lowest volatility when buying options (long Gamma). Figure 6: Convexity of Call and Put Options Now, the volatility function in BSB equation is equal to σmin or σmax depending on the sign of convexity of an option as referenced in Equations (14) and (15). We also know that long calls and puts have positive convexity or long Gamma. Therefore, for these options, ∂2 W(S, t) ∂S2 ≥ 0 =⇒ W+ = Black-Scholes(σmax) ∂2 W(S, t) ∂S2 ≥ 0 =⇒ W− = Black-Scholes(σmin) (21) Hence, profit is realized by selecting the lowest volatility corresponding to W− for 2 Black-Scholes Barenblatt 11
  • 13. long vanilla options. Similarly, for short calls and puts profit is realized by selecting the highest volatility corresponding to W− . ∂2 W(S, t) ∂S2 < 0 =⇒ W+ = Black-Scholes(σmin) ∂2 W(S, t) ∂S2 < 0 =⇒ W− = Black-Scholes(σmax) (22) We computed the BSB prices for a call struck at K = 90.0 with σmin = 10% and σmax = 40% and confirmed that the reconciliation with Black-Scholes bid and ask prices according to Equation (21) hold as shown in Figure 7 where the BSB and Black-Scholes prices coincide. Figure 7: BSB Bounds for long Call σmin = 10%, σmax = 40%, risk-free rate=5%, T = 1 year, K = 90.0 5 BSB Bounds for Mixed Convexity Portfolios In this section, we see the bounds computed by the Black-Scholes Barenblatt Equation for portfolio of mixed convexity options. 12
  • 14. 5.1 Calendar Spread Trading Strategy A calendar spread strategy is created by using options with same underlying stock but different option maturities. It can be created by selling near-term call/put and buying long-term call/put. A long calendar spread is used by traders who expect the prices to expire out of money or just at the money of the near month option. As the time decay of near month options is at a faster rate than longer term options, their long term options still retain much of their value. In the example in Figure 8, we go long 1 call struck at $90 with 1 year to maturity and short 1 call struck at $100 with 6 months to maturity. The outer dotted lines are the bid/ask prices computed by pricing using Black-Scholes formula. For the the upper bound, we price the long call with σmax and short call with σmin. Similarly for Black- Scholes lower bound we price the long call with σmin and short call with σmax. The middle dotted line is created by pricing both calls with σmid. The thick lines are bounds created by solving the Black-Scholes Barenblatt Equation using the Trinomial Tree implementation technique described earlier. The BSB Equation gives tighter bounds on the bid and the ask prices for an option with mixed convexity and is better suited for hedging away the volatility risk. Therefore, a risk-averse agent can apply a hedge that gives the highest value of the derivative in the worst case and the lowest value of the derivative in the best case corresponding to the bounds found by the BSB Equation. Notice the spread between the bid and ask values corresponding to pricing using Black-Scholes near the $95 strike. It is much higher ($17.34) than what is given by BSB equation ($9.70). 13
  • 15. Figure 8: BSB Bounds for a Calendar Spread σmin = 10%, σmax = 40%, risk-free rate=5% Figure 9: Numerical Values Corresponding to Calendar Spread for different stock prices S 14
  • 16. 5.2 Bullish Call Spread Trading Strategy A Bull Call Spread is an option trading strategy that involves buying a number of at-the- money (ATM) call options at a lower strike and selling the same number of out-the-money (OTM) calls at a higher strike. By shorting the OTM or ATM call options the option trader reduces the cost of establishing a bullish position but forgoes profit when the price skyrockets since the maximum profit is capped at the difference between the two strike prices. The Black-Scholes approach for computing the bid/ask and mid values for this call spread is obtained by, • Buying the call at lower strike at σmax and selling the call at higher strike at σmin as given by the upper dotted line in Figure 10. • Buying the call at lower strike at σmin and selling the call at higher strike at σmax as given by the lower dotted line in Figure 10. • Pricing both the call options at σmid as given by the middle dotted line in Figure 10. In contrast to the Black-Scholes approach, the BSB prices the entire portfolio as a whole and gives tighter bounds on the option price. This is particularly noticeable when the stock price is near the strikes. For example, when the S(t) = 95 which is mid-way between the low and high strikes of 90 and 100 respectively, the Black-Scholes spread between the bid and ask values is $14.716 whereas for BSB it is $4.636. These tighter bounds reduces the volatility risk and protect against the future volatility movements. 15
  • 17. Figure 10: BSB Bounds for a Bull Call Spread σmin = 10%, σmax = 40%, risk-free rate=5% Figure 11: Numerical Values Corresponding to Call Spread for different stock prices S 16
  • 18. 6 Conclusion In this paper, we have recreated, analyzed and compared the results of pricing complex option trading strategies in markets with uncertain volatility using Black-Scholes Baren- blatt versus Black-Scholes technique. We have found that BSB reduces volatility risk for portfolios with mixed convexity and reduces to Black-Scholes pricing for vanilla call and put options. References [1] Avellaneda M., Levy A., Paras A. Pricing and hedging derivative securities in markets with uncertain volatilities. Applied Mathematical Finance, 2:2, 73-88. [2] Avellaneda M., Paras A.. Managing the Volatility Risk of Portfolios of Derivative Securities: the Lagrangian Uncertain Volatility Model. Applied Mathematical Finance, 3, 21-52, 1996. [3] Monoyios M. Stochastic volatility. Mathematical Institute, University of Oxford, 2007 [4] Martini C., Jacquier A. The Uncertain Volatility Model. Imperial College, London [5] El Karoui N., Jeanblanc M., Shreve S.. Robustness of the Black and Scholes formula. Mathematical Finance, Vol 8 (2), 1998. 17