Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 618 Bytes

PriceDescriptor.md

File metadata and controls

23 lines (11 loc) · 618 Bytes

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] [Back to API list] [Back to README]