# IraBeneficiaryEnrollmentMetadata

Metadata for the REGISTRATION_IRA_BENEFICIARY_ROTH and REGISTRATION_IRA_BENEFICIARY_TRADITIONAL enrollment type

## Example Usage

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

let value: IraBeneficiaryEnrollmentMetadata = {};
```

## Fields

| Field                                                                                                                                                                          | Type                                                                                                                                                                           | Required                                                                                                                                                                       | Description                                                                                                                                                                    | Example                                                                                                                                                                        |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `dividendReinvestmentPlan`                                                                                                                                                     | [components.EnrollmentIraBeneficiaryEnrollmentMetadataDividendReinvestmentPlan](../../models/components/enrollmentirabeneficiaryenrollmentmetadatadividendreinvestmentplan.md) | :heavy_minus_sign:                                                                                                                                                             | Option to auto-enroll in Dividend Reinvestment; defaults to DIVIDEND_REINVESTMENT_ENROLL                                                                                       | DIVIDEND_REINVESTMENT_ENROLL                                                                                                                                                   |
| `fdicCashSweep`                                                                                                                                                                | [components.EnrollmentIraBeneficiaryEnrollmentMetadataFdicCashSweep](../../models/components/enrollmentirabeneficiaryenrollmentmetadatafdiccashsweep.md)                       | :heavy_minus_sign:                                                                                                                                                             | Option to auto-enroll in FDIC cash sweep; defaults to FDIC_CASH_SWEEP_ENROLL                                                                                                   | FDIC_CASH_SWEEP_ENROLL                                                                                                                                                         |
| `inheritedFromOwnerBirthDate`                                                                                                                                                  | [components.InheritedFromOwnerBirthDate](../../models/components/inheritedfromownerbirthdate.md)                                                                               | :heavy_minus_sign:                                                                                                                                                             | The birth date of the owner from whom the account is inherited                                                                                                                 |                                                                                                                                                                                |
| `inheritedFromOwnerDeathDate`                                                                                                                                                  | [components.InheritedFromOwnerDeathDate](../../models/components/inheritedfromownerdeathdate.md)                                                                               | :heavy_minus_sign:                                                                                                                                                             | The death date of the owner from whom the account is inherited                                                                                                                 |                                                                                                                                                                                |
| `inheritedFromOwnerName`                                                                                                                                                       | *string*                                                                                                                                                                       | :heavy_minus_sign:                                                                                                                                                             | The name of the owner from whom the account is inherited                                                                                                                       |                                                                                                                                                                                |
| `inheritorIsDecedentsSpouse`                                                                                                                                                   | *boolean*                                                                                                                                                                      | :heavy_minus_sign:                                                                                                                                                             | Indicates if the customer is the spouse of the decedent                                                                                                                        |                                                                                                                                                                                |