SecuritizeProduct
Documentation for eth_defi.tokenised_fund.securitize.description.SecuritizeProduct Python class.
- class SecuritizeProduct
Bases:
objectManual metadata and valuation assumptions for a DSToken fund.
Attributes summary
EVM chain hosting this DSToken.
DSToken address.
Human-readable product name.
Compact product description for vault metadata.
Product description for vault metadata.
Fund manager or product issuer shown in vault metadata.
Curator slug for the asset manager.
Product page or fund announcement.
Human-readable fund note shown alongside vault metrics.
Adapter-provided share-price estimate, if safely supported.
Identifier for the configured price source or estimate.
Human-readable denomination for a known fund NAV.
Methods summary
__init__(chain_id, token, product_name, ...)- chain_id: int
EVM chain hosting this DSToken.
- token: eth_typing.evm.HexAddress
DSToken address.
- product_name: str
Human-readable product name.
- short_description: str
Compact product description for vault metadata.
- description: str
Product description for vault metadata.
- manager_name: str
Fund manager or product issuer shown in vault metadata.
- curator_slug: str
Curator slug for the asset manager.
- homepage: str
Product page or fund announcement.
- notes: str
Human-readable fund note shown alongside vault metrics.
- estimated_nav_per_share: Optional[decimal.Decimal]
Adapter-provided share-price estimate, if safely supported.
- nav_source: str
Identifier for the configured price source or estimate.
- denomination: Optional[str]
Human-readable denomination for a known fund NAV.
- __init__(chain_id, token, product_name, short_description, description, manager_name, curator_slug, homepage, notes, estimated_nav_per_share, nav_source, denomination=None)
- Parameters
- Return type
None