---
title: "PaginatedTranches"
url: "https://console.9fin.com/apis/clo-api/versions/221fee01-d90e-4b49-9e39-50dbcbf0d81c/schemas/PaginatedTranches"
---

> Full API specification: https://console.9fin.com/apis/clo-api/versions/221fee01-d90e-4b49-9e39-50dbcbf0d81c.md

# PaginatedTranches

Cursor-paginated list of in-market CLO tranches.

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: 9fin CLO API
  version: 0.11.0
servers:
  - description: Production environment
    url: https://api.9fin.com
components:
  schemas:
    TrancheItem:
      description: In-market CLO tranche row for the client-facing feed.
      properties:
        amount:
          anyOf:
            - type: number
            - type: "null"
          description: Tranche notional amount.
          title: Amount
        benchmark:
          anyOf:
            - type: string
            - type: "null"
          description: Floating-rate benchmark index.
          title: Benchmark
        bloomberg_ticker_prefix:
          anyOf:
            - type: string
            - type: "null"
          description: Bloomberg ticker prefix.
          title: Bloomberg Ticker Prefix
        clo_name:
          description: CLO deal name.
          title: Clo Name
          type: string
        clo_type:
          anyOf:
            - type: string
            - type: "null"
          description: CLO structure type.
          title: Clo Type
        closing_date:
          anyOf:
            - format: date
              type: string
            - type: "null"
          description: Closing date.
          title: Closing Date
        coupon:
          anyOf:
            - type: number
            - type: "null"
          description: Coupon as a percentage.
          title: Coupon
        coupon_basis_points:
          anyOf:
            - type: integer
            - type: "null"
          description: Coupon spread in basis points.
          title: Coupon Basis Points
        currency:
          anyOf:
            - type: string
            - type: "null"
          description: Tranche currency code.
          title: Currency
        deal_id:
          description: Parent CLO deal identifier.
          title: Deal Id
          type: string
        discount_margin:
          anyOf:
            - type: number
            - type: "null"
          description: Discount margin in basis points.
          title: Discount Margin
        entity_nf_id:
          anyOf:
            - type: string
            - type: "null"
          description: Permanent opaque organisation id for the parent CLO vehicle entity
            (`nf_ent_<hex>`). Optional in the contract for forward safety; db1
            requires every company to have an entity, so in practice this is
            always populated.
          title: Entity Nf Id
        fitch_rating:
          anyOf:
            - type: string
            - type: "null"
          description: Fitch rating.
          title: Fitch Rating
        fixed_or_floating:
          anyOf:
            - type: string
            - type: "null"
          description: Fixed or floating rate indicator.
          title: Fixed Or Floating
        guidance:
          anyOf:
            - type: string
            - type: "null"
          description: Current pricing guidance.
          title: Guidance
        initial_price_talk:
          anyOf:
            - type: string
            - type: "null"
          description: Initial price talk range.
          title: Initial Price Talk
        isin_144a:
          anyOf:
            - type: string
            - type: "null"
          description: Rule 144A ISIN.
          title: Isin 144A
        isin_reg_s:
          anyOf:
            - type: string
            - type: "null"
          description: Regulation S ISIN.
          title: Isin Reg S
        manager:
          anyOf:
            - type: string
            - type: "null"
          description: CLO manager name.
          title: Manager
        market_value_over_collateral:
          anyOf:
            - type: number
            - type: "null"
          description: Market value over collateral (MVOC).
          title: Market Value Over Collateral
        marketing_date:
          anyOf:
            - format: date
              type: string
            - type: "null"
          description: Marketing start date.
          title: Marketing Date
        marketing_status:
          anyOf:
            - type: string
            - type: "null"
          description: Marketing pipeline status.
          title: Marketing Status
        moodys_rating:
          anyOf:
            - type: string
            - type: "null"
          description: Moody's rating.
          title: Moodys Rating
        non_call_date:
          anyOf:
            - format: date
              type: string
            - type: "null"
          description: Non-call date.
          title: Non Call Date
        other_rating:
          anyOf:
            - type: string
            - type: "null"
          description: Other agency rating.
          title: Other Rating
        par_subordination:
          anyOf:
            - type: number
            - type: "null"
          description: Par subordination level.
          title: Par Subordination
        price:
          anyOf:
            - type: number
            - type: "null"
          description: Issue price.
          title: Price
        pricing_date:
          anyOf:
            - format: date
              type: string
            - type: "null"
          description: Pricing date.
          title: Pricing Date
        pricing_type:
          anyOf:
            - type: string
            - type: "null"
          description: New issue, Reset, or Refi.
          title: Pricing Type
        reinvestment_date:
          anyOf:
            - format: date
              type: string
            - type: "null"
          description: Reinvestment period end date.
          title: Reinvestment Date
        roller_deadline:
          anyOf:
            - format: date
              type: string
            - type: "null"
          description: Roller deadline date.
          title: Roller Deadline
        roller_status:
          anyOf:
            - type: string
            - type: "null"
          description: Roller pipeline status.
          title: Roller Status
        s_and_p_rating:
          anyOf:
            - type: string
            - type: "null"
          description: S&P rating.
          title: S And P Rating
        seniority:
          anyOf:
            - type: integer
            - type: "null"
          description: Tranche seniority rank.
          title: Seniority
        status:
          description: In-market lifecycle status.
          title: Status
          type: string
        tranche_id:
          description: Unique tranche identifier.
          title: Tranche Id
          type: string
        tranche_name:
          description: Tranche label within the deal.
          title: Tranche Name
          type: string
        updated_at:
          description: Timestamp when the tranche row was last updated (UTC).
          format: date-time
          title: Updated At
          type: string
        weighted_average_life:
          anyOf:
            - type: number
            - type: "null"
          description: Weighted average life (WAL).
          title: Weighted Average Life
      required:
        - tranche_id
        - deal_id
        - clo_name
        - tranche_name
        - status
        - updated_at
      title: TrancheItem
      type: object
    PaginatedTranches:
      description: Cursor-paginated list of in-market CLO tranches.
      properties:
        items:
          description: Tranches that match the provided filter criteria.
          items:
            $ref: "#/components/schemas/TrancheItem"
          title: Items
          type: array
        next_cursor:
          anyOf:
            - type: string
            - type: "null"
          description: Cursor to pass in the next request to fetch the next page of
            tranches.
          title: Next Cursor
      required:
        - items
      title: PaginatedTranches
      type: object
```
