Skip to content

ListAllocationProfilesResponseDTO

stonepy.models.ListAllocationProfilesResponseDTO.ListAllocationProfilesResponseDTO

Bases: ResponseModel

Response to a request for a list of Trading Advisor allocation profiles.

allocation_profiles class-attribute instance-attribute

allocation_profiles: list[AllocationProfileDTO] | None = (
    Field(default=None, alias="AllocationProfiles")
)

The list of allocation profiles.