# Exchange

Used to record the exchange of certificates for a new security or cash and details related to the exchange

## Example Usage

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

let value: Exchange = {};
```

## Fields

| Field                                                                                                                                  | Type                                                                                                                                   | Required                                                                                                                               | Description                                                                                                                            | Example                                                                                                                                |
| -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| `cashRate`                                                                                                                             | [components.EntryExchangeCashRate](../../models/components/entryexchangecashrate.md)                                                   | :heavy_minus_sign:                                                                                                                     | The rate (raw value, not a percentage, example: 50% will be .5 in this field) at which cash will be disbursed to the shareholder       | {<br/>"value": "0.25"<br/>}                                                                                                            |
| `corporateActionGeneralInformation`                                                                                                    | [components.EntryExchangeCorporateActionGeneralInformation](../../models/components/entryexchangecorporateactiongeneralinformation.md) | :heavy_minus_sign:                                                                                                                     | Common fields for corporate actions                                                                                                    |                                                                                                                                        |
| `stockRate`                                                                                                                            | [components.EntryStockRate](../../models/components/entrystockrate.md)                                                                 | :heavy_minus_sign:                                                                                                                     | The rate (raw value, not a percentage, example: 50% will be .5 in this field) at which shares will be disbursed to the shareholder     | {<br/>"value": "0.25"<br/>}                                                                                                            |
| `type`                                                                                                                                 | [components.EntryExchangeType](../../models/components/entryexchangetype.md)                                                           | :heavy_minus_sign:                                                                                                                     | Corresponds to whether the event is CASH \| STOCK \| CASH_AND_STOCK                                                                    | CASH                                                                                                                                   |