# RightsDistribution

Used to record distributions to common stock holders of a company that grant the option to purchase new or additional securities of the same company during a predetermined time period at a predetermined price and details related to the rights distribution

## Example Usage

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

let value: RightsDistribution = {};
```

## Fields

| Field                                                                                                                                                      | Type                                                                                                                                                       | Required                                                                                                                                                   | Description                                                                                                                                                | Example                                                                                                                                                    |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `corporateActionGeneralInformation`                                                                                                                        | [components.EntryRightsDistributionCorporateActionGeneralInformation](../../models/components/entryrightsdistributioncorporateactiongeneralinformation.md) | :heavy_minus_sign:                                                                                                                                         | Common fields for corporate actions                                                                                                                        |                                                                                                                                                            |
| `paymentDate`                                                                                                                                              | [components.EntryRightsDistributionPaymentDate](../../models/components/entryrightsdistributionpaymentdate.md)                                             | :heavy_minus_sign:                                                                                                                                         | The anticipated payment date at the depository                                                                                                             | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                                    |
| `recordDate`                                                                                                                                               | [components.EntryRightsDistributionRecordDate](../../models/components/entryrightsdistributionrecorddate.md)                                               | :heavy_minus_sign:                                                                                                                                         | The date on which positions are recorded in order to calculate entitlement                                                                                 | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                                    |
| `settled`                                                                                                                                                  | [components.EntryRightsDistributionSettled](../../models/components/entryrightsdistributionsettled.md)                                                     | :heavy_minus_sign:                                                                                                                                         | Corresponds to the position's settled quantity                                                                                                             | {<br/>"value": "0.25"<br/>}                                                                                                                                |