AssetoRoleInfo

Documentation for eth_defi.tokenised_fund.asseto.offchain_api.AssetoRoleInfo Python class.

class AssetoRoleInfo

Bases: object

One 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_name is resolved only for known official logo assets.

Variables
  • role – Asseto partner role, such as Investment Manager or Investment Advisor.

  • organisation_name – Organisation resolved from the official Asseto logo asset, or None when the logo is unknown.

  • logo_url – Asseto-hosted partner logo URL used for the resolution.

Attributes summary

role

Asseto's role label for the partner.

organisation_name

Organisation name resolved from the logo, when known.

logo_url

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.

__init__(role, organisation_name, logo_url)
Parameters
Return type

None