EnzymeAssetType#
API documentation for tradeexecutor.ethereum.enzyme.asset.EnzymeAssetType Python class in Trading Strategy framework.
- class EnzymeAssetType[source]#
Bases:
Enum
- __init__(*args, **kwds)#
Methods
classify_by_symbol
(symbol)Classify a token
Attributes
Any token with normal price action
Stablecoin
Derivatice of some other token like staked ETH
Broken tokens
- token = 'token'#
Any token with normal price action
- stablecoin = 'stablecoin'#
Stablecoin
- derivative = 'derivative'#
Derivatice of some other token like staked ETH
- broken = 'broken'#
Broken tokens