---
title: "Issuer"
url: "https://console.9fin.com/apis/covenants-service/versions/d54352ff-53e9-48ef-9f3e-d1bf83d9fca7/schemas/Issuer"
---

> Full API specification: https://console.9fin.com/apis/covenants-service/versions/d54352ff-53e9-48ef-9f3e-d1bf83d9fca7.md

# Issuer

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Covenant Data API
  version: 0.7.0
servers:
  - url: https://api.9fin.com
components:
  schemas:
    Issuer:
      properties:
        company:
          anyOf:
            - type: string
            - type: "null"
          title: Company
        industry:
          items:
            type: string
          type: array
          title: Industry
        industry_l2:
          anyOf:
            - type: string
            - type: "null"
          title: Industry L2
        industry_l3:
          anyOf:
            - type: string
            - type: "null"
          title: Industry L3
        sponsor:
          anyOf:
            - type: string
            - type: "null"
          title: Sponsor
        sponsored:
          anyOf:
            - type: boolean
            - type: "null"
          title: Sponsored
      type: object
      title: Issuer
```
