1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
# PriceDescriptor
Describes the current price. Gives you an indication of how cheap the price is in relation to the average VMO and DMO. Note: Negative is no longer used. It has been replaced with extremelyLow.
## Enum
* `NEGATIVE` (value: `'negative'`)
* `EXTREMELYLOW` (value: `'extremelyLow'`)
* `VERYLOW` (value: `'veryLow'`)
* `LOW` (value: `'low'`)
* `NEUTRAL` (value: `'neutral'`)
* `HIGH` (value: `'high'`)
* `SPIKE` (value: `'spike'`)
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|