asynctradier.common.user_profile module

class asynctradier.common.user_profile.UserAccount(**kwargs)[source]

Bases: object

Represents a user profile with various attributes.

id

The ID of the user profile.

Type:

str

name

The name of the user profile.

Type:

str

account_number

The account number associated with the user profile.

Type:

str

classification

The classification of the user profile.

Type:

Classification

date_created

The date when the user profile was created.

Type:

str

day_trader

Indicates whether the user is a day trader or not.

Type:

bool

option_level

The option level of the user profile.

Type:

int

status

The status of the user profile.

Type:

AccountStatus

type

The type of the user profile.

Type:

AccountType

last_update_date

The date of the last update to the user profile.

Type:

str