VAULT_STATE_COLUMNS

Documentation for eth_defi.research.wrangle_vault_prices.VAULT_STATE_COLUMNS data.

VAULT_STATE_COLUMNS = {'account_pnl': nan, 'available_liquidity': nan, 'cumulative_volume': nan, 'daily_deposit_count': nan, 'daily_deposit_usd': nan, 'daily_withdrawal_count': nan, 'daily_withdrawal_usd': nan, 'deposit_closed_reason': '', 'deposits_open': '', 'epoch_reset': False, 'follower_count': nan, 'hypercore_repair_status': '', 'leader_commission': nan, 'leader_fraction': nan, 'max_deposit': nan, 'max_redeem': nan, 'redemption_open': '', 'trading': '', 'utilisation': nan, 'vault_settlement_at': NaT, 'written_at': NaT}

Vault state and pass-through columns added by the historical scanner. Ensure these are always present in cleaned data, even when processing old scan data that lacks them. See CleanedVaultPriceRow for column semantics.