asynctradier.common.expiration module

class asynctradier.common.expiration.Expiration(**kwargs)[source]

Bases: object

Represents an expiration date for a contract.

date

The expiration date.

Type:

str

contract_size

The size of the contract.

Type:

int

expiration_type

The type of expiration.

Type:

str

strikes

A list of strike prices.

Type:

list