# AltInvestment

AltInvestment specific asset details

## Example Usage

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

let value: AltInvestment = {};
```

## Fields

| Field                                                                                                                                                                                                                                                                           | Type                                                                                                                                                                                                                                                                            | Required                                                                                                                                                                                                                                                                        | Description                                                                                                                                                                                                                                                                     | Example                                                                                                                                                                                                                                                                         |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `aipSin`                                                                                                                                                                                                                                                                        | *string*                                                                                                                                                                                                                                                                        | :heavy_minus_sign:                                                                                                                                                                                                                                                              | DTCC-assigned 16-character unique identifier for alternative investment products. Enables industry-wide standardization and DTCC AIP network integration.                                                                                                                       | ABC12345XYZ67890                                                                                                                                                                                                                                                                |
| `estimatedValueDescriptor`                                                                                                                                                                                                                                                      | [components.EstimatedValueDescriptor](../../models/components/estimatedvaluedescriptor.md)                                                                                                                                                                                      | :heavy_minus_sign:                                                                                                                                                                                                                                                              | Indicates whether the valuation represents estimate of investors' interest in the net assets of the program or estimate of the value of the security.                                                                                                                           | IA                                                                                                                                                                                                                                                                              |
| `ownershipStructure`                                                                                                                                                                                                                                                            | [components.OwnershipStructure](../../models/components/ownershipstructure.md)                                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                                                                                                              | Describes the legal entity structure of the alternative investment. Critical for tax treatment, regulatory compliance, and operational procedures.                                                                                                                              | US_LLC                                                                                                                                                                                                                                                                          |
| `taxReportingStructure`                                                                                                                                                                                                                                                         | [components.AssetTaxReportingStructure](../../models/components/assettaxreportingstructure.md)                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                                                                                                              | Indicates whether the investment generates IRS Form 1099 or Schedule K-1 for tax reporting. Critical for year-end tax processing.                                                                                                                                               | FORM_1099                                                                                                                                                                                                                                                                       |
| `unitizedCapitalIndicator`                                                                                                                                                                                                                                                      | *boolean*                                                                                                                                                                                                                                                                       | :heavy_minus_sign:                                                                                                                                                                                                                                                              | Indicates whether the investment uses unitized accounting (shares/units with NAV), or capital account accounting (member capital accounts). Critical for transaction processing and position reporting. A value of true means Unitized. A value of false means Capital Account. | true                                                                                                                                                                                                                                                                            |
| `universalFootnote`                                                                                                                                                                                                                                                             | [components.UniversalFootnote](../../models/components/universalfootnote.md)                                                                                                                                                                                                    | :heavy_minus_sign:                                                                                                                                                                                                                                                              | Universal footnote combining valuation descriptor, source, and method information.                                                                                                                                                                                              | K                                                                                                                                                                                                                                                                               |
| `valuationFrequency`                                                                                                                                                                                                                                                            | [components.ValuationFrequency](../../models/components/valuationfrequency.md)                                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                                                                                                              | Indicates how often the asset is valued. Critical for pricing workflows, client expectations, and operational scheduling.                                                                                                                                                       | MONTHLY                                                                                                                                                                                                                                                                         |
| `valuationMethod`                                                                                                                                                                                                                                                               | [components.ValuationMethod](../../models/components/valuationmethod.md)                                                                                                                                                                                                        | :heavy_minus_sign:                                                                                                                                                                                                                                                              | Indicates the methodology used to determine the asset's value. Different valuation methods require different data sources and calculation workflows.                                                                                                                            | IND                                                                                                                                                                                                                                                                             |
| `valuationSource`                                                                                                                                                                                                                                                               | [components.ValuationSource](../../models/components/valuationsource.md)                                                                                                                                                                                                        | :heavy_minus_sign:                                                                                                                                                                                                                                                              | Indicates whether the valuation was provided by management of program, third part firm conducting independent valuation or by broker/dealer.                                                                                                                                    | MGT                                                                                                                                                                                                                                                                             |