Legal Entity OrgId for Fund
We are trying to get Legal Entity OrgId for some funds having their Isin has input. The request works fine for usual equity but always returns null for fund.
Is there a way to either get the Legal Entity OrgId or the Issuer OrgId ?
I am happy to have another data type to retrieve The Issuer OrgId field which is not part of Legal Entity Detail Extraction Request
Following is the json request (produced in java)
{
"ExtractionRequest":{
"@odata.type":"#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.LegalEntityDetailExtractionRequest",
"Condition":{
"DeltaDays":-1
},
"ContentFieldNames":[
"IssuerOrgId"
],
"IdentifierList":{
"@odata.type":"#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.EntityIdentifierListWithValidationOptions",
"EntityIdentifiers":[
{
"Identifier":"IE00B6X2JP23",
"IdentifierType":"Isin",
"UserDefinedIdentifier":"IE00B6X2JP23"
},
{
"Identifier":"LU2083275854",
"IdentifierType":"Isin",
"UserDefinedIdentifier":"LU2083275854"
}
],
"ValidationOptions":{
"AllowDuplicateInstruments":true,
"IncludeParentAndUltimateParent":false,
"AllowUnmanagedOrUnverifiedEntities":true
},
"UseUserPreferencesForValidationOptions":false
}
}
}
It would be great to have a working json.
Also that would be great if there is a documentation with all the routes and fields available.
Best Answer
-
Hello @y.bruyere ,
Apologies on delay in responding, I was off.
FundSearch request works with single identifier, there is no provision to pass multiple identifiers into a single request, please refer to DSS REST API Reference Tree.
If I had a requirement to submit these requests programmatically, I would absorb the required identifiers from a configuration, and issue the ID-specific request in a loop, as Search requests do not count toward your DSS Quota.
0
Answers
-
Hello @y.bruyere ,
Try
{{protocol}}{{host}}{{api}}Search/FundSearch
{
"SearchRequest": {
"FundName": null,
"DomicileCodes": null,
"CurrencyCodes": null,
"SubTypes": null,
"IdentifierType": "Isin",
"Identifier": "IE00B6X2JP23",
"PreferredIdentifierType": "OrgId"
}
}From my testing, this results in:
{
"@odata.context": "https://hosted.datascopeapi.reuters.com/RestApi/v1/$metadata#Collection(ThomsonReuters.Dss.Api.Search.FundSearchResult)",
"value": [
{
"Identifier": "IE00B6X2JP23",
"IdentifierType": "Isin",
"Key": "VjF8MHgwMDAzZjgwNmVmZDNmYzNkfE1GUVV8SUUwMEI2WDJKUDIzfElTTg",
"Description": "Comgest Growth Amer EUR R Acc",
"InstrumentType": "Fund",
"FundName": "Comgest Growth Amer EUR R Acc",
"FundAdministrator": "RBC INVESTOR SERVICES IRELAND LIMITED",
"PortfolioManager": "COMGEST ASSET MANAGEMENT INTERNATIONAL LIMITED",
"DomicileCode": "IE",
"CurrencyCode": "EUR",
"InvestmentType": "Equity",
"SubType": "MutualFund",
"AssetStatus": "Active",
"IssuerName": "",
"IssuerOrgId": "105338777"
}
]
}I notice, that from DSS GUI's Search Bar, if I run a search on this ISIN as Entity, it does not find it, however, if I search it up as Fund, I get the result, so in this way, the behavior is consistent.
Hope this helps
0 -
Thank you @zoya faberov the request works fine for one instrument.
However I have not found a way to send multiple identifiers using the SearchRequest. If I pass multiple Isins separated by a String the result is empty. Is there a way to pass multiple Isin at the same time like it is done with the EntityIdentifiers field for the ExtractionRequest ?0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 690 Datastream
- 1.4K DSS
- 629 Eikon COM
- 5.2K Eikon Data APIs
- 11 Electronic Trading
- 1 Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 255 ETA
- 559 WebSocket API
- 39 FX Venues
- 15 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 25 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 279 Open PermID
- 45 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 23 RDMS
- 2K Refinitiv Data Platform
- 716 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 106 UPA
- 194 TREP Infrastructure
- 229 TRKD
- 918 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 95 Workspace SDK
- 11 Element Framework
- 5 Grid
- 19 World-Check Data File
- 1 Yield Book Analytics
- 48 中文论坛