---
title: "TaxInfoV3"
url: "https://developers.zinnia.com/apis/new-business-annuity/versions/45a989ab-c3aa-4f85-8f67-f05c41747ed7/schemas/TaxInfoV3"
---

> Full API specification: https://developers.zinnia.com/apis/new-business-annuity/versions/45a989ab-c3aa-4f85-8f67-f05c41747ed7.md

# TaxInfoV3

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Zinnia New Business Annuity API
  version: 0.7.0
servers:
  - url: https://qa.api.zinnia.io
    description: QA Environment
  - url: https://dev.api.zinnia.io
    description: DEV Environment
  - url: https://uat.api.zinnia.io
    description: UAT Environment
  - url: https://api.zinnia.io
    description: PROD Environment
components:
  schemas:
    TaxInfoV3:
      type: object
      additionalProperties: false
      properties:
        currentContribAmount:
          type: number
          description: Amount of the current-year contribution for tax reporting purposes.
          format: double
          example: 238500.5
        priorContribAmount:
          type: number
          description: Amount of prior-year contributions included in the payment.
          format: double
          example: 238500.5
        taxYear:
          type: string
          description: Tax year to which the contribution applies.
        totalBasis:
          type: number
          description: Total cost basis associated with the payment for tax calculation.
        pretefraBasis:
          type: number
          description: Cost basis attributable to contributions made before TEFRA rules.
        posttefraBasis:
          type: number
          description: Cost basis attributable to contributions made after TEFRA rules.
        post88Amount:
          type: number
          description: Contribution amount made after the 1988 tax law changes.
          format: double
          example: 238500.5
```
