<!--
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.black_scholes.AveragingType" />
<meta itemprop="path" content="Stable" />
<meta itemprop="property" content="ARITHMETIC"/>
<meta itemprop="property" content="GEOMETRIC"/>
</div>

# tf_quant_finance.black_scholes.AveragingType

<!-- 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/black_scholes/asian_prices.py">View source</a>



Averaging types for asian options.

<!-- Placeholder for "Used in" -->

* `GEOMETRIC`: C = ( \prod S(t_i) ) ^ {\frac{1}{n}}
* `ARITHMETIC`: C = \frac{1}{n} \sum S(t_i)

## Class Variables

* `ARITHMETIC` <a id="ARITHMETIC"></a>
* `GEOMETRIC` <a id="GEOMETRIC"></a>
