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

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

# DipRollupFacility

Pre-petition facilities rolled up or refinanced into the DIP.

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: 9fin Distressed API
  version: 0.1.11
components:
  schemas:
    DipRollupFacility:
      description: Pre-petition facilities rolled up or refinanced into the DIP.
      properties:
        amount:
          anyOf:
            - type: number
            - type: "null"
          description: Amount in USD millions.
          title: Amount
        name:
          anyOf:
            - type: string
            - type: "null"
          description: Rolled-up facility name; e.g. `USD 500.0m 8.500% SN due 2027`.
          title: Name
        ratio:
          anyOf:
            - type: number
            - type: "null"
          description: Proportion rolled up, between 0 and 1.
          title: Ratio
        tranche_id:
          anyOf:
            - type: string
            - type: "null"
          description: Rolled-up tranche identifier.
          title: Tranche Id
      title: DipRollupFacility
      type: object
```
