AssetoPricePoint

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

class AssetoPricePoint

Bases: object

One Asseto display-price history observation.

Variables
  • timestamp – Unix timestamp in seconds.

  • value – Displayed NAV/share value in the product denomination.

Attributes summary

timestamp

Unix timestamp in seconds.

value

Displayed NAV/share value.

Methods summary

__init__(timestamp, value)

timestamp: int

Unix timestamp in seconds.

value: decimal.Decimal

Displayed NAV/share value.

__init__(timestamp, value)
Parameters
Return type

None