{ "openapi": "3.0.1", "info": { "title": "Dealogic Analytics Spac API", "version": "2.0" }, "servers": [ { "url": "/", "description": "Dealogic Analytics Spac API" } ], "paths": { "/odata/CompanyCornerstoneInvestor": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all company cornerstone investors.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved company cornerstone investors.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfCompanyCornerstoneInvestorArray" } } } } } } }, "/odata/CompanyManagement": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all company management members.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved company management members.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfCompanyManagementEntryArray" } } } } } } }, "/odata/CompanyManagementAffiliations": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all company management affiliations.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved company management affiliations.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfCompanyManagementAffiliationsEntryArray" } } } } } } }, "/odata/CompanyRedemption": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all company redemptions.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully company redemptions.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfCompanyRedemptionArray" } } } } } } }, "/odata/CompanyS1Shareholder": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all company S1 shareholders.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully company S1 shareholders.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfCompanyS1ShareholderArray" } } } } } } }, "/odata/DealogicIndustry": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all Dealogic industries.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved Dealogic industries.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfDealogicIndustryArray" } } } } } } }, "/odata/IpoAttorney": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all IPO Attorneys.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved IPO Attorney.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfIpoAttorneyArray" } } } } } } }, "/odata/IpoAuditor": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all IPO Auditors.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved IPO Auditors.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfIpoAuditorArray" } } } } } } }, "/odata/IpoFinancialSponsor": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all IPO Financial sponsors.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved IPO Financial sponsors.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfIpoFinancialSponsorArray" } } } } } } }, "/odata/IpoLockup": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all IPO Lockups.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved IPO Lockups.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfIpoLockupArray" } } } } } } }, "/odata/IpoPromoteScheduleTrigger": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all IPO promote schedule triggers.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully IPO promote schedule triggers.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfIpoPromoteScheduleTriggerArray" } } } } } } }, "/odata/Listing(ListingId={keyListingId},SpacEntryId={keySpacEntryId})/OwnershipData": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "keyListingId", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "keySpacEntryId", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/OwnershipDataEntry" } } } } } } } }, "/odata/Listing": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all Listings.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved Listings.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfListingArray" } } } } } } }, "/odata/Location": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all Locations.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved Locations.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfLocationArray" } } } } } } }, "/odata/MarketData": { "get": { "tags": [ "Related Entities" ], "summary": "Gets market data.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved market data.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfMarketDataEntryArray" } } } } } } }, "/odata/MnaAcquirorAdvisor": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all Acquiror advisors.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved Companies.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfMnaAcquirorAdvisorArray" } } } } } } }, "/odata/MnaDivestor": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all MNA Divestors.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved Companies.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfMnaDivestorArray" } } } } } } }, "/odata/MnaEarnoutSponsorTrigger": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all MNA earnout sponsor triggers.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved MNA earnout sponsor triggers.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfMnaEarnoutSponsorTriggerArray" } } } } } } }, "/odata/MnaEarnoutTargetTrigger": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all MNA earnout target triggers.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved MNA earnout target triggers.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfMnaEarnoutTargetTriggerArray" } } } } } } }, "/odata/MnaFinancialSponsor": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all MNA Financial sponsors.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved MNA Financial sponsors.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfMnaFinancialSponsorArray" } } } } } } }, "/odata/MnaInvPresFinancialsEBITDA": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all company MNA investor presentation financials EBITDAs.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved MNA investor presentation financials EBITDAs", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfMnaInvPresFinancialsEBITDAArray" } } } } } } }, "/odata/MnaInvPresFinancialsRevenue": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all company MNA investor presentation financials revenues.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved MNA investor presentation financials revenues", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfMnaInvPresFinancialsRevenueArray" } } } } } } }, "/odata/MnaSponsorForfeitType": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all MNA Sponsor forfeit types.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved MNA Sponsor forfeit types.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfMnaSponsorForfeitTypeArray" } } } } } } }, "/odata/MnaTargetAdvisor": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all MNA Target advisors.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved Companies.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfMnaTargetAdvisorArray" } } } } } } }, "/odata/NamedPIPEInvestor": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all Named PIPE investors.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved Named PIPE investors.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfNamedPIPEInvestorArray" } } } } } } }, "/odata/News": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all news.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved news.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfNewsEntryArray" } } } } } } }, "/odata/OwnershipData": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all Ownership data.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved Ownership data.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfOwnershipDataEntryArray" } } } } } } }, "/odata/RelatedEcmDeal(Id={keyId},SpacEntryId={keySpacEntryId})/NamedPIPEInvestors": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "keyId", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "keySpacEntryId", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/NamedPIPEInvestor" } } } } } } } }, "/odata/RelatedEcmDeal(Id={keyId},SpacEntryId={keySpacEntryId})/Syndicate": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "keyId", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "keySpacEntryId", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/RelatedEcmDealBank" } } } } } } } }, "/odata/RelatedEcmDeal(Id={keyId},SpacEntryId={keySpacEntryId})": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "keyId", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "keySpacEntryId", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RelatedEcmDeal" } } } } } } }, "/odata/RelatedEcmDeal": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all Related ECM deals.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved Spacs.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfRelatedEcmDealArray" } } } } } } }, "/odata/RelatedEcmSyndicate(EcmDealMasterId={keyEcmDealMasterId},CompanyMasterId={keyCompanyMasterId})": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "keyEcmDealMasterId", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "keyCompanyMasterId", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RelatedEcmDealBank" } } } } } } }, "/odata/RelatedEcmSyndicate": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all Related ECM Syndicate.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved Related ECM Syndicate.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfRelatedEcmDealBankArray" } } } } } } }, "/odata/SpacEntry({key})/IpoPromoteScheduleTriggers": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/IpoPromoteScheduleTrigger" } } } } } } } }, "/odata/SpacEntry({key})/CompanyRedemptions": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CompanyRedemption" } } } } } } } }, "/odata/SpacEntry({key})/MnaSponsorForfeitTypes": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/MnaSponsorForfeitType" } } } } } } } }, "/odata/SpacEntry({key})/WithdrawnMnaDeals": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/WithdrawnMnaDeal" } } } } } } } }, "/odata/SpacEntry({key})/CompanyCornerstoneInvestors": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CompanyCornerstoneInvestor" } } } } } } } }, "/odata/SpacEntry({key})/RelatedNews": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/NewsEntry" } } } } } } } }, "/odata/SpacEntry({key})/MnaEarnoutTargetTriggers": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/MnaEarnoutTargetTrigger" } } } } } } } }, "/odata/SpacEntry({key})/MnaEarnoutSponsorTriggers": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/MnaEarnoutSponsorTrigger" } } } } } } } }, "/odata/SpacEntry({key})/CompanyS1Shareholders": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CompanyS1Shareholder" } } } } } } } }, "/odata/SpacEntry({key})/MnaInvPresFinancialsEBITDAs": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/MnaInvPresFinancialsEBITDA" } } } } } } } }, "/odata/SpacEntry({key})/MnaInvPresFinancialsRevenues": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/MnaInvPresFinancialsRevenue" } } } } } } } }, "/odata/SpacEntry({key})/Listings": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Listing" } } } } } } } }, "/odata/SpacEntry({key})/CompanyManagementAffiliations": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CompanyManagementAffiliationsEntry" } } } } } } } }, "/odata/SpacEntry({key})/CompanyManagement": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CompanyManagementEntry" } } } } } } } }, "/odata/SpacEntry({key})/IpoLockups": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/IpoLockup" } } } } } } } }, "/odata/SpacEntry({key})/IpoAuditors": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/IpoAuditor" } } } } } } } }, "/odata/SpacEntry({key})/IpoAttorneys": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/IpoAttorney" } } } } } } } }, "/odata/SpacEntry({key})/MnaFinancialSponsors": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/MnaFinancialSponsor" } } } } } } } }, "/odata/SpacEntry({key})/IpoFinancialSponsors": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/IpoFinancialSponsor" } } } } } } } }, "/odata/SpacEntry({key})/RelatedEcmDeals": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/RelatedEcmDeal" } } } } } } } }, "/odata/SpacEntry({key})/IntendedTargetSpecialisedIndustries": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SpecialisedIndustry" } } } } } } } }, "/odata/SpacEntry({key})/MnaTargetSpecialisedIndustries": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SpecialisedIndustry" } } } } } } } }, "/odata/SpacEntry({key})/IpoExchangeLocation": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Location" } } } } } } }, "/odata/SpacEntry({key})/CompanyIncorporationLocation": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Location" } } } } } } }, "/odata/SpacEntry({key})/CompanyBusinessLocation": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Location" } } } } } } }, "/odata/SpacEntry({key})/MnaTargetIndustry": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DealogicIndustry" } } } } } } }, "/odata/SpacEntry({key})/MnaTargetNationality": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Location" } } } } } } }, "/odata/SpacEntry({key})/MnaTargetAdvisors": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/MnaTargetAdvisor" } } } } } } } }, "/odata/SpacEntry({key})/MnaAcquirorAdvisors": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/MnaAcquirorAdvisor" } } } } } } } }, "/odata/SpacEntry({key})/IpoSyndicate": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Bank" } } } } } } } }, "/odata/SpacEntry({key})/MnaDivestors": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/MnaDivestor" } } } } } } } }, "/odata/SpacEntry({key})/IntendedTargetParentIndustries": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/DealogicIndustry" } } } } } } } }, "/odata/SpacEntry({key})/IntendedTargetIndustries": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/DealogicIndustry" } } } } } } } }, "/odata/SpacEntry({key})/IntendedTargetParentLocations": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Location" } } } } } } } }, "/odata/SpacEntry({key})/IntendedTargetLocations": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Location" } } } } } } } }, "/odata/SpacEntry/{key}": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "key", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SpacEntry" } } } } } } }, "/odata/SpacEntry": { "get": { "tags": [ "Root Entity" ], "summary": "Gets all Spacs.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved Spacs.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfSpacEntryArray" } } } } } } }, "/api/SpacReader/GetAllDepthExpand": { "get": { "tags": [ "Spac Reader" ], "summary": "Gets the All depth Expand expression for the specified entity", "parameters": [ { "name": "entityName", "in": "query", "description": "The name of the entity: 'Bank', 'DealogicIndustry', 'IpoAttorney', 'IpoAuditor', 'IpoFinancialSponsor', 'IpoLockup', 'Listing', 'Location', 'MarketDataEntry', 'MnaAcquirorAdvisor', 'MnaDivestor', 'MnaFinancialSponsor', 'MnaTargetAdvisor', 'NewsEntry', 'OwnershipDataEntry', 'RelatedEcmDeal', 'RelatedEcmDealBank', 'SpacEntry'", "schema": { "type": "string", "description": "The name of the entity: 'Bank', 'DealogicIndustry', 'IpoAttorney', 'IpoAuditor', 'IpoFinancialSponsor', 'IpoLockup', 'Listing', 'Location', 'MarketDataEntry', 'MnaAcquirorAdvisor', 'MnaDivestor', 'MnaFinancialSponsor', 'MnaTargetAdvisor', 'NewsEntry', 'OwnershipDataEntry', 'RelatedEcmDeal', 'RelatedEcmDealBank', 'SpacEntry'", "default": "SpacEntry", "nullable": true } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "string" } } } } } } }, "/odata/SpecialisedIndustry": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all specialised industries.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved specialised industries.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfSpecialisedIndustryArray" } } } } } } }, "/odata/WithdrawnMnaAcquirorAdvisor": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all WithdrawnMna Acquiror advisors.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved Companies.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfWithdrawnMnaAcquirorAdvisorArray" } } } } } } }, "/odata/WithdrawnMnaDeal(Id={keyId},SpacEntryId={keySpacEntryId})/TargetAdvisors": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "keyId", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "keySpacEntryId", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/WithdrawnMnaTargetAdvisor" } } } } } } } }, "/odata/WithdrawnMnaDeal(Id={keyId},SpacEntryId={keySpacEntryId})/AcquirorAdvisors": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "keyId", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "keySpacEntryId", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/WithdrawnMnaAcquirorAdvisor" } } } } } } } }, "/odata/WithdrawnMnaDeal(Id={keyId},SpacEntryId={keySpacEntryId})": { "get": { "tags": [ "Entity Navigation" ], "parameters": [ { "name": "keyId", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "keySpacEntryId", "in": "query", "schema": { "type": "integer", "format": "int64" } }, { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5.", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/WithdrawnMnaDeal" } } } } } } }, "/odata/WithdrawnMnaDeal": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all Withdrawn MNA deals.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved Spacs.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfWithdrawnMnaDealArray" } } } } } } }, "/odata/WithdrawnMnaTargetAdvisor": { "get": { "tags": [ "Related Entities" ], "summary": "Gets all WithdrawnMna Target advisors.", "parameters": [ { "name": "api-version", "in": "query", "description": "The requested API version", "schema": { "type": "string", "default": "2.0" } }, { "name": "$select", "in": "query", "description": "Limits the properties returned in the result.", "schema": { "type": "string" } }, { "name": "$expand", "in": "query", "description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.", "schema": { "type": "string" } }, { "name": "$filter", "in": "query", "description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.", "schema": { "type": "string" } }, { "name": "$orderby", "in": "query", "description": "Specifies the order in which items are returned. The maximum number of expressions is 5.", "schema": { "type": "string" } }, { "name": "$apply", "in": "query", "description": "Sequence of set transformations for the aggregation behaviour.", "schema": { "type": "string" } }, { "name": "$top", "in": "query", "description": "Limits the number of items returned from a collection.", "schema": { "type": "integer", "format": "int32", "default": "15" } }, { "name": "$skip", "in": "query", "description": "Excludes the specified number of items of the queried collection from the result.", "schema": { "type": "integer", "format": "int32" } }, { "name": "$count", "in": "query", "description": "Indicates whether the total count of items within a collection are returned in the result.", "schema": { "type": "boolean", "default": "false" } } ], "responses": { "200": { "description": "The successfully retrieved Companies.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ODataValueOfWithdrawnMnaTargetAdvisorArray" } } } } } } } }, "components": { "schemas": { "Location": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "code": { "type": "string", "nullable": true }, "name": { "type": "string", "nullable": true }, "type": { "type": "string", "nullable": true }, "parentLocationId": { "type": "integer", "format": "int64", "nullable": true }, "parentLocation": { "$ref": "#/components/schemas/Location" } }, "additionalProperties": false }, "DealogicIndustry": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "code": { "type": "string", "nullable": true }, "name": { "type": "string", "nullable": true }, "groupHeadIndustryId": { "type": "integer", "format": "int64", "nullable": true }, "parentIndustry": { "$ref": "#/components/schemas/DealogicIndustry" } }, "additionalProperties": false }, "CompanyManagementEntry": { "type": "object", "properties": { "fullName": { "type": "string", "nullable": true }, "position": { "type": "string", "nullable": true }, "biography": { "type": "string", "nullable": true }, "age": { "type": "integer", "format": "int32", "nullable": true } }, "additionalProperties": false }, "CompanyManagementAffiliationsEntry": { "type": "object", "properties": { "fullName": { "type": "string", "nullable": true }, "affiliatedEntityName": { "type": "string", "nullable": true }, "affiliatedEntityId": { "type": "integer", "format": "int64", "nullable": true } }, "additionalProperties": false }, "CompanyS1Shareholder": { "type": "object", "properties": { "name": { "type": "string", "nullable": true }, "shares": { "type": "number", "format": "double", "nullable": true } }, "additionalProperties": false }, "SpecialisedIndustry": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string", "nullable": true } }, "additionalProperties": false }, "IpoAttorney": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "attorneyRoleId": { "type": "integer", "format": "int64", "nullable": true }, "issuerEntityName": { "type": "string", "nullable": true }, "attorneyRoleCode": { "type": "string", "nullable": true }, "attorneyRoleName": { "type": "string", "nullable": true }, "spacEntryId": { "type": "integer", "format": "int64" }, "spacEntry": { "$ref": "#/components/schemas/SpacEntry" } }, "additionalProperties": false }, "IpoAuditor": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "entityName": { "type": "string", "nullable": true }, "spacEntryId": { "type": "integer", "format": "int64" }, "spacEntry": { "$ref": "#/components/schemas/SpacEntry" } }, "additionalProperties": false }, "IpoFinancialSponsor": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "entityName": { "type": "string", "nullable": true }, "spacEntryId": { "type": "integer", "format": "int64" }, "spacEntry": { "$ref": "#/components/schemas/SpacEntry" } }, "additionalProperties": false }, "IpoLockup": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "expiryDate": { "type": "string", "format": "date-time", "nullable": true }, "stakeholderEntityName": { "type": "string", "nullable": true }, "spacEntryId": { "type": "integer", "format": "int64" }, "spacEntry": { "$ref": "#/components/schemas/SpacEntry" } }, "additionalProperties": false }, "Bank": { "type": "object", "properties": { "ecmDealMasterId": { "type": "integer", "format": "int64" }, "companyMasterId": { "type": "integer", "format": "int64" }, "companyParentMasterId": { "type": "integer", "format": "int64" }, "parentName": { "type": "string", "nullable": true }, "parentRoleId": { "type": "integer", "format": "int64", "nullable": true }, "parentRoleCode": { "type": "string", "nullable": true }, "parentRoleName": { "type": "string", "nullable": true }, "participationPercent": { "type": "number", "format": "double", "nullable": true }, "spacEntryId": { "type": "integer", "format": "int64" }, "spacEntry": { "$ref": "#/components/schemas/SpacEntry" } }, "additionalProperties": false }, "MarketDataEntry": { "type": "object", "properties": { "listingId": { "type": "integer", "format": "int64" }, "reportDate": { "type": "string", "format": "date-time" }, "lastTradeMidPrice": { "type": "number", "format": "double", "nullable": true }, "currency": { "type": "string", "nullable": true }, "volume": { "type": "number", "format": "double", "nullable": true }, "spacEntryId": { "type": "integer", "format": "int64" }, "spacEntry": { "$ref": "#/components/schemas/SpacEntry" }, "listing": { "$ref": "#/components/schemas/Listing" } }, "additionalProperties": false }, "OwnershipDataEntry": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "instrumentId": { "type": "integer", "format": "int64" }, "listingId": { "type": "integer", "format": "int64" }, "investorId": { "type": "integer", "format": "int64", "nullable": true }, "investorName": { "type": "string", "nullable": true }, "investorType": { "type": "string", "nullable": true }, "investorAssetsUnderManagementUSD": { "type": "number", "format": "double", "nullable": true }, "position": { "type": "integer", "format": "int64", "nullable": true }, "reportDate": { "type": "string", "format": "date-time", "nullable": true }, "positionChange": { "type": "integer", "format": "int64", "nullable": true }, "spacEntryId": { "type": "integer", "format": "int64" }, "spacEntry": { "$ref": "#/components/schemas/SpacEntry" }, "listing": { "$ref": "#/components/schemas/Listing" } }, "additionalProperties": false }, "Listing": { "type": "object", "properties": { "listingId": { "type": "integer", "format": "int64" }, "instrumentId": { "type": "integer", "format": "int64" }, "isin": { "type": "string", "nullable": true }, "sedol": { "type": "string", "nullable": true }, "ticker": { "type": "string", "nullable": true }, "type": { "type": "string", "nullable": true }, "status": { "type": "string", "nullable": true }, "exchangeName": { "type": "string", "nullable": true }, "exchangeNationality": { "type": "string", "nullable": true }, "latestPriceDate": { "type": "string", "format": "date-time", "nullable": true }, "latestClosingPrice": { "type": "number", "format": "double", "nullable": true }, "latestVolume": { "type": "number", "format": "double", "nullable": true }, "latestPriceCurrency": { "type": "string", "nullable": true }, "firstDayPriceChangePercent": { "type": "number", "format": "double", "nullable": true }, "latestPriceChangePercent": { "type": "number", "format": "double", "nullable": true }, "yieldToLiquidationCurrent": { "type": "number", "format": "double", "nullable": true }, "spacEntryId": { "type": "integer", "format": "int64" }, "marketData": { "type": "array", "items": { "$ref": "#/components/schemas/MarketDataEntry" }, "nullable": true }, "ownershipData": { "type": "array", "items": { "$ref": "#/components/schemas/OwnershipDataEntry" }, "nullable": true }, "spacEntry": { "$ref": "#/components/schemas/SpacEntry" } }, "additionalProperties": false }, "MnaDivestor": { "type": "object", "properties": { "mnaMasterId": { "type": "integer", "format": "int64" }, "companyMasterId": { "type": "integer", "format": "int64" }, "name": { "type": "string", "nullable": true }, "spacEntryId": { "type": "integer", "format": "int64" }, "nationality": { "$ref": "#/components/schemas/Location" }, "spacEntry": { "$ref": "#/components/schemas/SpacEntry" } }, "additionalProperties": false }, "MnaEarnoutSponsorTrigger": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "type": { "type": "string", "nullable": true }, "value": { "type": "number", "format": "double", "nullable": true }, "timeFrameInYears": { "type": "number", "format": "double", "nullable": true }, "details": { "type": "string", "nullable": true }, "spacEntryId": { "type": "integer", "format": "int64" } }, "additionalProperties": false }, "MnaEarnoutTargetTrigger": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "type": { "type": "string", "nullable": true }, "value": { "type": "number", "format": "double", "nullable": true }, "timeFrameInYears": { "type": "number", "format": "double", "nullable": true }, "details": { "type": "string", "nullable": true }, "spacEntryId": { "type": "integer", "format": "int64" } }, "additionalProperties": false }, "MnaFinancialSponsor": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "entityName": { "type": "string", "nullable": true }, "side": { "type": "string", "nullable": true }, "spacEntryId": { "type": "integer", "format": "int64" }, "spacEntry": { "$ref": "#/components/schemas/SpacEntry" } }, "additionalProperties": false }, "MnaInvPresFinancialsEBITDA": { "type": "object", "properties": { "year": { "type": "integer", "format": "int32" }, "type": { "type": "string", "nullable": true }, "value": { "type": "number", "format": "double" }, "currency": { "type": "string", "nullable": true }, "spacEntryId": { "type": "integer", "format": "int64" } }, "additionalProperties": false }, "MnaInvPresFinancialsRevenue": { "type": "object", "properties": { "year": { "type": "integer", "format": "int32" }, "type": { "type": "string", "nullable": true }, "value": { "type": "number", "format": "double" }, "currency": { "type": "string", "nullable": true }, "spacEntryId": { "type": "integer", "format": "int64" } }, "additionalProperties": false }, "MnaTargetAdvisor": { "type": "object", "properties": { "mnaId": { "type": "integer", "format": "int64" }, "companyId": { "type": "integer", "format": "int64" }, "companyParentId": { "type": "integer", "format": "int64" }, "parentName": { "type": "string", "nullable": true }, "advisorRoleId": { "type": "integer", "format": "int64" }, "advisorRoleCode": { "type": "string", "nullable": true }, "advisorRoleName": { "type": "string", "nullable": true }, "spacEntryId": { "type": "integer", "format": "int64" }, "spacEntry": { "$ref": "#/components/schemas/SpacEntry" } }, "additionalProperties": false }, "MnaSponsorForfeitType": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string", "nullable": true }, "spacEntryId": { "type": "integer", "format": "int64" }, "spacEntry": { "$ref": "#/components/schemas/SpacEntry" } }, "additionalProperties": false }, "RelatedEcmDealBank": { "type": "object", "properties": { "ecmDealMasterId": { "type": "integer", "format": "int64" }, "companyMasterId": { "type": "integer", "format": "int64" }, "companyParentMasterId": { "type": "integer", "format": "int64" }, "parentName": { "type": "string", "nullable": true }, "parentRoleId": { "type": "integer", "format": "int64", "nullable": true }, "parentRoleCode": { "type": "string", "nullable": true }, "parentRoleName": { "type": "string", "nullable": true }, "participationPercent": { "type": "number", "format": "double", "nullable": true }, "relatedEcmDeal": { "$ref": "#/components/schemas/RelatedEcmDeal" } }, "additionalProperties": false }, "NamedPIPEInvestor": { "type": "object", "properties": { "name": { "type": "string", "nullable": true } }, "additionalProperties": false }, "RelatedEcmDeal": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "filingDate": { "type": "string", "format": "date-time", "nullable": true }, "pricingDate": { "type": "string", "format": "date-time", "nullable": true }, "subTypeCode": { "type": "string", "nullable": true }, "subTypeName": { "type": "string", "nullable": true }, "securityTypeCode": { "type": "string", "nullable": true }, "securityTypeName": { "type": "string", "nullable": true }, "currencyCode": { "type": "string", "nullable": true }, "currencyName": { "type": "string", "nullable": true }, "totalSharesInitialExcludingOverallotment": { "type": "integer", "format": "int64", "nullable": true }, "totalSharesOfferedExcludingOverallotment": { "type": "integer", "format": "int64", "nullable": true }, "totalOverallotmentSharesExercised": { "type": "integer", "format": "int64", "nullable": true }, "offerPriceUSD": { "type": "number", "format": "double", "nullable": true }, "totalValueInitialExcludingOverallotmentUSD": { "type": "number", "format": "double", "nullable": true }, "totalValueExcludingOverallotmentUSD": { "type": "number", "format": "double", "nullable": true }, "overallotmentValueExercisedUSD": { "type": "number", "format": "double", "nullable": true }, "syndicate": { "type": "array", "items": { "$ref": "#/components/schemas/RelatedEcmDealBank" }, "nullable": true }, "namedPIPEInvestors": { "type": "array", "items": { "$ref": "#/components/schemas/NamedPIPEInvestor" }, "nullable": true }, "spacEntryId": { "type": "integer", "format": "int64" }, "spacEntry": { "$ref": "#/components/schemas/SpacEntry" } }, "additionalProperties": false }, "NewsEntry": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "headline": { "type": "string", "nullable": true }, "body": { "type": "string", "nullable": true }, "publishDate": { "type": "string", "format": "date-time", "nullable": true }, "url": { "type": "string", "nullable": true }, "product": { "type": "string", "nullable": true }, "relatedSpacEntries": { "type": "array", "items": { "$ref": "#/components/schemas/SpacEntry" }, "nullable": true } }, "additionalProperties": false }, "WithdrawnMnaAcquirorAdvisor": { "type": "object", "properties": { "mnaId": { "type": "integer", "format": "int64" }, "companyId": { "type": "integer", "format": "int64" }, "companyParentId": { "type": "integer", "format": "int64" }, "parentName": { "type": "string", "nullable": true }, "advisorRoleId": { "type": "integer", "format": "int64" }, "advisorRoleCode": { "type": "string", "nullable": true }, "advisorRoleName": { "type": "string", "nullable": true }, "withdrawnMnaDealId": { "type": "integer", "format": "int64" }, "withdrawnMnaDealSpacEntryId": { "type": "integer", "format": "int64" }, "withdrawnMnaDeal": { "$ref": "#/components/schemas/WithdrawnMnaDeal" } }, "additionalProperties": false }, "WithdrawnMnaTargetAdvisor": { "type": "object", "properties": { "mnaId": { "type": "integer", "format": "int64" }, "companyId": { "type": "integer", "format": "int64" }, "companyParentId": { "type": "integer", "format": "int64" }, "parentName": { "type": "string", "nullable": true }, "advisorRoleId": { "type": "integer", "format": "int64" }, "advisorRoleCode": { "type": "string", "nullable": true }, "advisorRoleName": { "type": "string", "nullable": true }, "withdrawnMnaDealId": { "type": "integer", "format": "int64" }, "withdrawnMnaDealSpacEntryId": { "type": "integer", "format": "int64" }, "withdrawnMnaDeal": { "$ref": "#/components/schemas/WithdrawnMnaDeal" } }, "additionalProperties": false }, "WithdrawnMnaDeal": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "announcementDate": { "type": "string", "format": "date-time", "nullable": true }, "cancelledDate": { "type": "string", "format": "date-time", "nullable": true }, "targetId": { "type": "integer", "format": "int64", "nullable": true }, "targetName": { "type": "string", "nullable": true }, "valueAtAnnouncementUSD": { "type": "number", "format": "double", "nullable": true }, "acquirorAdvisors": { "type": "array", "items": { "$ref": "#/components/schemas/WithdrawnMnaAcquirorAdvisor" }, "nullable": true }, "targetAdvisors": { "type": "array", "items": { "$ref": "#/components/schemas/WithdrawnMnaTargetAdvisor" }, "nullable": true }, "spacEntryId": { "type": "integer", "format": "int64" }, "targetIndustry": { "$ref": "#/components/schemas/DealogicIndustry" }, "targetNationality": { "$ref": "#/components/schemas/Location" }, "spacEntry": { "$ref": "#/components/schemas/SpacEntry" } }, "additionalProperties": false }, "CompanyRedemption": { "type": "object", "properties": { "date": { "type": "string", "format": "date-time" }, "shares": { "type": "number", "format": "double", "nullable": true }, "price": { "type": "number", "format": "double", "nullable": true }, "event": { "type": "string", "nullable": true }, "spacEntryId": { "type": "integer", "format": "int64" } }, "additionalProperties": false }, "IpoPromoteScheduleTrigger": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "vestingPercent": { "type": "number", "format": "double" }, "triggerType": { "type": "string", "nullable": true }, "triggerValue": { "type": "number", "format": "double", "nullable": true }, "timeFrameInYears": { "type": "number", "format": "double", "nullable": true }, "spacEntryId": { "type": "integer", "format": "int64" } }, "additionalProperties": false }, "MnaAcquirorAdvisor": { "type": "object", "properties": { "mnaId": { "type": "integer", "format": "int64" }, "companyId": { "type": "integer", "format": "int64" }, "companyParentId": { "type": "integer", "format": "int64" }, "parentName": { "type": "string", "nullable": true }, "advisorRoleId": { "type": "integer", "format": "int64" }, "advisorRoleCode": { "type": "string", "nullable": true }, "advisorRoleName": { "type": "string", "nullable": true }, "spacEntryId": { "type": "integer", "format": "int64" }, "spacEntry": { "$ref": "#/components/schemas/SpacEntry" } }, "additionalProperties": false }, "SpacEntry": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "lastChangedDateUtc": { "type": "string", "format": "date-time" }, "companyId": { "type": "integer", "format": "int64", "nullable": true }, "ipoId": { "type": "integer", "format": "int64" }, "mnaId": { "type": "integer", "format": "int64", "nullable": true }, "companyAcquisitionExtensionPeriodMonths": { "type": "integer", "format": "int32", "nullable": true }, "companyAcquisitionLimitDate": { "type": "string", "format": "date-time", "nullable": true }, "companyAcquisitionPeriodMonths": { "type": "integer", "format": "int32", "nullable": true }, "companyBusinessLocation": { "$ref": "#/components/schemas/Location" }, "companyBusinessNationality": { "type": "string", "nullable": true }, "companyCIK": { "type": "string", "nullable": true }, "companyCornerstoneInvestorsBrowsableURL": { "type": "string", "nullable": true }, "companyCornerstoneInvestorsIPOSharesPercentage": { "type": "number", "format": "double", "nullable": true }, "companyCornerstoneInvestorsNote": { "type": "string", "nullable": true }, "companyCornerstoneInvestorsSourceURL": { "type": "string", "nullable": true }, "companyCornerstoneInvestorsTotalShares": { "type": "number", "format": "double", "nullable": true }, "companyCornerstoneInvestorsTotalValueUSD": { "type": "number", "format": "double", "nullable": true }, "companyCrescentTermThresholdUSD": { "type": "number", "format": "double", "nullable": true }, "companyCrescentTermTresholdBrowsableURL": { "type": "string", "nullable": true }, "companyCrescentTermTresholdSourceURL": { "type": "string", "nullable": true }, "companyEscrowValueUSD": { "type": "number", "format": "double", "nullable": true }, "companyEstimatedCashperShareAtLiquidation": { "type": "number", "format": "double", "nullable": true }, "companyEstimatedTrustAmountAtLiquidation": { "type": "number", "format": "double", "nullable": true }, "companyExtensionEndDate": { "type": "string", "format": "date-time", "nullable": true }, "companyIncorporationNationality": { "type": "string", "nullable": true }, "companyInvestorPresentationLink": { "type": "string", "nullable": true }, "companyIsAcquisitionCompleted": { "type": "boolean" }, "companyIsLiquidated": { "type": "boolean", "nullable": true }, "companyLatestReportedTrustReportDate": { "type": "string", "format": "date-time", "nullable": true }, "companyLatestReportedTrustSourceURL": { "type": "string", "nullable": true }, "companyLatestReportedTrustUSD": { "type": "number", "format": "double", "nullable": true }, "companyLegalName": { "type": "string", "nullable": true }, "companyLiquidatedDate": { "type": "string", "format": "date-time", "nullable": true }, "companyManagementTeam": { "type": "string", "nullable": true }, "companyMergerAgreementURL": { "type": "string", "nullable": true }, "companyMinimumTargetValuePercent": { "type": "number", "format": "double", "nullable": true }, "companyPIPEInvestorsSourceURL": { "type": "string", "nullable": true }, "companyPublicSharesAfterRedemption": { "type": "integer", "format": "int32", "nullable": true }, "companyRedeemedShares": { "type": "integer", "format": "int32", "nullable": true }, "companyRedeemedSharesPercentage": { "type": "number", "format": "double", "nullable": true }, "companyRedeemedValue": { "type": "number", "format": "double", "nullable": true }, "companyRedemptionBrowsableURL": { "type": "string", "nullable": true }, "companyRedemptionNote": { "type": "string", "nullable": true }, "companyRedemptionSourceURL": { "type": "string", "nullable": true }, "companyS1ShareholdersReportURL": { "type": "string", "nullable": true }, "companySharesRedemptionPriceUSD": { "type": "number", "format": "double", "nullable": true }, "companySponsorAffiliateBrowsableURL": { "type": "string", "nullable": true }, "companySponsorAffiliateId": { "type": "integer", "format": "int64", "nullable": true }, "companySponsorAffiliateLegalName": { "type": "string", "nullable": true }, "companySponsorAffiliateSourceURL": { "type": "string", "nullable": true }, "companySponsorAtRiskBrowsableURL": { "type": "string", "nullable": true }, "companySponsorAtRiskCapitalShareQuantity": { "type": "integer", "format": "int64", "nullable": true }, "companySponsorAtRiskCapitalType": { "type": "string", "nullable": true }, "companySponsorAtRiskCapitalValue": { "type": "number", "format": "double", "nullable": true }, "companySponsorAtRiskPurchasePriceUSD": { "type": "number", "format": "double", "nullable": true }, "companySponsorAtRiskSourceURL": { "type": "string", "nullable": true }, "companySponsorPromoteBrowsableURL": { "type": "string", "nullable": true }, "companySponsorPromoteCornerstoneGiveUpPercentage": { "type": "number", "format": "double", "nullable": true }, "companySponsorPromoteCornerstoneGiveUpPriceUSD": { "type": "number", "format": "double", "nullable": true }, "companySponsorPromoteCornerstoneGiveUpShares": { "type": "integer", "format": "int64", "nullable": true }, "companySponsorPromotePercentage": { "type": "number", "format": "double", "nullable": true }, "companySponsorPromoteShares": { "type": "integer", "format": "int32", "nullable": true }, "companySponsorPromoteSourceURL": { "type": "string", "nullable": true }, "companyTrustValueAfterRedemption": { "type": "number", "format": "double", "nullable": true }, "companyWarrantRedemptionBrowsableURL": { "type": "string", "nullable": true }, "companyWarrantRedemptionPriceUSD": { "type": "number", "format": "double", "nullable": true }, "companyWarrantRedemptionSourceURL": { "type": "string", "nullable": true }, "companyWarrantRedemptionTerms": { "type": "string", "nullable": true }, "ipoCancelledDate": { "type": "string", "format": "date-time", "nullable": true }, "ipoComposition": { "type": "string", "nullable": true }, "ipoCurrencyCode": { "type": "string", "nullable": true }, "ipoCurrencyName": { "type": "string", "nullable": true }, "ipoDeferredFeePercent": { "type": "number", "format": "double", "nullable": true }, "ipoDeferredFeePerShare": { "type": "number", "format": "double", "nullable": true }, "ipoExchange": { "type": "string", "nullable": true }, "ipoExchangeNationality": { "type": "string", "nullable": true }, "ipoInitialExercisePrice": { "type": "number", "format": "double", "nullable": true }, "ipoExpectedDate": { "type": "string", "format": "date-time", "nullable": true }, "ipoFilingDate": { "type": "string", "format": "date-time", "nullable": true }, "ipoFirstTradeDate": { "type": "string", "format": "date-time", "nullable": true }, "ipoFPABrowsableURL": { "type": "string", "nullable": true }, "ipoFPACommittedAmountUSD": { "type": "number", "format": "double", "nullable": true }, "ipoFPANote": { "type": "string", "nullable": true }, "ipoFPAOptionalAmountUSD": { "type": "number", "format": "double", "nullable": true }, "ipoFPASourceURL": { "type": "string", "nullable": true }, "ipoFPAUsedAmountUSD": { "type": "number", "format": "double", "nullable": true }, "ipoGrossFeePercentDisclosed": { "type": "number", "format": "double", "nullable": true }, "ipoInitialExercisePriceUSD": { "type": "number", "format": "double", "nullable": true }, "ipoInitialMidPointRange": { "type": "number", "format": "double", "nullable": true }, "ipoIsFPAgreed": { "type": "boolean", "nullable": true }, "ipoOfferPrice": { "type": "number", "description": "Using IPO Currency", "format": "double", "nullable": true }, "ipoOfferPriceUSD": { "type": "number", "format": "double", "nullable": true }, "ipoOverallotmentExercisedDate": { "type": "string", "format": "date-time", "nullable": true }, "ipoOverallotmentValueAuthorisedInitialUSD": { "type": "number", "format": "double", "nullable": true }, "ipoOverallotmentValueExercisedUSD": { "type": "number", "format": "double", "nullable": true }, "ipoPricingDate": { "type": "string", "format": "date-time", "nullable": true }, "ipoPrimarySharesOffered": { "type": "integer", "format": "int64", "nullable": true }, "ipoRevisionDate": { "type": "string", "format": "date-time", "nullable": true }, "ipoSecRegistrationNumber": { "type": "string", "nullable": true }, "ipoSecurityTypeCode": { "type": "string", "nullable": true }, "ipoSecurityTypeName": { "type": "string", "nullable": true }, "ipoSettlementDate": { "type": "string", "format": "date-time", "nullable": true }, "ipoSubTypeCode": { "type": "string", "nullable": true }, "ipoSubTypeName": { "type": "string", "nullable": true }, "ipoTotalSharesOffered": { "type": "integer", "format": "int64", "nullable": true }, "ipoTotalOverallotmentSharesAuthorised": { "type": "integer", "format": "int64", "nullable": true }, "ipoTotalOverallotmentSharesAuthorisedInitial": { "type": "integer", "format": "int64", "nullable": true }, "ipoTotalOverallotmentSharesExercised": { "type": "integer", "format": "int64", "nullable": true }, "ipoTotalSharesInitialExcludingOverallotment": { "type": "integer", "format": "int64", "nullable": true }, "ipoTotalSharesOfferedExcludingOverallotment": { "type": "integer", "format": "int64", "nullable": true }, "ipoTotalValueExcludingOverallotmentUSD": { "type": "number", "format": "double", "nullable": true }, "ipoTotalValueInitialExcludingOverallotmentUSD": { "type": "number", "format": "double", "nullable": true }, "ipoTotalValueUsd": { "type": "number", "format": "double", "nullable": true }, "ipoTradeDate": { "type": "string", "format": "date-time", "nullable": true }, "ipoUnitSeparationDays": { "type": "integer", "format": "int32", "nullable": true }, "ipoUnitSeparationDaysBrowsableURL": { "type": "string", "nullable": true }, "ipoUnitSeparationDaysSourceURL": { "type": "string", "nullable": true }, "ipoWarrantCover": { "type": "number", "format": "double", "nullable": true }, "ipoWarrantEntitlement": { "type": "string", "nullable": true }, "mnaAnnouncementDate": { "type": "string", "format": "date-time", "nullable": true }, "mnaBackstopMaxAmountUSD": { "type": "number", "format": "double", "nullable": true }, "mnaBackstopUsedAmountUSD": { "type": "number", "format": "double", "nullable": true }, "mnaCancelledDate": { "type": "string", "format": "date-time", "nullable": true }, "mnaCashConsiderationUSD": { "type": "number", "format": "double", "nullable": true }, "mnaCommonShareConsiderationUSD": { "type": "number", "format": "double", "nullable": true }, "mnaCompletionDate": { "type": "string", "format": "date-time", "nullable": true }, "mnaEarnoutSponsorNote": { "type": "string", "nullable": true }, "mnaEarnoutSponsorShares": { "type": "number", "format": "double", "nullable": true }, "mnaEarnoutTargetNote": { "type": "string", "nullable": true }, "mnaEarnoutTargetShares": { "type": "number", "format": "double", "nullable": true }, "mnaEarnoutTradingDays": { "type": "string", "nullable": true }, "mnaExpectedCloseDate": { "type": "string", "format": "date-time", "nullable": true }, "mnaInvPresProFormaOwnershipFPAPercent": { "type": "number", "format": "double", "nullable": true }, "mnaInvPresProFormaOwnershipOtherPercent": { "type": "number", "format": "double", "nullable": true }, "mnaInvPresProFormaOwnershipPIPEPercent": { "type": "number", "format": "double", "nullable": true }, "mnaInvPresProFormaOwnershipSPACInvestorsPercent": { "type": "number", "format": "double", "nullable": true }, "mnaInvPresProFormaOwnershipSponsorPercent": { "type": "number", "format": "double", "nullable": true }, "mnaInvPresProFormaOwnershipTargetPercent": { "type": "number", "format": "double", "nullable": true }, "mnaInvPresSourcesBalanceSheetCash": { "type": "number", "format": "double", "nullable": true }, "mnaInvPresSourcesCurrency": { "type": "string", "nullable": true }, "mnaInvPresSourcesFPACash": { "type": "number", "format": "double", "nullable": true }, "mnaInvPresSourcesOtherCash": { "type": "number", "format": "double", "nullable": true }, "mnaInvPresSourcesPIPECash": { "type": "number", "format": "double", "nullable": true }, "mnaInvPresSourcesRolloverDebt": { "type": "number", "format": "double", "nullable": true }, "mnaInvPresSourcesSponsorEquity": { "type": "number", "format": "double", "nullable": true }, "mnaInvPresSourcesTargetEquity": { "type": "number", "format": "double", "nullable": true }, "mnaInvPresSourcesTrustCash": { "type": "number", "format": "double", "nullable": true }, "mnaInvPresUseCashToBalanceSheet": { "type": "number", "format": "double", "nullable": true }, "mnaInvPresUseCashToSeller": { "type": "number", "format": "double", "nullable": true }, "mnaInvPresUseCurrency": { "type": "string", "nullable": true }, "mnaInvPresUseOtherCash": { "type": "number", "format": "double", "nullable": true }, "mnaInvPresUseRepayDebt": { "type": "number", "format": "double", "nullable": true }, "mnaInvPresUseRolloverDebt": { "type": "number", "format": "double", "nullable": true }, "mnaInvPresUseSponsorEquity": { "type": "number", "format": "double", "nullable": true }, "mnaInvPresUseTargetEquity": { "type": "number", "format": "double", "nullable": true }, "mnaInvPresUseTransactionExpenses": { "type": "number", "format": "double", "nullable": true }, "mnaInvPresValuationCurrency": { "type": "string", "nullable": true }, "mnaInvPresValuationEnterpriseValue": { "type": "number", "format": "double", "nullable": true }, "mnaInvPresValuationEquityValue": { "type": "number", "format": "double", "nullable": true }, "mnaLockupPIPEDays": { "type": "integer", "format": "int32", "nullable": true }, "mnaLockupPIPEMinimumDays": { "type": "integer", "format": "int32", "nullable": true }, "mnaLockupPIPEPriceHurdle": { "type": "number", "format": "double", "nullable": true }, "mnaLockupSponsorDays": { "type": "integer", "format": "int32", "nullable": true }, "mnaLockupSponsorMinimumDays": { "type": "integer", "format": "int32", "nullable": true }, "mnaLockupSponsorPriceHurdle": { "type": "number", "format": "double", "nullable": true }, "mnaLockupTargetDays": { "type": "integer", "format": "int32", "nullable": true }, "mnaLockupTargetMinimumDays": { "type": "integer", "format": "int32", "nullable": true }, "mnaLockupTargetPriceHurdle": { "type": "number", "format": "double", "nullable": true }, "mnaMinimumCashAtClosing": { "type": "integer", "format": "int64", "nullable": true }, "mnaNewShares": { "type": "number", "format": "double", "nullable": true }, "mnaOtherConsiderationUSD": { "type": "number", "format": "double", "nullable": true }, "mnaRecordDate": { "type": "string", "format": "date-time", "nullable": true }, "mnaRecordDateBrowsableURL": { "type": "string", "nullable": true }, "mnaRecordDateSourceURL": { "type": "string", "nullable": true }, "mnaShareholderVoteDate": { "type": "string", "format": "date-time", "nullable": true }, "mnaShareholderVoteDateBrowsableURL": { "type": "string", "nullable": true }, "mnaShareholderVoteDateSourceURL": { "type": "string", "nullable": true }, "mnaSponsorForfeitNote": { "type": "string", "nullable": true }, "mnaSponsorForfeitSharesAtAnnouncement": { "type": "number", "format": "double", "nullable": true }, "mnaSponsorForfeitSharesAtClose": { "type": "number", "format": "double", "nullable": true }, "mnaSponsorForfeitWarrantsAtAnnouncement": { "type": "number", "format": "double", "nullable": true }, "mnaSponsorForfeitWarrantsAtClose": { "type": "number", "format": "double", "nullable": true }, "mnaSponsorWarrantAdjustment": { "type": "number", "format": "double", "nullable": true }, "mnaSponsorWarrantAdjustmentDetails": { "type": "string", "nullable": true }, "mnaTargetId": { "type": "integer", "format": "int64", "nullable": true }, "mnaTargetIndustry": { "$ref": "#/components/schemas/DealogicIndustry" }, "mnaTargetName": { "type": "string", "nullable": true }, "mnaTargetNetDebtUSD": { "type": "number", "format": "double", "nullable": true }, "mnaValueAtAnnouncementUSD": { "type": "number", "format": "double", "nullable": true }, "mnaValueRevisedUSD": { "type": "number", "format": "double", "nullable": true }, "mnaValueUSD": { "type": "number", "format": "double", "nullable": true }, "mnaVoteResultsFor": { "type": "integer", "format": "int32", "nullable": true }, "mnaVoteResultsAgainst": { "type": "integer", "format": "int32", "nullable": true }, "mnaVoteResultsAbstain": { "type": "integer", "format": "int32", "nullable": true }, "mnaVoteResultsNonVotes": { "type": "integer", "format": "int32", "nullable": true }, "spacFamily": { "type": "string", "nullable": true }, "spacStatus": { "type": "string", "nullable": true }, "companyManagement": { "type": "array", "items": { "$ref": "#/components/schemas/CompanyManagementEntry" }, "nullable": true }, "companyManagementAffiliations": { "type": "array", "items": { "$ref": "#/components/schemas/CompanyManagementAffiliationsEntry" }, "nullable": true }, "companyS1Shareholders": { "type": "array", "items": { "$ref": "#/components/schemas/CompanyS1Shareholder" }, "nullable": true }, "intendedTargetSpecialisedIndustries": { "type": "array", "items": { "$ref": "#/components/schemas/SpecialisedIndustry" }, "nullable": true }, "ipoAttorneys": { "type": "array", "items": { "$ref": "#/components/schemas/IpoAttorney" }, "nullable": true }, "ipoAuditors": { "type": "array", "items": { "$ref": "#/components/schemas/IpoAuditor" }, "nullable": true }, "ipoFinancialSponsors": { "type": "array", "items": { "$ref": "#/components/schemas/IpoFinancialSponsor" }, "nullable": true }, "ipoLockups": { "type": "array", "items": { "$ref": "#/components/schemas/IpoLockup" }, "nullable": true }, "ipoSyndicate": { "type": "array", "items": { "$ref": "#/components/schemas/Bank" }, "nullable": true }, "listings": { "type": "array", "items": { "$ref": "#/components/schemas/Listing" }, "nullable": true }, "mnaDivestors": { "type": "array", "items": { "$ref": "#/components/schemas/MnaDivestor" }, "nullable": true }, "mnaEarnoutSponsorTriggers": { "type": "array", "items": { "$ref": "#/components/schemas/MnaEarnoutSponsorTrigger" }, "nullable": true }, "mnaEarnoutTargetTriggers": { "type": "array", "items": { "$ref": "#/components/schemas/MnaEarnoutTargetTrigger" }, "nullable": true }, "mnaFinancialSponsors": { "type": "array", "items": { "$ref": "#/components/schemas/MnaFinancialSponsor" }, "nullable": true }, "mnaInvPresFinancialsEBITDAs": { "type": "array", "items": { "$ref": "#/components/schemas/MnaInvPresFinancialsEBITDA" }, "nullable": true }, "mnaInvPresFinancialsRevenues": { "type": "array", "items": { "$ref": "#/components/schemas/MnaInvPresFinancialsRevenue" }, "nullable": true }, "mnaTargetAdvisors": { "type": "array", "items": { "$ref": "#/components/schemas/MnaTargetAdvisor" }, "nullable": true }, "mnaSponsorForfeitTypes": { "type": "array", "items": { "$ref": "#/components/schemas/MnaSponsorForfeitType" }, "nullable": true }, "relatedEcmDeals": { "type": "array", "items": { "$ref": "#/components/schemas/RelatedEcmDeal" }, "nullable": true }, "relatedNews": { "type": "array", "items": { "$ref": "#/components/schemas/NewsEntry" }, "nullable": true }, "companyCornerstoneInvestors": { "type": "array", "items": { "$ref": "#/components/schemas/CompanyCornerstoneInvestor" }, "nullable": true }, "withdrawnMnaDeals": { "type": "array", "items": { "$ref": "#/components/schemas/WithdrawnMnaDeal" }, "nullable": true }, "companyRedemptions": { "type": "array", "items": { "$ref": "#/components/schemas/CompanyRedemption" }, "nullable": true }, "ipoPromoteScheduleTriggers": { "type": "array", "items": { "$ref": "#/components/schemas/IpoPromoteScheduleTrigger" }, "nullable": true }, "companyIncorporationLocation": { "$ref": "#/components/schemas/Location" }, "ipoExchangeLocation": { "$ref": "#/components/schemas/Location" }, "mnaTargetNationality": { "$ref": "#/components/schemas/Location" }, "intendedTargetIndustries": { "type": "array", "items": { "$ref": "#/components/schemas/DealogicIndustry" }, "nullable": true }, "intendedTargetLocations": { "type": "array", "items": { "$ref": "#/components/schemas/Location" }, "nullable": true }, "intendedTargetParentIndustries": { "type": "array", "items": { "$ref": "#/components/schemas/DealogicIndustry" }, "nullable": true }, "intendedTargetParentLocations": { "type": "array", "items": { "$ref": "#/components/schemas/Location" }, "nullable": true }, "mnaAcquirorAdvisors": { "type": "array", "items": { "$ref": "#/components/schemas/MnaAcquirorAdvisor" }, "nullable": true }, "mnaTargetSpecialisedIndustries": { "type": "array", "items": { "$ref": "#/components/schemas/SpecialisedIndustry" }, "nullable": true } }, "additionalProperties": false }, "CompanyCornerstoneInvestor": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string", "nullable": true }, "spacEntryId": { "type": "integer", "format": "int64" }, "spacEntry": { "$ref": "#/components/schemas/SpacEntry" } }, "additionalProperties": false }, "ODataValueOfCompanyCornerstoneInvestorArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/CompanyCornerstoneInvestor" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfCompanyManagementEntryArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/CompanyManagementEntry" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfCompanyManagementAffiliationsEntryArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/CompanyManagementAffiliationsEntry" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfCompanyRedemptionArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/CompanyRedemption" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfCompanyS1ShareholderArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/CompanyS1Shareholder" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfDealogicIndustryArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/DealogicIndustry" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfIpoAttorneyArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/IpoAttorney" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfIpoAuditorArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/IpoAuditor" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfIpoFinancialSponsorArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/IpoFinancialSponsor" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfIpoLockupArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/IpoLockup" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfIpoPromoteScheduleTriggerArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/IpoPromoteScheduleTrigger" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfListingArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/Listing" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfLocationArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/Location" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfMarketDataEntryArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/MarketDataEntry" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfMnaAcquirorAdvisorArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/MnaAcquirorAdvisor" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfMnaDivestorArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/MnaDivestor" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfMnaEarnoutSponsorTriggerArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/MnaEarnoutSponsorTrigger" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfMnaEarnoutTargetTriggerArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/MnaEarnoutTargetTrigger" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfMnaFinancialSponsorArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/MnaFinancialSponsor" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfMnaInvPresFinancialsEBITDAArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/MnaInvPresFinancialsEBITDA" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfMnaInvPresFinancialsRevenueArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/MnaInvPresFinancialsRevenue" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfMnaSponsorForfeitTypeArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/MnaSponsorForfeitType" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfMnaTargetAdvisorArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/MnaTargetAdvisor" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfNamedPIPEInvestorArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/NamedPIPEInvestor" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfNewsEntryArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/NewsEntry" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfOwnershipDataEntryArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/OwnershipDataEntry" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfRelatedEcmDealArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/RelatedEcmDeal" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfRelatedEcmDealBankArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/RelatedEcmDealBank" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfSpacEntryArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/SpacEntry" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfSpecialisedIndustryArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/SpecialisedIndustry" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfWithdrawnMnaAcquirorAdvisorArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/WithdrawnMnaAcquirorAdvisor" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfWithdrawnMnaDealArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/WithdrawnMnaDeal" }, "nullable": true } }, "additionalProperties": false }, "ODataValueOfWithdrawnMnaTargetAdvisorArray": { "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/WithdrawnMnaTargetAdvisor" }, "nullable": true } }, "additionalProperties": false } }, "securitySchemes": { "oauth2": { "type": "oauth2", "flows": { "implicit": { "authorizationUrl": "https://login.dealogic.com/as/authorization.oauth2", "tokenUrl": "https://login.dealogic.com/as/token.oauth2", "scopes": { } } } } } }, "security": [ { "oauth2": [ ] } ], "tags": [ { "name": "Root Entity" }, { "name": "Related Entities" }, { "name": "Entity Navigation" }, { "name": "Spac Reader" } ] }