<!--
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.ValuationMethod" />
<meta itemprop="path" content="Stable" />
<meta itemprop="property" content="ANALYTIC"/>
<meta itemprop="property" content="FINITE_DIFFERENCE"/>
<meta itemprop="property" content="MONTE_CARLO"/>
</div>

# tf_quant_finance.models.ValuationMethod

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



Valuation methods.

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

* `ANALYTIC`: Analytic valuation.
* `MONTE_CARLO`: Valuation using Monte carlo simulations.
* `FINITE_DIFFERENCE`: Valuation using finite difference methods/PDEs.

## Class Variables

* `ANALYTIC` <a id="ANALYTIC"></a>
* `FINITE_DIFFERENCE` <a id="FINITE_DIFFERENCE"></a>
* `MONTE_CARLO` <a id="MONTE_CARLO"></a>
