RedstonePricePoint
Documentation for eth_defi.tokenised_fund.securitize.redstone.RedstonePricePoint Python class.
- class RedstonePricePoint
Bases:
objectOne RedStone on-chain fundamental NAV observation.
Attributes summary
Naive UTC time at which RedStone published the value.
Fund NAV per share in USD.
Methods summary
__init__(timestamp, share_price)- timestamp: datetime.datetime
Naive UTC time at which RedStone published the value.
- share_price: decimal.Decimal
Fund NAV per share in USD.
- __init__(timestamp, share_price)
- Parameters
timestamp (datetime.datetime) –
share_price (decimal.Decimal) –
- Return type
None