# AlternativeInvestmentDocument

An alternative investment asset document.

## Example Usage

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

let value: AlternativeInvestmentDocument = {};
```

## Fields

| Field                                                                                                                                                                                                                                                                              | Type                                                                                                                                                                                                                                                                               | Required                                                                                                                                                                                                                                                                           | Description                                                                                                                                                                                                                                                                        | Example                                                                                                                                                                                                                                                                            |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `assetId`                                                                                                                                                                                                                                                                          | *string*                                                                                                                                                                                                                                                                           | :heavy_minus_sign:                                                                                                                                                                                                                                                                 | The ID of the parent asset.                                                                                                                                                                                                                                                        | 123                                                                                                                                                                                                                                                                                |
| `documentId`                                                                                                                                                                                                                                                                       | *string*                                                                                                                                                                                                                                                                           | :heavy_minus_sign:                                                                                                                                                                                                                                                                 | The ID of the investment document.                                                                                                                                                                                                                                                 | 01H7YH8QKZJ8V4Q2X8F4G6JQ2B                                                                                                                                                                                                                                                         |
| `name`                                                                                                                                                                                                                                                                             | *string*                                                                                                                                                                                                                                                                           | :heavy_minus_sign:                                                                                                                                                                                                                                                                 | The resource name of the document.  Format: assets/{asset}/alternativeInvestmentDocuments/{alternative_investment_document}  Note that `{asset}` will be the parent `asset_id` value and `{alternative_investment_document}` will be the `alternativeInvestmentDocument_id` value. | assets/123/alternativeInvestmentDocuments/01H7YH8QKZJ8V4Q2X8F4G6JQ2B                                                                                                                                                                                                               |
| `title`                                                                                                                                                                                                                                                                            | *string*                                                                                                                                                                                                                                                                           | :heavy_minus_sign:                                                                                                                                                                                                                                                                 | The investment document’s title.                                                                                                                                                                                                                                                   | Private Placement Memorandum                                                                                                                                                                                                                                                       |
| `type`                                                                                                                                                                                                                                                                             | [components.AlternativeInvestmentDocumentType](../../models/components/alternativeinvestmentdocumenttype.md)                                                                                                                                                                       | :heavy_minus_sign:                                                                                                                                                                                                                                                                 | The investment document’s type.                                                                                                                                                                                                                                                    | OFFERING_DOCUMENT                                                                                                                                                                                                                                                                  |