# RetirementDistributionCreate

A distribution from a retirement account.

## Example Usage

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

let value: RetirementDistributionCreate = {
  type: RetirementDistributionCreateType.Normal,
};
```

## Fields

| Field                                                                                                                                                                                                                                                                                                                                                                                    | Type                                                                                                                                                                                                                                                                                                                                                                                     | Required                                                                                                                                                                                                                                                                                                                                                                                 | Description                                                                                                                                                                                                                                                                                                                                                                              | Example                                                                                                                                                                                                                                                                                                                                                                                  |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `federalTaxWithholding`                                                                                                                                                                                                                                                                                                                                                                  | [components.RetirementDistributionTaxWithholdingCreate](../../models/components/retirementdistributiontaxwithholdingcreate.md)                                                                                                                                                                                                                                                           | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                       | A representation of a 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.RetirementDistributionTaxWithholdingCreate](../../models/components/retirementdistributiontaxwithholdingcreate.md)                                                                                                                                                                                                                                                           | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                       | A representation of a tax withholding.                                                                                                                                                                                                                                                                                                                                                   |                                                                                                                                                                                                                                                                                                                                                                                          |
| `stateWithholdingWaiver`                                                                                                                                                                                                                                                                                                                                                                 | *boolean*                                                                                                                                                                                                                                                                                                                                                                                | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                       | Whether or not this distribution has a state withholding waiver.                                                                                                                                                                                                                                                                                                                         |                                                                                                                                                                                                                                                                                                                                                                                          |
| `type`                                                                                                                                                                                                                                                                                                                                                                                   | [components.RetirementDistributionCreateType](../../models/components/retirementdistributioncreatetype.md)                                                                                                                                                                                                                                                                               | :heavy_check_mark:                                                                                                                                                                                                                                                                                                                                                                       | The type of retirement distribution.                                                                                                                                                                                                                                                                                                                                                     | NORMAL                                                                                                                                                                                                                                                                                                                                                                                   |