Allocates assets in an ERC-4626 and multi-asset vaults.
- AssetPerShareAbstractVault Abstract vault that stores assets per share.
- SameAssetUnderlyingsAbstractVault Abstract ERC-4626 vault that invests in underlying ERC-4626 vaults of the same asset.
- PeriodicAllocationAbstractVault Abstract ERC-4626 vault that periodically invests in underlying ERC-4626 vaults of the same asset.
PeriodicAllocationAbstractVault
hierarchy
PeriodicAllocationAbstractVault
contract
PeriodicAllocationAbstractVault
storage
Unit tests
yarn test ./test/vault/allocate/PeriodicAllocationBasicVault.spec.ts
yarn test ./test/vault/allocate/SameAssetUnderlyingsBasicVault.spec.ts