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
Zero-based page index (0..N)
Default value: 20
The size of the page to be returned
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Responses
- 200
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
content object[]
The risk profile of the portfolio.
Description of the resource.
The id of the resource.
The name of the resource.
pageable object
sort object
sort object
{
"content": [
{
"allocation": "low",
"description": "My resource's description",
"id": "1",
"name": "My resource"
}
],
"empty": true,
"first": true,
"last": true,
"number": 0,
"numberOfElements": 0,
"pageable": {
"offset": 0,
"pageNumber": 0,
"pageSize": 0,
"paged": true,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"unpaged": true
},
"size": 0,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"totalElements": 0,
"totalPages": 0
}
Not Found
Internal Server Error