# Variable Rate Swap Valuation

Variable Rate Swap Analytics

&#x20;

Variable rate swap is a special type of interest rate swap in which one leg of the swap corresponds to fixed rate payments while the other involves fixed rate payments for an initial period of time and a floating rate for the rest. The floating rate on that portion is defined as a minimum of two index rates.

&#x20;

The fixed rate leg is similar to a fixed rate bond. The bond price is computed by discounting each coupon descripted at <https://finpricing.com/lib/FiBond.html>

&#x20;

We treat the two index rates as assets whose values are lognormally distributed random variable. Their pricing procedure uses discount factors retrieved from the EURIBOR curve.

&#x20;

The present value of the minimum of two assets, *s1* and *s2*, is given by the formula

&#x20;

&#x20;                  (1)

&#x20;

where

&#x20;

·         ,

·         s1 and s2 are the volatilities of *s1* and *s2* respectively,

·         r is the correlation of the two risk factors,

·         *T* is the maturity time,

·          and are the expected values of *s1* and *s2* at maturity (future values),

·         *D(T)* is the discount factor implied by the yield curve.

&#x20;

It is forward two index rates as retrieved from the yield curves that should be used for  and .

The minimum of two values, *s1* and *s2*, can be expressed as

&#x20;

*p = min(s1,s2) = s1 – max(s1-s2, 0)*                                          (2)

&#x20;

If *s1* and *s2* are two risky assets, the present value of *p* at some future time *T* is

&#x20;

&#x20;                                                        (3)

&#x20;

where *P(0,T)* is the discount factor implied by the yield curve. Assuming the asset values lognormally distributed, the expectation of *max(s1-s2, 0)* at maturity can be found as the value of the so called “Exchange-One-Asset-for-Another” European option (see <https://finpricing.com/lib/EqBarrier.html>)  and is given by the following equation:

&#x20;

&#x20;                                          (4)

&#x20;

where

&#x20;

·       &#x20;

·         s1 and s2 are the volatilities of *s1* and *s2* respectively,

·         r is the correlation of the two risk factors

·         *T* is the maturity time

·          and are the expected values of *s1* and *s2* at maturity (future values).

&#x20;

Combined, Eqs. (2), (3) and (4) yield

&#x20;

&#x20;                        (5)

&#x20;

&#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/variableswap/variable-rate-swap-valuation.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.
