ApiUserProfileDTO¶
stonepy.models.ApiUserProfileDTO.ApiUserProfileDTO
¶
Bases: ResponseModel
Represents a CI Connect user's profile. Note: for use of the CI Connect social trading platform.
client_account_id
class-attribute
instance-attribute
¶
Internal client account identifier used to uniquely identify the client.
facebook_id
class-attribute
instance-attribute
¶
The user's Facebook ID.
screen_name
class-attribute
instance-attribute
¶
The user's screen name.
first_name
class-attribute
instance-attribute
¶
The first name of the user. It is either extracted from Facebook or entered by the user.
last_name
class-attribute
instance-attribute
¶
The surname of the user. It is either extracted from Facebook or entered by the user.
email
class-attribute
instance-attribute
¶
the user's personal email address. Either extracted from Facebook or entered by the user.
allow_app
class-attribute
instance-attribute
¶
True if the user has accepted the CI Connect App in Facebook, otherwise False.
avatar
class-attribute
instance-attribute
¶
URL to the user's avatar image. Obtained from Facebook or CI Connect profile Edit page.
points_spent
class-attribute
instance-attribute
¶
Number of points spent by the user.
trading_experience_in_years
class-attribute
instance-attribute
¶
The user's trading experience in years.
trading_experience
class-attribute
instance-attribute
¶
Description of the user's trading experience.
biography
class-attribute
instance-attribute
¶
The user's personal biography.
risk_appetite_id
class-attribute
instance-attribute
¶
The user's risk appetite.
trading_strategy_ids
class-attribute
instance-attribute
¶
The user's preferred trading strategies.
risk_limiting_strategy_ids
class-attribute
instance-attribute
¶
The user's preferred risk limiting strategies.
last_login_date
class-attribute
instance-attribute
¶
The date and time that the user last logged into CI Connect.
is_demo
class-attribute
instance-attribute
¶
Gets or sets a boolean True/False value indicating whether the user has a demo account.
culture_id
class-attribute
instance-attribute
¶
Gets or sets a value indicating the culture of the user.