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

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

# PolicyDeduction

## 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:
    PolicyDeduction:
      type: object
      properties:
        deductionRate:
          type: number
          example: 30
        deductionDesc:
          type: string
          example: Brokerage ( - )
        deductionId:
          type: string
          example: "26270"
        isUpdated:
          type: boolean
        updated:
          type: boolean
```
