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

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

# Ratings

Instrument ratings at issuance, plus company-level (CFR) ratings. The ``*_cfr`` values are Corporate Family Ratings - a property of the issuer, not the tranche.

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Covenant Data API
  version: 0.7.0
servers:
  - url: https://api.9fin.com
components:
  schemas:
    Ratings:
      properties:
        fitch:
          anyOf:
            - type: string
            - type: "null"
          title: Fitch
        moodys:
          anyOf:
            - type: string
            - type: "null"
          title: Moodys
        s_and_p:
          anyOf:
            - type: string
            - type: "null"
          title: S And P
        fitch_cfr:
          anyOf:
            - type: string
            - type: "null"
          title: Fitch Cfr
        moodys_cfr:
          anyOf:
            - type: string
            - type: "null"
          title: Moodys Cfr
        s_and_p_cfr:
          anyOf:
            - type: string
            - type: "null"
          title: S And P Cfr
      type: object
      title: Ratings
      description: |-
        Instrument ratings at issuance, plus company-level (CFR) ratings.

        The ``*_cfr`` values are Corporate Family Ratings - a property of the
        issuer, not the tranche.
```
