ChroniclePricePoint
Documentation for eth_defi.tokenised_fund.securitize.chronicle.ChroniclePricePoint Python class.
- class ChroniclePricePoint
Bases:
objectOne Chronicle-verified NAV and optional total-value observation.
Attributes summary
UTC timestamp of the signed observation.
Verified fund NAV per share in USD.
Optional verified total fund value in USD.
Methods summary
__init__(timestamp, share_price, total_assets)- timestamp: datetime.datetime
UTC timestamp of the signed observation.
- share_price: decimal.Decimal
Verified fund NAV per share in USD.
- total_assets: Optional[decimal.Decimal]
Optional verified total fund value in USD.
- __init__(timestamp, share_price, total_assets)
- Parameters
timestamp (datetime.datetime) –
share_price (decimal.Decimal) –
total_assets (Optional[decimal.Decimal]) –
- Return type
None