TokenEngineeringCommunity/BalancerPools_Model

Naming: price vs. value

AngelaKTE opened this issue · 0 comments

  • "token_x_value" in dataframe zero/p_df refers to the USD price of one token x
  • for plots/statistical dataframes we want to explore "token_x_value" over time
    by (token_x_balance * token_x_price)
    ---> it would be confusing to use the term "value" in both cases

Can we change "token_x_value" dataframe zero/p_df to "token_x_price"?
And change naming in other .py scripts accordingly?