<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=131.111.185.74</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=131.111.185.74"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/131.111.185.74"/>
	<updated>2026-07-31T07:01:58Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Rescorla%E2%80%93Wagner_model&amp;diff=7946</id>
		<title>Rescorla–Wagner model</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Rescorla%E2%80%93Wagner_model&amp;diff=7946"/>
		<updated>2013-11-07T10:51:49Z</updated>

		<summary type="html">&lt;p&gt;131.111.185.74: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In [[financial mathematics]], the &#039;&#039;&#039;Hull–White model&#039;&#039;&#039; is a [[mathematical model|model]] of future [[interest rate]]s. In its most generic formulation, it belongs to the class of no-arbitrage models that are able to fit today&#039;s term structure of interest rates. It is relatively straightforward to translate the mathematical description of the evolution of future interest rates onto a [[Lattice model (finance)|tree or lattice]] and so [[interest rate derivative]]s such as [[bermudan swaption]]s can be valued in the model.&lt;br /&gt;
&lt;br /&gt;
The first Hull–White model was described by [[John C. Hull]] and [[Alan White (economist)|Alan White]] in 1990. The model is still popular in the market today.&lt;br /&gt;
&lt;br /&gt;
==The model==&lt;br /&gt;
&lt;br /&gt;
===One-factor model===&lt;br /&gt;
The model is a [[short-rate model]]. In general, it has dynamics&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;dr(t) = (\theta(t) - \alpha(t) r(t))\,dt + \sigma\, dW(t)\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There is a degree of ambiguity amongst practitioners about exactly which parameters in the model are time-dependent or what name to apply to the model in each case.&lt;br /&gt;
The most commonly accepted hierarchy has&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;θ&#039;&#039; and &#039;&#039;α&#039;&#039; constant – &#039;&#039;&#039;the [[Vasicek model]]&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;θ&#039;&#039; has &#039;&#039;t&#039;&#039; dependence – &#039;&#039;&#039;the Hull-White model&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;θ&#039;&#039; and &#039;&#039;α&#039;&#039; also time-dependent – &#039;&#039;&#039;the extended [[Vasicek model]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Two-factor model===&lt;br /&gt;
The two-factor Hull–White model {{harvcol|Hull|2006|pp=657–658}} contains an additional disturbance term whose mean reverts to zero, and is of the form:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;d\,f(r(t)) = \left [\theta(t) + u - \alpha(t)\,f(r(t))\right ]dt + \sigma_1(t)\, dW_1(t)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;\displaystyle u&amp;lt;/math&amp;gt; has an initial value of 0 and follows the process:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;du = -bu\,dt + \sigma_2\,dW_2(t)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Analysis of the one-factor model==&lt;br /&gt;
For the rest of this article we assume only &amp;lt;math&amp;gt;\theta &amp;lt;/math&amp;gt; has t-dependence.&lt;br /&gt;
Neglecting the stochastic term for a moment, notice that the change in r is negative if r is currently &amp;quot;large&amp;quot; (greater than θ(&#039;&#039;t&#039;&#039;)/α) and positive if the current value is small. That is, the stochastic process is a [[mean reversion|mean-reverting]] [[Ornstein–Uhlenbeck process]].&lt;br /&gt;
&lt;br /&gt;
θ is calculated from the initial [[yield curve]] describing the current term structure of interest rates. Typically α is left as a user input (for example it may be estimated from historical data). σ is determined via [[calibration]] to a set of [[caplet]]s and [[swaption]]s readily tradeable in the market.&lt;br /&gt;
&lt;br /&gt;
When &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\sigma&amp;lt;/math&amp;gt; are constant, [[Itô&#039;s lemma]] can be used to prove that&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; r(t) = e^{-\alpha t}r(0) +  \frac{\theta}{\alpha} \left(1- e^{-\alpha t}\right) + \sigma e^{-\alpha t}\int_0^t e^{\alpha u}\,dW(u)\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which has distribution&lt;br /&gt;
:&amp;lt;math&amp;gt;r(t) \sim N\left(e^{-\alpha t} r(0) +  \frac{\theta}{\alpha} \left(1- e^{-\alpha t}\right), \frac{\sigma^2}{2\alpha} \left(1-e^{-2\alpha t}\right)\right).&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;N( \cdot ,\cdot )&amp;lt;/math&amp;gt; is the [[normal distribution]].&lt;br /&gt;
&lt;br /&gt;
==Bond pricing using the Hull–White model==&lt;br /&gt;
&lt;br /&gt;
It turns out that the time-&#039;&#039;S&#039;&#039; value of the &#039;&#039;T&#039;&#039;-maturity [[discount bond]] has distribution (note the &#039;&#039;affine term&#039;&#039; structure here!)&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;P(S,T) = A(S,T)\exp(-B(S,T)r(S))\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; B(S,T) = \frac{1-\exp(-\alpha(T-S))}{\alpha} \,&amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt; A(S,T) = \frac{P(0,T)}{P(0,S)}\exp\left( \,  -B(S,T) \frac{\partial\log(P(0,S))}{\partial S} - \frac{\sigma^2(\exp(-\alpha T)-\exp(-\alpha S))^2(\exp(2\alpha S)-1)}{4\alpha^3}\right) \,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that their terminal distribution for &#039;&#039;P&#039;&#039;(&#039;&#039;S&#039;&#039;,&#039;&#039;T&#039;&#039;) is [[log-normal distribution|distributed log-normally]].&lt;br /&gt;
&lt;br /&gt;
==Derivative pricing==&lt;br /&gt;
&lt;br /&gt;
By selecting as [[numeraire]] the time-&#039;&#039;S&#039;&#039; bond (which corresponds to switching to the S-forward measure), we have from the [[fundamental theorem of arbitrage-free pricing]], the value at time 0 of a derivative which has payoff at time &#039;&#039;S&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;V(t) = P(t,S)\mathbb{E}_S[V(S)| \mathcal{F}(t)].\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, &amp;lt;math&amp;gt;\mathbb{E}_S&amp;lt;/math&amp;gt; is the expectation taken with respect to the [[forward measure]]. Moreover that standard arbitrage arguments show&lt;br /&gt;
that the time &#039;&#039;T&#039;&#039; forward price &amp;lt;math&amp;gt;F_V(t,T)&amp;lt;/math&amp;gt; for a payoff at time &#039;&#039;T&#039;&#039; given by &#039;&#039;V(T)&#039;&#039; must satisfy &amp;lt;math&amp;gt;F_V(t,T) = V(t)/P(t,S)&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
:&amp;lt;math&amp;gt;F_V(t,T) = \mathbb{E}_T[V(T)|\mathcal{F}(t)].\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thus it is possible to value many derivatives &#039;&#039;V&#039;&#039; dependent solely on a single bond &#039;&#039;P&#039;&#039;(&#039;&#039;S&#039;&#039;,&#039;&#039;T&#039;&#039;) analytically when working in the Hull–White model. For example in the case of a [[put option|bond put]]&lt;br /&gt;
:&amp;lt;math&amp;gt;V(S) = (K-P(S,T))^+.\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Because &#039;&#039;P&#039;&#039;(&#039;&#039;S&#039;&#039;,&#039;&#039;T&#039;&#039;) is lognormally distributed, the general calculation&lt;br /&gt;
used for Black-Scholes shows that&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;{E}_S[(K-P(S,T))^{+}] = KN(-d_2) - F(t,S,T)N(d_1)\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;d_1 = \frac{\log(F/K) + \sigma_P^2S/2}{\sigma_P \sqrt{S}}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;d_2 = d_1 - \sigma_P \sqrt{S}.\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thus today&#039;s value (with the &#039;&#039;P&#039;&#039;(0,&#039;&#039;S&#039;&#039;) multiplied back in) is:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;P(0,S)KN(-d_2) - P(0,T)N(-d_1)\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here σ&amp;lt;sub&amp;gt;&#039;&#039;P&#039;&#039;&amp;lt;/sub&amp;gt; is the standard deviation of the&lt;br /&gt;
log-normal distribution for &#039;&#039;P&#039;&#039;(&#039;&#039;S&#039;&#039;,&#039;&#039;T&#039;&#039;). A fairly substantial amount&lt;br /&gt;
of algebra shows that it is related to the original parameters via&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\sqrt{S}\sigma_P&lt;br /&gt;
=\frac{\sigma}{\alpha}(1-\exp(-\alpha(T-S)))\sqrt{\frac{1-\exp(-2\alpha S)}{2\alpha}}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that this expectation was done in the S-bond measure, whereas we did not specify a measure at all for the original Hull-White process. This does not matter — the volatility is all that matters and is measure-independent.&lt;br /&gt;
&lt;br /&gt;
Because [[interest rate caps/floors]] are equivalent to bond puts and calls respectively, the above analysis shows that caps and floors can be priced analytically in the Hull–White model. [[Jamshidian&#039;s trick]] applies to Hull-White (as today&#039;s value of a swaption in HW is a [[monotonic function]] of today&#039;s short rate). Thus knowing how to price caps is also sufficient for pricing swaptions. &lt;br /&gt;
&lt;br /&gt;
The swaptions can also be priced directly as described in Henrard (2003). The direct implementation is usually more efficient.&lt;br /&gt;
&lt;br /&gt;
==Trees and lattices==&lt;br /&gt;
However, valuing vanilla instruments such as caps and swaptions is useful primarily for calibration. The real use of the model is to value somewhat more [[exotic derivatives]] such as [[bermudan swaption]]s on a [[Lattice model (finance)|lattice]], or other derivatives in a multi-currency context such as Quanto Constant Maturity Swaps, as explained for example in Brigo and Mercurio (2001).&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Vasicek model]]&lt;br /&gt;
*[[Cox–Ingersoll–Ross model]]&lt;br /&gt;
*[[Black-Karasinski model]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Primary references&#039;&#039;&#039;&lt;br /&gt;
*John Hull and Alan White, &amp;quot;Using Hull-White interest rate trees,&amp;quot; Journal of Derivatives, Vol. 3, No. 3 (Spring 1996), pp 26–36&lt;br /&gt;
*John Hull and Alan White, &amp;quot;Numerical procedures for implementing term structure models I,&amp;quot; Journal of Derivatives, Fall 1994, pp 7–16&lt;br /&gt;
*John Hull and Alan White, &amp;quot;Numerical procedures for implementing term structure models II,&amp;quot; Journal of Derivatives, Winter 1994, pp 37–48&lt;br /&gt;
*John Hull and Alan White, &amp;quot;The pricing of options on interest rate caps and floors using the Hull–White model&amp;quot; in Advanced Strategies in Financial Risk Management, Chapter 4, pp 59–67.&lt;br /&gt;
*John Hull and Alan White, &amp;quot;One factor interest rate models and the valuation of interest rate derivative securities,&amp;quot; Journal of Financial and Quantitative Analysis, Vol 28, No 2, (June 1993) pp 235–254&lt;br /&gt;
*John Hull and Alan White, &amp;quot;Pricing interest-rate derivative securities&amp;quot;, The Review of Financial Studies, Vol 3, No. 4 (1990) pp.&amp;amp;nbsp;573–592&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Other references&#039;&#039;&#039;&lt;br /&gt;
*{{cite book |last= Hull|first= John C.|authorlink= John C. Hull|title= Options, Futures, and Other Derivatives|edition= 6th|year=2006 |publisher= [[Prentice Hall]] |location= [[Upper Saddle River, New Jersey|Upper Saddle River, N.J]] |isbn= 0-13-149908-4 |oclc= 60321487 |pages= 657–658 |chapter= Interest Rate Derivatives: Models of the Short Rate |ref=harv |lccn= 2005047692 }}&lt;br /&gt;
*{{cite book | title = Interest Rate Models&amp;amp;nbsp;— Theory and Practice with Smile, Inflation and Credit| author = [[Damiano Brigo]], [[Fabio Mercurio]] | publisher = Springer Verlag | year = 2001 | edition = 2nd ed. 2006 | isbn = 978-3-540-22149-4}}&lt;br /&gt;
*Henrard, Marc (2003). Explicit Bond Option and Swaption Formula in Heath-Jarrow-Morton One Factor Model, &#039;&#039;International Journal of Theoretical and Applied Finance&#039;&#039;, 6(1), 57-72. [http://ssrn.com/abstract=434860 Preprint SSRN].&lt;br /&gt;
*Henrard, Marc (2009). Efficient swaptions price in Hull-White one factor model, arXiv, 0901.1776v1. [http://arxiv.org/abs/0901.1776 Preprint arXiv].&lt;br /&gt;
*Eugen Puschkarski, [http://web.archive.org/web/*/www.angelfire.com/ny/financeinfo/Diplomnew.ppt &#039;&#039;Implementation of Hull-White´s No-Arbitrage Term Structure Model&#039;&#039;], Diploma Thesis, Center for Central European Financial Markets&lt;br /&gt;
*Letian Wang, [http://letianwang.net/Fixed_Income/09_Hull-White_Model.htm &#039;&#039;Hull-White Model&#039;&#039;], Fixed Income Quant Group, DTCC (detailed numeric example and derivation)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Online utilities&#039;&#039;&#039;&lt;br /&gt;
*[http://lombok.demon.co.uk/financialTap/interestrates/hwtrinomialtree Hull-White Trinomial Tree], Dr. S.H. Man, Turaz.&lt;br /&gt;
*[http://lombok.demon.co.uk/financialTap/montecarlo/hullwhite Short Rates Simulation using Hull White Model], Dr. S.H. Man, Turaz.&lt;br /&gt;
&lt;br /&gt;
{{Bond market}}&lt;br /&gt;
{{Stochastic processes}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Hull-White model}}&lt;br /&gt;
[[Category:Finance theories]]&lt;br /&gt;
[[Category:Mathematical finance]]&lt;br /&gt;
[[Category:Interest rates]]&lt;br /&gt;
[[Category:Fixed income analysis]]&lt;br /&gt;
[[Category:Short-rate models]]&lt;/div&gt;</summary>
		<author><name>131.111.185.74</name></author>
	</entry>
</feed>