---
title: "AdvisorFeeAdvisor"
url: "https://console.9fin.com/apis/distressed-api/versions/6f7fc866-4490-4486-90ea-393120603830/schemas/AdvisorFeeAdvisor"
---

> Full API specification: https://console.9fin.com/apis/distressed-api/versions/6f7fc866-4490-4486-90ea-393120603830.md

# AdvisorFeeAdvisor

Advisor on this fee filing.

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: 9fin Distressed API
  version: 0.1.11
components:
  schemas:
    AdvisorFeeAdvisor:
      description: Advisor on this fee filing.
      properties:
        legal_firm:
          description: Whether the advisor is a legal firm.
          title: Legal Firm
          type: boolean
        name:
          description: Advisor name.
          title: Name
          type: string
        role:
          description: Advisor roles. E.g., `Financial`, `Legal`, `Operational`.
          items:
            type: string
          title: Role
          type: array
      required:
        - name
        - role
        - legal_firm
      title: AdvisorFeeAdvisor
      type: object
```
