<!--
This file is generated by a tool. Do not edit directly.
For open-source contributions the docs will be updated automatically.
-->

*Last updated: 2023-03-16.*

<div itemscope itemtype="http://developers.google.com/ReferenceObject">
<meta itemprop="name" content="tf_quant_finance.models.sabr.approximations" />
<meta itemprop="path" content="Stable" />
</div>

# Module: tf_quant_finance.models.sabr.approximations

<!-- Insert buttons and diff -->

<table class="tfo-notebook-buttons tfo-api" align="left">
</table>

<a target="_blank" href="https://github.com/paolodelia99/tf-quant-finance/blob/main/tf_quant_finance/models/sabr/approximations/__init__.py">View source</a>



Approximate analytic solutions to the Sabr model.



## Classes

[`class SabrApproximationType`](../../../tf_quant_finance/models/sabr/approximations/SabrApproximationType.md): Approximation to the SABR model.

[`class SabrImpliedVolatilityType`](../../../tf_quant_finance/models/sabr/approximations/SabrImpliedVolatilityType.md): The implied volality arising from the SABR approximate solution.

## Functions

[`calibration(...)`](../../../tf_quant_finance/models/sabr/calibration.md): Calibrates the SABR model using European option prices.

[`european_option_price(...)`](../../../tf_quant_finance/models/sabr/approximations/european_option_price.md): Computes the approximate European option price under the SABR model.

[`implied_volatility(...)`](../../../tf_quant_finance/models/sabr/approximations/implied_volatility.md): Computes the implied volatility under the SABR model.

