Skip to main content

Retrieve all

GET 

/scenarios/reference/assets/financial/wrappers

A Tax Wrapper wraps around a pot of financial assets and applies certain taxation rules on it.

Tax wrappers are configured for each client independently and can be retrieved using this end-point. The resulting list will contain all the usable asset classes for that 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

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

    country string

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

    description string

    Description of the resource.

    id string

    The id of the resource.

    incurringCGT boolean

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

    name string

    The name of the resource.

    type stringrequired

    Possible values: [GENERAL, TAX_ADVANTAGED, PENSION]

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