---
title: "TransactionTaxBasis"
url: "https://developers.zinnia.com/apis/policy-service-0-1-0/versions/8306e031-b41c-452a-a7ed-d73d65602086/schemas/TransactionTaxBasis"
---

> Full API specification: https://developers.zinnia.com/apis/policy-service-0-1-0/versions/8306e031-b41c-452a-a7ed-d73d65602086.md

# TransactionTaxBasis

## OpenAPI definition

```yaml
openapi: 3.0.0
info:
  title: Policy Service
  version: 0.0.21
servers:
  - url: https://qa.api.zinnia.io
components:
  schemas:
    TransactionTaxBasis:
      type: object
      properties:
        currentContributionAmount:
          type: number
          example: 161.81698
          format: double
          description: The contribution amount made toward the policy in the current tax
            year.
        currentTaxYear:
          type: number
          format: int32
          example: 1
          description: The tax year for which contributions are being recorded.
        priorContributionAmount:
          type: number
          format: double
          example: 161.81698
          description: The amount contributed in the previous tax year
        priorTaxYear:
          type: number
          format: int32
          example: 1
          description: The tax year associated with the prior contribution amount
        preTaxEquityAndFiscalResponsibilityActBasis:
          type: number
          format: double
          example: 161.81698
          description: The cost basis of the policy before the Tax Equity and Fiscal
            Responsibility Act (TEFRA) changes
        postTaxEquityAndFiscalResponsibilityActBasis:
          type: number
          format: double
          example: 161.81698
          description: The cost basis of the policy after Tax Equity and Fiscal
            Responsibility Act (TEFRA) changes
        postTechnicalAndMiscellaneousRevenueActAmount:
          type: number
          format: double
          example: 161.81698
          description: Deprecated - kept for backward compatibility. Applies to 403b Qual
            type
```
