# Issuer

The issuer entity of the alternative investment asset.

## Example Usage

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

let value: Issuer = {};
```

## Fields

| Field                                                                                                                                       | Type                                                                                                                                        | Required                                                                                                                                    | Description                                                                                                                                 | Example                                                                                                                                     |
| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| `description`                                                                                                                               | *string*                                                                                                                                    | :heavy_minus_sign:                                                                                                                          | A description of the issuer.                                                                                                                | A leading real estate investment trust focused on commercial properties in major metropolitan areas.                                        |
| `emails`                                                                                                                                    | *string*[]                                                                                                                                  | :heavy_minus_sign:                                                                                                                          | The issuer’s email addresses.                                                                                                               | [<br/>"info@apexreit.com",<br/>"contact@apexreit.com"<br/>]                                                                                 |
| `incorporatedAdministrativeArea`                                                                                                            | *string*                                                                                                                                    | :heavy_minus_sign:                                                                                                                          | The issuer’s administrative area of incorporation.                                                                                          | DE                                                                                                                                          |
| `incorporatedRegionCode`                                                                                                                    | *string*                                                                                                                                    | :heavy_minus_sign:                                                                                                                          | The issuer’s region of incorporation.                                                                                                       | US                                                                                                                                          |
| `mailingAddress`                                                                                                                            | [components.AlternativeInvestmentMailingAddress](../../models/components/alternativeinvestmentmailingaddress.md)                            | :heavy_minus_sign:                                                                                                                          | The issuer’s mailing address.                                                                                                               | {<br/>"address_lines": [<br/>"PO Box 789"<br/>],<br/>"administrative_area": "NY",<br/>"locality": "New York",<br/>"postal_code": "10005"<br/>} |
| `managerCrds`                                                                                                                               | *string*[]                                                                                                                                  | :heavy_minus_sign:                                                                                                                          | The issuer’s Manager CRDs.                                                                                                                  | [<br/>"CRD-123456",<br/>"CRD-789012"<br/>]                                                                                                  |
| `phoneNumbers`                                                                                                                              | [components.PhoneNumber](../../models/components/phonenumber.md)[]                                                                          | :heavy_minus_sign:                                                                                                                          | The issuer’s phone numbers.                                                                                                                 | [<br/>{<br/>"e164_number": "+12125551234"<br/>},<br/>{<br/>"e164_number": "+18005556789"<br/>}<br/>]                                        |
| `physicalAddress`                                                                                                                           | [components.PhysicalAddress](../../models/components/physicaladdress.md)                                                                    | :heavy_minus_sign:                                                                                                                          | The issuer’s physical address.                                                                                                              | {<br/>"address_lines": [<br/>"123 Financial District",<br/>"Suite 456"<br/>],<br/>"administrative_area": "NY",<br/>"locality": "New York",<br/>"postal_code": "10005"<br/>} |
| `registrationType`                                                                                                                          | [components.AlternativeInvestmentRegistrationType](../../models/components/alternativeinvestmentregistrationtype.md)                        | :heavy_minus_sign:                                                                                                                          | The issuer’s registration type.                                                                                                             | RIA                                                                                                                                         |
| `title`                                                                                                                                     | *string*                                                                                                                                    | :heavy_minus_sign:                                                                                                                          | The issuer’s title.                                                                                                                         | Apex REIT Holdings LLC                                                                                                                      |
| `type`                                                                                                                                      | [components.AlternativeInvestmentIssuerType](../../models/components/alternativeinvestmentissuertype.md)                                    | :heavy_minus_sign:                                                                                                                          | The issuer type.                                                                                                                            | LLC                                                                                                                                         |