# TransferScheduleSummaryRetirementContribution

The contribution info for a retirement account

## Example Usage

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

let value: TransferScheduleSummaryRetirementContribution = {};
```

## Fields

| Field                                                                                                                                             | Type                                                                                                                                              | Required                                                                                                                                          | Description                                                                                                                                       | Example                                                                                                                                           |
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| `taxYear`                                                                                                                                         | *number*                                                                                                                                          | :heavy_minus_sign:                                                                                                                                | An explicit tax year value. The current year is always valid; and the prior year is valid only before the tax deadline. Must be in "YYYY" format. | 2024                                                                                                                                              |
| `temporalTaxYear`                                                                                                                                 | [components.TransferScheduleSummaryTemporalTaxYear](../../models/components/transferschedulesummarytemporaltaxyear.md)                            | :heavy_minus_sign:                                                                                                                                | A temporal tax year value. This will always evaluate to a year based on the date the transfer was initiated.                                      | CURRENT_CALENDAR_YEAR                                                                                                                             |
| `type`                                                                                                                                            | [components.TransferScheduleSummaryType](../../models/components/transferschedulesummarytype.md)                                                  | :heavy_minus_sign:                                                                                                                                | The type of retirement contribution.                                                                                                              | REGULAR                                                                                                                                           |