# RebookTradeAllocationResponseOriginalTradeAllocationPriceAdjustment

Price adjustment that will be applied to the net price of the security.

## Example Usage

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

let value: RebookTradeAllocationResponseOriginalTradeAllocationPriceAdjustment =
  {};
```

## Fields

| Field                                                                                                                                                                                        | Type                                                                                                                                                                                         | Required                                                                                                                                                                                     | Description                                                                                                                                                                                  | Example                                                                                                                                                                                      |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `priceAdjustmentAmount`                                                                                                                                                                      | [components.RebookTradeAllocationResponseOriginalTradeAllocationPriceAdjustmentAmount](../../models/components/rebooktradeallocationresponseoriginaltradeallocationpriceadjustmentamount.md) | :heavy_minus_sign:                                                                                                                                                                           | Total monetary value of the price_adjustment                                                                                                                                                 | {<br/>"value": "56.15"<br/>}                                                                                                                                                                 |
| `priceAdjustmentType`                                                                                                                                                                        | [components.RebookTradeAllocationResponseOriginalTradeAllocationPriceAdjustmentType](../../models/components/rebooktradeallocationresponseoriginaltradeallocationpriceadjustmenttype.md)     | :heavy_minus_sign:                                                                                                                                                                           | The type of price adjustment being applied by the broker to the net price of the security.                                                                                                   | MARKUP                                                                                                                                                                                       |