# AccountAssetBuyingPower

Account Asset Buying Power fields returned from the request.

## Example Usage

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

let value: AccountAssetBuyingPower = {};
```

## Fields

| Field                                                                                                                                                                                                                                                                                                                                                                                        | Type                                                                                                                                                                                                                                                                                                                                                                                         | Required                                                                                                                                                                                                                                                                                                                                                                                     | Description                                                                                                                                                                                                                                                                                                                                                                                  | Example                                                                                                                                                                                                                                                                                                                                                                                      |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `buyingPowerAmount`                                                                                                                                                                                                                                                                                                                                                                          | [components.AssetBuyingPowerBuyingPowerAmount](../../models/components/assetbuyingpowerbuyingpoweramount.md)                                                                                                                                                                                                                                                                                 | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                           | The buying_power in USD returned from the request.                                                                                                                                                                                                                                                                                                                                           | {<br/>"value": "100.00"<br/>}                                                                                                                                                                                                                                                                                                                                                                |
| `dayTradeBuyingPowerAmount`                                                                                                                                                                                                                                                                                                                                                                  | [components.AssetBuyingPowerDayTradeBuyingPowerAmount](../../models/components/assetbuyingpowerdaytradebuyingpoweramount.md)                                                                                                                                                                                                                                                                 | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                           | The day_trade_buying_power_issued_amount is the day trade buying power of the account in USD, returned from the request. If the is_day_trade_buying_power_allowed boolean is true this will be set from day_trade_buying_power_issued value returned from the margins calculator, or else if it is false it will be set from buying_power_issued value returned from the margins calculator. | {<br/>"value": "100.00"<br/>}                                                                                                                                                                                                                                                                                                                                                                |
| `isDayTradeBuyingPowerAllowed`                                                                                                                                                                                                                                                                                                                                                               | *boolean*                                                                                                                                                                                                                                                                                                                                                                                    | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                           | The is_day_trade_buying_power_allowed boolean will be true if the account is a Margin account, PDT is true and SOD Account equity >= $25,000, otherwise it will be false.                                                                                                                                                                                                                    | true                                                                                                                                                                                                                                                                                                                                                                                         |
| `smaAmount`                                                                                                                                                                                                                                                                                                                                                                                  | [components.AssetBuyingPowerSmaAmount](../../models/components/assetbuyingpowersmaamount.md)                                                                                                                                                                                                                                                                                                 | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                           | The sma_amount is the special memorandum account amount in USD, returned from the request. This will only be populated for margin accounts and is the margin equity minus the RegT requirements.                                                                                                                                                                                             | {<br/>"value": "100.00"<br/>}                                                                                                                                                                                                                                                                                                                                                                |