# AssetBuyingPower

Response for GetAssetBuyingPower

## Example Usage

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

let value: AssetBuyingPower = {};
```

## Fields

| Field                                                                                                        | Type                                                                                                         | Required                                                                                                     | Description                                                                                                  | Example                                                                                                      |
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| `accountAssetBuyingPower`                                                                                    | [components.AccountAssetBuyingPower](../../models/components/accountassetbuyingpower.md)                     | :heavy_minus_sign:                                                                                           | Account Asset Buying Power fields returned from the request.                                                 |                                                                                                              |
| `accountEquity`                                                                                              | [components.AccountEquity](../../models/components/accountequity.md)                                         | :heavy_minus_sign:                                                                                           | Account Equity fields returned from the request.                                                             |                                                                                                              |
| `accountId`                                                                                                  | *string*                                                                                                     | :heavy_minus_sign:                                                                                           | The account ID returned from the request.                                                                    | 01HMS9S15AKBHBD8GPW33P2PMH                                                                                   |
| `assetId`                                                                                                    | *string*                                                                                                     | :heavy_minus_sign:                                                                                           | The asset ID returned from the request.                                                                      | 67587                                                                                                        |
| `assetSpecific`                                                                                              | [components.AssetSpecific](../../models/components/assetspecific.md)                                         | :heavy_minus_sign:                                                                                           | Asset Specific fields returned from the request.                                                             |                                                                                                              |
| `name`                                                                                                       | *string*                                                                                                     | :heavy_minus_sign:                                                                                           | The service generated name of the AssetBuyingPower Format: accounts/{account_id}/asset/{assetid}/buyingPower | accounts/01HMS9S15AKBHBD8GPW33P2PMH/assets/67587/buyingPower                                                 |
| `requirements`                                                                                               | [components.AssetBuyingPowerRequirements](../../models/components/assetbuyingpowerrequirements.md)           | :heavy_minus_sign:                                                                                           | Margin Requirements fields returned from the request.                                                        |                                                                                                              |