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
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[]
Any of the supported types (CASH, BOND, EQUITY, REAL, OTHER).
Any of the supported types (CASH, BOND, EQUITY, REAL, OTHER).
Description of the resource.
The id of the resource.
Any of the supported types (CASH, BOND, EQUITY, REAL, OTHER).
The name of the resource.
Possible values: [GENERAL
, TAX_ADVANTAGED
, PENSION
]
Any of the supported types (CASH, BOND, EQUITY, REAL, OTHER).
pageable object
sort object
sort object
{
"content": [
{
"active": false,
"country": "BOND",
"description": "My resource's description",
"id": "1",
"incurringCGT": false,
"name": "My resource",
"type": "BOND"
}
],
"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