AssetoRoleInfo
Documentation for eth_defi.tokenised_fund.asseto.offchain_api.AssetoRoleInfo Python class.
- class AssetoRoleInfo
Bases:
objectOne Asseto product partner role from the public application API.
Asseto uses a role label and a logo URL for partner information. The application does not export a textual organisation name, so
organisation_nameis resolved only for known official logo assets.- Variables
role – Asseto partner role, such as
Investment ManagerorInvestment Advisor.organisation_name – Organisation resolved from the official Asseto logo asset, or
Nonewhen the logo is unknown.logo_url – Asseto-hosted partner logo URL used for the resolution.
Attributes summary
Asseto's role label for the partner.
Organisation name resolved from the logo, when known.
Asseto-hosted partner logo asset.
Methods summary
__init__(role, organisation_name, logo_url)- role: str
Asseto’s role label for the partner.
- organisation_name: Optional[str]
Organisation name resolved from the logo, when known.
- logo_url: str
Asseto-hosted partner logo asset.