<!--
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.PathScale" />
<meta itemprop="path" content="Stable" />
<meta itemprop="property" content="LOG"/>
<meta itemprop="property" content="ORIGINAL"/>
</div>

# tf_quant_finance.models.PathScale

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



Represents what scale a path is on.

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

* `ORIGINAL`: Represents a path on its original scale.
* `LOG`: Represents log scale values of a path.

## Class Variables

* `LOG` <a id="LOG"></a>
* `ORIGINAL` <a id="ORIGINAL"></a>
