IONA Profiles API

Deal- and market-profile API served from Dealogic infrastructure: DCM and loan deal profiles by deal id, US leveraged-finance market profiles for high yield (priced deals, in-market deals, secondary price distribution, commentary, volumes by rating, wide-vs-in-line-vs-tight, bond yields by rating, distressed bond index summary) and for leveraged loans (priced deals, in-market deals, secondary price distribution, commentary, CLO volumes, wide-vs-tight, new-money-vs-refinance, loan pricing by rating), plus organization SPAC profile sections. OAuth 2.0 bearer tokens from login.dealogic.com. OWNERSHIP: info.title reads 'IONA.Profiles.API' - IONA is ION Analytics, the parent brand Dealogic belongs to ('(c) 2026 Dealogic, part of ION Analytics', https://dealogic.com/security/). It is attributed to Dealogic because it is served from a Dealogic-controlled host (api.profiles.dealogic.com), authenticated by the Dealogic identity provider (login.dealogic.com), and its content is Dealogic origination data. The sibling ION Analytics APIs served from api.acuris.com are NOT attributed here.

Operations 27

GET /v1/Deal/Dcm/{id}
GET /v1/MarketProfile/USLevfin/HY/PricedDeals
GET /v1/MarketProfile/USLevfin/HY/HYInMarketDeals
GET /v1/MarketProfile/USLevfin/HY/SecondaryPriceDistribution
GET /v1/MarketProfile/USLevfin/HY/Commentary
GET /v1/MarketProfile/USLevfin/HY/VolumesByRating
GET /v1/MarketProfile/USLevfin/HY/WideVsInLineVsTight
GET /v1/MarketProfile/USLevfin/HY/BondYieldsByRating
GET /v1/MarketProfile/USLevfin/HY/DistressedBondIndexSummary
GET /v1/MarketProfile/USLevfin/LL/PricedDeals
GET /v1/MarketProfile/USLevfin/LL/InMarketDeals
GET /v1/MarketProfile/USLevfin/LL/SecondaryPriceDistribution
GET /v1/MarketProfile/USLevfin/LL/Commentary
GET /v1/MarketProfile/USLevfin/LL/CLOVolumes
GET /v1/MarketProfile/USLevfin/LL/WideVsTight
GET /v1/MarketProfile/USLevfin/LL/NewMoneyVsRefinance
GET /v1/MarketProfile/USLevfin/LL/LoanPricingByRating
GET /v1/Deal/Loan/{id}
GET /v1/Organization/{id}/Spac/Summary
GET /v1/Organization/{id}/Spac/Mna
GET /v1/Organization/{id}/Spac/Timeline
GET /v1/Organization/{id}/Spac/Management
GET /v1/Organization/{id}/Spac/Ipo
GET /v1/Organization/{id}/Spac/Financing
GET /v1/Organization/{id}/Spac/Financials
GET /v1/Organization/{id}/Spac/SecondaryPricing
GET /test Gets the test data.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/iona-profiles-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

dealogic-iona-profiles-openapi.json Raw ↑
{
  "openapi": "3.0.1",
  "info": {
    "title": "IONA.Profiles.API",
    "version": "1.0"
  },
  "servers": [
    {
      "url": "/",
      "description": "IONA Profiles API API"
    }
  ],
  "paths": {
    "/v1/Deal/Dcm/{id}": {
      "get": {
        "tags": [
          "DcmDeal"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "clientCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Deal.Dcm.DealDto"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Deal.Dcm.DealDto"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Deal.Dcm.DealDto"
                }
              }
            }
          }
        }
      }
    },
    "/v1/MarketProfile/USLevfin/HY/PricedDeals": {
      "get": {
        "tags": [
          "LevfinMarketUpdate"
        ],
        "parameters": [
          {
            "name": "clientCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateRequest+LevFinRegion"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              }
            }
          }
        }
      }
    },
    "/v1/MarketProfile/USLevfin/HY/HYInMarketDeals": {
      "get": {
        "tags": [
          "LevfinMarketUpdate"
        ],
        "parameters": [
          {
            "name": "clientCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateRequest+LevFinRegion"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              }
            }
          }
        }
      }
    },
    "/v1/MarketProfile/USLevfin/HY/SecondaryPriceDistribution": {
      "get": {
        "tags": [
          "LevfinMarketUpdate"
        ],
        "parameters": [
          {
            "name": "clientCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateRequest+LevFinRegion"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              }
            }
          }
        }
      }
    },
    "/v1/MarketProfile/USLevfin/HY/Commentary": {
      "get": {
        "tags": [
          "LevfinMarketUpdate"
        ],
        "parameters": [
          {
            "name": "clientCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateRequest+LevFinRegion"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              }
            }
          }
        }
      }
    },
    "/v1/MarketProfile/USLevfin/HY/VolumesByRating": {
      "get": {
        "tags": [
          "LevfinMarketUpdate"
        ],
        "parameters": [
          {
            "name": "clientCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateRequest+LevFinRegion"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              }
            }
          }
        }
      }
    },
    "/v1/MarketProfile/USLevfin/HY/WideVsInLineVsTight": {
      "get": {
        "tags": [
          "LevfinMarketUpdate"
        ],
        "parameters": [
          {
            "name": "clientCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateRequest+LevFinRegion"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              }
            }
          }
        }
      }
    },
    "/v1/MarketProfile/USLevfin/HY/BondYieldsByRating": {
      "get": {
        "tags": [
          "LevfinMarketUpdate"
        ],
        "parameters": [
          {
            "name": "clientCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateRequest+LevFinRegion"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              }
            }
          }
        }
      }
    },
    "/v1/MarketProfile/USLevfin/HY/DistressedBondIndexSummary": {
      "get": {
        "tags": [
          "LevfinMarketUpdate"
        ],
        "parameters": [
          {
            "name": "clientCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateRequest+LevFinRegion"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              }
            }
          }
        }
      }
    },
    "/v1/MarketProfile/USLevfin/LL/PricedDeals": {
      "get": {
        "tags": [
          "LevfinMarketUpdate"
        ],
        "parameters": [
          {
            "name": "clientCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateRequest+LevFinRegion"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              }
            }
          }
        }
      }
    },
    "/v1/MarketProfile/USLevfin/LL/InMarketDeals": {
      "get": {
        "tags": [
          "LevfinMarketUpdate"
        ],
        "parameters": [
          {
            "name": "clientCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateRequest+LevFinRegion"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              }
            }
          }
        }
      }
    },
    "/v1/MarketProfile/USLevfin/LL/SecondaryPriceDistribution": {
      "get": {
        "tags": [
          "LevfinMarketUpdate"
        ],
        "parameters": [
          {
            "name": "clientCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateRequest+LevFinRegion"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              }
            }
          }
        }
      }
    },
    "/v1/MarketProfile/USLevfin/LL/Commentary": {
      "get": {
        "tags": [
          "LevfinMarketUpdate"
        ],
        "parameters": [
          {
            "name": "clientCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateRequest+LevFinRegion"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              }
            }
          }
        }
      }
    },
    "/v1/MarketProfile/USLevfin/LL/CLOVolumes": {
      "get": {
        "tags": [
          "LevfinMarketUpdate"
        ],
        "parameters": [
          {
            "name": "clientCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateRequest+LevFinRegion"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              }
            }
          }
        }
      }
    },
    "/v1/MarketProfile/USLevfin/LL/WideVsTight": {
      "get": {
        "tags": [
          "LevfinMarketUpdate"
        ],
        "parameters": [
          {
            "name": "clientCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateRequest+LevFinRegion"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              }
            }
          }
        }
      }
    },
    "/v1/MarketProfile/USLevfin/LL/NewMoneyVsRefinance": {
      "get": {
        "tags": [
          "LevfinMarketUpdate"
        ],
        "parameters": [
          {
            "name": "clientCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateRequest+LevFinRegion"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              }
            }
          }
        }
      }
    },
    "/v1/MarketProfile/USLevfin/LL/LoanPricingByRating": {
      "get": {
        "tags": [
          "LevfinMarketUpdate"
        ],
        "parameters": [
          {
            "name": "clientCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateRequest+LevFinRegion"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.USLevfin.Model.LevfinMarketUpdateResult"
                }
              }
            }
          }
        }
      }
    },
    "/v1/Deal/Loan/{id}": {
      "get": {
        "tags": [
          "LoanDeal"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "clientCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Deal.Loan.DealDto"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Deal.Loan.DealDto"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Deal.Loan.DealDto"
                }
              }
            }
          }
        }
      }
    },
    "/v1/Organization/{id}/Spac/Summary": {
      "get": {
        "tags": [
          "OrganizationSpacProfile"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.Spac.Model.SpacSummaryResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.Spac.Model.SpacSummaryResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.Spac.Model.SpacSummaryResult"
                }
              }
            }
          }
        }
      }
    },
    "/v1/Organization/{id}/Spac/Mna": {
      "get": {
        "tags": [
          "OrganizationSpacProfile"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.Spac.Model.SpacMNAResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.Spac.Model.SpacMNAResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.Spac.Model.SpacMNAResult"
                }
              }
            }
          }
        }
      }
    },
    "/v1/Organization/{id}/Spac/Timeline": {
      "get": {
        "tags": [
          "OrganizationSpacProfile"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.Spac.Model.SpacTimelineResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.Spac.Model.SpacTimelineResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.Spac.Model.SpacTimelineResult"
                }
              }
            }
          }
        }
      }
    },
    "/v1/Organization/{id}/Spac/Management": {
      "get": {
        "tags": [
          "OrganizationSpacProfile"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.Spac.Model.SpacManagementResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.Spac.Model.SpacManagementResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.Spac.Model.SpacManagementResult"
                }
              }
            }
          }
        }
      }
    },
    "/v1/Organization/{id}/Spac/Ipo": {
      "get": {
        "tags": [
          "OrganizationSpacProfile"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.Spac.Model.SpacIpoResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.Spac.Model.SpacIpoResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.Spac.Model.SpacIpoResult"
                }
              }
            }
          }
        }
      }
    },
    "/v1/Organization/{id}/Spac/Financing": {
      "get": {
        "tags": [
          "OrganizationSpacProfile"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.Spac.Model.SpacFinancingResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.Spac.Model.SpacFinancingResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.Spac.Model.SpacFinancingResult"
                }
              }
            }
          }
        }
      }
    },
    "/v1/Organization/{id}/Spac/Financials": {
      "get": {
        "tags": [
          "OrganizationSpacProfile"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IONA.Profiles.API.Interfaces.Organization.Spac.Model.SpacFinancialsRe

# --- truncated at 32 KB (137 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/dealogic/refs/heads/main/openapi/dealogic-iona-profiles-openapi.json