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

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

# Advisor

## 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:
    Advisor:
      properties:
        full_name:
          description: Full legal name of the advisory firm.
          title: Full Name
          type: string
        short_name:
          description: Abbreviated or commonly used name of the advisory firm.
          title: Short Name
          type: string
        street_name:
          description: Name commonly used to identify the advisory firm.
          title: Street Name
          type: string
      required:
        - street_name
        - full_name
        - short_name
      title: Advisor
      type: object
```
