---
title: "Deduction"
url: "https://apipartners.mosaicinsurance.com/apis/trident-sandbox-1/versions/063565b3-7d5d-4ebb-9e4e-ea5966a41579/schemas/Deduction"
---

> Full API specification: https://apipartners.mosaicinsurance.com/apis/trident-sandbox-1/versions/063565b3-7d5d-4ebb-9e4e-ea5966a41579.md

# Deduction

Deduction information

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Trident APIs
  version: dev
servers:
  - url: https://apinonprod.mosaicinsurance.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
```
