---
title: "Agreement"
url: "https://apipartners.mosaicinsurance.com/apis/trident-ap-is-beta/versions/018fd555-bac2-494f-872b-ac47b74f1e75/schemas/Agreement"
---

> Full API specification: https://apipartners.mosaicinsurance.com/apis/trident-ap-is-beta/versions/018fd555-bac2-494f-872b-ac47b74f1e75.md

# Agreement

Agreement information

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Trident APIs
  version: uat
servers:
  - url: https://apinonprod.mosaicinsurance.com
    description: Generated server url
components:
  schemas:
    Agreement:
      required:
        - 100%Limit
        - aggregateLimit
        - agreement
        - agreementActivity
        - agreementSection
        - gELR
        - solvencyIIClass
      type: object
      properties:
        agreement:
          type: string
          description: Agreement code e.g., 'AGR0000159'
        agreementActivity:
          type: string
          description: Agreement activity code e.g., 'AGR0000159-22-01'
        agreementSection:
          type: string
          description: Agreement section code e.g., '1'
        solvencyIIClass:
          type: string
          description: Solvency II class code e.g., 'ZX'
        aggregateLimit:
          type: number
          description: Aggregate limit amount e.g., '1000'
        gELR:
          type: number
          description: gELR amount at section level e.g., '50'
          format: double
        100%Limit:
          type: number
          description: 100% Limit amount e.g., '1000'
      description: Agreement information
```
