---
title: "Deduction"
url: "https://devportal.connecttrident.com/apis/trident-ap-is-1/versions/967439f4-0251-4ec6-b55c-13f079a9b660/schemas/Deduction"
---

> Full API specification: https://devportal.connecttrident.com/apis/trident-ap-is-1/versions/967439f4-0251-4ec6-b55c-13f079a9b660.md

# Deduction

Deduction information

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Trident APIs
  version: "2.0"
servers:
  - url: https://trident-api.connecttrident.com
    description: Generated server url
components:
  schemas:
    Deduction:
      required:
        - deduction
        - deductionRate
      type: object
      properties:
        deductionType:
          type: string
          description: Deduction type code
        deduction:
          type: string
          description: Deduction code  e.g., 'BK'
        deductibleBasis:
          type: string
          description: Deduction basis code
        deductionRate:
          type: number
          description: Deduction Rate  e.g., '20'
          format: double
        rate%:
          type: number
          description: Rate percentage
      description: Deduction information
```
