pub struct EntropyRound {
pub instant_deposits_native: u64,
pub prev_entropy_account_deposits: u64,
pub new_equity_post_deposit: f64,
pub withdraw_comp_from_deposit: u64,
pub deposit_amt_native: u64,
pub withdraw_amt_native: u64,
pub total_volt_supply: u64,
pub acct_equity_start: f64,
pub acct_equity_before_next_rebalance: f64,
pub performance_fees_quote: f64