# SaleOfRights

Used to record payments made by the issuer to security holders when the security is subject to redemptions other than full and partial calls (e.g., early CD redemptions) and details related to the sale of rights

## Example Usage

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

let value: SaleOfRights = {};
```

## Fields

| Field                                                                                                                                          | Type                                                                                                                                           | Required                                                                                                                                       | Description                                                                                                                                    | Example                                                                                                                                        |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| `cashRate`                                                                                                                                     | [components.EntrySaleOfRightsCashRate](../../models/components/entrysaleofrightscashrate.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.EntrySaleOfRightsCorporateActionGeneralInformation](../../models/components/entrysaleofrightscorporateactiongeneralinformation.md) | :heavy_minus_sign:                                                                                                                             | Common fields for corporate actions                                                                                                            |                                                                                                                                                |
| `paymentDate`                                                                                                                                  | [components.EntrySaleOfRightsPaymentDate](../../models/components/entrysaleofrightspaymentdate.md)                                             | :heavy_minus_sign:                                                                                                                             | The anticipated payment date at the depository                                                                                                 | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                        |
| `recordDate`                                                                                                                                   | [components.EntrySaleOfRightsRecordDate](../../models/components/entrysaleofrightsrecorddate.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.EntrySaleOfRightsSettled](../../models/components/entrysaleofrightssettled.md)                                                     | :heavy_minus_sign:                                                                                                                             | Corresponds to the position's settled quantity                                                                                                 | {<br/>"value": "0.25"<br/>}                                                                                                                    |