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

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

# DipLender

A lender groups on the facility.

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: 9fin Distressed API
  version: 0.1.11
components:
  schemas:
    DipLender:
      description: A lender groups on the facility.
      properties:
        name:
          description: Lender name.
          title: Name
          type: string
      required:
        - name
      title: DipLender
      type: object
```
