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

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

# PolicyAddress

Address details for insured or producer

## 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:
    PolicyAddress:
      type: object
      description: Address details for insured or producer
      properties:
        street:
          type: string
          nullable: true
        street2:
          type: string
          nullable: true
        city:
          type: string
          nullable: true
        state:
          type: string
          nullable: true
          example: New York
        zip:
          type: string
          nullable: true
        countryISOAlpha2Code:
          type: string
          nullable: true
        countryISOAlpha3Code:
          type: string
          nullable: true
        stateISOAlpha2Code:
          type: string
          nullable: true
        country:
          type: string
          nullable: true
          example: United States
```
