# LIBOR Rate Model

LIBOR Rate Model Analytics

&#x20;

LIBOR Rate Model is used for pricing Libor-rate based derivative securities. The model is applied, primarily, to value instruments that settle at a Libor-rate reset point.  In order to value instruments that settle at points *intermediate* to Libor resets, we calculate the numeraire value at the settlement time by interpolating the numeraire at bracketing Libor reset points.

&#x20;

Libor rate model is very useful to price callable exotics. Many derivatives have callable features. Callable exotics are among the most challenging derivatives to price. These products are loosely defined by the provision that gives the holder or issuer the right to call the product after a lock-out period (more details at <https://finpricing.com/lib/EqCallable.html>).

&#x20;

Let  denote a Libor rate that sets at time  for an accrual period .  A European caplet on  is an option with payoff at  of the form

.

Similarly, a floorlet has payoff of the form

.

&#x20;

Consider a European option on a fixed-for-floating-rate swap specified by

·         forward start time, ,

·         set of future resets, , where ,

·         floating-leg payments of  at where  denotes the spot Libor at  for the accrual period .

A European *payer* swaption has payoff at  of the form

where

is the spot swap rate at time .  A European *receiver* swaption has payoff at  of the form

.

&#x20;

Consider a set of future Libor reset dates, , where .  Let  denote the forward Libor rate, as seen at time , which sets at time  for the accrual period .     We seek to model Libor rates under the spot Libor measure, which has numeraire process,

,

where  denotes the price at time  of a zero coupon bond with maturity of .&#x20;

&#x20;

Let  denote the integer, , such that .  Under the spot Libor measure, WM assumes that

&#x20;                                                                                                                                                                        (3.1)

&#x20;

for , where

·           is a vector of uncorrelated, standard Brownian motions,

·          is a time deterministic volatility vector, which we define below.

&#x20;

We primarily consider interest rate derivatives that depend on the set of Libor rates above, , and that settle at one of the reset times above, .  Consider, for example, a payoff, , at time .  This payoff then has value

.

&#x20;

A volatility vector is of the form

.

Here

&#x20;

Furthermore

where

&#x20;

Here

denotes a Chebyshev polynomial of the first kind.

&#x20;

In the above, the parameters  and  are determined from calibration.

&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://finwhite.gitbook.io/libormodel/libor-rate-model.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
