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

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

# Instrument

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Covenant Data API
  version: 0.7.0
servers:
  - url: https://api.9fin.com
components:
  schemas:
    Instrument:
      properties:
        type:
          anyOf:
            - type: string
            - type: "null"
          title: Type
        region:
          anyOf:
            - type: string
            - type: "null"
          title: Region
        currency:
          anyOf:
            - type: string
            - type: "null"
          title: Currency
        country_of_risk:
          anyOf:
            - type: string
            - type: "null"
          title: Country Of Risk
        country_of_issuer:
          anyOf:
            - type: string
            - type: "null"
          title: Country Of Issuer
        category:
          anyOf:
            - type: string
            - type: "null"
          title: Category
        purpose:
          anyOf:
            - type: string
            - type: "null"
          title: Purpose
        is_sustainability_linked:
          anyOf:
            - type: boolean
            - type: "null"
          title: Is Sustainability Linked
      type: object
      title: Instrument
```
