File: PriceDescriptor.md

package info (click to toggle)
python-amberelectric 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 608 kB
  • sloc: sh: 35; python: 18; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 618 bytes parent folder | download
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)