Optimal Blue Pricing Search Result

Eligible product / pricing scenario returned by the Optimal Blue Product & Pricing Engine (PPE). Originally a Black Knight property, now Constellation Software's Perseus Operating Group.

Mortgage TechnologyLoan ServicingLoan OriginationSecondary MarketingDefault ManagementInvestor ReportingProduct Pricing EngineReal Estate DataFintechAcquired CompanyICE Mortgage Technology

Properties

Name Type Description
searchId string
loanAmount number
propertyValue number
ltv number Loan-to-value ratio percent.
creditScore integer
occupancy string
propertyType string
loanPurpose string
lockDays integer
scenarios array List of eligible products with pricing.
View JSON Schema on GitHub

JSON Schema

optimal-blue-pricing-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/black-knight/main/json-schema/optimal-blue-pricing-schema.json",
  "title": "Optimal Blue Pricing Search Result",
  "description": "Eligible product / pricing scenario returned by the Optimal Blue Product & Pricing Engine (PPE). Originally a Black Knight property, now Constellation Software's Perseus Operating Group.",
  "type": "object",
  "required": ["searchId", "scenarios"],
  "properties": {
    "searchId": { "type": "string" },
    "loanAmount": { "type": "number" },
    "propertyValue": { "type": "number" },
    "ltv": { "type": "number", "description": "Loan-to-value ratio percent." },
    "creditScore": { "type": "integer" },
    "occupancy": {
      "type": "string",
      "enum": ["Primary", "Secondary", "Investment"]
    },
    "propertyType": {
      "type": "string",
      "enum": ["SFR", "PUD", "Condo", "Townhouse", "Manufactured", "2-4 Unit"]
    },
    "loanPurpose": {
      "type": "string",
      "enum": ["Purchase", "Rate-Term Refi", "Cash-Out Refi"]
    },
    "lockDays": { "type": "integer" },
    "scenarios": {
      "type": "array",
      "description": "List of eligible products with pricing.",
      "items": {
        "type": "object",
        "required": ["productCode", "investorName", "rate", "price"],
        "properties": {
          "productCode": { "type": "string" },
          "productName": { "type": "string" },
          "investorName": { "type": "string" },
          "rate": { "type": "number", "description": "Note rate percent." },
          "price": { "type": "number", "description": "Base price (par = 100.000)." },
          "discountPoints": { "type": "number" },
          "lockPeriodDays": { "type": "integer" },
          "compensation": { "type": "string", "enum": ["BPC", "LPC"] }
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/optimal-blue-pricing"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.