# IraDistribution

The ira distribution info for an IRA account

## Example Usage

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

let value: IraDistribution = {};
```

## Fields

| Field                                                                                                                                                                                                                                                                                                                                                                                    | Type                                                                                                                                                                                                                                                                                                                                                                                     | Required                                                                                                                                                                                                                                                                                                                                                                                 | Description                                                                                                                                                                                                                                                                                                                                                                              | Example                                                                                                                                                                                                                                                                                                                                                                                  |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `federalTaxWithholding`                                                                                                                                                                                                                                                                                                                                                                  | [components.AchWithdrawalScheduleFederalTaxWithholding](../../models/components/achwithdrawalschedulefederaltaxwithholding.md)                                                                                                                                                                                                                                                           | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                       | The federal tax withholding.                                                                                                                                                                                                                                                                                                                                                             |                                                                                                                                                                                                                                                                                                                                                                                          |
| `receivingInstitution`                                                                                                                                                                                                                                                                                                                                                                   | *string*                                                                                                                                                                                                                                                                                                                                                                                 | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                       | The institution receiving retirement funds when performing a transfer to an identical retirement account type at a different financial institution. This is required for check and wire withdrawals because we can't always identify the institution using the transfer instructions. For cash journals this value will default to "Apex Clearing", regardless of what is passed in here |                                                                                                                                                                                                                                                                                                                                                                                          |
| `stateTaxWithholding`                                                                                                                                                                                                                                                                                                                                                                    | [components.AchWithdrawalScheduleStateTaxWithholding](../../models/components/achwithdrawalschedulestatetaxwithholding.md)                                                                                                                                                                                                                                                               | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                       | The state tax withholding.                                                                                                                                                                                                                                                                                                                                                               |                                                                                                                                                                                                                                                                                                                                                                                          |
| `stateWithholdingWaiver`                                                                                                                                                                                                                                                                                                                                                                 | *boolean*                                                                                                                                                                                                                                                                                                                                                                                | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                       | Whether or not this distribution has a state withholding waiver.                                                                                                                                                                                                                                                                                                                         |                                                                                                                                                                                                                                                                                                                                                                                          |
| `taxYear`                                                                                                                                                                                                                                                                                                                                                                                | *number*                                                                                                                                                                                                                                                                                                                                                                                 | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                       | Tax year for which the distribution is applied.                                                                                                                                                                                                                                                                                                                                          |                                                                                                                                                                                                                                                                                                                                                                                          |
| `type`                                                                                                                                                                                                                                                                                                                                                                                   | [components.AchWithdrawalScheduleType](../../models/components/achwithdrawalscheduletype.md)                                                                                                                                                                                                                                                                                             | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                       | The type of retirement distribution.                                                                                                                                                                                                                                                                                                                                                     | NORMAL                                                                                                                                                                                                                                                                                                                                                                                   |