# ListAlternativeInvestmentsResponse

Response to list alternative investments.

## Example Usage

```typescript
import { ListAlternativeInvestmentsResponse } from "@apexfintechsolutions/ascend-sdk/models/components";

let value: ListAlternativeInvestmentsResponse = {};
```

## Fields

| Field                                                                                                                                                                          | Type                                                                                                                                                                           | Required                                                                                                                                                                       | Description                                                                                                                                                                    | Example                                                                                                                                                                        |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `alternativeInvestments`                                                                                                                                                       | [components.AlternativeInvestment](../../models/components/alternativeinvestment.md)[]                                                                                         | :heavy_minus_sign:                                                                                                                                                             | The array of alternative investment assets.                                                                                                                                    |                                                                                                                                                                                |
| `nextPageToken`                                                                                                                                                                | *string*                                                                                                                                                                       | :heavy_minus_sign:                                                                                                                                                             | A token that can be sent as the `page_token` query param value to retrieve the next page, when pagination is needed.  If this field is omitted, there are no subsequent pages. | eyJzaXplIjoxMCwib2Zmc2V0IjoxMDAsInBhcmVudElkIjoicGFyZW50SWQifQ==                                                                                                               |