build_priced_vaults

Documentation for eth_defi.tokenised_fund.securitize.backfill.build_priced_vaults function.

build_priced_vaults(web3, products, token_cache)

Build adapters only for DSTokens with a configured historical NAV.

Unpriced DSTokens must remain leads and metadata rows, but their history cannot be inferred from supply alone and therefore must not rewrite price parquet rows.

Parameters
Returns

Vault adapters with their individual history start blocks.

Return type

list[eth_defi.vault.base.VaultBase]