Asset Types

class LinearAsset(contract_size=1)[source]

Linear asset: the common type of asset.

Parameters:

contract_size (int64) – Contract size of the asset.

class InverseAsset(contract_size=1)[source]

Inverse asset: the contract’s notional value is denominated in the quote currency.

Parameters:

contract_size (int64) – Contract size of the asset.