-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Analysis journal #64
Analysis journal #64
Conversation
To validate our strategies, we need to be able to simulate them. | ||
This is done by creating a simulation environment that can be used to run the strategies and log the results. | ||
Once they are simulated, we can analyze the results to see how well the strategies performed. | ||
Simulation and analysis work together in tandem via the scientific method. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Big true
These are metrics that should be able to be tested across any strategy. | ||
|
||
### Raw contract-level performance metrics: | ||
- Gas costs for swaps, LP, maintenance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is maintenance referring too here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maintaining a target vol, for example. It will cost the LPs some to reweight the pool so we should track this.
- Sharpe ratio | ||
- Volatility compared to external market | ||
- Max drawdown compared to external market | ||
- High water mark compared to external market |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like these, do you remember the one matt kept showing us the graph of on the aera vaults?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No but I'm sure he can share: @kinrezC
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should just do all of the graphs from the aera vaults and then some 😛
- Low to no dependence on the drift parameter | ||
|
||
**Testing:** | ||
- Generate a GBM with sweeps: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How fast can we have this one done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
today
- Run for 50 random paths for each parameter. | ||
- Run each path for 100,000 steps over the course of 5 years. | ||
|
||
#### Variable Volatility |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You and @kinrezC should cook on these
|
||
### Performance Metrics | ||
|
||
#### Reweighting Speed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here i am curious about these results
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lots of good stuff in here, we can probably convert a lot of these to tickets at some point
Closes #62