# DistributionSummary

Regular and rollover distribution amounts for one tax year

## Example Usage

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

let value: DistributionSummary = {};
```

## Fields

| Field                                                                                                                                                                                                                                              | Type                                                                                                                                                                                                                                               | Required                                                                                                                                                                                                                                           | Description                                                                                                                                                                                                                                        | Example                                                                                                                                                                                                                                            |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `name`                                                                                                                                                                                                                                             | *string*                                                                                                                                                                                                                                           | :heavy_minus_sign:                                                                                                                                                                                                                                 | The resource name of the distribution summary                                                                                                                                                                                                      | accounts/01H8FB90ZRRFWXB4XC2JPJ1D4Y/distributionSummaries/2023                                                                                                                                                                                     |
| `regularAmount`                                                                                                                                                                                                                                    | [components.DistributionSummaryRegularAmount](../../models/components/distributionsummaryregularamount.md)                                                                                                                                         | :heavy_minus_sign:                                                                                                                                                                                                                                 | Summed distribution amounts throughout the year                                                                                                                                                                                                    | {<br/>"value": "456.00"<br/>}                                                                                                                                                                                                                      |
| `requiredMinimumDistribution`                                                                                                                                                                                                                      | [components.RequiredMinimumDistribution](../../models/components/requiredminimumdistribution.md)                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                                 | The required minimum distribution (RMD). Will be unset if the account is not required to make a distribution during the tax year. Distributions are only required for some account registrations and when the account owner reaches a certain age. |                                                                                                                                                                                                                                                    |
| `rolloverAmount`                                                                                                                                                                                                                                   | [components.DistributionSummaryRolloverAmount](../../models/components/distributionsummaryrolloveramount.md)                                                                                                                                       | :heavy_minus_sign:                                                                                                                                                                                                                                 | Rollover distribution amount                                                                                                                                                                                                                       | {<br/>"value": "6789.00"<br/>}                                                                                                                                                                                                                     |
| `taxYear`                                                                                                                                                                                                                                          | *number*                                                                                                                                                                                                                                           | :heavy_minus_sign:                                                                                                                                                                                                                                 | Tax year these distribution amounts are for                                                                                                                                                                                                        | 2023                                                                                                                                                                                                                                               |