---
title: "TransactionTaxBasis"
url: "https://developers.zinnia.com/apis/policy-transactions-1-0-2/versions/d0006570-ab9d-464e-814f-d120ba425e84/schemas/TransactionTaxBasis"
---

> Full API specification: https://developers.zinnia.com/apis/policy-transactions-1-0-2/versions/d0006570-ab9d-464e-814f-d120ba425e84.md

# TransactionTaxBasis

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Zinnia Policy Transactions API.
  version: 1.0.8
servers:
  - url: https://dev.api.zinnia.io
    description: DEV Environment
  - url: https://qa.api.zinnia.io
    description: QA Environment
components:
  schemas:
    TransactionTaxBasis:
      type: object
      properties:
        currentContributionAmount:
          type: number
          format: double
          description: Only for Qualified IRA - normally entered by Ops. It has to do with
            contribution year.  People can submit IRA payment for the 2024 tax
            year up until April 15, 2025 If they were to send in, say $10,000,
            in March and say that $5,000 was 2024 and $5,000 is 2025, we'd load
            $5,000 as a current year contribution and $5,000 as a prior year
            contribution
          example: 161.81698
        currentTaxYear:
          type: number
          format: int32
          description: The tax year for which the current contribution is being reported.
          example: 1
        priorContributionAmount:
          type: number
          format: double
          description: Only for Qualified IRA - normally entered by Ops
          example: 161.81698
        priorTaxYear:
          type: number
          format: int32
          description: Current Tax Year - Default to
          example: 1
        preTaxEquityAndFiscalResponsibilityActBasis:
          type: number
          format: double
          description: Cost basis established before August 14, 1982. This type of cost
            basis will be withdrawn from an annuity before any gain (taxable
            amount) is withdrawn
          example: 161.81698
        postTaxEquityAndFiscalResponsibilityActBasis:
          type: number
          format: double
          description: Cost basis established on or after August 14, 1982. This type of
            cost basis is not withdrawn from an annuity until all gain has been
            withdrawn
          example: 161.81698
        postTechnicalAndMiscellaneousRevenueActAmount:
          type: number
          format: double
          description: Applies to 403b Qual type
          example: 161.81698
```
