Interface Tick

Tick

The Tick interface represents extensive tick data in an option pool. It includes properties for various financial metrics and pointers to the previous and next ticks.

Hierarchy

  • Tick

Properties

counter: bigint

A count of events associated with this tick.

delta: bigint

The tick delta associated with this tick.

externalFeeRate: bigint

The rate of the external fee associated with this tick.

impliedVolatility: number

The implied volatility of derived from this price in the pool.

index: number

The unique identifier for the tick.

liquidityRate?: bigint

The liquidity rate, optional.

longDelta: bigint

The long tick delta associated with this tick.

longRate?: bigint

The long liquidity rate, optional.

A reference to the next tick, if it exists.

normalizedPrice: bigint

The normalized price of the asset, valued between [0,1].

A reference to the previous tick, if it exists.

price: bigint

The price associated with this tick.

shortDelta: bigint

The short tick delta associated with this tick.

shortRate?: bigint

The short liquidity rate, optional.

totalValueLocked: bigint

The total value of the asset locked in smart contracts.

totalValueLockedETH: bigint

The total value locked, denominated in Ether.

totalValueLockedUSD: bigint

The total value locked, denominated in US dollars.

Generated using TypeDoc