create_asseto_short_description

Documentation for eth_defi.tokenised_fund.asseto.vault.create_asseto_short_description function.

create_asseto_short_description(description)

Create a product-specific one-line summary from Asseto metadata.

Asseto registry introductions usually contain several sentences. Vault listings use the opening product sentence and, when needed, the next sentence describing investments so that the underlying strategy is visible instead of generic token-wrapper details.

Parameters

description (Optional[str]) – Asseto registry introduction or curated product text.

Returns

Normalised strategy summary, or None when no meaningful source description is available.

Return type

Optional[str]