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

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

# PolicyCoverage

## 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:
    PolicyCoverage:
      type: object
      properties:
        policyCoverageDesc:
          type: string
          example: Security and Privacy Liability
        grossWritten:
          type: number
          example: 15000
        currency:
          type: string
          example: USD
        policyCoverageId:
          type: string
          example: "108136"
        isUpdated:
          type: boolean
        updated:
          type: boolean
```
