Skip to main content

Retrieve all

GET 

/scenarios/reference/assets/financial/profiles

The available risk profiles can be obtained at the following end-point.

A risk profile identifies the acceptable level of risk an individual is prepared and able to accept. The risk profile for an individual determines that person's willingness and ability to take on risk.

Risk is the trade-off between risk and return, which is to say the trade-off between earning a higher return or having a lower chance of losing money in a portfolio.

Request

Query Parameters

    page integer

    Zero-based page index (0..N)

    size integer

    Default value: 20

    The size of the page to be returned

    sort string[]

    Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

Responses

OK

Schema
    content object[]
  • Array [
  • allocation double[]required

    The risk profile of the portfolio.

    description string

    Description of the resource.

    id string

    The id of the resource.

    name string

    The name of the resource.

  • ]
  • empty boolean
    first boolean
    last boolean
    number int32
    numberOfElements int32
    pageable object
    offset int64
    pageNumber int32
    pageSize int32
    paged boolean
    sort object
    empty boolean
    sorted boolean
    unsorted boolean
    unpaged boolean
    size int32
    sort object
    empty boolean
    sorted boolean
    unsorted boolean
    totalElements int64
    totalPages int32
Loading...