{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UltimateParentCompanyBusinessDetails", "title": "UltimateParentCompanyBusinessDetails", "properties": { "legalBusinessName": { "description": "The legal name of the company.", "type": "string" }, "registrationNumber": { "description": "The registration number of the company.", "type": "string" }, "stockExchange": { "description": "Market Identifier Code (MIC).", "type": "string" }, "stockNumber": { "description": "International Securities Identification Number (ISIN).", "type": "string" }, "stockTicker": { "description": "Stock Ticker symbol.", "type": "string" } }, "type": "object" }