-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add pure onchain data source-based portfolio valuation, in the preparation for valuation committee hooks - Clean up documentation regarding vaults
- Loading branch information
Showing
9 changed files
with
1,004 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Vault framework | ||
--------------- | ||
|
||
A generic high-level Python framework to integrate different vault providers. | ||
|
||
- Provide an abstract base class and toolkit to interact with vault providers from Python applications | ||
|
||
- The main use case is automated trading with vault-managed capital | ||
|
||
- For more details see :py:class:`eth_defi.vault.base.VaultBase` | ||
|
||
.. autosummary:: | ||
:toctree: _autosummary_velvet | ||
:recursive: | ||
|
||
eth_defi.vault.base | ||
eth_defi.vault.valuation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
"""Lagoon vault NAV handling.""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.