# NameChange

Used to record changes in the name of a security/securities by the issuer which result in surrendering physical securities or the assigning of a new security identifier which result in new securities being issued and details related to the name changes

## Example Usage

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

let value: NameChange = {};
```

## Fields

| Field                                                                                                                                                                     | Type                                                                                                                                                                      | Required                                                                                                                                                                  | Description                                                                                                                                                               | Example                                                                                                                                                                   |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `action`                                                                                                                                                                  | [components.EntryNameChangeAction](../../models/components/entrynamechangeaction.md)                                                                                      | :heavy_minus_sign:                                                                                                                                                        | Corresponds to whether the entry is incoming outgoing                                                                                                                     | INCOMING                                                                                                                                                                  |
| `corporateActionGeneralInformation`                                                                                                                                       | [components.EntryNameChangeCorporateActionGeneralInformation](../../models/components/entrynamechangecorporateactiongeneralinformation.md)                                | :heavy_minus_sign:                                                                                                                                                        | Common fields for corporate actions                                                                                                                                       |                                                                                                                                                                           |
| `effectiveDate`                                                                                                                                                           | [components.EntryNameChangeEffectiveDate](../../models/components/entrynamechangeeffectivedate.md)                                                                        | :heavy_minus_sign:                                                                                                                                                        | Effective date as declared by the primary exchange that generally coincides with cessation of trading in the old security and commencement of trading in the new security | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                                                   |
| `quantity`                                                                                                                                                                | [components.EntryNameChangeQuantity](../../models/components/entrynamechangequantity.md)                                                                                  | :heavy_minus_sign:                                                                                                                                                        | Corresponds to the position's settled quantity                                                                                                                            | {<br/>"value": "0.25"<br/>}                                                                                                                                               |