LighterPoolDetail

Documentation for eth_defi.lighter.vault.LighterPoolDetail Python class.

class LighterPoolDetail

Bases: object

Detailed pool information from the /api/v1/account endpoint.

Includes share price history and daily returns from pool_info.

Attributes summary

account_index

name

description

total_asset_value

operator_fee

annual_percentage_yield

sharpe_ratio

share_prices

daily_returns

total_shares

operator_shares

Methods summary

__init__(account_index, name, description, ...)

__init__(account_index, name, description, total_asset_value, operator_fee, annual_percentage_yield, sharpe_ratio, share_prices, daily_returns, total_shares, operator_shares)
Parameters
Return type

None