---
title: "Industry"
url: "https://console.9fin.com/apis/instruments-private-credit/versions/0a7cc486-1d5a-439d-bde2-7d398e87f4ee/schemas/Industry"
---

> Full API specification: https://console.9fin.com/apis/instruments-private-credit/versions/0a7cc486-1d5a-439d-bde2-7d398e87f4ee.md

# Industry

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: 9Fin Instruments (Private Credit) API
  version: 0.1.10
servers:
  - description: Production environment
    url: https://api.9fin.com
components:
  schemas:
    Industry:
      properties:
        level_1:
          description: Top-level (broadest) industry classification.
          title: Level 1
          type: string
        level_2:
          description: Second-level industry classification, nested under level 1.
          title: Level 2
          type: string
        level_3:
          description: Third-level (most granular) industry classification, nested under
            level 2.
          title: Level 3
          type: string
      required:
        - level_1
        - level_2
        - level_3
      title: Industry
      type: object
```
