# AssetTradingConfig

The message describing asset trading config

## Example Usage

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

let value: AssetTradingConfig = {};
```

## Fields

| Field                                                                                                                                                                                     | Type                                                                                                                                                                                      | Required                                                                                                                                                                                  | Description                                                                                                                                                                               | Example                                                                                                                                                                                   |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `assetId`                                                                                                                                                                                 | *string*                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                        | Unique identifier for the asset                                                                                                                                                           | 612                                                                                                                                                                                       |
| `assetTradability`                                                                                                                                                                        | [components.AssetTradability](../../models/components/assettradability.md)                                                                                                                | :heavy_minus_sign:                                                                                                                                                                        | Indicators to determine what types of orders allowed to be traded                                                                                                                         |                                                                                                                                                                                           |
| `assetType`                                                                                                                                                                               | [components.AssetTradingConfigAssetType](../../models/components/assettradingconfigassettype.md)                                                                                          | :heavy_minus_sign:                                                                                                                                                                        | Type of the asset                                                                                                                                                                         | EQUITY                                                                                                                                                                                    |
| `correspondentId`                                                                                                                                                                         | *string*                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                        | Unique identifier for the correspondent                                                                                                                                                   | 01HBRQ5BW6ZAY4BNWP4GWRD80X                                                                                                                                                                |
| `cusip`                                                                                                                                                                                   | *string*                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                        | Identifier assigned to a security by the CUSIP Service Bureau of Standard & Poor’s Corporation Population of this field is determined by whether the correspondent has access to the data | 855244109                                                                                                                                                                                 |
| `isin`                                                                                                                                                                                    | *string*                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                        | Stands for the International Securities Identification Number Population of this field is determined by whether the correspondent has access to the data                                  | US123456789                                                                                                                                                                               |
| `name`                                                                                                                                                                                    | *string*                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                        | correspondents/{correspondent_id}/assets/{asset_id}/tradingConfig                                                                                                                         | correspondents/01HBRQ5BW6ZAY4BNWP4GWRD80X/assets/612/tradingConfig                                                                                                                        |
| `optionRootTradability`                                                                                                                                                                   | [components.OptionRootTradability](../../models/components/optionroottradability.md)                                                                                                      | :heavy_minus_sign:                                                                                                                                                                        | Indicators on an asset who has Options                                                                                                                                                    |                                                                                                                                                                                           |
| `symbol`                                                                                                                                                                                  | *string*                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                        | An arrangement of characters—usually letters and or numbers — usually representing securities on an exchange. The format of the symbol is determined by the asset type.                   | SBUX                                                                                                                                                                                      |