You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How does the current rebalance logic work if any
Let's create a 1 time per day/month (but let's start with for example 10 minutes for testing purposes) limit on rebalance/reweight
I would like to store per index item (something like this)
{
ticker,
location (CEX/DEX, for transparency),
address (if onchain index constituent like XAUT for example),
target_weight (70% for gold, 30% for silver),
stored_amount,
start_date,
initial_price,
}
Limitations:
Sum of the weight of all items needs to be == 1 (or 100)
The normalized weight from the picture below for f.e. Gold is x / ( x + y)
See index rebalance/reweight doc
The text was updated successfully, but these errors were encountered:
NOT for now
How does the current rebalance logic work if any
Let's create a 1 time per day/month (but let's start with for example 10 minutes for testing purposes) limit on rebalance/reweight
I would like to store per index item (something like this)
{
ticker,
location (CEX/DEX, for transparency),
address (if onchain index constituent like XAUT for example),
target_weight (70% for gold, 30% for silver),
stored_amount,
start_date,
initial_price,
}
Limitations:
Sum of the weight of all items needs to be == 1 (or 100)
The normalized weight from the picture below for f.e. Gold is x / ( x + y)
See index rebalance/reweight doc
The text was updated successfully, but these errors were encountered: