# RightsSubscription

Used to record the purchase of new or additional securities and details related to the subscription. Rights are often tradable in a secondary market

## Example Usage

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

let value: RightsSubscription = {};
```

## Fields

| Field                                                                                                                                                      | Type                                                                                                                                                       | Required                                                                                                                                                   | Description                                                                                                                                                |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `corporateActionGeneralInformation`                                                                                                                        | [components.EntryRightsSubscriptionCorporateActionGeneralInformation](../../models/components/entryrightssubscriptioncorporateactiongeneralinformation.md) | :heavy_minus_sign:                                                                                                                                         | Common fields for corporate actions                                                                                                                        |