Skip to main content

Retrieve all

GET 

/scenarios/reference/assets/financial/classes

Asset classes are configured for each client independently and can be retrieved using this end-point.

An asset class is a group of instruments which have similar financial characteristics and behave similarly in the marketplace.

Each asset class has its own forward-looking mean and standard deviation (variance). Each asset class has a correlation (or co-variance) relative to itself (always 1.0) and relative to each other asset class. Taken together, these form a set of internally consistent assumptions that define an economic scenario.

The asset classes are configurable and can be configured in the admin panel for each client.

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 [
  • active boolean

    Whether the asset class is active for the client.

    country string

    The country in which this asset class is usable.

    description string

    Description of the resource.

    id string

    The id of the resource.

    name string

    The name of the resource.

    type stringrequired

    Possible values: [CASH, BOND, EQUITY, REAL, OTHER]

    Any of the supported types (CASH, BOND, EQUITY, REAL, OTHER).

  • ]
  • 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...