4. Get risk comfort range based on client's risk tolerance score
GET https://{{Morningstar as a Service (Americas)}}/risk-profiler/v1/clients/solutions/comfort-ranges?rangeType=SCORE&score=19®ion=USA&version=v3
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| rangeType | string | ||
| score | number | Client's risk profile score | |
| region | string | ||
| version | string | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept-Language | null | ||
| Authorization | string | 
RESPONSES
status: OK
{"tooLittleRisk":{"low":46,"high":100},"okRisk":{"low":25,"high":39},"marginalUpper":{"low":0,"high":24},"marginalLower":{"low":40,"high":45}}