Readonly
exerciseReadonly
underlyingChecks if the claim has been redeemed based on the token type.
Creates a new option type on-chain using the trader instance.
Trader instance to execute the transaction.
Redeems the claim for the underlying asset using the provided trader.
The trader instance to execute the transaction.
Static
fromStatic method to create a Claim instance from a claim ID.
The unique identifier for the claim.
Instance of the ClearinghouseContract.
Static
fromStatic method to create an OptionType instance from option information.
An instance of OptionType.
Static
fromStatic
getGenerates a unique option type ID based on the provided option type information.
The information detailing the option type.
The generated option type ID.
Static
Protected
getRetrieves the option type information from the clearinghouse contract.
The unique identifier of the option or claim.
The clearinghouse contract instance.
The option type information.
Static
Protected
getDetermines the token type for the given ID by querying the clearinghouse.
The unique identifier of the option or claim.
The clearinghouse contract instance.
The token type as a promise that resolves to 0, 1, or 2.
Generated using TypeDoc
Represents a redeemable claim in the Valorem Clear system, which can be redeemed for the underlying asset post option expiry.