RKD API Developers Guide
RKD API Developers Guide
API
DEVELOPER GUIDE
Contents
1 Overview ........................................................................................................................... 1
2 Preface .............................................................................................................................. 2
2.1 Introduction ..................................................................................................................................................... 2
2.2 Intended Audience .......................................................................................................................................... 2
2.3 Using this Guide.............................................................................................................................................. 2
2.4 Where to Get More Information....................................................................................................................... 2
2.5 Customer Zone Setup ..................................................................................................................................... 2
2.5.1 Introduction to Customer Zone ................................................................................................................. 2
2.5.2 Accessing Customer Zone........................................................................................................................ 2
2.5.3 Signing up for Service Alerts .................................................................................................................... 2
2.5.4 Signing up for Product Change Notifications ............................................................................................ 3
8 Charts .............................................................................................................................. 44
8.1 Overview ....................................................................................................................................................... 44
8.2 Authentication/Authorization, Service Endpoint, and Required Headers ...................................................... 44
8.2.1 Authorization........................................................................................................................................... 44
8.2.2 Authentication ......................................................................................................................................... 44
8.2.3 Service Endpoint, Required Headers and WSDL ................................................................................... 44
8.3 Understanding Charts Request..................................................................................................................... 44
8.3.1 Get Chart (GetChart_2) .......................................................................................................................... 45
8.3.2 Get Charts, chartRequest Section .......................................................................................................... 47
8.3.3 Get Charts, TimeSeries Section ............................................................................................................. 49
8.3.4 Analyses ................................................................................................................................................. 50
8.3.5 StandardTemplate .................................................................................................................................. 51
8.3.6 Scheme................................................................................................................................................... 56
15 Ownership..................................................................................................................... 586
15.1 Overview ..................................................................................................................................................... 586
15.2 Authentication/Authorization ....................................................................................................................... 586
15.2.1 Authorization......................................................................................................................................... 586
15.2.2 Authentication ....................................................................................................................................... 586
15.2.3 Service Endpoint, Required Headers and WSDL ................................................................................. 586
15.3 Requests and Responses ........................................................................................................................... 587
15.3.1 Get Ownership Summary (GetOwnershipSummary_1)........................................................................ 587
15.3.2 Get Shareholders Report (GetShareholdersReport_1) ........................................................................ 605
15.3.3 Get Insiders Report (GetInsidersReport_1) .......................................................................................... 618
15.3.4 Get Insider Transactions (GetInsiderTransactions_1) .......................................................................... 630
15.3.5 Get Investor Holdings (GetInvestorHoldings_1) ................................................................................... 640
39 Fiddler Examples for Refinitiv Knowledge Direct API Services ........................... 1334
39.1 Overview ................................................................................................................................................... 1334
39.2 Installing Fiddler ........................................................................................................................................ 1334
39.3 Loading .saz File ....................................................................................................................................... 1334
39.4 User Credentials ....................................................................................................................................... 1335
39.5 Reissuing Requests .................................................................................................................................. 1335
39.6 Generating a New Token .......................................................................................................................... 1336
39.7 Resending Requests................................................................................................................................. 1337
45 Streaming.................................................................................................................... 1425
45.1 Introduction ............................................................................................................................................... 1425
45.2 Summary Application Workflow ................................................................................................................ 1425
45.3 Detailed Application Behavior ................................................................................................................... 1426
45.4 Notes......................................................................................................................................................... 1429
45.5 Known Issues............................................................................................................................................ 1429
45.6 Python Example ........................................................................................................................................ 1430
45.7 C#/.NET Example ..................................................................................................................................... 1433
49 Doc Repository for KID for PRIIPS and Fund Info Documents.............................. 1475
49.1 Overview ................................................................................................................................................... 1475
49.2 Operation Are Documents Available ......................................................................................................... 1475
49.2.1 Service Endpoint and WSDL .............................................................................................................. 1475
49.2.2 Sample Requests and Responses ..................................................................................................... 1475
49.3 Operation Get Regulatory Documents ...................................................................................................... 1488
49.3.1 Service Endpoint and WSDL .............................................................................................................. 1488
49.3.2 Sample Requests and Responses ..................................................................................................... 1488
49.4 Search Documents.................................................................................................................................... 1493
49.4.1 Service Endpoint and WSDL .............................................................................................................. 1493
49.4.2 Sample Requests and Responses ..................................................................................................... 1493
53 Profiles ............................................................................................................................ 54
53.1 Overview ....................................................................................................................................................... 54
53.2 Authentication / Authorization ....................................................................................................................... 54
53.2.1 Authorization........................................................................................................................................... 54
53.2.2 Authentication ......................................................................................................................................... 54
53.2.3 Service Endpoint, Required Headers and WSDL ................................................................................... 54
53.3 Requests and Responses ............................................................................................................................. 54
53.3.1 Create Profile (CreateProfile_1) ............................................................................................................. 54
53.3.2 Delete Profile (DeleteProfile_1) .............................................................................................................. 55
53.3.3 Get Profile (GetProfile_1) ....................................................................................................................... 56
NOTE: If you have not subscribed to the 'My Alerts' service yet, click the 'Start Subscription Wizard' link to subscribe and personalize
alerts.
The Refinitiv Knowledge Direct API and Web Views alerts can be found under:
Application -> Financial Information Applications -> Refinitiv Knowledge Direct:
• Refinitiv Knowledge Direct API
• Refinitiv Knowledge Direct Web Views
6. Select both Refinitiv Knowledge Direct API and Refinitiv Knowledge Direct Web Views and click Update.
7. Go to the Delivery menu to choose how you want the alerts to be delivered.
HTTP headers:
POST api/TokenManagement/TokenManagement.svc HTTP/1.1
Content-Type: application/soap+xml
Host: api.rkd.refinitiv.com
Retrieve the token from the response XML. You should cache the token and reuse it until it expires (90 minutes, by default).
Step 2: Create an impersonation token
Service endpoint:
https://api.rkd.refinitiv.com/api/TokenManagement/TokenManagement.svc/Anonymous
HTTP headers:
POST api/TokenManagement/TokenManagement.svc HTTP/1.1
Content-Type: application/soap+xml
Host: api.rkd.refinitiv.com
Retrieve the token from the response XML. You should cache the token and reuse it until it expires (90 minutes, by default).
NOTE: You can handle both Step 1 (Creating a Service Token) and Step 2 (Creating Impersonation Token) in one step by calling
CreateImpersonationToken_Request_2 operation. See Creating Service and Impersonation Token in One Request for more information.
Service endpoint:
http://api.rkd.refinitiv.com/api/SignificantDevelopments/SignificantDevelopments_1.svc
HTTP headers:
POST api/SignificantDevelopments/SignificantDevelopments_1.svc HTTP/1.1
Content-Type: application/soap+xml
Host: api.rkd.refinitiv.com
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
TokenManagement/TokenManagement.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/TokenManagement_1/CreateServiceToken_1</Action>
</Header>
<Body>
<CreateServiceToken_Request_1 xmlns:="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Common_1"xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
TokenManagement_1">
<ApplicationID>[AppID]</ApplicationID>
<Username>[service user]</Username>
<Password>[password]</Password>
</CreateServiceToken_Request_1>
</Body>
</Envelope>
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" s:mustUnderstand="1">
http://www.reuters.com/ns/2006/05/01/webservices/rkd/TokenManagement_1
CreateServiceToken_1_Reply</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<CreateServiceToken_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
TokenManagement_1">
<Expiration>[token expiration YYYY-MM-DDTHH:MM:SS]</Expiration>
<Token xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
[servicetoken]</Token>
</CreateServiceToken_Response_1>
</Body>
</Envelope>
3.5.3 XML Sample Request - Creating an Impersonation Token (Refinitiv effective user)
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
TokenManagement/TokenManagement.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/TokenManagement_1/CreateImpersonationToken_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<CreateImpersonationToken_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/TokenManagement_1">
<EffectiveUsername>[effective user]</EffectiveUsername>
</CreateImpersonationToken_Request_1>
</Body>
</Envelope>
3.5.4 XML Sample Response - Creating an Impersonation Token (Refinitiv effective user)
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" s:mustUnderstand="1" >http://
www.reuters.com/ns/2006/05/01/webservices/rkd/TokenManagement_1/
CreateImpersonationToken_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]<RelatesTo>
<Header>
<Body>
<CreateImpersonationToken_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/TokenManagement_1">
<Expiration>[token expiration YYYY-MM-DDTHH:MM:SS]</Expiration>
<Token xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Common_1">[impersonationtoken]</Token>
</CreateImpersonationToken_Response_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/rkd/
SignificantDevelopments/SignificantDevelopments.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/rkd/ns/2006/05/
01/webservices/rkd/SignificantDevelopments_1/GetSignificantDevelopments_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetSignificantDevelopments_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/SignificantDevelopments_1">
<FindRequest Significance="1 2 3" MaxNumberOfItems="100">
<CompanyIdentifiers>
<RIC Value="rtr.l" />
</CompanyIdentifiers>
</FindRequest>
</GetSignificantDevelopments_Request_1>
</Body>
</Envelope>
<Topics>
<Topic1 Code="204">Business Deals</Topic1>
</Topics>
<Headline>Reuters Group PLC Closes Deal with Lukoil, Russia's Oil Company
</Headline>
<Description>Reuters Group PLC announced that its Moscow office has closed a deal
with Lukoil, Russia's oil company, for 11 Reuters 3000 Xtra and 21 Reuters Trader
for Commodities keystations, with the Russian news service and specialist data.
</Description>
</Development>
</FindResponse>
</GetSignificantDevelopments_Response_1>
</s:Body>
</s:Envelope>
• HyperText Transfer Protocol (HTTP): Used as the primary transport for Refinitiv Knowledge Direct API. Refinitiv Knowledge Direct API
supports HTTP compression across all services.
• HyperText Transfer Protocol Secure (HTTPS): Can be used by users to provide encrypted communication and secure identification of a
network web server for data requests like estimates, news, etc.
• Secure Sockets Layer (SSL): Used for HTTP session encryption for token creation request messages, where user credentials would
otherwise be an unencrypted plain-text part of the SOAP payload.
• XML Schema (http://www.w3.org/2001/XMLSchema): All Refinitiv Knowledge Direct API services use XML Schema to describe the
structure of the data being exchanged with the client. In addition to being used by clients to understand the nature of the data exchange,
XSD schemas are also used for validating SOAP requests.
• SOAP 1.2 (http://www.w3.org/2003/05/soap-envelope): Defines a standard for generic XML data exchange in a way that supports
describing metadata along with the service payload data.
• WSDL 1.1 (http://schemas.xmlsoap.org/wsdl/): Provides a standard way to describe the service interfaces, access methods, and
specific service endpoint locations.
• WSDL Binding Extension for SOAP 1.2 (http://schemas.xmlsoap.org/wsdl/soap12/)
• WS-Policy (http://schemas.xmlsoap.org/ws/2004/09/policy): Provides a basic framework for how web services describe their policies.
The related WS-PolicyAttachments provides mechanisms for describing how WS-Policy based information is described in WSDL
documents.
Just replace [ServiceName] and [ServiceName_Version] with actual service name and its version, for example:
NOTE: WSDL addresses for SOAP 1.1 contain the '_Soap11' suffix.
To get service endpoints for SOAP 1.1 you can use the following general URL:
Just replace [ServiceName] with the actual service name, for example:
3.6.1.1 XML Sample Request - Creating a Service Token Using SOAP 1.1
POST https://api.rkd.refinitiv.com/api/TokenManagement/TokenManagement.svc/soap11/Anonymous
HTTP/1.1
Content-Type: text/xml
SOAPAction: http://www.reuters.com/ns/2006/05/01/webservices/rkd/TokenManagement_1/
CreateServiceToken_1
Host: api.rkd.refinitiv.com
Content-Length: 541
<?xml version="1.0" encoding="utf-8"?>
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
<Header />
<Body>
<CreateServiceToken_Request_1 xmlns:"http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Common_1"
xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/TokenManagement_1">
<ApplicationID>[AppID]</ApplicationID>
<Username>[username]</Username>
<Password>[password]</Password>
</CreateServiceToken_Request_1>
</Body>
</Envelope>
3.6.1.2 XML Sample Response - Creating a Service Token Using SOAP 1.1
HTTP/1.1 200 OK
Date: Tue, 25 Jan 2011 13:05:29 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/xml; charset=utf-8
Via: 1.1 RKDAPI
Connection: Keep-Alive
Content-Length: 587
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<CreateServiceToken_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
TokenManagement_1"
xmlns:="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<Expiration>[token expiration YYYY-MM-DDTHH:MM:SS]</Expiration>
<Token>[service_token]</Token>
</CreateServiceToken_Response_1>
</s:Body>
</s:Envelope>
News 2007-08-24T12:42:12-04:00
TimeSeries 2007-08-24T12:42:12-05:00
NOTE: Unlike all other Refinitiv Knowledge Direct API transactions, CreateServiceToken_Request_1 and
CreateImpersonationToken_Request_2 requests must be made using HTTPS. The other authentication and authorization requests may be
made through HTTPS or HTTP.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
...
<Body>
<CreateServiceToken_Request_1 xmlns:"http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Common_1" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
TokenManagement_1">
<ApplicationID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Common_1">[AppID]</ApplicationID>
<Username>[service user]</Username>
<Password>[password]</Password>
</CreateServiceToken_Request_1>
</Body>
</Envelope>
For all other requests, you must include the appid in the SOAP header.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/rkd/
SignificantDevelopments/SignificantDevelopments.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/rkd/ns/2006/05/
01/webservices/rkd/SignificantDevelopments_1/GetSignificantDevelopments_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
...
{
"CreateServiceToken_Request_1": {
"ApplicationID": "[AppID]",
"Username": "[Username]",
"Password": "[Password]"
}
}
X-Trkd-Trace-Token [Token]
X-Trkd-Trace-ApplicationID [AppId]
X-Trkd-Trace-Options Info
Content-Type application/json
• Unmanaged: This type of effective user represents an identity with no entry in the Refinitiv user data store. Your application is
responsible for maintaining this user identity.
Please refer to the documentation about the particular service you are using for information about the effective user type that service
supports.
NOTE: You should not request a new token every time you make a request. It takes less time to get actual data than to get a new token.
When Refinitiv Knowledge Direct API receives an expired token, the API returns a SOAP fault:
Use this fault as a signal to create and cache a new token. For coding suggestions, see Creating a Service Token.
NOTE: Responses from the Token Management include the token expiration time. See Creating a Token.
{
"Fault": {
"Code": {
"Value": "s:Receiver",
"Subcode": {
"Value": "a:Security_ExpiredToken"
}
},
"Reason": {
"Text": {
"lang": "en-US",
"Value": "Token expired."
}
},
"Detail": {
"ClientErrorReference": {
"Timestamp": "[Timestamp]",
"ErrorReference": "[ErrorRef]",
"ServerReference": "[ServerRef]"
}
}
}
}
NOTE: Unlike all other Refinitiv Knowledge Direct API transactions, you must make authentication and authorization requests (that is,
requests to the TokenManagement_1 service) using HTTPS.
Each post to the Token Management service must also include the HTTP headers below.
You can use a single credential (service user) to create a service token that represents all users of your application or support individual user
credentials (effective users) by creating an impersonation token representing each user.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
TokenManagement/TokenManagement.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/TokenManagement_1/CreateServiceToken_1</Action>
</Header>
<Body>
<CreateServiceToken_Request_1 xmlns:="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Common_1" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
TokenManagement_1">
<ApplicationID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Common_1">[AppID]</ApplicationID>
<Username>[service user]</Username>
<Password>[password]</Password>
</CreateServiceToken_Request_1>
</Body>
</Envelope>
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" s:mustUnderstand="1" >http://
www.reuters.com/ns/2006/05/01/webservices/rkd/TokenManagement_1/
CreateServiceToken_1_Reply</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<CreateServiceToken_Response_1 xmlns="https://www.reuters.com/ns/2006/05/01/webservices/rkd/
TokenManagement_1">
<Expiration>[token expiration YYYY-MM-DDTHH:MM:SS]</Expiration>
<Token xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">[service
token]</Token>
</CreateServiceToken_Response_1>
</Body>
</Envelope>
Parse the response to retrieve the service token. If your application uses a single credential to represent all users, submit this service token
with each data request. If your application supports individual user credentials, use this service token to create an impersonation token.
{
"CreateServiceToken_Request_1": {
"ApplicationID": "[AppID]",
"Username": "[Username]",
"Password": "[Password]"
}
}
{
"CreateServiceToken_Response_1": {
"Expiration": "[token expiration YYYY-MM-DDTHH:MM:SS]"
"Token": "[Token]"
}
}
4.4.2.7 XML Sample Request - Creating an Impersonation Token (Refinitiv effective user)
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
TokenManagement/TokenManagement.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/TokenManagement_1/CreateImpersonationToken_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<CreateImpersonationToken_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/TokenManagement_1">
<EffectiveUsername>[effective user]</EffectiveUsername>
</CreateImpersonationToken_Request_1>
</Body>
</Envelope>
4.4.2.8 XML Sample Response - Creating an Impersonation Token (Refinitiv effective user)
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" s:mustUnderstand="1" >http://
www.reuters.com/ns/2006/05/01/webservices/rkd/TokenManagement_1/
CreateServiceToken_1_Reply</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<CreateImpersonationToken_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/TokenManagement_1">
<Expiration>[token expiration YYYY-MM-DDTHH:MM:SS]</Expiration>
<Token xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Common_1">[Impersonation Token]</Token>
</CreateImpersonationToken_Response_1>
</Body>
</Envelope>
4.4.2.9 JSON Sample Request - Creating an Impersonation Token (Refinitiv effective user)
{
"CreateImpersonationToken_Request_1": {
"EffectiveUsername": {
"userType": "[usertype]",
"Value": "[effective username]"
}
}
}
4.4.2.10 JSON Sample Response - Creating an Impersonation Token (Refinitiv effective user)
{
"CreateImpersonationToken_Response_1": {
"Expiration": "[token expiration YYYY-MM-DDTHH:MM:SS]",
"Token": "[Impersonation Token]"
}
}
4.4.2.11 XML Sample Request - Creating an Impersonation Token (Unmanaged effective user)
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
TokenManagement/TokenManagement.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/TokenManagement_1/CreateImpersonationToken_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<CreateImpersonationToken_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/TokenManagement_1">
<EffectiveUsername userType="Unmanaged">[unmanaged user]</EffectiveUsername>
</CreateImpersonationToken_Request_1>
</Body>
</Envelope>
4.4.2.12 XML Sample Response - Creating an Impersonation Token (Unmanaged effective user)
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" s:mustUnderstand="1" >http://
www.reuters.com/ns/2006/05/01/webservices/rkd/TokenManagement_1/
CreateServiceToken_1_Reply</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<CreateImpersonationToken_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/TokenManagement_1">
<Expiration>[token expiration YYYY-MM-DDTHH:MM:SS]</Expiration>
<Token xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Common_1">[Impersonation Token]</Token>
</CreateImpersonationToken_Response_1>
</Body>
</Envelope>
NOTE: The Create Impersonation Token request includes the service token in the SOAP header.
Parse the response to retrieve the impersonation token. Submit this impersonation token with each data request.
4.4.2.13 JSON Sample Request - Creating an Impersonation Token (Unmanaged effective user)
{
"CreateImpersonationToken_Request_1": {
"EffectiveUsername": {
"userType": "Unmanaged",
"Value": "[effective username]"
}
}
}
4.4.2.14 JSON Sample Response - Creating an Impersonation Token (Unmanaged effective user)
{
"CreateImpersonationToken_Response_1": {
"Expiration": "[token expiration YYYY-MM-DDTHH:MM:SS]",
"Token": "[Impersonation Token]"
}
}
4.4.3.1 XML Sample Request - Creating Service and Impersonation Tokens (Refinitiv effective user)
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
TokenManagement/TokenManagement.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/TokenManagement_1/CreateImpersonationToken_2</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<CreateImpersonationToken_Request_2 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/TokenManagement_1">
<ApplicationID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Common_1">[AppID]</ApplicationID>
<Username>[service user]</Username>
<Password>[password]</Password>
<EffectiveUsername>[effective user]</EffectiveUsername>
</CreateImpersonationToken_Request_2>
</Body>
</Envelope>
4.4.3.2 XML Sample Response - Creating Service and Impersonation Tokens (Refinitiv effective user)
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" s:mustUnderstand="1" >http://
www.reuters.com/ns/2006/05/01/webservices/rkd/TokenManagement_1/
CreateImpersonationToken_2_Reply</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<CreateImpersonationToken_Response_2 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/TokenManagement_1">
<Expiration>[token expiration YYYY-MM-DDTHH:MM:SS]</Expiration>
<Token xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Common_1">[Impersonation Token]</Token>
</CreateImpersonationToken_Response_2>
</Body>
</Envelope>
4.4.3.3 JSON Sample Request - Creating Service and Impersonation Tokens (Refinitiv effective user
)
{
"CreateImpersonationToken_Request_2": {
"ApplicationID": "[appid]",
"Username": "[username]",
"Password": "[password]",
"EffectiveUsername": {
"userType": "[usertype]",
"Value": "[effective username]"
}
}
}
4.4.3.4 JSON Sample Response - Creating Service and Impersonation Tokens (Refinitiv effective user)
{
"CreateImpersonationToken_Response_2": {
"Expiration": "[token expiration YYYY-MM-DDTHH:MM:SS]",
"Token": "[Impersonation Token]"
}
}
4.4.4.1 XML Sample Request - Creating a New Token for the Same Effective User
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
TokenManagement/TokenManagement.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/TokenManagement_1/CreateImpersonationToken_3</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<CreateImpersonationToken_Request_3 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/TokenManagement_1" xmlns:="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</CreateImpersonationToken_Request_3>
</Body>
</Envelope>
4.4.4.2 XML Sample Response - Creating a New Token for the Same Effective User
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" s:mustUnderstand="1" >http://
www.reuters.com/ns/2006/05/01/webservices/rkd/TokenManagement_1/
CreateImpersonationToken_3_Reply</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<CreateImpersonationToken_Response_3 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/TokenManagement_1" xmlns:"http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Common_1">
<Expiration>[token expiration YYYY-MM-DDTHH:MM:SS]</Expiration>
<Token>[impersonation token]</Token>
</CreateImpersonationToken_Response_3>
</Body>
</Envelope>
4.4.4.3 JSON Sample Request - Creating a New Token for the Same Effective User
{
"CreateImpersonationToken_Request_3": {
"ApplicationID": "[AppID]",
"Token": "[service token]"
}
}
4.4.4.4 JSON Sample Response - Creating a New Token for the Same Effective User
{
"CreateImpersonationToken_Response_3": {
"Expiration": "[token expiration YYYY-MM-DDTHH:MM:SS]",
"Token": "[Impersonation Token]"
}
}
4.5 WSDL
WSDL for CreateServiceToken_1 and CreateImpersonationToken_2 operations (they require passwords to be transferred):
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
TokenManagement/TokenManagement.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/TokenManagement_1/ValidateToken_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<ValidateToken_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
TokenManagement_1" xmlns:="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</ValidateToken_Request_1>
</Body>
</Envelope>
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" s:mustUnderstand="1" >http://
www.reuters.com/ns/2006/05/01/webservices/rkd/TokenManagement_1/ValidateToken_1_Reply
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<ValidateToken_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
TokenManagement_1">
<Expiration>[token expiration YYYY-MM-DDTHH:MM:SS]</Expiration>
<Valid>true</Valid>
</ValidateToken_Response_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
TokenManagement/TokenManagement.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/TokenManagement_1/SetPassword_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<SetPassword_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
TokenManagement_1">
<ApplicationID>[AppID]</ApplicationID>
<Username>[your_username]</Username>
<OldPassword>[old_password]</OldPassword>
<NewPassword>[new_password]</NewPassword>
</SetPassword_Request_1>
</Body>
</Envelope>
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/TokenManagement_1/SetPassword_1_Reply
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<SetPassword_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
TokenManagement_1"/>
</Body>
</Envelope>
{
"SetPassword_Request_1": {
"ApplicationID": "[AppID]",
"Username": "[your_username]",
"OldPassword": "[olpassword]",
"NewPassword": "[newpassword]"
}
}
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
SignificantDevelopments/SignificantDevelopments.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
Refinitiv Knowledge Direct logs each message ID. The Refinitiv Knowledge Direct API also returns the message ID in the SOAP header of
the response. Example below.
Your application should log the message ID. When you contact Refinitiv for support, include the message ID in your problem description.
For coding suggestions, see Coding Examples.
6.2.1 Authorization
All requests to the Refinitiv Analytics service require an authorization token.
For details, see Understanding Authentication Tokens.
6.2.2 Authentication
Refinitiv Analytics service uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before
your application authenticates them. Unmanaged effective users are not supported in Refinitiv Analytics service.
For additional information, see Creating a Token.
http://api.rkd.refinitiv.com/schemas/Analytics/wsdl/Analytics_1_HttpAndRKDToken.wsdl
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Analytics/Analytics.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2010/03/17/
webservices/rkd/Analytics_1/GetAnalytics_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetAnalytics_Request_1 xmlns=”http://www.reuters.com/ns/2010/03/17/webservices/rkd/
Analytics_1”
xmlns:pf="http://www.reuters.com/ns/2010/03/17/webservices/rkd/Analytics_1_PublicForm">
<IdentifyingBlock>
<pf:Identifier identifierType="RIC">IBM.N</pf:Identifier>
</IdentifyingBlock>
<ConfigurationBlock>
<AnalyticID>ALPHA</AnalyticID>
</ConfigurationBlock>
</GetAnalytics_Request_1>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
AnalyticID Defines specific analytic type. It's possible to specify multiple Analytic IDs.
PickListCSV If you want to restrict the data items returned by the response, enter a comma-
separated list of the items you want to be retrieved.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2009/10/01/webservices/rkd/Analytics_1/GetAnalytics_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<GetAnalytics_Response_1 timeStamp="2010-04-09T10:57:06.609375+00:00" xmlns="http://
www.reuters.com/ns/2010/03/17/webservices/rkd/Analytics_1">
<ResponseItem>
<Content>
<RIC>IBM.N</RIC>
<SnapshotDate>2010-03-17</SnapshotDate>
<Analytic>
<AnalyticID>ALPHA</AnalyticID>
<Value>0.006529686063557</Value>
</Analytic>
</Content>
</ResponseItem>
</GetAnalytics_Response_1>
</Body>
</Envelope>
If the user specifies an incorrect "PickListCSV" parameter in the request, the application returns a "blank" response.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2009/10/01/webservices/rkd/Analytics_1/GetAnalytics_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<GetAnalytics_Response_1 timeStamp="2010-05-14T11:08:01.796875+00:00" xmlns="http://
www.reuters.com/ns/2010/03/17/webservices/rkd/Analytics_1">
</GetAnalytics_Response_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Analytics/Analytics.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2010/03/17/
webservices/rkd/Analytics_1/GetAnalyticIDs_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetAnalyticIDs_Request_1 xmlns="http://www.reuters.com/ns/2010/03/17/webservices/rkd/
Analytics_1">
</GetAnalyticIDs_Request_1>
</Body>
</Envelope>
The users do not need to specify any request parameters and the response returns all available analytic IDs.
The response returns the following information:
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2009/10/01/webservices/rkd/Analytics_1/GetAnalytics_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<GetAnalyticIDs_Response_1 timeStamp="2010-04-09T10:55:47.203125+00:00" xmlns="http://
www.reuters.com/ns/2010/03/17/webservices/rkd/Analytics_1">
<ResponseItem>
<AnalyticID>ADXR_14D</AnalyticID>
...
<AnalyticID>BETA</AnalyticID>
<AnalyticID>BVPS</AnalyticID>
<AnalyticID>CAPITAL_RATIO_TIER1</AnalyticID>
...
<AnalyticID>TOTAL_ASSETS</AnalyticID>
...
<AnalyticID>VOLATILITY_90D</AnalyticID>
</ResponseItem>
</GetAnalyticIDs_Response_1>
</Body>
</Envelope>
• Authors List (AuthorsList_1): Retrieves a list of analysts from the Analyst database.
• Get Teams (GetTeams_1): Retrieves the following information about teams of analysts.
7.2 Authentication/Authorization
7.2.1 Authorization
All requests to the Authors Reference web service require an authorization token. For details, see Understanding Authentication Tokens.
7.2.2 Authentication
Authors Reference uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in Authors Reference.
For additional information on creating a ServiceToken, see Creating a Token.
WSDL
http://api.rkd.refinitiv.com/schemas/Authorsref/wsdl/Authorsref_1_HttpAndRKDToken.wsdl
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Authorsref/Authorsref.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/Authorsref_1/AuthorsList_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<AuthorsList_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
Authorsref_1" rowcount="10" dstLangID="en" useMasterDB="true" returnStarmineID="false">
<authorSearchCriterion />
</AuthorsList_Request_1>
</Body>
</Envelope>
The following table describes the attributes that can be used in the request:
ATTRIBUTE DESCRIPTION
returnStarmineID Defines whether to retrieve Starmine ID's for authors. This allows clients who
are migrating from Starmine products to map the authors from their Starmine
product to the ones on Refinitiv Knowledge Direct API.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2008/01/12/webservices/rkd/Authorsref_1/AuthorsList_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<AuthorsList_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
Authorsref_1">
<AuthorsListResponse>
<author authorCode="3ZLM" uid="30167697" />
<author authorCode="3IS4" uid="30145973" />
<author authorCode="35T6" uid="30129218" />
<author authorCode="35TU" uid="30129242" />
<author authorCode="3CDH" uid="30137681" />
<author authorCode="3CDI" uid="30137682" />
<author authorCode="3CDJ" uid="30137683" />
<author authorCode="3CK8" uid="30137922" />
<author authorCode="3ECX" uid="30140247" />
<author authorCode="3ECZ" uid="30140249" />
</AuthorsListResponse>
</AuthorsList_Response_1>
</Body>
</Envelope>
- Team Info
• Basic Search: You can use this search criteria to filter on basic information concerning the author. You can specify the following
information:
- nameSuffix
- middleName
- firstName
- lastName
- personID
- uid
- authorCode
- Specialty
• ctb Search: This criteria lets you search for a specific contributor ID.
• Contributor String Search: This criteria allows you to search contributors information for specified text.
The following example shows how to retrieve person list.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Authorsref/Authorsref.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/Authorsref_1/PersonsList_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<PersonsList_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
Authorsref_1" rowcount="5" dstLangID="en" useMasterDB="true">
<authorSearchCriterion />
</PersonsList_Request_1>
</Body>
</Envelope>
The following table describes the attributes that can be used in the request:
ATTRIBUTE DESCRIPTION
returnStarmineID Defines whether to retrieve Starmine ID's for authors. This allows clients who
are migrating from Starmine products to map the authors from their Starmine
product to the ones on Refinitiv Knowledge Direct API.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2008/01/12/webservices/rkd/Authorsref_1/PersonsList_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<PersonsList_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
Authorsref_1">
<AuthorsListResponse>
<person personID="3RHY" />
<person personID="3RRA" />
<person personID="3ZLM" />
<person personID="3IS4" />
<person personID="3CDH" />
</AuthorsListResponse>
</AuthorsList_Response_1>
</Body>
</Envelope>
NOTE: In the Analyst Database, an analyst is associated with a company, whereas a person is not identified with any specific company. This
makes it possible to keep track of people even when they leave one company and join another.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Authorsref/Authorsref.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/Authorsref_1/GetRelatedAccounts_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetRelatedAccounts_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
Authorsref_1">
<company ctbID="25202" />
</GetRelatedAccounts_Request_1>
</Body>
</Envelope>
This request takes the Contribution ID as input and returns related accounts. See the example below of a sample response.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2008/01/12/webservices/rkd/Authorsref_1/
GetRelatedAccounts_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<GetRelatedAccounts_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
Authorsref_1">
<relatedAccounts>
<company companyName="ABN Amro Asset Management" ctbID="25202" isParent="true" />
</relatedAccounts>
</GetRelatedAccounts_Response_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Authorsref/Authorsref.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/Authorsref_1/GetTeams_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetTeams_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
Authorsref_1" teamID="131" />
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2008/01/12/webservices/rkd/Authorsref_1/GetTeams_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<GetTeams_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
Authorsref_1">
<GetTeamsResponse>
<team ctbID="234" description="A new team, made to order." endDate="2007-11-30"
startDate="2007-11-01" teamID="131" teamName="Team XYZ" />
</GetTeamsResponse>
</GetRelatedAccounts_Response_1>
</Body>
</Envelope>
The following table describes the attributes that are returned in the request:
ATTRIBUTE DESCRIPTION
ctbID Defines the Contributor Id of the company to which the analyst belongs.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Authorsref/Authorsref.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/Authorsref_1/GetRelatedAccounts_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetRelatedAccounts_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
Authorsref_1">
<company ctbID="18185" />
</GetRelatedAccounts_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2008/01/12/webservices/rkd/Authorsref_1/
GetRelatedAccounts_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<GetRelatedAccounts_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
Authorsref_1">
<relatedAccounts>
<company ctbID="2" companyName="Merrill Lynch" isParent="true" />
<company ctbID="5" companyName="Merrill Lynch - Test for ML_002 feed"
isParent="false" />
<company ctbID="44" companyName="Merrill Lynch TEST" isParent="false" />
<company ctbID="15431" companyName="Merrill Lynch - Clara" isParent="false" />
<company ctbID="18185" companyName="Merrill Lynch International Private Client Group"
isParent="false" />
<company ctbID="29477" companyName="Merrill Lynch CFCR Contributions"
isParent="false" />
<company ctbID="40845" companyName="Merrill Lynch RIXML Test Company"
isParent="false" />
</relatedAccounts>
</GetRelatedAccounts_Response_1>
</Body>
</Envelope>
Then use the parent contributor ID to retrieve the full list of analysts. For example:
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Authorsref/Authorsref.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/Authorsref_1/AuthorsList_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<AuthorsList_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
Authorsref_1">
<authorSearchRequiredInfo authorInfoType="basic" />
<authorSearchCriterion>
<basicSearch />
<ctbSearch visibleAsDisabled="false" isCurrent="true" ctbID="2" />
</authorSearchCriterion>
</AuthorsList_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Authorsref/Authorsref.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/Authorsref_1/AuthorsList_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<AuthorsList_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
Authorsref_1">
<authorSearchCriterion>
<ctbSearch visibleAsDisabled="false" ctbID="2" />
</authorSearchCriterion>
</AuthorsList_Request_1>
</Body>
</Envelope>
8 Charts
8.1 Overview
You can use the Refinitiv Charts service to retrieve a wide range of technical charts and tabular displays generated live by the Refinitiv Data
Center analytics engine. This service provides many customizable features giving you the control of how the data is displayed.
Charting is available on an Intraday and Interday basis:
• INTERDAY lets you retrieve historical time series prices on an instrument, summarized in daily, weekly or monthly periods.
• INTRADAY lets you retrieve a time series of Intraday market prices on an instrument, summarized in periods from 1 minute to 1 hour
(configurable).
The supported time intervals (periods) for Intraday charts are: 1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30, 60 minutes.
Chart's Availability for Low Volume Instruments
Refinitiv Knowledge Direct API Charts may not render images for certain instruments because they lack trading volume which would be
needed to render data points for a chart. These are extremely rare cases and this issue only appears when instruments do not trade for
weeks at a time, and the lack of data makes it hard to render charts. However, you are still able to get price & volume information for these
instruments.
8.2.1 Authorization
All requests to Refinitiv Charts web service require an authorization token. For details, see Understanding Authentication Tokens.
8.2.2 Authentication
Refinitiv Charts uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in Refinitiv Charts.
For additional information on creating a Service Token, see Creating a Token.
Charts Endpoint
http://api.rkd.refinitiv.com/api/Charts/Charts.svc
WSDL
http://api.rkd.refinitiv.com/schemas/Charts/wsdl/Charts_1_HttpAndRKDToken.wsdl
• chartRequest: Basic chart description to indicate width, height and image type.
• Analyses: Section that specifies the analysis formula used in the Chart.
• Scheme: A set of display properties (color, line styles etc) used within a chart to render different types of data.
NOTE:
• Refinitiv recommends using the GetChart_Request_2 request. It is the same as the GetChart_Request_1 only without the
CorporateEvents element.
• The current data point limitation is 1000.
<GetChart_Request_2 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Charts_1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/
XMLSchema">
<chartRequest ReturnPrivateNetworkURL="false" Culture="en-US" Height="400" Width="500"
ImageType="PNG">
<TimeSeries>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>IBM.N</Symbol>
<Reference>d1</Reference>
</TimeSeriesRequest>
</TimeSeries>
<Analyses>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a1</Reference>
<OHLC>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
</OHLC>
</Analysis>
</Analyses>
<StandardTemplate xmlns="http://metastock.com/imageserver/financial">
<Title>
<Caption>
<Visible>true</Visible>
<Customized>false</Customized>
</Caption>
<Range>
<Visible>true</Visible>
</Range>
</Title>
<Legend>
<Visible>true</Visible>
<Information>Long</Information>
<Layout>MultiLine</Layout>
<Position>Overlaid</Position>
</Legend>
<Instrument>Symbol</Instrument>
<Delimiter>%</Delimiter>
<GridLines>None</GridLines>
<YAxisMarkers>None</YAxisMarkers>
<YAxisTitles>All</YAxisTitles>
<Brand>None</Brand>
<Interval>
<CommonType xmlns="http://metastock.com/applications/data">Days</CommonType>
<Multiplier xmlns="http://metastock.com/applications/data">1</Multiplier>
</Interval>
<ShowNonTradedPeriods>false</ShowNonTradedPeriods>
<ShowHolidays>false</ShowHolidays>
<ShowGaps>true</ShowGaps>
<XAxis>
<Visible>true</Visible>
<Position>Bottom</Position>
<Range>
<Fixed>
<First>2015-06-30T00:00:00</First>
<Last>2016-06-30T00:00:00</Last>
</Fixed>
</Range>
</XAxis>
<Subchart>
<Weight>5</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Automatic/>
</Range>
<Analysis>
<Reference>a1</Reference>
</Analysis>
</YAxis>
</Subchart>
…
</StandardTemplate>
<Scheme xmlns="http://metastock.com/imageserver/financial">
<Background>
…
</Background>
<Border>
…
</Border>
<GridLines>
…
</GridLines>
<Title>
…
</Title>
<Legend>
…
</Legend>
<XAxis>
…
</XAxis>
<YAxis>
…
</YAxis>
<Series>
…
</Series>
…
<LevelLine>
…
</LevelLine>
<LevelLine>
<Color>
<RGB>120;120;120</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</LevelLine>
</Scheme>
</chartRequest>
</GetChart_Request_2>
NOTE: To build a correct weekly chart, please specify a "RequestRange" within the xml <TimeSeriesRequest> tag. You can select a
StartDate and an EndDate, as an example among the possible options:
<TimeSeries>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>IBM.N</Symbol>
<Reference>d1</Reference>
<RequestRange>
<StartDate xmlns="http://metastock.com/applications/data">1999-01-01T00:00:00</StartDate>
<EndDate xmlns="http://metastock.com/applications/data">2010-01-01T00:00:00</EndDate>
</RequestRange>
</TimeSeriesRequest>
</TimeSeries>
<GetChart_Request_2 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Charts_1">
<chartRequest ImageType="BMP" Width="500" Height="400" Title="Chart Title" Culture="en-US"
DacsUser="">
...
</chartRequest>
</GetChart_Request_2>
ATTRIBUTE DESCRIPTION
ImageType Selects the type of image to return. The following image types are supported:
• BMP
• PNG
• JPEG
• GIF
• EMF (not supported)
Title Title for the chart. The value in the field Title is ignored if Title Caption is added, as Title and
Title Caption parameters support the same functionality.
TimeZone To get the list of supported time zones, use the GetTimeZoneList operation.
You can also use the value 'LOCAL' to adjust data for the instrument's exchange time zone.
NOTE: The culture parameter allows the client to specify what locale and language they would like the chart to adopt. That encompasses
such settings like the language used for text labels, the formatting of the date (mm-dd-yyyy instead of dd-mm-yyyy for 'en-US' culture),
decimal separators (25.63 instead of 25,63 for 'en-US' culture), etc. The culture strings ("en-US", "pt-BR", etc) are standard across Microsoft
products and platforms. The whole graph is affected by the culture parameter, the y-axis and x-axis values are displayed differently based on
the culture, labels are different - "Date" for English vs. "Data" for Spanish, etc.
The clients do not need to specify anything other than "en-US" unless they want localized formatting and/or strings. Keep in mind that if you
specify your 'culture' parameter, the chart may not display properly because chart data may not be translated for the specified culture.
<TimeSeries>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>IBM.N</Symbol>
<Reference>d1</Reference>
</TimeSeriesRequest>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>VOD.L</Symbol>
<Reference>d2</Reference>
</TimeSeriesRequest>
</TimeSeries>
PARAMETER DESCRIPTION
DataProvider This field indicates which data provider to request data from. Leaving this blank defaults
to the default data provider.
NOTE: Currently default and custom data providers are supported. If the value is empty,
the default TimeSeries provider is used. For custom data provider usage, see Building a
Chart Based on Custom Time Series Data section.
FeedID This field indicates which feed of the data provider to request data from. Leaving this
blank defaults to the default feed.
Field This is the field of data that we should retrieve for the symbol (RIC). Leaving this blank
uses the default field of the symbol.
Reference This is the name (or id) that the analyses references to indicate what data they are using.
This needs to be a unique value.
8.3.4 Analyses
This section of the Charts Request gives the ability to analyze information provided in TimeSeries section and indicate how it should be
graphed. You are able to analyze and graph multiple data sets.
For a full list of supported Analyses see section Analyses List.
<Analyses>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a1</Reference>
<Line>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
</Line>
</Analysis>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a2</Reference>
<Line>
<Instrument1>
<Reference>d2</Reference>
</Instrument1>
</Line>
</Analysis>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a1m</Reference>
<MACD>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
</MACD>
</Analysis>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a2m</Reference>
<MACD>
<Instrument1>
<Reference>d2</Reference>
</Instrument1>
</MACD>
</Analysis>
</Analyses>
PARAMETER DESCRIPTION
This is the name (or ID) that the Template references to indicate where this analysis should be drawn
Reference on the chart. This must be a unique value.
PARAMETER DESCRIPTION
Analysis Type Section This section indicates the type of the analysis you are running. For a full list of Analyses see section
Analyses List.
<[Analysis Code]>
This element contains the following information:
• Instrument1: Defines what data is used in the current instance of the analysis through the
following children elements.
• Action: Selects which column of data to use for the analysis: Valid values are (empty),
Open, High, Low, Close and Volume. Leaving it blank indicates to use the default column of
data (Close).
• Reference: This defines the data to use. This needs to match one of the data requests or
custom data "Reference" properties as defined in TimeSeries section.
• Series1: This is the number of series that the analysis draws on the chart. Some analyses
produce more than one series to draw (Bollinger Bands produce three lines to be drawn). This
allows you to change the type of drawing of the series. However, not all analysis allow all drawing
styles. (BarOHLC only allows OHLC drawing, Candle only allows Candle). Series consists of the
following child elements:
• Name: This is the name of the series to draw. Valid names are OHLC, HLC, HL, Candle,
Line, Dot, FilledLine, Spline, FilledSpline, Stepped, FilledStepped, Forest, and
LinkedForest.
• Symbol: This is the symbol to draw at each data point. This is ignored for OHLC, HLC, HL,
and Candle. The Possible values are (empty), None, Square, Diamond, UpArrow,
DownArrow, and Circle.
This is the name (or ID) that the Template references to indicate where this analysis should be drawn on the chart. This must be a unique
value.
8.3.5 StandardTemplate
In the StandardTemplate section, you setup the structure and options of the chart. This is where the options, number of sub-charts, y-axes
and placement of analyses are determined. You can enter one or more sub-charts each based on their own analysis and settings.
<StandardTemplate xmlns="http://metastock.com/imageserver/financial">
<Title>
<Caption>
<Visible>true</Visible>
<Customized>false</Customized>
</Caption>
<Range>
<Visible>true</Visible>
</Range>
</Title>
<Legend>
<Visible>true</Visible>
<Information>Long</Information>
<Layout>MultiLine</Layout>
<Position>Overlaid</Position>
</Legend>
<Instrument>Symbol</Instrument>
<Delimiter>%</Delimiter>
<GridLines>None</GridLines>
<YAxisMarkers>None</YAxisMarkers>
<YAxisTitles>All</YAxisTitles>
<Brand>None</Brand>
<Interval>
<CommonType xmlns="http://metastock.com/applications/data">Days</CommonType>
<Multiplier xmlns="http://metastock.com/applications/data">1</Multiplier>
</Interval>
<ShowNonTradedPeriods>false</ShowNonTradedPeriods>
<ShowHolidays>false</ShowHolidays>
<ShowGaps>true</ShowGaps>
<XAxis>
<Visible>true</Visible>
<Position>Bottom</Position>
<Range>
<Fixed>
<First>2007-04-17T00:00:00</First>
<Last>2007-05-24T00:00:00</Last>
</Fixed>
</Range>
</XAxis>
<Subchart>
<Weight>5</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Automatic/>
</Range>
<Analysis>
<Reference>a1</Reference>
<LevelLine>Decimal</LevelLine>
<CorporateEventsReference>[value]></CorporateEventsReference>
<CorporateEventsVisible>CapitalChange</CorporateEventsVisible>
</Analysis>
</YAxis>
</Subchart>
...
</StandardTemplate>
PARAMETER DESCRIPTION
Title The chart has an area at the top of its window reserved for the display of a textual title. This area is
divided into two parts: the title caption and the date range display. The title caption shows the current
interval of the X-Axis and the analyses that are in the chart. The date range shows the first and last
date of the data that is currently displayed in the chart, and the time zone of the X-Axis. The following
child elements give you further control of the Title:
• Caption: Caption contains the following elements:
• Visible: You can hide or show the caption by setting it to true or false.
• Customize: Rather than show the default information you can put in your own text.
• Range: Contains the following element to show or hide the Range part of the Title.
• Visible: You can hide or show the Range part of the title by setting this element to true or
false.
Legend Legend contains information from all sub-charts and is shown transparently inside or outside the
chart. Contains the following elements:
• Visible: You can show or hide the legend by setting this to true or false.
• Information: You can choose to display the legend in one of the following three ways:
• Long:
example view: Cndl; YHOO.O; Last Trade
2005-03-18; 404.75; 405.87; 401; 403.5
SMA; YHOO; 14
• Short:
example view: Cndl; YHOO.O; 2005-03-18; 404.75; 405.87; 401; 403.5
• Minimum:
example view: Cndl; 403.5
• Layout: Style of display that can be set to one of the following three choices:
• MultiLine: This stacks all legend entries on top of each other. This is the default setting.
• SingleLine: All legend entries for all analyses are on a single row. Only one row can be
used, even if it does not fit horizontally on the chart. It makes sense to use Short or
Minimum format when using this option.
• WrappedLine: Like single row, except wraps the text when it hits the right edge of the screen
and start a new row.
• Position: This indicates where the legend should appear. The three options are:
• Above
• Below
• Overlaid
Delimiter Defines the feed delimiter. Delimiter works only in combination with Feed Symbol value.
PARAMETER DESCRIPTION
GridLines • Defines how to show the grid lines on the Chart. The choices are:
• None
• Vertical
• Horizontal
• Both
YAxisMarkers Defines the Y-Axis marker style. The possible choices are:
• None
• Diamond
• Label
YAxisTitles Defines the Y-Axis title style. The possible choices are:
• None
• Type
• Currency
• Unit
• DisplayUnit
• All
Brand Option to display a brand to show that it is a MetaStock or a Refinitiv chart. The brand is displayed in
the lower-right hand corner of the chart, below the x-axis.
ShowNonTradedPeriods You can hide or show Non Traded Periods by setting this element to true or false.
ShowHolidays You can hide or show Holidays by setting this element to true or false.
ShowGaps You can hide or show Gaps by setting this element to true or false.
PARAMETER DESCRIPTION
NOTE: The Charts service is limited to return only 1000 data points. To request a longer data range,
see section Creating Chart for the Past 10 Years. The X-Axis range parameter in a chart can't be a
period lower than what is specified for the chart Interval. So, for weekly charts (interval specified as
"Weeks"), the X-Axis range parameter must be "Week" or higher, for example "Month" or "Quarter" or
"Year".
PARAMETER DESCRIPTION
SubChart Option to display a Subchart and define its style. Contains the following elements:
• Weight: Indicates the relative size of a sub-chart in the Chart.
• YAxis: Defines Y-Axis style.
• Visible: You can show or hide Y-Axis by setting this element to true or false.
• Position: This indicates where Y-Axis must appear. Two possible options are:
• Left
• Right
• Invert: You can choose to invert Y-Axis by setting this element to true or false.
• Logarithmic: You can choose to display Y-Axis in a logarithmic scale by setting this element to
true or false.
• Display: This defines how Y-Axis display units are displayed: The possible options are:
• Automatic: Automatic adjustment of units.
• Decimal: Decimal display units.
• Fraction: Fractional display units.
• Financial: Financial display units.
• Range: This determines minimum and maximum values to be displayed on the Y-Axis. The
possible options are:
• Automatic: Y-Axis automatically chooses a minimum and maximum values.
• Fixed: You can specify fixed values for minimum and maximal values.
• Relative: You can define a range of data for the Y-Axis to display around the last data point
shown in the chart.
• Analysis
• Reference: This is the name (or ID) of the data set you specified in Time Series.
• LevelLine: This element allows to specify the placement of level lines defined by the
integrator.
• CorporateEventsReference: This is the ID of corporate events that the Template references
to indicate which events must be drawn on the chart.
• CorporateEventsVisible: This element allows to display corresponding corporate events.
- None
- Capital Change
- Dividend
- Earnings
- All
8.3.6 Scheme
The Scheme section defines display properties (color, line styles etc) used within a chart to render different types of data. You are able to set
the display properties for the following items:
• Background
• Border
• GridLines
• Title
• Legend
• XAxis
• YAxis
• TimeSeries information
<Scheme xmlns="http://metastock.com/imageserver/financial">
<Background>
<BackgroundMode>Solid</BackgroundMode>
<StartColor>
<Named>White</Named>
</StartColor>
<EndColor>
<Named>White</Named>
</EndColor>
<HatchStyle>LargeGrid</HatchStyle>
<GradientMode>ForwardDiagonal</GradientMode>
<ImageMode>Centered</ImageMode>
</Background>
<Border>
<Color>
<RGB>139;139;155</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</Border>
<GridLines>
<Color>
<RGB>139;139;155</RGB>
</Color>
<DashStyle>Dot</DashStyle>
<Width>1</Width>
</GridLines>
<Title>
<Caption>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>12</Size>
</Caption>
<Range>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Range>
</Title>
<Legend>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Legend>
<XAxis>
<Major>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>9.75</Size>
</Major>
<Minor>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
</XAxis>
<YAxis>
<Major>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>9.75</Size>
</Major>
<Minor>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
<Title>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Title>
</YAxis>
<Series>
<Color>
<Named>Black</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<Named>Black</Named>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
...
PARAMETER DESCRIPTION
Title Specifies the display settings of the text shown in the title caption.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Charts/Charts.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Charts_1/GetChart_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetChart_Request_2 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Charts_1">
<chartRequest ImageType="PNG" Width="500" Height="400" Culture="en-US">
<TimeSeries>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>IBM.N</Symbol>
<Reference>d1</Reference>
</TimeSeriesRequest>
</TimeSeries>
<Analyses>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a1</Reference>
<Line>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
</Line>
</Analysis>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a2</Reference>
<Vol>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
</Vol>
</Analysis>
</Analyses>
<StandardTemplate xmlns="http://metastock.com/imageserver/financial">
<Title>
<Caption>
<Visible>true</Visible>
<Customized>false</Customized>
</Caption>
<Range>
<Visible>true</Visible>
</Range>
</Title>
<Legend>
<Visible>true</Visible>
<Information>Long</Information>
<Layout>MultiLine</Layout>
<Position>Overlaid</Position>
</Legend>
<Instrument>Symbol</Instrument>
<Delimiter>%</Delimiter>
<GridLines>None</GridLines>
<YAxisMarkers>None</YAxisMarkers>
<YAxisTitles>Type</YAxisTitles>
<Brand>None</Brand>
<Interval>
<CommonType xmlns="http://metastock.com/applications/data">Days
</CommonType>
<Multiplier xmlns="http://metastock.com/applications/data">1</Multiplier>
</Interval>
<ShowNonTradedPeriods>false</ShowNonTradedPeriods>
<ShowHolidays>false</ShowHolidays>
<ShowGaps>true</ShowGaps>
<XAxis>
<Visible>true</Visible>
<Position>Bottom</Position>
<Range>
<Fixed>
<First>2006-08-01T00:00:00</First>
<Last>2007-08-01T00:00:00</Last>
</Fixed>
</Range>
</XAxis>
<Subchart>
<Weight>5</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Automatic/>
</Range>
<Analysis>
<Reference>a1</Reference>
</Analysis>
</YAxis>
</Subchart>
<Subchart>
<Weight>2</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Automatic/>
</Range>
<Analysis>
<Reference>a2</Reference>
</Analysis>
</YAxis>
</Subchart>
</StandardTemplate>
<Scheme xmlns="http://metastock.com/imageserver/financial">
<Background>
<BackgroundMode>Gradient</BackgroundMode>
<StartColor>
<Named>White</Named>
</StartColor>
<EndColor>
<RGB>51;0;153</RGB>
</EndColor>
<HatchStyle>LargeGrid</HatchStyle>
<GradientMode>Vertical</GradientMode>
<ImageMode>Centered</ImageMode>
</Background>
<Border>
<Color>
<RGB>139;139;155</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</Border>
<GridLines>
<Color>
<RGB>139;139;155</RGB>
</Color>
<DashStyle>Dot</DashStyle>
<Width>1</Width>
</GridLines>
<Title>
<Caption>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>12</Size>
</Caption>
<Range>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Range>
</Title>
<Legend>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Legend>
<XAxis>
<Major>
<Color>
<Named>White</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>9.75</Size>
</Major>
<Minor>
<Color>
<Named>White</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
</XAxis>
<YAxis>
<Major>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>9.75</Size>
</Major>
<Minor>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
<Title>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Title>
</YAxis>
<Series>
<Color>
<RGB>255;0;0</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>2</Width>
<FillColor>
<Named>Black</Named>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
...
<Series>
<Color>
<RGB>94;176;176</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>94;176;176</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<LevelLine>
<Color>
<RGB>0;0;153</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</LevelLine>
<LevelLine>
<Color>
<RGB>120;120;120</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</LevelLine>
</Scheme>
</chartRequest>
</GetChart_Request_2>
</Body>
</Envelope>
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Charts_1/GetChart_1_Reply</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</s:Header>
<s:Body>
<GetChart_Response_2 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Charts_1">
<ChartImageResult Server="api.rkd.refinitiv.com" Tag="5294F1E4824573D245D091494AE60346"
Url="http://api.rkd.refinitiv.com/api/charts/3139392E3234392E33332E3135/7-Sep-2007_01-
33-29PM/5294F1E4824573D245D091494AE60346.ashx"/>
</GetChart_Response_2>
</Body>
</Envelope>
NOTE: After the chart is generated, it is available for 5 minutes at the specified URL.
8.3.8.1 XML Sample Request - Retrieve 1Y Interday Stock Chart with Index Comparison
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Charts/Charts.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Charts_1/GetChart_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetChart_Request_2 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Charts_1">
<chartRequest ImageType="PNG" Width="500" Height="400" Culture="en-US">
<TimeSeries>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>IBM.N</Symbol>
<Reference>d1</Reference>
</TimeSeriesRequest>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>.DJI</Symbol>
<Reference>d2</Reference>
</TimeSeriesRequest>
</TimeSeries>
<Analyses>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a1</Reference>
<Line>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
</Line>
</Analysis>
...
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a3</Reference>
<Line>
<Instrument1>
<Reference>d2</Reference>
</Instrument1>
</Line>
</Analysis>
</Analyses>
<StandardTemplate xmlns="http://metastock.com/imageserver/financial">
<Title>
<Caption>
<Visible>true</Visible>
<Customized>false</Customized>
</Caption>
<Range>
<Visible>true</Visible>
</Range>
</Title>
<Legend>
<Visible>true</Visible>
<Information>Long</Information>
<Layout>MultiLine</Layout>
<Position>Overlaid</Position>
</Legend>
<Instrument>Symbol</Instrument>
<Delimiter>%</Delimiter>
<GridLines>Both</GridLines>
<YAxisMarkers>None</YAxisMarkers>
<YAxisTitles>Type</YAxisTitles>
<Brand>None</Brand>
<Interval>
<CommonType xmlns="http://metastock.com/applications/data">Days</CommonType>
<Multiplier xmlns="http://metastock.com/applications/data">1</Multiplier>
</Interval>
<ShowNonTradedPeriods>false</ShowNonTradedPeriods>
<ShowHolidays>false</ShowHolidays>
<ShowGaps>true</ShowGaps>
<XAxis>
<Visible>true</Visible>
<Position>Bottom</Position>
<Range>
<Fixed>
<First>2006-08-01T00:00:00</First>
<Last>2007-08-01T00:00:00</Last>
</Fixed>
</Range>
</XAxis>
<Subchart>
<Weight>5</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Automatic />
</Range>
<Analysis>
<Reference>a1</Reference>
</Analysis>
</YAxis>
</Subchart>
...
<Subchart>
<Weight>2</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Automatic />
</Range>
<Analysis>
<Reference>a2</Reference>
</Analysis>
</YAxis>
</Subchart>
</StandardTemplate>
<Scheme xmlns="http://metastock.com/imageserver/financial">
<Background>
<BackgroundMode>Hatch</BackgroundMode>
<StartColor>
<Named>White</Named>
</StartColor>
<EndColor>
<Named>White</Named>
</EndColor>
<HatchStyle>Horizontal</HatchStyle>
<GradientMode>Horizontal</GradientMode>
<ImageMode>Centered</ImageMode>
</Background>
<Border>
<Color>
<RGB>139;139;155</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</Border>
<GridLines>
<Color>
<RGB>139;139;155</RGB>
</Color>
<DashStyle>Dot</DashStyle>
<Width>1</Width>
</GridLines>
<Title>
<Caption>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>12</Size>
</Caption>
<Range>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Range>
</Title>
<Legend>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Legend>
<XAxis>
<Major>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>9.75</Size>
</Major>
<Minor>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
</XAxis>
<YAxis>
<Major>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>9.75</Size>
</Major>
<Minor>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
<Title>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Title>
</YAxis>
<Series>
<Color>
<RGB>255;0;0</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>2</Width>
<FillColor>
<Named>Black</Named>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
...
<Series>
<Color>
<RGB>94;176;176</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>94;176;176</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<LevelLine>
<Color>
<RGB>0;0;153</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</LevelLine>
<LevelLine>
<Color>
<RGB>120;120;120</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</LevelLine>
</Scheme>
</chartRequest>
</GetChart_Request_2>
</Body>
</Envelope>
8.3.8.2 XML Sample Response - Retrieve 1Y Interday Stock Chart with Index Comparison
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Charts_1/GetChart_1_Reply</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</s:Header>
<s:Body>
<GetChart_Response_2 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Charts_1">
<ChartImageResult Server="api.rkd.refinitiv.com" Tag="9B922A44A2DB3405CD20BF63F0EBD75F"
Url="http://api.rkd.refinitiv.com/api/charts/3139392E3234392E33332E3135/7-Sep-2007_04-
29-29PM/9B922A44A2DB3405CD20BF63F0EBD75F.ashx"/>
</GetChart_Response_2>
</Body>
</Envelope>
NOTE: After the chart is generated it is available for 5 minutes at the specified URL.
8.3.9 Retrieving 1Y Interday Percent Change Stock Chart with Index Comparison
The following request demonstrates how to retrieve the 1Y Interday Percent Change Stock Chart with Index Comparison.
8.3.9.1 XML Sample Request - Retrieve 1Y Interday Percent Change Stock Chart with Index Comparison
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Charts/Charts.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Charts_1/GetChart_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetChart_Request_2 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Charts_1">
<chartRequest ImageType="PNG" Width="500" Height="400" Culture="en-US">
<TimeSeries>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>IBM.N</Symbol>
<Reference>d1</Reference>
</TimeSeriesRequest>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>.DJI</Symbol>
<Reference>d2</Reference>
</TimesSeriesRequest>
</TimeSeries>
<Analyses>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a1</Reference>
<PctCng>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
<PercentChangeSelector>SpecifiedDate</PercentChangeSelector>
<SpecifiedDate>2006-08-01T00:00:00</SpecifiedDate>
</PctCng>
</Analysis>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a2</Reference>
<Vol>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
</Vol>
</Analysis>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a3</Reference>
<PctCng>
<Instrument1>
<Reference>d2</Reference>
</Instrument1>
<PercentChangeSelector>SpecifiedDate</PercentChangeSelector>
<SpecifiedDate>2006-08-01T00:00:00</SpecifiedDate>
</PctCng>
</Analysis>
</Analyses>
<StandardTemplate xmlns="http://metastock.com/imageserver/financial">
<Title>
<Caption>
<Visible>true</Visible>
<Customized>false</Customized>
</Caption>
<Range>
<Visible>true</Visible>
</Range>
</Title>
<Legend>
<Visible>true</Visible>
<Information>Long</Information>
<Layout>MultiLine</Layout>
<Position>Overlaid</Position>
</Legend>
<Instrument>Symbol</Instrument>
<Delimiter>%</Delimiter>
<GridLines>Both</GridLines>
<YAxisMarkers>None</YAxisMarkers>
<YAxisTitles>None</YAxisTitles>
<Brand>None</Brand>
<Interval>
<CommonType xmlns="http://metastock.com/applications/data">Days</CommonType>
<Multiplier xmlns="http://metastock.com/applications/data">1</Multiplier>
</Interval>
<ShowNonTradedPeriods>false</ShowNonTradedPeriods>
<ShowHolidays>false</ShowHolidays>
<ShowGaps>true</ShowGaps>
<XAxis>
<Visible>true</Visible>
<Position>Bottom</Position>
<Range>
<Fixed>
<First>2006-08-01T00:00:00</First>
<Last>2007-08-01T00:00:00</Last>
</Fixed>
</Range>
</XAxis>
<Subchart>
<Weight>6</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Automatic/>
</Range>
<Analysis>
<Reference>a1</Reference>
</Analysis>
</YAxis>
</Subchart>
<Subchart>
<Weight>2</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Automatic />
</Range>
<Analysis>
<Reference>a2</Reference>
</Analysis>
</YAxis>
</Subchart>
</StandardTemplate>
<Scheme xmlns="http://metastock.com/imageserver/financial">
<Background>
<BackgroundMode>Hatch</BackgroundMode>
<StartColor>
<Named>White</Named>
</StartColor>
<EndColor>
<Named>White</Named>
</EndColor>
<HatchStyle>Horizontal</HatchStyle>
<GradientMode>Horizontal</GradientMode>
<ImageMode>Centered</ImageMode>
</Background>
<Border>
<Color>
<RGB>139;139;155</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</Border>
<GridLines>
<Color>
<RGB>139;139;155</RGB>
</Color>
<DashStyle>Dot</DashStyle>
<Width>1</Width>
</GridLines>
<Title>
<Caption>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>12</Size>
</Caption>
<Range>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Range>
</Title>
<Legend>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Legend>
<XAxis>
<Major>
<Color>
<RGB>0;51;0</RGB>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>9.75</Size>
</Major>
<Minor>
<Color>
<RGB>0;51;0</RGB>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
</XAxis>
<YAxis>
<Major>
<Color>
<RGB>0;51;0</RGB>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>9.75</Size>
</Major>
<Minor>
<Color>
<RGB>0;51;0</RGB>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
<Title>
<Color>
<RGB>0;51;0</RGB>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Title>
</YAxis>
<Series>
<Color>
<RGB>0;102;0</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
<FillColor>
<Named>Black</Named>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
...
<Series>
<Color>
<RGB>94;176;176</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>94;176;176</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<LevelLine>
<Color>
<RGB>120;120;120</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</LevelLine>
</Scheme>
</chartRequest>
</GetChart_Request_2>
</Body>
</Envelope>
8.3.9.2 XML Sample Response - Retrieve 1Y Interday Percent Change Stock Chart with Index Comparison
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Charts_1/GetChart_1_Reply</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</s:Header>
<s:Body>
<GetChart_Response_2 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Charts_1">
<ChartImageResult Server="api.rkd.refinitiv.com" Tag="7089F648B00DF2D96764F5D0BB54F445"
Url="http://api.rkd.refinitiv.com/api/charts/3139392E3234392E33332E3135/10-Sep-
2007__11-43-46AM/7089F648B00DF2D96764F5D0BB54F445.ashx"/>
</GetChart_Response_2>
</Body>
</Envelope>
NOTE: After the chart is generated it is available for 5 minutes at the specified URL.
8.3.10 Retrieving 5 Day Intraday Dual Stock Chart with Simple Moving Average
The following request demonstrates how to retrieve the 5 Day Intraday Dual Stock Chart with Simple Moving Average.
8.3.10.1 XML Sample Request - Retrieve 5 Day Intraday Dual Stock Chart with Simple Moving Average
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Charts/Charts.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Charts_1/GetChart_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetChart_Request_2 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Charts_1">
<chartRequest ImageType="PNG" Width="500" Height="400" Culture="en-US">
<TimeSeries>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>IBM.N</Symbol>
<Reference>d1</Reference>
</TimeSeriesRequest>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>MSFT.O</Symbol>
<Reference>d2</Reference>
</TimeSeriesRequest>
</TimeSeries>
<Analyses>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a1</Reference>
<OHLC>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
</OHLC>
</Analysis>
...
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>sma</Reference>
<SMA>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
</SMA>
</Analysis>
</Analyses>
<StandardTemplate xmlns="http://metastock.com/imageserver/financial">
<Title>
<Caption>
<Visible>true</Visible>
<Customized>false</Customized>
</Caption>
<Range>
<Visible>true</Visible>
</Range>
</Title>
<Legend>
<Visible>true</Visible>
<Information>Short</Information>
<Layout>WrappedLine</Layout>
<Position>Below</Position>
</Legend>
<Instrument>Symbol</Instrument>
<Delimiter>%</Delimiter>
<GridLines>None</GridLines>
<YAxisMarkers>None</YAxisMarkers>
<YAxisTitles>Type</YAxisTitles>
<Brand>None</Brand>
<Interval>
<CommonType xmlns="http://metastock.com/applications/data">Hours</CommonType>
<Multiplier xmlns="http://metastock.com/applications/data">1</Multiplier>
</Interval>
<ShowNonTradedPeriods>false</ShowNonTradedPeriods>
<ShowHolidays>false</ShowHolidays>
<ShowGaps>true</ShowGaps>
<XAxis>
<Visible>true</Visible>
<Position>Bottom</Position>
<Range>
<Fixed>
<First>2007-07-23T00:00:00</First>
<Last>2007-08-01T00:00:00</Last>
</Fixed>
</Range>
</XAxis>
<Subchart>
<Weight>5</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Automatic />
</Range>
<Analysis>
<Reference>a1</Reference>
</Analysis>
</YAxis>
<YAxis>
<Visible>true</Visible>
<Position>Left</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Automatic />
</Range>
<Analysis>
<Reference>a3</Reference>
</Analysis>
</YAxis>
<YAxis>
<Visible>false</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Automatic />
</Range>
<Analysis>
<Reference>sma</Reference>
</Analysis>
</YAxis>
</Subchart>
<Subchart>
<Weight>2</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Automatic />
</Range>
<Analysis>
<Reference>a2</Reference>
</Analysis>
</YAxis>
</Subchart>
</StandardTemplate>
<Scheme xmlns="http://metastock.com/imageserver/financial">
<Background>
<BackgroundMode>Solid</BackgroundMode>
<StartColor>
<Named>Black</Named>
</StartColor>
<EndColor>
<Named>Black</Named>
</EndColor>
<HatchStyle>Horizontal</HatchStyle>
<GradientMode>Horizontal</GradientMode>
<ImageMode>Centered</ImageMode>
</Background>
<Border>
<Color>
<RGB>139;139;155</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</Border>
<GridLines>
<Color>
<RGB>139;139;155</RGB>
</Color>
<DashStyle>Dot</DashStyle>
<Width>1</Width>
</GridLines>
<Title>
<Caption>
<Color>
<RGB>255;255;0</RGB>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>12</Size>
</Caption>
<Range>
<Color>
<Named>LightGray</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Range>
</Title>
<Legend>
<Color>
<Named>LightGray</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Legend>
<XAxis>
<Major>
<Color>
<Named>LightGray</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>9.75</Size>
</Major>
<Minor>
<Color>
<Named>LightGray</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
</XAxis>
<YAxis>
<Major>
<Color>
<Named>LightGray</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>9.75</Size>
</Major>
<Minor>
<Color>
<Named>LightGray</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
<Title>
<Color>
<Named>LightGray</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Title>
</YAxis>
<Series>
<Color>
<RGB>51;255;255</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<Named>Black</Named>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
...
<Series>
<Color>
<RGB>94;176;176</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>94;176;176</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<LevelLine>
<Color>
<RGB>0;0;153</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</LevelLine>
<LevelLine>
<Color>
<RGB>120;120;120</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</LevelLine>
</Scheme>
</chartRequest>
</GetChart_Request_2>
</Body>
</Envelope>
8.3.10.2 XML Sample Response - Retrieve 5 Day Intraday Dual Stock Chart with Simple Moving Average
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Charts_1/GetChart_1_Reply</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</s:Header>
<s:Body>
<GetChart_Response_2 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Charts_1">
<ChartImageResult Server="api.rkd.refinitiv.com" Tag="54058FAB0E171AE4277E62119F356278"
Url="http://api.rkd.refinitiv.com/api/charts/3136372E37362E3132332E313037/10-Sep-
2007_01-19-19PM/54058FAB0E171AE4277E62119F356278.ashx"/>
</GetChart_Response_2>
</Body>
</Envelope>
NOTE: Most charts are available for 5 minutes at the specified URL, while one-minute charts - for 20 seconds, and five-minute charts - for 1
minute.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Charts/Charts.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Charts_1/GetChart_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetChart_Request_2 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Charts_1">
<chartRequest ImageType="PNG" Width="500" Height="400" Culture="en-US">
<TimeSeries>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>IBM.N</Symbol>
<Reference>d1</Reference>
</TimeSeriesRequest>
</TimeSeries>
<Analyses>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a1</Reference>
<Line>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
<Series1>
<Name>FilledLine</Name>
</Series1>
</Line>
</Analysis>
</Analyses>
<StandardTemplate xmlns="http://metastock.com/imageserver/financial">
<Title>
<Caption>
<Visible>true</Visible>
<Customized>false</Customized>
</Caption>
<Range>
<Visible>true</Visible>
</Range>
</Title>
<Legend>
<Visible>true</Visible>
<Information>Long</Information>
<Layout>MultiLine</Layout>
<Position>Overlaid</Position>
</Legend>
<Instrument>Symbol</Instrument>
<Delimiter>%</Delimiter>
<GridLines>Both</GridLines>
<YAxisMarkers>None</YAxisMarkers>
<YAxisTitles>Type Currency</YAxisTitles>
<Brand>None</Brand>
<Interval>
<CommonType xmlns="http://metastock.com/applications/data">Minutes
</CommonType>
<Multiplier xmlns="http://metastock.com/applications/data">1
</Multiplier>
</Interval>
<ShowNonTradedPeriods>false</ShowNonTradedPeriods>
<ShowHolidays>false</ShowHolidays>
<ShowGaps>true</ShowGaps>
<XAxis>
<Visible>true</Visible>
<Position>Bottom</Position>
<Range>
<Fixed>
<First>2007-08-01T00:00:00</First>
<Last>2007-08-02T00:00:00</Last>
</Fixed>
</Range>
</XAxis>
<Subchart>
<Weight>1</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Automatic/>
</Range>
<Analysis>
<Reference>a1</Reference>
</Analysis>
</YAxis>
</Subchart>
</StandardTemplate>
<Scheme xmlns="http://metastock.com/imageserver/financial">
<Background>
<BackgroundMode>Solid</BackgroundMode>
<StartColor>
<Named>White</Named>
</StartColor>
<EndColor>
<Named>White</Named>
</EndColor>
<HatchStyle>LargeGrid</HatchStyle>
<GradientMode>ForwardDiagonal</GradientMode>
<ImageMode>Centered</ImageMode>
</Background>
<Border>
<Color>
<RGB>139;139;155</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</Border>
<GridLines>
<Color>
<RGB>139;139;155</RGB>
</Color>
<DashStyle>Dot</DashStyle>
<Width>1</Width>
</GridLines>
<Title>
<Caption>
<Color>
<RGB>51;0;102</RGB>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>12</Size>
</Caption>
<Range>
<Color>
<RGB>51;0;102</RGB>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Range>
</Title>
<Legend>
<Color>
<RGB>51;0;102</RGB>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Legend>
<XAxis>
<Major>
<Color>
<RGB>51;0;102</RGB>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>9.75</Size>
</Major>
<Minor>
<Color>
<RGB>51;0;102</RGB>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
</XAxis>
<YAxis>
<Major>
<Color>
<RGB>51;0;102</RGB>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>9.75</Size>
</Major>
<Minor>
<Color>
<RGB>51;0;102</RGB>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
<Title>
<Color>
<RGB>51;0;102</RGB>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Title>
</YAxis>
<Series>
<Color>
<RGB>51;0;102</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
<FillColor>
<RGB>51;0;153</RGB>
</FillColor>
<FillStyle>Percent90</FillStyle>
</Series>
...
<Series>
<Color>
<RGB>94;176;176</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>94;176;176</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<LevelLine>
<Color>
<RGB>0;0;153</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</LevelLine>
<LevelLine>
<Color>
<RGB>120;120;120</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</LevelLine>
</Scheme>
</chartRequest>
</GetChart_Request_2>
</Body>
</Envelope>
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Charts_1/GetChart_1_Reply</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</s:Header>
<s:Body>
<GetChart_Response_2 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Charts_1">
<ChartImageResult Server="api.rkd.refinitiv.com"
Tag="442B938C49A9B8A80FA14EF2EACA7F76"Url="http://api.rkd.refinitiv.com/api/
charts/3136372E37362E3132332E313037/10-Sep-2007_01-59-59PM/
442B938C49A9B8A80FA14EF2EACA7F76.ashx"/>
</GetChart_Response_2>
</Body>
</Envelope>
NOTE: Most charts are available for 5 minutes at the specified URL, while one-minute charts - for 20 seconds, and five-minute charts - for 1
minute.
NOTE: Most charts are available for 5 minutes at the specified URL, while one-minute charts - for 20 seconds, and five-minute charts - for 1
minute.
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" s:mustUnderstand="1"> http://
www.reuters.com/ns/2006/05/01/webservices/rkd/http://www.reuters.com/ns/2006/05/01/
webservices/rkd/
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetChart_Response_2 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Charts_1">
<ChartImageResultServer ="[server]" Tag="A8A 510A D 1879D 3DA 8C DB7F F 4D 02B0BF A"
Url="http://[server]/api/charts/31302E 39302E 312E 3837/19-Jun-2007_10-03-44PM/A 8A 510A D
1879D 3DA 8C DB7F F 4D 02B0BFA.ashx"/>
</GetChart_Response_2>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
NOTE: If you receive "Error Currency Conversion not supported" error, try putting different currencies on different axes in the same chart.
For example, if you plot TRIL.L and .DJI on the same axis then the second item isn't plotted and the image contains the error message
above.
HL Bar - High/Low
Candle Candle
Invrs Inverse
Line Line
MACD MACD
Mom Momentum
Osc Oscillator
PctR Percent R
Ratio Ratio
Vol Volume
Yield Yield
The Reference value can be any string you like (in the example above it is "d1"). You will need to use this reference when you specify the
analysis, so that the charting engine knows, which time series you want to apply to each analysis.
After you have fetched data, you can apply different analyses to it. The analysis data is then used to plot the series on the chart.
Each analysis most commonly has one series to plot, but some may have up to three series (e.g. Bollinger Bands). This is important
because you assign colors and styles to series based on their number in the whole sequence of all series of the chart.
You can specify the reference for this Analysis as any string of your choice (in the example above it is "a1"). Use this reference when you
specify which subchart and axis you want to plot it on.
Ensure that the Reference you specify for the Instrument matches the reference you specified for the appropriate Time Series. In this case it
is "d1".
When you have data to plot, arrange the different series on subcharts. Each subchart is an individual set of Y-Axis (up to two independent)
and can have several series plotted on it. All subcharts share the same global X-Axis (time).
Create a subchart by using the corresponding link on the form Add Subchart.
Any subchart has the Weight property, which defines how much space it will take on the global chart, as compared to other subcharts. Add Y-
Axis using the corresponding link Add Y-Axis.
One Y-Axis can contain several analyses, you need to make sure the resulting series have the same units and close ranges of values. You
can specify the location of the axis: left or right, the range of values, and some other properties.
Add analysis to the Y-Axis using the corresponding link:
NOTE: Use the ID you specified when creating analysis to reference it.
After you have arranged all needed analyses into the corresponding subcharts and Y-Axis, check the resulting series sequence in order to
determine the exact number of each individual line to configure the line styles respectively.
NOTE: Sometimes the difference between values for Y-axis is too small to be displayed on a chart. In those instances, use the "Precision"
parameter of the Display element in the Subchart section which specifies the number of digits after decimal points in display unit format
(nonnegative integer only). See the following examples.
<Display>
<Mode>Decimal</Mode>
<Precision>6</Precision>
</Display>
NOTE: The "Precision" parameter is ignored if the "Automatic" Display Mode is selected.
8.6.1.2 XML Sample Request - Example 1 Making Chart with MSFT.O and .DJI
The XML request for creating the chart as above is the following:
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Charts/Charts.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Charts_1/GetChart_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetChart_Request_2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://
www.w3.org/2001/XMLSchema" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Charts_1">
<chartRequest ImageType="PNG" Width="500" Height="400" Culture="en-US">
<TimeSeries>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>MSFT.O</Symbol>
<Reference>d1</Reference>
</TimeSeriesRequest>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>.DJI</Symbol>
<Reference>d2</Reference>
</TimeSeriesRequest>
</TimeSeries>
<Analyses>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a1</Reference>
<PctCng>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
</PctCng>
</Analysis>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a2</Reference>
<Vol>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
</Vol>
</Analysis>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a3</Reference>
<PctCng>
<Instrument1>
<Reference>d2</Reference>
</Instrument1>
</PctCng>
</Analysis>
</Analyses>
<StandardTemplate xmlns="http://metastock.com/imageserver/financial">
<Title>
<Caption>
<Visible>true</Visible>
<Customized>false</Customized>
</Caption>
<Range>
<Visible>true</Visible>
</Range>
</Title>
<Legend>
<Visible>true</Visible>
<Information>Long</Information>
<Layout>MultiLine</Layout>
<Position>Overlaid</Position>
</Legend>
<Instrument>Symbol</Instrument>
<Delimiter>%</Delimiter>
<GridLines>None</GridLines>
<YAxisMarkers>None</YAxisMarkers>
<YAxisTitles>None</YAxisTitles>
<Brand>None</Brand>
<Interval>
<CommonType xmlns="http://metastock.com/applications/data">Days</CommonType>
<Multiplier xmlns="http://metastock.com/applications/data">1</Multiplier>
</Interval>
<ShowNonTradedPeriods>false</ShowNonTradedPeriods>
<ShowHolidays>false</ShowHolidays>
<ShowGaps>true</ShowGaps>
<XAxis>
<Visible>true</Visible>
<Position>Bottom</Position>
<Range>
<Fixed>
<First>2009-04-17T00:00:00</First>
<Last>2009-05-24T00:00:00</Last>
</Fixed>
</Range>
</XAxis>
<Subchart>
<Weight>5</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Automatic>
</Range>
<Analysis>
<Reference>a1</Reference>
</Analysis>
<Analysis>
<Reference>a3</Reference>
</Analysis>
</YAxis>
</Subchart>
<Subchart>
<Weight>2</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Automatic>
</Range>
<Analysis>
<Reference>a2</Reference>
</Analysis>
</YAxis>
</Subchart>
</StandardTemplate>
<Scheme xmlns="http://metastock.com/imageserver/financial">
<Background>
<BackgroundMode>Solid</BackgroundMode>
<StartColor>
<Named>White</Named>
</StartColor>
<EndColor>
<Named>White</Named>
</EndColor>
<HatchStyle>LargeGrid</HatchStyle>
<GradientMode>ForwardDiagonal</GradientMode>
<ImageMode>Centered</ImageMode>
</Background>
<Border>
<Color>
<RGB>139;139;155</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</Border>
<GridLines>
<Color>
<RGB>139;139;155</RGB>
</Color>
<DashStyle>Dot</DashStyle>
<Width>1</Width>
</GridLines>
<Title>
<Caption>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family >
<Style>Bold</Style>
<Size>12</Size>
</Caption>
<Range>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Range>
</Title>
<Legend>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Legend>
<XAxis>
<Major>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>9.75</Size>
</Major>
<Minor>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
</XAxis>
<YAxis>
<Major>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>9.75</Size>
</Major>
<Minor>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
<Title>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Title>
</YAxis>
<Series>
<Color>
<Named>Red</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<Named>Black</Named>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<Named>Green</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<Named>Red</Named>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<Named>Blue</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>62;169;0</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<Named>Blue</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>156;38;115</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<Named>Red</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>255;120;0</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>25;108;229</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>25;108;229</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>60;117;28</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>60;117;28</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>230;176;18</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>230;176;18</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>0;186;193</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>0;186;193</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>255;178;127</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>255;178;127</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>100;79;190</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>100;79;190</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>209;36;33</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>209;36;33</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>38;87;135</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>38;87;135</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>94;176;176</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>94;176;176</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<LevelLine>
<Color>
<RGB>0;0;153</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</LevelLine>
<LevelLine>
<Color>
<RGB>120;120;120</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</LevelLine>
</Scheme>
</ChartRequest>
</GetChartRequest_2>
</Body>
</Envelope>
Reference: a3
Type: Line
Instrument: d2
Chart
X-Axis
Subchart, Weight: 5
Y-Axis, Position: Right
Analysis 'a1'
Y-Axis, Position: Left
Analysis 'a3'
Subchart, Weight: 2
Y-Axis
Analysis 'a2'
Scheme
Series, Color: Red (for TRIL.L price)
Series, Color: Green (for .FTSE price)
Series, Color: Blue (for TRIL.L vol)
But as you can see the series sequence remains the same 'a1', 'a3', 'a2'. As a result, you will get the following chart:
8.6.1.4 XML Sample Request - Example 2 Making Chart with MSFT.O and .DJI
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Charts/Charts.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Charts_1/GetChart_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetChart_Request_2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://
www.w3.org/2001/XMLSchema" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Charts_1">
<chartRequestImageType="PNG" Width="500" Height="400" Culture="en-US">
<TimeSeries>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>MSFT.O</Symbol>
<Reference>d1</Reference>
</TimeSeriesRequest>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>.DJI</Symbol>
<Reference>d2</Reference>
</TimeSeriesRequest>
</TimeSeries>
<Analyses>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a1</Reference>
<Line>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
</Line>
</Analysis>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a2</Reference>
<Vol>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
</Vol>
</Analysis>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a3</Reference>
<Line>
<Instrument1>
<Reference>d2</Reference>
</Instrument1>
</Line>
</Analysis>
</Analyses>
<StandardTemplate xmlns="http://metastock.com/imageserver/financial">
<Title>
<Caption>
<Visible>true</Visible>
<Customized>false</Customized>
</Caption>
<Range>
<Visible>true</Visible>
</Range>
</Title>
<Legend>
<Visible>true</Visible>
<Information>Long</Information>
<Layout>MultiLine</Layout>
<Position>Overlaid</Position>
</Legend>
<Instrument>Symbol</Instrument>
<Delimiter>%</Delimiter>
<GridLines>None</GridLines>
<YAxisMarkers>None</YAxisMarkers>
<YAxisTitles>None</YAxisTitles>
<Brand>None</Brand>
<Interval>
<CommonType xmlns="http://metastock.com/applications/data">Days</CommonType>
<Multiplier xmlns="http://metastock.com/applications/data">1</Multiplier>
</Interval>
<ShowNonTradedPeriods>false</ShowNonTradedPeriods>
<ShowHolidays>false</ShowHolidays>
<ShowGaps>true</ShowGaps>
<XAxis>
<Visible>true</Visible>
<Position>Bottom</Position>
<Range>
<Fixed>
<First>2009-04-17T00:00:00</First>
<Last>2009-05-24T00:00:00</Last>
</Fixed>
</Range>
</XAxis>
<Subchart>
<Weight>5</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Bottom</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Automatic/>
</Range>
<Analysis>
<Reference>a1</Reference>
</Analysis>
</YAxis>
<YAxis>
<Visible>true</Visible>
<Position>Left</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Automatic/>
</Range>
<Analysis>
<Reference>a3</Reference>
</Analysis>
</YAxis>
</Subchart>
<Subchart>
<Weight>2</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Automatic/>
</Range>
<Analysis>
<Reference>a2</Reference>
</Analysis>
</YAxis>
</Subchart>
</StandardTemplate>
<Scheme xmlns="http://metastock.com/imageserver/financial">
<Background>
<BackgroundMode>Solid</BackgroundMode>
<StartColor>
<Named>White</Named>
</StartColor>
<EndColor>
<Named>White</Named>
</EndColor>
<HatchStyle>LargeGrid</HatchStyle>
<GradientMode>ForwardDiagonal</GradientMode>
<ImageMode>Centered</ImageMode>
</Background>
<Border>
<Color>
<RGB>139;139;155</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</Border>
<Gridlines>
<Color>
<RGB>139;139;155</RGB>
</Color>
<DashStyle>Dot</DashStyle>
<Width>1</Width>
</Gridelines>
<Title>
<Caption>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>12</Size>
</Caption>
<Range>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Range>
</Title>
<Legend>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Legend>
<XAxis>
<Major>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>9.75</Size>
</Major>
<Minor>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
</XAxis>
<YAxis>
<Major>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>9.75</Size>
</Major>
<Minor>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
<Title>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Title>
</YAxis>
<Series>
<Color>
<Named>Red</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<Named>Black</Named>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<Named>Green</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<Named>Red</Named>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<Named>Blue</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>62;169;0</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<Named>Blue</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>156;38;115</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<Named>Red</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>255;120;0</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>25;108;229</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>25;108;229</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>60;117;28</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>60;117;28</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>230;176;18</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>230;176;18</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>0;186;193</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>0;186;193</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>255;178;127</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>255;178;127</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>100;79;190</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>100;79;190</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>209;36;33</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>209;36;33</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>38;87;135</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>38;87;135</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>94;176;176</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>94;176;176</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<LevelLine>
<Color>
<RGB>0;0;153</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</LevelLine>
<LevelLine>
<Color>
<RGB>120;120;120</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</LevelLine>
</Scheme>
</chartRequest>
/GetChart_Request_2>
</Body>
</Envelope>
8.6.1.6 XML Sample Request - Example 3 Making Chart with MSFT.O and .DJI
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Charts/Charts.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Charts_1/GetChart_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetChart_Request_2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://
www.w3.org/2001/XMLSchema" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Charts_1">
<chartRequestImageType="PNG" Width="500" Height="400" Culture="en-US">
<TimeSeries>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>MSFT.O</Symbol>
<Reference>d1</Reference>
</TimeSeriesRequest>
</TimeSeries>
<Analyses>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a1</Reference>
<OHLC>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
</OHLC>
</Analysis>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a2</Reference>
<Vol>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
</Vol>
</Analysis>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a3</Reference>
<BBand>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
</BBand>
</Analysis>
</Analyses>
<StandardTemplate xmlns="http://metastock.com/imageserver/financial">
<Title>
<Caption>
<Visible>true</Visible>
<Customized>false</Customized>
</Caption>
<Range>
<Visible>true</Visible>
</Range>
</Title>
<Legend>
<Visible>true</Visible>
<Information>Long</Information>
<Layout>MultiLine</Layout>
<Position>Overlaid</Position>
</Legend>
<Instrument>Symbol</Instrument>
<Delimiter>%</Delimiter>
<GridLines>None</GridLines>
<YAxisMarkers>None</YAxisMarkers>
<YAxisTitles>None</YAxisTitles>
<Brand>None</Brand>
<Interval>
<CommonType xmlns="http://metastock.com/applications/data">Days</CommonType>
<Multiplier xmlns="http://metastock.com/applications/data">1</Multiplier>
</Interval>
<ShowNonTradedPeriods>false</ShowNonTradedPeriods>
<ShowHolidays>false</ShowHolidays>
<ShowGaps>true</ShowGaps>
<XAxis>
<Visible>true</Visible>
<Position>Bottom</Position>
<Range>
<Fixed>
<First>2009-04-17T00:00:00</First>
<Last>2009-05-24T00:00:00</Last>
</Fixed>
</Range>
</XAxis>
<Subchart>
<Weight>5</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Automatic/>
</Range>
<Analysis>
<Reference>a1</Reference>
</Analysis>
<Analysis>
<Reference>a3</Reference>
</Analysis>
<YAxis>
</Subchart>
<Subchart>
<Weight>2</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Automatic/>
</Range>
<Analysis>
<Reference>a2</Reference>
</Analysis>
</YAxis>
</Subchart>
</StandardTemplate>
<Scheme xmlns="http://metastock.com/imageserver/financial">
<Background>
<BackgroundMode>Solid</BackgroundMode>
<StartColor>
<Named>White</Named>
</StartColor>
<EndColor>
<Named>White</Named>
</EndColor>
<HatchStyle>LargeGrid</HatchStyle>
<GradientMode>ForwardDiagonal</GradientMode>
<ImageMode>Centered</ImageMode>
</Background>
<Border>
<Color>
<RGB>139;139;155</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</Border>
<Gridlines>
<Color>
<RGB>139;139;155</RGB>
<DashStyle>Dot</DashStyle>
<Width>1</Width>
</Gridlines>
<Title>
<Caption>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Range>
</Title>
<Legend>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Legend>
<XAxis>
<Major>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>9.75</Size>
</Major>
<Minor>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
</XAxis>
<YAxis>
<Major>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>9.75</Size>
</Major>
<Minor>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
<Title>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Title>
</YAxis>
<Series>
<Color>
<Named>Red</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<Named>Black</Named>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<Named>Green</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<Named>red</Named>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<Named>Blue</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>62;169;0</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<Named>Orange</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>156;38;115</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<Named>Black</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>255;120;0</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>25;108;229</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>25;108;229</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>60;117;28</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>60;117;28</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>230;176;18</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>230;176;18</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>0;186;193</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>0;186;193</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>255;178;127</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>255;178;127</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>100;79;190</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>100;79;190</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>209;36;33</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>209;36;33</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>38;87;135</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>38;87;135</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>94;176;176</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>94;176;176</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<LevelLine>
<Color>
<RGB>0;0;153</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</LevelLine>
<LevelLine>
<Color>
<RGB>120;120;120</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</LevelLine>
</Scheme>
</chartRequest>
</GetChart_Request_2>
</Body>
</Envelope>
<TimeSeries>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>9501.T</Symbol>
<Reference>d1</Reference>
<RequestRange>
<StartDate xmlns="http://metastock.com/applications/data">2000-09-16T00:00:00</StartDate>
<EndDate xmlns="http://metastock.com/applications/data">2010-09-16T00:00:00</EndDate>
</RequestRange>
</TimeSeriesRequest>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>VOD.L</Symbol>
<Reference>d2</Reference>
</TimeSeriesRequest>
</TimeSeries>
rather than
XML Sample Request
<XAxis>
<Visible>true</Visible>
<Position>Bottom</Position>
<Range>
<Last>
<Type>Year</Type>
<Count>10</Count>
<Display>All</Display>
</Last>
</Range>
</XAxis>
This can be implemented by configuring the color for the appropriate data series as described below. To understand how data series are
related to the lines on the chart please go to section Making Chart Request earlier in this chapter.
NOTE: The chart above shows daily statistics for IBEX 35 INDEX.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Charts/Charts.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Charts_1/GetChart_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetChart_Request_2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://
www.w3.org/2001/XMLSchema" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Charts_1">
<chartRequest ImageType="PNG" Width="600" Height="350" Title="IBEX 35" Culture="es-ES">
<TimeSeries>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>.IBEX</Symbol>
<Reference>d1</Reference>
</TimeSeriesRequest>
</TimeSeries>
<Analyses>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a1</Reference>
<Line>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
</Line>
</Analysis>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a2</Reference>
<Vol>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
</Vol>
</Analysis>
</Analyses>
<StandardTemplate xmlns="http://metastock.com/imageserver/financial">
<Title>
<Caption>
<Visible>false</Visible>
<Customized>false</Customized>
</Caption>
<Range>
<Visible>false</Visible>
</Range>
</Title>
<Legend>
<Visible>false</Visible>
<Information>Long</Information>
<Layout>MultiLine</Layout>
<Position>Overlaid</Position>
</Legend>
<Instrument>Symbol</Instrument>
<Delimiter>%</Delimiter>
<GridLines>Both</GridLines>
<YAxisMarkers>None</YAxisMarkers>
<YAxisTitles>Unit</YAxisTitles>
<Brand>None</Brand>
<Interval>
<CommonType xmlns="http://metastock.com/applications/data">Days</CommonType>
<Multiplier xmlns="http://metastock.com/applications/data">1</Multiplier>
</Interval>
<ShowNonTradedPeriods>false</ShowNonTradedPeriods>
<ShowHolidays>false</ShowHolidays>
<ShowGaps>true</ShowGaps>
<XAxis>
<Visible>true</Visible>
<Position>Bottom</Position>
<Range>
<Fixed>
<First>2008-07-27T00:00:00</First>
<Last>2009-07-27T00:00:00</Last>
</Fixed>
</Range>
</XAxis>
<Subchart>
<Weight>5</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Fixed>
<First>6500</First>
<Last>12500</Last>
</Fixed>
</Range>
<Analysis>
<Reference>a1</Reference>
</Analysis>
</YAxis>
<YAxis>
<Visible>true</Visible>
<Position>Left</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Fixed>
<First>6500</First>
<Last>12500</Last>
</Fixed>
</Range>
<Analysis>
<Reference>a1</Reference>
</Analysis>
</YAxis>
</Subchart>
<Subchart>
<Weight>2</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Fixed>
<First>0</First>
<Last>800000</Last>
</Fixed>
</Range>
<Analysis>
<Reference>a2</Reference>
</Analysis>
</YAxis>
<YAxis>
<Visible>true</Visible>
<Position>Left</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Fixed>
<First>0</First>
<Last>800000</Last>
</Fixed>
</Range>
</YAxis>
</Subchart>
</StandardTemplate>
<Scheme xmlns="http://metastock.com/imageserver/financial">
<Background>
<BackgroundMode>Solid</BackgroundMode>
<StartColor>
<Named>White</Named>
</StartColor>
<EndColor>
<Named>White</Named>
</EndColor>
<HatchStyle>LargeGrid</HatchStyle>
<GradientMode>ForwardDiagonal</GradientMode>
<ImageMode>Centered</ImageMode>
</Background>
<Border>
<Color>
<Named>Black</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</Border>
<GridLines>
<Color>
<RGB>204;204;204</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</GridLines>
<Title>
<Caption>
<Color>
<RGB>204;204;204</RGB>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>12</Size>
</Caption>
<Range>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Range>
</Title>
<Legend>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Legend>
<XAxis>
<Major>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Major>
<Minor>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
</XAxis>
<YAxis>
<Major>
<Color>
<RGB>68;66;67</RGB>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Major>
<Minor>
<Color>
<RGB>68;66;67</RGB>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
<Title>
<Color>
<RGB>68;66;67</RGB>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Title>
</YAxis>
<Series>
<Color>
<RGB>153;0;0</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>2</Width>
<FillColor>
<Named>Black</Named>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>153;0;0</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>2</Width>
<FillColor>
<Named>Red</Named>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<Named>Black</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>62;169;0</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<Named>Black</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>156;38;115</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>255;120;0</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>255;120;0</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>25;108;229</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>25;108;229</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>60;117;28</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>60;117;28</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>230;176;18</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>230;176;18</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>0;186;193</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>0;186;193</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>255;178;127</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>255;178;127</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>100;79;190</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>100;79;190</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>209;36;33</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>209;36;33</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>38;87;135</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>38;87;135</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>94;176;176</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>94;176;176</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<LevelLine>
<Color>
<RGB>0;0;153</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</LevelLine>
<LevelLine>
<Color>
<RGB>120;120;120</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</LevelLine>
</Scheme>
</chartRequest>
</GetChart_Request_2>
</Body>
</Envelope>
NOTE: The chart above shows daily statistics for IBEX 35 INDEX.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Charts/Charts.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Charts_1/GetChart_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetChart_Request_2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://
www.w3.org/2001/XMLSchema" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Charts_1">
<chartRequest ImageType="PNG" Width="600" Height="350" Title="IBEX 35" Culture="es-ES">
<TimeSeries>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>.IBEX</Symbol>
<Reference>d1</Reference>
</TimeSeriesRequest>
</TimeSeries>
<Analyses>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a1</Reference>
<Line>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
</Line>
</Analysis>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a2</Reference>
<Vol>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
</Vol>
</Analysis>
</Analyses>
<StandardTemplate xmlns="http://metastock.com/imageserver/financial">
<Title>
<Caption>
<Visible>false</Visible>
<Customized>false</Customized>
</Caption>
<Range>
<Visible>false</Visible>
</Range>
</Title>
<Legend>
<Visible>false</Visible>
<Information>Long</Information>
<Layout>MultiLine</Layout>
<Position>Overlaid</Position>
</Legend>
<Instrument>Symbol</Instrument>
<Delimiter>%</Delimiter>
<GridLines>Both</GridLines>
<YAxisMarkers>None</YAxisMarkers>
<YAxisTitles>Unit</YAxisTitles>
<Brand>None</Brand>
<Interval>
<CommonType xmlns="http://metastock.com/applications/data">Days</CommonType>
<Multiplier xmlns="http://metastock.com/applications/data">1</Multiplier>
</Interval>
<ShowNonTradedPeriods>false</ShowNonTradedPeriods>
<ShowHolidays>false</ShowHolidays>
<ShowGaps>true</ShowGaps>
<XAxis>
<Visible>true</Visible>
<Position>Bottom</Position>
<Range>
<Fixed>
<First>2008-07-27T00:00:00</First>
<Last>2009-07-27T00:00:00</Last>
</Fixed>
</Range>
</XAxis>
<Subchart>
<Weight>5</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Fixed>
<First>6500</First>
<Last>12500</Last>
</Fixed>
</Range>
<Analysis>
<Reference>a1</Reference>
</Analysis>
</YAxis>
<YAxis>
<Visible>true</Visible>
<Position>Left</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Fixed>
<First>6500</First>
<Last>12500</Last>
</Fixed>
</Range>
</YAxis>
</Subchart>
<Subchart>
<Weight>2</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Fixed>
<First>0</First>
<Last>800000</Last>
</Fixed>
</Range>
<Analysis>
<Reference>a2</Reference>
</Analysis>
</YAxis>
<YAxis>
<Visible>true</Visible>
<Position>Left</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Fixed>
<First>0</First>
<Last>800000</Last>
</Fixed>
</Range>
</YAxis>
</Subchart>
</StandardTemplate>
<Scheme xmlns="http://metastock.com/imageserver/financial">
<Background>
<BackgroundMode>Gradient</BackgroundMode>
<StartColor>
<Named>White</Named>
</StartColor>
<EndColor>
<RGB>153;0;0</RGB>
</EndColor>
<HatchStyle>LargeGrid</HatchStyle>
<GradientMode>ForwardDiagonal</GradientMode>
<ImageMode>Centered</ImageMode>
</Background>
<Border>
<Color>
<Named>Black</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</Border>
<GridLines>
<Color>
<Named>Black</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</GridLines>
<Title>
<Caption>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>12</Size>
</Caption>
<Range>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Range>
</Title>
<Legend>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Legend>
<XAxis>
<Major>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Major>
<Minor>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
</XAxis>
<YAxis>
<Major>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Major>
<Minor>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
<Title>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Title>
</YAxis>
<Series>
<Color>
<Named>Black</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>2</Width>
<FillColor>
<Named>Black</Named>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<Named>Black</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>2</Width>
<FillColor>
<Named>Red</Named>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<Named>Black</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>62;169;0</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<Named>Black</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>156;38;115</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>255;120;0</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>255;120;0</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>25;108;229</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>25;108;229</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>60;117;28</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>60;117;28</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>230;176;18</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>230;176;18</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>0;186;193</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>0;186;193</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>255;178;127</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>255;178;127</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>100;79;190</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>100;79;190</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>209;36;33</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>209;36;33</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>38;87;135</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>38;87;135</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>94;176;176</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>94;176;176</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<LevelLine>
<Color>
<RGB>0;0;153</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</LevelLine>
<LevelLine>
<Color>
<RGB>120;120;120</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</LevelLine>
</Scheme>
</chartRequest>
</GetChart_Request_2>
</Body>
</Envelope>
• Font Format: This control allows specifying font family, size and applying additional formatting, such as Bold, Italic, Underline or
Strikeout:
• Line Format: Use this control to select line color, style (Solid, Dash, Dash Dot, Dash Dot Dot, Dot) and thickness (in pixels):
8.6.3.1 Case 1
The chart below shows Hourly statistics for FTSE 100 INDEX.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Charts/Charts.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Charts_1/GetChart_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetChart_Request_2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://
www.w3.org/2001/XMLSchema" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Charts_1">
<chartRequest ImageType="PNG" Width="700" Height="400" Culture="en-GB">
<TimeSeries>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>.FTSE</Symbol>
<Reference>d1</Reference>
</TimeSeriesRequest>
</TimeSeries>
<Analyses>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a1</Reference>
<Line>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
<Series1>
<Name>FilledLine</Name>
</Series1>
</Line>
</Analysis>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a2</Reference>
<Vol>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
</Vol>
</Analysis>
</Analyses>
<StandardTemplate xmlns="http://metastock.com/imageserver/financial">
<Title>
<Caption>
<Visible>true</Visible>
<Customized>false</Customized>
</Caption>
<Range>
<Visible>false</Visible>
</Range>
</Title>
<Legend>
<Visible>true</Visible>
<Information>Long</Information>
<Layout>MultiLine</Layout>
<Position>Overlaid</Position>
</Legend>
<Instrument>Name</Instrument>
<Delimiter>%</Delimiter>
<GridLines>Horizontal</GridLines>
<YAxisMarkers>None</YAxisMarkers>
<YAxisTitles>All</YAxisTitles>
<Brand>None</Brand>
<Interval>
<CommonType xmlns="http://metastock.com/applications/data">Hours</CommonType>
<Multiplier xmlns="http://metastock.com/applications/data">1</Multiplier>
</Interval>
<ShowNonTradedPeriods>false</ShowNonTradedPeriods>
<ShowHolidays>false</ShowHolidays>
<ShowGaps>true</ShowGaps>
<XAxis>
<Visible>true</Visible>
<Position>Bottom</Position>
<Range>
<Fixed>
<First>2009-05-05T00:00:00</First>
<Last>2009-05-12T00:00:00</Last>
</Fixed>
</Range>
</XAxis>
<Subchart>
<Weight>5</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Automatic />
</Range>
<Analysis>
<Reference>a1</Reference>
<LevelLine>4462</LevelLine>
</Analysis>
</YAxis>
</Subchart>
<Subchart>
<Weight>2</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Fixed>
<First>0</First>
<Last>1000000000000</Last>
</Fixed>
</Range>
<Analysis>
<Reference>a2</Reference>
<LevelLine>2000000000000</LevelLine>
<LevelLine>125000000000</LevelLine>
<LevelLine>250000000000</LevelLine>
<LevelLine>375000000000</LevelLine>
</Analysis>
</YAxis>
</Subchart>
</StandardTemplate>
<Scheme xmlns="http://metastock.com/imageserver/financial">
<Background>
<BackgroundMode>Gradient</BackgroundMode>
<StartColor>
<RGB>0;0;100</RGB>
</StartColor>
<EndColor>
<RGB>0;0;50</RGB>
</EndColor>
<HatchStyle>LargeGrid</HatchStyle>
<GradientMode>ForwardDiagonal</GradientMode>
<ImageMode>Centered</ImageMode>
</Background>
<Border>
<Color>
<RGB>139;139;155</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</Border>
<GridLines>
<Color>
<RGB>139;139;155</RGB>
</Color>
<DashStyle>Dot</DashStyle>
<Width>1</Width>
</GridLines>
<Title>
<Caption>
<Color>
<Named>Orange</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>12</Size>
</Caption>
<Range>
<Color>
<Named>WhiteSmoke</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Range>
</Title>
<Legend>
<Color>
<Named>WhiteSmoke</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Legend>
<XAxis>
<Major>
<Color>
<Named>WhiteSmoke</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>9.75</Size>
</Major>
<Minor>
<Color>
<Named>WhiteSmoke</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
</XAxis>
<YAxis>
<Major>
<Color>
<Named>WhiteSmoke</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>9.75</Size>
</Major>
<Minor>
<Color>
<Named>WhiteSmoke</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
<Title>
<Color>
<Named>WhiteSmoke</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Title>
</YAxis>
<Series>
<Color>
<RGB>255;153;0</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>2</Width>
<FillColor>
<RGB>255;153;0</RGB>
</FillColor>
<FillStyle>Percent90</FillStyle>
</Series>
<Series>
<Color>
<Named>Orange</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>5</Width>
<FillColor>
<Named>Red</Named>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>62;169;0</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>62;169;0</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>156;38;115</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>156;38;115</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>255;120;0</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>255;120;0</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>25;108;229</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>25;108;229</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>60;117;28</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>60;117;28</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>230;176;18</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>230;176;18</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>0;186;193</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>0;186;193</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>255;178;127</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>255;178;127</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>100;79;190</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>100;79;190</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>209;36;33</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>209;36;33</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>38;87;135</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>38;87;135</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>94;176;176</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>94;176;176</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<LevelLine>
<Color>
<RGB>255;102;0</RGB>
</Color>
<DashStyle>Dash</DashStyle>
<Width>2</Width>
</LevelLine>
<LevelLine>
<Color>
<Named>Gray</Named>
</Color>
<DashStyle>Dash</DashStyle>
<Width>1</Width>
</LevelLine>
<LevelLine>
<Color>
<Named>Gray</Named>
</Color>
<DashStyle>Dash</DashStyle>
<Width>1</Width>
</LevelLine>
<LevelLine>
<Color>
<Named>Gray</Named>
</Color>
<DashStyle>Dash</DashStyle>
<Width>1</Width>
</LevelLine>
<LevelLine>
<Color>
<Named>Gray</Named>
</Color>
<DashStyle>Dash</DashStyle>
<Width>1</Width>
</LevelLine>
</Scheme>
</chartRequest>
</GetChart_Request_2>
</Body>
</Envelope>
8.6.3.2 Case 2
The chart below shows daily fluctuations (in %) of HSBC HOLDINGS with HANG SENG INDEX against their respective values at the
beginning of the requested period.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Charts/Charts.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Charts_1/GetChart_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetChart_Request_2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://
www.w3.org/2001/XMLSchema" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Charts_1">
<chartRequest ImageType="PNG" Width="700" Height="400" Culture="en-GB">
<TimeSeries>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>.FTSE</Symbol>
<Reference>d1</Reference>
</TimeSeriesRequest>
</TimeSeries>
<Analyses>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a1</Reference>
<Line>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
<Series1>
<Name>FilledLine</Name>
</Series1>
</Line>
</Analysis>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a2</Reference>
<Vol>
<Instrument1>
<Reference>d1</Reference>
</Instrument1>
</Vol>
</Analysis>
</Analyses>
<StandardTemplate xmlns="http://metastock.com/imageserver/financial">
<Title>
<Caption>
<Visible>true</Visible>
<Customized>false</Customized>
</Caption>
<Range>
<Visible>false</Visible>
</Range>
</Title>
<Legend>
<Visible>true</Visible>
<Information>Long</Information>
<Layout>MultiLine</Layout>
<Position>Overlaid</Position>
</Legend>
<Instrument>Name</Instrument>
<Delimiter>%</Delimiter>
<GridLines>Horizontal</GridLines>
<YAxisMarkers>None</YAxisMarkers>
<YAxisTitles>All</YAxisTitles>
<Brand>None</Brand>
<Interval>
<CommonType xmlns="http://metastock.com/applications/data">Hours</CommonType>
<Multiplier xmlns="http://metastock.com/applications/data">1</Multiplier>
</Interval>
<ShowNonTradedPeriods>false</ShowNonTradedPeriods>
<ShowHolidays>false</ShowHolidays>
<ShowGaps>true</ShowGaps>
<XAxis>
<Visible>true</Visible>
<Position>Bottom</Position>
<Range>
<Fixed>
<First>2009-05-05T00:00:00</First>
<Last>2009-05-12T00:00:00</Last>
</Fixed>
</Range>
</XAxis>
<Subchart>
<Weight>5</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Automatic />
</Range>
<Analysis>
<Reference>a1</Reference>
<LevelLine>4462</LevelLine>
</Analysis>
</YAxis>
</Subchart>
<Subchart>
<Weight>2</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Fixed>
<First>0</First>
<Last>1000000000000</Last>
</Fixed>
</Range>
<Analysis>
<Reference>a2</Reference>
<LevelLine>2000000000000</LevelLine>
<LevelLine>125000000000</LevelLine>
<LevelLine>250000000000</LevelLine>
<LevelLine>375000000000</LevelLine>
</Analysis>
</YAxis>
</Subchart>
</StandardTemplate>
<Scheme xmlns="http://metastock.com/imageserver/financial">
<Background>
<BackgroundMode>Gradient</BackgroundMode>
<StartColor>
<RGB>0;0;100</RGB>
</StartColor>
<EndColor>
<RGB>0;0;50</RGB>
</EndColor>
<HatchStyle>LargeGrid</HatchStyle>
<GradientMode>ForwardDiagonal</GradientMode>
<ImageMode>Centered</ImageMode>
</Background>
<Border>
<Color>
<RGB>139;139;155</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</Border>
<GridLines>
<Color>
<RGB>139;139;155</RGB>
</Color>
<DashStyle>Dot</DashStyle>
<Width>1</Width>
</GridLines>
<Title>
<Caption>
<Color>
<Named>Orange</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>12</Size>
</Caption>
<Range>
<Color>
<Named>WhiteSmoke</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Range>
</Title>
<Legend>
<Color>
<Named>WhiteSmoke</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Legend>
<XAxis>
<Major>
<Color>
<Named>WhiteSmoke</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>9.75</Size>
</Major>
<Minor>
<Color>
<Named>WhiteSmoke</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
</XAxis>
<YAxis>
<Major>
<Color>
<Named>WhiteSmoke</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>9.75</Size>
</Major>
<Minor>
<Color>
<Named>WhiteSmoke</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
<Title>
<Color>
<Named>WhiteSmoke</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Title>
</YAxis>
<Series>
<Color>
<RGB>255;153;0</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>2</Width>
<FillColor>
<RGB>255;153;0</RGB>
</FillColor>
<FillStyle>Percent90</FillStyle>
</Series>
<Series>
<Color>
<Named>Orange</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>5</Width>
<FillColor>
<Named>Red</Named>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>62;169;0</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>62;169;0</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>156;38;115</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>156;38;115</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>255;120;0</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>255;120;0</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>25;108;229</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>25;108;229</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>60;117;28</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>60;117;28</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>230;176;18</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>230;176;18</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>0;186;193</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>0;186;193</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>255;178;127</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>255;178;127</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>100;79;190</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>100;79;190</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>209;36;33</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>209;36;33</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>38;87;135</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>38;87;135</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>94;176;176</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>94;176;176</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<LevelLine>
<Color>
<RGB>255;102;0</RGB>
</Color>
<DashStyle>Dash</DashStyle>
<Width>2</Width>
</LevelLine>
<LevelLine>
<Color>
<Named>Gray</Named>
</Color>
<DashStyle>Dash</DashStyle>
<Width>1</Width>
</LevelLine>
<LevelLine>
<Color>
<Named>Gray</Named>
</Color>
<DashStyle>Dash</DashStyle>
<Width>1</Width>
</LevelLine>
<LevelLine>
<Color>
<Named>Gray</Named>
</Color>
<DashStyle>Dash</DashStyle>
<Width>1</Width>
</LevelLine>
<LevelLine>
<Color>
<Named>Gray</Named>
</Color>
<DashStyle>Dash</DashStyle>
<Width>1</Width>
</LevelLine>
</Scheme>
</chartRequest>
</GetChart_Request_2>
</Body>
</Envelope>
Custom Time Series functionality allows you to specify all time series data for building charts. The description of minimal set of parameters
which should be specified is given in the table below:
PARAMETER DESCRIPTION
Field This is the field of data that needs to be retrieved for the symbol (RIC). Leaving this blank uses the
default field of a symbol (default field is Close).
NOTE: Currently, this parameter does not have an influence on the chart. For building chart based on
Open, High, Low, Close, Volume values, use the "Action" item from the Analysis section as shown in
Sample 2 later.
Field Name The name of the field which would be displayed on the chart (e.g. Last Trade (Close)).
Display Unit This defines how Y-Axis display units are displayed.
Fill in the Time Series Data section with financial information such as Date, Open, High, Low, Close and Volume for each data point:
NOTE: You do not need to input values of all items (Open, High, Low, Close, Volume) for each data point. It is enough to specify only values
for the items which will be used in building a chart.
8.6.4.1 Sample 1
For this sample only, Close and Volume values of financial data were provided, so the Row element of Time series Data section looks like:
<ROW>
<Date>2010-07-27T14:00:00</Date>
<Close>128.59</Close>
<Volume>54100</Volume>
</ROW>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Charts/Charts.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Charts_1/GetChart_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetChart_Request_2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://
www.w3.org/2001/XMLSchema" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Charts_1">
<chartRequest ImageType="PNG" Width="500" Height="300" Title="Chart for Custom Data"
Culture="en-US">
<TimeSeries>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>Custom Symbol</Symbol>
<Reference>0</Reference>
</TimeSeriesRequest>
</TimeSeries>
<CustomTimeSeries>
<TimeSeriesCustom xmlns="http://metastock.com/applications/data">
<Symbol>Custom Symbol</Symbol>
<Display Unit>
<Format>Decimal</Format>
<Precision>2</Precision>
</Display Unit>
<Interval>
<CommonType>Minutes</CommonType>
<Multiplier>30</Multiplier>
</Interval>
<TimeSeriesData>
<Row>
<Date>2010-07-27T14:00:00</Date>
<Close>128.59</Close>
<Volume>54100</Volume>
</Row>
<Row>
<Date>2010-07-27T14:30:00</Date>
<Close>128.81</Close>
<Volume>48500</Volume>
</Row>
<Row>
<Date>2010-07-27T15:00:00</Date>
<Close>128.36</Close>
<Volume>39800</Volume>
</Row>
<Row>
<Date>2010-07-27T15:30:00</Date>
<Close>128.11</Close>
<Volume>48500</Volume>
</Row>
<Row>
<Date>2010-07-27T16:00:00</Date>
<Close>128.8</Close>
<Volume>26100</Volume>
</Row>
<Row>
<Date>2010-07-27T16:30:00</Date>
<Close>128.97</Close>
<Volume>28500</Volume>
</Row>
<Row>
<Date>2010-07-27T17:00:00</Date>
<Close>128.82</Close>
<Volume>24900</Volume>
</Row>
<Row>
<Date>2010-07-27T17:30:00</Date>
<Close>128.52</Close>
<Volume>26700</Volume>
</Row>
<Row>
<Date>2010-07-27T18:00:00</Date>
<Close>128.79</Close>
<Volume>35500</Volume>
</Row>
<Row>
<Date>2010-07-27T18:30:00</Date>
<Close>128.83</Close>
<Volume>39700</Volume>
</Row>
<Row>
<Date>2010-07-27T19:00:00</Date>
<Close>128.69</Close>
<Volume>46200</Volume>
</Row>
<Row>
<Date>2010-07-27T19:30:00</Date>
<Close>128.76</Close>
<Volume>45100</Volume>
</Row>
<Row>
<Date>2010-07-27T20:00:00</Date>
<Close>128.64</Close>
<Volume>78100</Volume>
</Row>
<Row>
<Date>2010-07-27T20:30:00</Date>
<Close>128.63</Close>
<Volume>206900</Volume>
</Row>
</TimeSeriesData>
</TimeSeriesCustom>
</CustomTimeSeries>
<Analyses>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a0</Reference>
<Line>
<Instrument1>
<Reference>0</Reference>
</Instrument1>
</Line>
</Analysis>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a</Reference>
<Vol>
<Instrument1>
<Reference>0</Reference>
</Instrument1>
</Vol>
</Analysis>
</Analyses>
<StandardTemplate xmlns="http://metastock.com/imageserver/financial">
<Title>
<Caption>
<Visible>true</Visible>
<Customized>false</Customized>
</Caption>
<Range>
<Visible>true</Visible>
</Range>
</Title>
<Legend>
<Visible>true</Visible>
<Information>Short</Information>
<Layout>MultiLine</Layout>
<Position>Overlaid</Position>
</Legend>
<Instrument>Symbol</Instrument>
<Delimiter>%</Delimiter>
<GridLines>Both</GridLines>
<YAxisMarkers>None</YAxisMarkers>
<YAxisTitles>Currency Type</YAxisTitles>
<Brand>None</Brand>
<Interval>
<CommonType xmlns="http://metastock.com/applications/data">Minutes
</CommonType>
<Multiplier xmlns="http://metastock.com/applications/data">30</Multiplier>
</Interval>
<ShowNonTradedPeriods>false</ShowNonTradedPeriods>
<ShowHolidays>false</ShowHolidays>
<ShowGaps>false</ShowGaps>
<XAxis>
<Visible>true</Visible>
<Position>Bottom</Position>
<Range>
<Fixed>
<First>2010-07-27T00:00:00</First>
<Last>2010-07-28T00:00:00</Last>
</Fixed>
</Range>
</XAxis>
<Subchart>
<Weight>5</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Automatic/>
</Range>
<Analysis>
<Reference>a0</Reference>
</Analysis>
</YAxis>
</Subchart>
<Subchart>
<Weight>2</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Automatic</Mode>
</Display>
<Range>
<Automatic/>
</Range>
<Analysis>
<Reference>a</Reference>
</Analysis>
</YAxis>
</Subchart>
</StandardTemplate>
<Scheme xmlns="http://metastock.com/imageserver/financial">
<Background>
<BackgroundMode>Gradient</BackgroundMode>
<StartColor>
<RGB>255;255;255</RGB>
</StartColor>
<EndColor>
<RGB>230;230;230</RGB>
</EndColor>
<HatchStyle>LargeGrid</HatchStyle>
<GradientMode>ForwardDiagonal</GradientMode>
<ImageMode>Centered</ImageMode>
</Background>
<Border>
<Color>
<RGB>100;100;100</RGB>
</Color>
<DashStyle>Dot</DashStyle>
<Width>1</Width>
</Border>
<GridLines>
<Color>
<RGB>200;200;200</RGB>
</Color>
<DashStyle>Dot</DashStyle>
<Width>1</Width>
</GridLines>
<Title>
<Caption>
<Color>
<RGB>0;0;0</RGB>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>12</Size>
</Caption>
<Range>
<Color>
<RGB>0;0;0</RGB>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Range>
</Title>
<Legend>
<Color>
<RGB>0;0;0</RGB>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Legend>
<XAxis>
<Major>
<Color>
<RGB>50;50;50</RGB>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>9</Size>
</Major>
<Minor>
<Color>
<RGB>50;50;50</RGB>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8</Size>
</Minor>
</XAxis>
<YAxis>
<Major>
<Color>
<RGB>50;50;50</RGB>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>9</Size>
</Major>
<Minor>
<Color>
<RGB>50;50;50</RGB>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8</Size>
</Minor>
<Title>
<Color>
<RGB>50;50;50</RGB>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8</Size>
</Title>
</YAxis>
<Series>
<Color>
<RGB>0;0;153</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
<FillColor>
<RGB>0;0;0</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>0;51;255</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
<FillColor>
<RGB>0;0;0</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
</Scheme>
</chartRequest>
</GetChart_Request_2>
</Body>
</Envelope>
8.6.4.2 Sample 2
Let's build a chart based on Open field of Time Series data.
For this you should set the "Open" value in the "Action" parameter of the Analysis section by selecting which column of data to use for the
analysis:
<Analyses>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a2</Reference>
<Line>
<Instrument1>
<Reference>d2</Reference>
<Action>Open</Action>
</Instrument1>
<Series1>
<Name>FilledLine</Name>
</Series1>
</Line>
</Analysis>
</Analyses>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Charts/Charts.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Charts_1/GetChart_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetChart_Request_2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://
www.w3.org/2001/XMLSchema" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Charts_1">
<chartRequest ImageType="PNG" Width="500" Height="300" Culture="en-US">
<TimeSeries>
<TimeSeriesRequest xmlns="http://metastock.com/imageserver/financial">
<Symbol>MSFT.O</Symbol>
<Reference>d2</Reference>
<Feed>C</Feed>
<DataProvider>CUSTOM</DataProvider>
</TimeSeriesRequest>
</TimeSeries>
<CustomTimeSeries>
<TimeSeriesCustom xmlns="http://metastock.com/applications/data">
<Symbol>MSFT.O</Symbol>
<Name>Custom Data</Name>
<Field>Open</Field>
<FieldName>Open Price</FieldName>
<Display Unit>
<Format>Decimal</Format>
<Precision>2</Precision>
</Display Unit>
<Interval>
<CommonType>Minutes</CommonType>
<Multiplier>30</Multiplier>
</Interval>
<TimeSeriesData>
<Row>
<Date>2010-08-02T08:30:00</Date>
<Open>26.01</Open>
<High>26.5</High>
<Low>26.01</Low>
<Close>26.2</Close>
<Volume>1100</Volume>
</Row>
<Row>
<Date>2010-08-02T10:30:00</Date>
<Open>26.15</Open>
<High>26.15</High>
<Low>26.15</Low>
<Close>26.15</Close>
<Volume>1800</Volume>
</Row>
<Row>
<Date>2010-08-02T11:00:00</Date>
<Open>26.12</Open>
<High>26.12</High>
<Low>26.12</Low>
<Close>26.12</Close>
<Volume>430</Volume>
</Row>
<Row>
<Date>2010-08-02T11:30:00</Date>
<Open>26.1</Open>
<High>26.1</High>
<Low>26.1</Low>
<Close>26.1</Close>
<Volume>1500</Volume>
</Row>
<Row>
<Date>2010-08-02T12:00:00</Date>
<Open>26.08</Open>
<High>26.08</High>
<Low>26.08</Low>
<Close>26.08</Close>
<Volume>1720</Volume>
</Row>
<Row>
<Date>2010-08-02T12:30:00</Date>
<Open>26.1</Open>
<High>26.1</High>
<Low>25.98</Low>
<Close>26.05</Close>
<Volume>12939</Volume>
</Row>
<Row>
<Date>2010-08-02T13:00:00</Date>
<Open>26</Open>
<High>26.08</High>
<Low>26</Low>
<Close>26.08</Close>
<Volume>5850</Volume>
</Row>
<Row>
<Date>2010-08-02T13:30:00</Date>
<Open>26.08</Open>
<High>26.18</High>
<Low>26.08</Low>
<Close>26.13</Close>
<Volume>30732</Volume>
</Row>
<Row>
<Date>2010-08-02T14:00:00</Date>
<Open>26.13</Open>
<High>26.19</High>
<Low>25.98</Low>
<Close>26</Close>
<Volume>159613</Volume>
</Row>
<Row>
<Date>2010-08-02T14:30:00</Date>
<Open>26</Open>
<High>26.11</High>
<Low>25.9695</Low>
<Close>26</Close>
<Volume>401340</Volume>
</Row>
<Row>
<Date>2010-08-02T15:00:00</Date>
<Open>26.0093</Open>
<High>26.13</High>
<Low>25.965</Low>
<Close>26</Close>
<Volume>179130</Volume>
</Row>
<Row>
<Date>2010-08-02T15:30:00</Date>
<Open>26</Open>
<High>26.01</High>
<Low>25.76</Low>
<Close>25.77</Close>
<Volume>231058</Volume>
</Row>
<Row>
<Date>2010-08-02T16:00:00</Date>
<Open>25.75</Open>
<High>26.0026</High>
<Low>25.65</Low>
<Close>25.76</Close>
<Volume>172691</Volume>
</Row>
<Row>
<Date>2010-08-02T16:30:00</Date>
<Open>25.76</Open>
<High>25.76</High>
<Low>25.6</Low>
<Close>25.69</Close>
<Volume>183975</Volume>
</Row>
<Row>
<Date>2010-08-02T17:00:00</Date>
<Open>25.68</Open>
<High>25.77</High>
<Low>25.67</Low>
<Close>25.76</Close>
<Volume>171896</Volume>
</Row>
<Row>
<Date>2010-08-02T17:30:00</Date>
<Open>25.76</Open>
<High>26.07</High>
<Low>25.7518</Low>
<Close>26.0699</Close>
<Volume>208652</Volume>
</Row>
<Row>
<Date>2010-08-02T18:00:00</Date>
<Open>26.06</Open>
<High>26.2501</High>
<Low>26.06</Low>
<Close>26.2007</Close>
<Volume>201028</Volume>
</Row>
<Row>
<Date>2010-08-02T18:30:00</Date>
<Open>26.21</Open>
<High>26.295</High>
<Low>26.15</Low>
<Close>26.2801</Close>
<Volume>245847</Volume>
</Row>
<Row>
<Date>2010-08-02T19:00:00</Date>
<Open>26.29</Open>
<High>26.41</High>
<Low>26.25</Low>
<Close>26.37</Close>
<Volume>256939</Volume>
</Row>
<Row>
<Date>2010-08-02T19:30:00</Date>
<Open>26.34</Open>
<High>26.3799</High>
<Low>26.25</Low>
<Close>26.25</Close>
<Volume>231177</Volume>
</Row>
<Row>
<Date>2010-08-02T20:00:00</Date>
<Open>26.25</Open>
<High>26.27</High>
<Low>26.03</Low>
<Close>26.03</Close>
<Volume>197114</Volume>
</Row>
<Row>
<Date>2010-08-02T20:30:00</Date>
<Open>26.03</Open>
<High>26.06</High>
<Low>26</Low>
<Close>26.02</Close>
<Volume>3218775</Volume>
</Row>
<Row>
<Date>2010-08-02T21:00:00</Date>
<Open>26.01</Open>
<High>26.2564</High>
<Low>26.01</Low>
<Close>26.03</Close>
<Volume>220542</Volume>
</Row>
<Row>
<Date>2010-08-02T21:30:00</Date>
<Open>26.05</Open>
<High>26.05</High>
<Low>26.05</Low>
<Close>26.05</Close>
<Volume>1245</Volume>
</Row>
<Row>
<Date>2010-08-02T22:00:00</Date>
<Open>26.06</Open>
<High>26.09</High>
<Low>26.01</Low>
<Close>26.01</Close>
<Volume>1090</Volume>
</Row>
<Row>
<Date>2010-08-02T22:30:00</Date>
<Open>26.02</Open>
<High>26.05</High>
<Low>26.02</Low>
<Close>26.05</Close>
<Volume>10211</Volume>
</Row>
<Row>
<Date>2010-08-02T23:00:00</Date>
<Open>26.02</Open>
<High>26.03</High>
<Low>26.02</Low>
<Close>26.03</Close>
<Volume>2100</Volume>
</Row>
<Row>
<Date>2010-08-02T23:30:00</Date>
<Open>26.03</Open>
<High>26.03</High>
<Low>26.03</Low>
<Close>26.03</Close>
<Volume>100</Volume>
</Row>
</TimeSeriesData>
</TimeSeriesCustom>
</CustomTimeSeries>
<Analyses>
<Analysis xmlns="http://metastock.com/imageserver/analysis">
<Reference>a2</Reference>
<Line>
<Instrument1>
<Reference>d2</Reference>
<Action>Open</Action>
</Instrument1>
<Series1>
<Name>FilledLine</Name>
</Series1>
</Line>
</Analysis>
</Analyses>
<StandardTemplate xmlns="http://metastock.com/imageserver/financial">
<Title>
<Caption>
<Visible>true</Visible>
<Customized>false</Customized>
</Caption>
<Range>
<Visible>true</Visible>
</Range>
</Title>
<Legend>
<Visible>true</Visible>
<Information>Long</Information>
<Layout>MultiLine</Layout>
<Position>Overlaid</Position>
</Legend>
<Instrument>Symbol</Instrument>
<Delimiter>%</Delimiter>
<GridLines>None</GridLines>
<YAxisMarkers>None</YAxisMarkers>
<YAxisTitles>All</YAxisTitles>
<Brand>None</Brand>
<Interval>
<CommonType xmlns="http://metastock.com/applications/data">Minutes
</CommonType>
<Multiplier xmlns="http://metastock.com/applications/data">30</Multiplier>
</Interval>
<ShowNonTradedPeriods>false</ShowNonTradedPeriods>
<ShowHolidays>false</ShowHolidays>
<ShowGaps>false</ShowGaps>
<XAxis>
<Visible>true</Visible>
<Position>Bottom</Position>
<Range>
<Fixed>
<First>2010-08-02T14:30:00</First>
<Last>2010-08-02T20:00:00</Last>
</Fixed>
</Range>
</XAxis>
<Subchart>
<Weight>5</Weight>
<YAxis>
<Visible>true</Visible>
<Position>Right</Position>
<Invert>false</Invert>
<Logarithmic>false</Logarithmic>
<Display>
<Mode>Decimal</Mode>
<Precision>2</Precision>
</Display>
<Range>
<Automatic />
</Range>
<Analysis>
<Reference>a2</Reference>
</Analysis>
</YAxis>
</Subchart>
</StandardTemplate>
<Scheme xmlns="http://metastock.com/imageserver/financial">
<Background>
<BackgroundMode>Gradient</BackgroundMode>
<StartColor>
<RGB>255;204;255</RGB>
</StartColor>
<EndColor>
<RGB>255;153;255</RGB>
</EndColor>
<HatchStyle>LargeGrid</HatchStyle>
<GradientMode>ForwardDiagonal</GradientMode>
<ImageMode>Centered</ImageMode>
</Background>
<Border>
<Color>
<RGB>139;139;155</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</Border>
<GridLines>
<Color>
<RGB>139;139;155</RGB>
</Color>
<DashStyle>Dot</DashStyle>
<Width>1</Width>
</GridLines>
<Title>
<Caption>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>12</Size>
</Caption>
<Range>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Range>
</Title>
<Legend>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Legend>
<XAxis>
<Major>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>9.75</Size>
</Major>
<Minor>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
</XAxis>
<YAxis>
<Major>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Bold</Style>
<Size>9.75</Size>
</Major>
<Minor>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Minor>
<Title>
<Color>
<Named>Black</Named>
</Color>
<Family>Arial</Family>
<Style>Regular</Style>
<Size>8.25</Size>
</Title>
</YAxis>
<Series>
<Color>
<RGB>0;0;153</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>0;0;204</RGB>
</FillColor>
<FillStyle>LightVertical</FillStyle>
</Series>
<Series>
<Color>
<Named>Red</Named>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<Named>Red</Named>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>62;169;0</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>62;169;0</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>156;38;115</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>156;38;115</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>255;120;0</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>255;120;0</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>25;108;229</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>25;108;229</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>60;117;28</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>60;117;28</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>230;176;18</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>230;176;18</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>0;186;193</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>0;186;193</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>255;178;127</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>255;178;127</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>100;79;190</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>100;79;190</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>209;36;33</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>209;36;33</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>38;87;135</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>38;87;135</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<Series>
<Color>
<RGB>94;176;176</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>0</Width>
<FillColor>
<RGB>94;176;176</RGB>
</FillColor>
<FillStyle>Percent20</FillStyle>
</Series>
<LevelLine>
<Color>
<RGB>0;0;153</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</LevelLine>
<LevelLine>
<Color>
<RGB>120;120;120</RGB>
</Color>
<DashStyle>Solid</DashStyle>
<Width>1</Width>
</LevelLine>
</Scheme>
</chartRequest>
</GetChart_Request_2>
</Body>
</Envelope>
• Company-specific and standardized financials originally reported and restated information business and geographic segments
• Consistency with other Refinitiv Company Databases, such as Refinitiv Estimates and Business Intelligence databases
9.1.1 Authorization
All requests to the Fundamentals service require an authorization token. For details, see Understanding Authentication Tokens.
9.1.2 Authentication
Fundamentals use Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your application
authenticates them. Unmanaged effective users are not supported in Fundamentals.
For additional information on creating a Service Token, see Creating a Token.
Fundamentals Endpoint
http://api.rkd.refinitiv.com/api/Fundamentals/Fundamentals.svc
Required Header
POST /api/Fundamentals/Fundamentals.svc HTTP/1.1
Content-Type: application/soap+xml
Host: api.rkd.refinitiv.com
Content-Length: [length]
9.2 WSDL
WSDL:
http://api.rkd.refinitiv.com/schemas/Fundamentals/wsdl/Fundamentals_1_HttpAndRKDToken.wsdl
<CoIDs xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/CompanyContentCommon_1">
<CoID Type="RepNo">B0867</CoID>
<CoID Type="Company Name">Thomson Reuters PLC (ADR)</CoID>
<CoID Type="CIKNo">0001056084</CoID>
</CoIDs>
VALUE DESCRIPTION
<Issues xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/CompanyContentCommon_1">
<Issue ID="1" Type="C" Desc="Common Stock" Order="1">
<IssueID Type="Name">Ordinary Shares</IssueID>
<IssueID Type="Ticker">TRIN</IssueID>
<IssueID Type="RIC">TRIN.O</IssueID>
<IssueID Type="DisplayRIC">TRIN.OQ</IssueID>
<Exchange Code="NASD" Country="USA ">NASDAQ</Exchange>
<GlobalListingType SharesPerListing="6.0">A DR</GlobalListingType>
</Issue>
<Issue ID="2" Type="C" Desc="Common Stock" Order="2">
<IssueID Type="Name">Common Stock</IssueID>
<Exchange Code="NYSE" Country="USA">New York Stock Exchange</Exchange>
</Issue>
</Issues>
<CoGeneralInfo xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/CompanyContentCommon_1">
<CoStatus Code="1">Active</CoStatus>
<CoType Code="EQU">Equity Issue</CoType>
<LastModified>2008-11-14</LastModified>
<LatestAvailableAnnual>2007-12-31</LatestAvailableAnnual>
<Employees LastUpdated="2008-04-17">50000</Employees>
<SharesOut Date="2008-11-11" TotalFloat="816100000.0">824277974.0</SharesOut>
<ReportingCurrency Code="USD">U.S. Dollars</ReportingCurrency>
<MostRecentExchange Date="2008-11-21">1.0</MostRecentExchange>
</CoGeneralInfo>
EQU Equity Company trades common shares. Additionally, the company may have other types
of securities such as debt and preferred stock issued.
DBT Debt Issue Company has publicly traded debt but no common or preferred stock trading.
PRE Preferred Issue Company had preferred stock but no common stock trading.
LPS Limited Partnership A partnership with two kinds of partners: limited partners, who provide financial
backing and have little role in management and no personal liability, and general
partners, who are responsible for managing the entity and have unlimited personal
liability for its debts.
IPO Pre-IPO Company has filed an IPO registration statement, but shares are not trading in the
market.
CompanyID x
CompanyIdType x
countryCode
segmentType BS, GS x
numPeriods 5
startDate
endDate
fpNumber 0
coaCodes All
displayTypes All
showCompanyInfo 0
showStatementInfo 0
showIssues 0
showAvailability 0
PeriodType A, I A
Where:
• numPeriods: To retrieve the most recent periods the value for numPeriods has to be positive. By default, the value 5 is retrieving
five most recent periods. To retrieve the earliest periods the value has to be negative. For example entering - 3 retrieves the earliest
periods available on that company.
• coaCodes: By default, the value of coaCodes are ALL, which returns all coa codes for the company. To get only a small set of
specific COA codes, specify the individual COA codes in a comma separated list (e.g. AITL,LLTD,QEDG).
• countryCode: countryCode only applies if a TICKER was chosen for companyIDtype and the TICKER entered does not specify
the location of the company.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Fundamentals/Fundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1/GetBusinessAndGeogrpahicSegments_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetBusinessAndGeographicSegments_Request_1 xmlns="http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1" segmentType="GS" companyIdType="ticker" companyId="TRIN"
numPeriods="1" countryCode="" startFY="0" endFY="0" fpNumber="0" periodType="A" coaCodes="All"
showCompanyInfo="false" showIssues="false" showStatementInfo="false" show Availability ="false" />
</Body>
</Envelope>
<GetBusinessAndGeographicSegments_Response_1 xmlns="http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1">
<BGSInformation Major="2" Minor="0" Revision="1" xmlns="http://www.reuters.com/ns/2009/01/26/
webservices/rkd/BusinessAndGeographicSegments_1">
<RepNo>B0867</RepNo>
<ReferenceInformation xmlns="http://www.reuters.com/ns/2009/01/26/webservices/rkd/
CommonContent_1"></ReferenceInformation>
<FinancialInformation>
<FinancialsLayout>
...
<MapItem LineID="8" COA ="RTLR">Total Revenue</MapItem>
<MapItem LineID="9" COA ="ECOR">Cost of Revenue</MapItem>
<MapItem LineID="10" COA ="GRP">Gross Profit</MapItem>
<MapItem LineID="11" COA ="GROSM">Gross Margin (% )</MapItem>
...
</FinancialsLayout>
<FinancialStatements>
<Period PeriodEndDate="2007-12-31" PeriodType="Annual">
<PeriodHeader>
<FiscalPeriod Year="2007" FiscalMonth="12"></FiscalPeriod>
</PeriodHeader>
<Statements>
<Statement PeriodEndDate="2007-12-31" PeriodType="Annual" StatementDate=
"2007-12-31" Type="BUS">
<StatementHeader>
<FinalFiling>1</FinalFiling>
<OriginalAnnouncement>2008-04-17T21:27:00</OriginalAnnouncement>
<Currencies ConvertedTo="USD" Reported="USD" RepToConvExRate="1.000000">
</Currencies>
<Units ConvertedTo="M" Reported="M"></Units>
<Consolidated>1</Consolidated>
<PeriodLength Type="Months" Code="M">12</PeriodLength>
<UpdatedType Code="UPD">Updated Normal</UpdatedType>
<Source Date="2008-04-17">20-F</Source>
<Document ID="10085415" IsInternal="0"></Document>
<SystemDate>2008-04-18</SystemDate>
</StatementHeader>
<FinancialValues>
<SegmentDetails Order="1">
<SegmentCode1>514191</SegmentCode1>
<SegmentCode2>523999</SegmentCode2>
<SegmentName>Markets Division</SegmentName>
<SegmentValues>
<SV COA="REXR">7332.000000</SV>
<SV COA="RTLR">7332.000000</SV>
</SegmentValues>
</SegmentDetails>
...
<SegmentDetails Order="5">
<SegmentCode1>CONSTL</SegmentCode1>
<SegmentName>Consolidated Total</SegmentName>
<SegmentValues>
...
</SegmentValues>
</SegmentDetails>
</FinancialValues>
</Statement>
</Statements>
</Period>
</FinancialStatements>
</FinancialInformation>
</BGSInformation>
</GetBusinessAndGeographicSegments_Response_1>
</Body>
</Envelope>
Where:
• FinancialLayout: This section appears once per file. Its purpose is to lay out the order in which financial values appear for each
period and each Business or Geographic Segment. This map gives the line item COA code, description and LineID.
See Chart of Account (COA) Codes for more information.
• Period: A Period element has two main sub-elements - PeriodHeader and Statements.
- PeriodHeader: Contains additional information about the period, including the Fiscal Year of the period, the interim type and
interim number, and the 'true' fiscal month of the period. Interim type and number are only applicable to interim statements.
- Statement: Contains one financial statement per period and all of its associated financial values
(BusinessAndGeographicSegments is a restated product; therefore each statement indicates most recent "restated" statements
only).
In this example numPeriods attribute was set to 1 so there is only information for one period. If the element was left blank, financial
information for five periods would have been retrieved.
For more information on Periods, see Periods and Filings.
• SegmentDetails: Contains the bulk of the information. It contains Segment Code elements that list the regions covered in each
SegmentName. Segment Codes are assigned by Refinitiv based on the segment description as provided by the company. Each
segment can be assigned up to four codes. Its sub-element SegmentValue shows financial information for that period. The
SegmentDetail is displayed in a predefined order stated in the Order attribute.
• SegmentValues: This section indicates the financial values and ratios for each segments as reported by the company. Each to
financial value and/or ratio is assigned to a COA code.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Fundamentals/Fundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1/GetBusinessAndGeogrpahicSegments_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetBusinessAndGeographicSegments_Request_1 xmlns="http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1" segmentType="BS" companyIdType="ticker" companyId="TRIN"
numPeriods="1" countryCode="" startFY="0" endFY="0" fpNumber="0" periodType="A" coaCodes="All"
showCompanyInfo="true" showIssues="false" showStatementInfo="false" showAvailability="false" />
</Body>
</Envelope>
<FinancialInformation>
<FinancialsLayout>
...
<MapItem LineID="8" COA ="RTLR">Total Revenue</MapItem>
<MapItem LineID="9" COA ="ECOR">Cost of Revenue</MapItem>
<MapItem LineID="10" COA ="GRP">Gross Profit</MapItem>
<MapItem LineID="11" COA ="GROSM">Gross Margin (% )</MapItem>
...
</FinancialsLayout>
<FinancialStatements>
<Period PeriodEndDate="2007-12-31" PeriodType="Annual">
<PeriodHeader>
<FiscalPeriod Year="2007" FiscalMonth="12"></FiscalPeriod>
</PeriodHeader>
<Statements>
<Statement PeriodEndDate="2007-12-31" PeriodType="Annual" StatementDate="2007-
12-31" Type="BUS">
<StatementHeader>
<FinalFiling>1</FinalFiling>
<OriginalAnnouncement>2008-04-17T21:27:00</OriginalAnnouncement>
<Currencies ConvertedTo="USD" Reported="USD" RepToConvExRate="1.000000">
</Currencies>
<Units ConvertedTo="M" Reported="M"></Units>
<Consolidated>1</Consolidated>
<PeriodLength Type="Months" Code="M">12</PeriodLength>
<UpdatedType Code="UPD">Updated Normal</UpdatedType>
<Source Date="2008-04-17">20-F</Source>
<Document ID="10085415" IsInternal="0"></Document>
<SystemDate>2008-04-18</SystemDate>
</StatementHeader>
<FinancialValues>
<SegmentDetails Order="1">
<SegmentCode1>514191</SegmentCode1>
<SegmentCode2>523999</SegmentCode2>
<SegmentName>Markets Division</SegmentName>
<SegmentValues>
<SV COA="REXR">7332.000000</SV>
<SV COA="RTLR">7332.000000</SV>
</SegmentValues>
</SegmentDetails>
...
<SegmentDetails Order="5">
<SegmentCode1>CONSTL</SegmentCode1>
<SegmentName>Consolidated Total</SegmentName>
<SegmentValues>
...
</SegmentValues>
</SegmentDetails>
</FinancialValues>
</Statement>
</Statements>
</Period>
</FinancialStatements>
</FinancialInformation>
</BGSInformation>
</GetBusinessAndGeographicSegments_Response_1>
</Body>
</Envelope>
The breakdown is similar to Geographic Segment except rather than presenting the information broken up by regions it is presented by
financial categories specified in segmentName. The sub-element Segment code indicates 1997 NAICS codes as values which describe
each segment rather than the country or region code.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Fundamentals/Fundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1/GetBusinessSummary_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetBusinessSummary_Request_1 companyId="IBM" companyIdType="ticker" countryCode="USA" lang="en-US"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.reuters.com/ns/2009/01/26/webservices/rkd/Fundamentals_1"/>
</Body>
</Envelope>
The table below lists all parameters that can be specified in a request:
ATTRIBUTE DESCRIPTION
companyId The companyId attribute is used across all Fundamentals requests to identify a particular company for
which to obtain information. The value of this attribute depends on the company being queried and the
value of the companyIdType attribute.
companyIdType The companyIdType attribute specifies what type of company identifier is being used in companyId.
The possible values are:
• ticker: Exchange ticker symbol.
• ric: Reuters Instrument Code.
• repono: Unique ID for companies in the Fundamentals API.
countryCode countryCode only applies if a TICKER was chosen for companyIDtype and the TICKER entered does
not specify the location of the company.
ATTRIBUTE DESCRIPTION
lang Defines the language in which the company's business description should be returned. The following
languages (language code in parenthesis) are supported:
• Arabic (ar-SA)
• Danish (da-DK)
• German (de-DE)
• Greek (el-GR)
• English (en-US)
• Spanish (es-ES)
• Finnish (fi-FI)
• French (fr-FR)
• Hebrew (he-IL)
• Indonesian (id-ID)
• Italian (it-IT)
• Japanese (ja-JP)
• Korean (ko-KR)
• Norwegian (nb-NO)
• Dutch (nl-NL)
• Polish (pl-PL)
• Portuguese Brazilian (pt-BR)
• Portuguese (pt-PT)
• Russian (ru-RU)
• Swedish (sv-SE)
• Thai (th-TH)
• Turkish (tr-TR)
• Vietnamese (vi-VN)
• Simplified Chinese (zh-CHS)
• Traditional Chinese (zh-CHT)
NOTE: Not all companies have the corresponding data in above languages. If the corresponding
language file is missing, the response returns data in English as default.
ELEMENT DESCRIPTION
LastUpdated Last update date and time for the textual data.
ELEMENT DESCRIPTION
lang Language in which text is presented. The following languages (language code in parenthesis) are
supported:
• Arabic (ar-SA)
• Danish (da-DK)
• German (de-DE)
• Greek (el-GR)
• English (en-US)
• Spanish (es-ES)
• Finnish (fi-FI)
• French (fr-FR)
• Hebrew (he-IL)
• Indonesian (id-ID)
• Italian (it-IT)
• Japanese (ja-JP)
• Korean (ko-KR)
• Norwegian (nb-NO)
• Dutch (nl-NL)
• Polish (pl-PL)
• Portuguese Brazilian (pt-BR)
• Portuguese (pt-PT)
• Russian (ru-RU)
• Swedish (sv-SE)
• Thai (th-TH)
• Turkish (tr-TR)
• Vietnamese (vi-VN)
• Simplified Chinese (zh-CHS)
• Traditional Chinese (zh-CHT)
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
2009/01/26/ Fundamentals_1.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1/GetCompanySpecificFinancials_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetCompanySpecificFinancials_Request_1 xmlns="http://www.reuters.com/ns/2009/01/26/webservices/
rkd/Fundamentals_1" finStatement="AIS" companyIdType="ticker" companyId="TRIN" countryCode=""
startFY="0" endFY="0" fpNumber="0" updateType="MostRecent" completeStatement="AllStatements"
finalFiling="AllFilings" showCompanyInfo="false" showIssues="false" showStatementInfo="false"
showAvailability ="false" />
</Body>
</Envelope>
The following table shows all the attributes the method offers that can be used to narrow down a search:
CompanyID x
CompanyIdType x
countryCode
segmentType BS, GS x
numPeriods 5
startDate
endDate
startFY
endFY
fpNumber 0
coaCodes All
displayTypes All
showCompanyInfo 0
showStatementInfo 0
showIssues 0
showAvailability 0
PeriodType A, I A
Where:
• numPeriods: To retrieve the most recent periods the value for numPeriods has to be positive. By default, the value 5 is retrieving
five most recent periods. To retrieve the earliest periods the value has to be negative. For example entering - 3 retrieves the earliest
periods available on that company.
• coaCodes: By default, the value of coaCodes are ALL, which returns all COA codes for the company. To get only a small set of
specific COA codes, specify the individual COA codes in a comma separated list (e.g. AITL,LLTD,QEDG).
• countryCode: countryCode only applies if a TICKER was chosen for companyIDtype and the TICKER entered does not specify
the location of the company.
<ReferenceInformation xmlns="http://www.reuters.com/ns/2009/01/26/webservices/rkd/
CommonContent_1"></ ReferenceInformation>
<FinancialInformation>
<FinancialsLayout>
<Layout Type="INC">
<MapItem Display="Regular" LineID="1" COA="RNTS" STDLineID="SREV">Revenues</MapItem>
<MapItem Display="Regular" LineID="2" COA="RTLR" STDLineID="RTLR">Total Revenue
</MapItem>
...
<MapItem Display="Footnote - Pnsn" LineID="58" COA="VTPE" STDLineID="VTPE">Total
Pension Expense</MapItem>
<MapItem Display="Footnote - Pnsn" LineID="59" COA="VISA"
STDLineID="VISA">Assumptions</MapItem>
</Layout>
</FinancialsLayout>
<FinancialStatements>
<Period PeriodEndDate="2007-12-31" PeriodType="Annual">
<PeriodHeader>
<FiscalPeriod Year="2007" FiscalMonth="12"></FiscalPeriod>
</PeriodHeader>
<PeriodFilings>
<PeriodFiling PeriodEndDate="2007-12-31" PeriodType="Annual" StatementDate="2007-
12-31">
<PeriodFilingHeader>
<FinalFiling>1</FinalFiling>
<OriginalAnnouncement>2008-04-17T21:27:00</OriginalAnnouncement>
<Currencies ConvertedTo="USD" Reported="USD" RepToConv ExRate="1.0"></Currencies>
<Units ConvertedTo="M" Reported="M"></Units>
</PeriodFilingHeader>
<Statements>
<Statement PeriodEndDate="2007-12-31" PeriodType="Annual" StatementDate="2007-
12-31" Type="INC">
<StatementHeader>
<CompleteStatement>1</CompleteStatement>
<Flash>0</Flash>
<PeriodLength Type="Months" Code="M">12</PeriodLength>
<UpdateType Code="UPD">Updated Normal</UpdateType>
<Source Date="2008-04-17">20-F</Source>
<Document ID="10085415" IsInternal="0"></Document>
<SystemDate>2008-04-18</SystemDate>
<StatementLastUpdated>2008-04-18T15:01:20</StatementLastUpdated>
<ReportedAccountingStandard Code="USG">U.S. GAAP
</ReportedAccountingStandard>
<Consolidated>1</Consolidated>
</StatementHeader>
<FinancialValues>
<FV LineID="1">12442</FV>
<FV LineID="2">12442</FV>
...
<FV LineID="45">805</FV>
<FV LineID="46">641</FV>
</FinancialValues>
</Statement>
</Statements>
</PeriodFiling>
</PeriodFilings>
</Period>
</FinancialStatements>
</FinancialInformation>
</Company SpecificFinancials>
</GetCompany SpecificFinancials_Response_1>
</Body>
</Envelope>
For more information on data contained in the Get Company Specific Financials response, see Company Specific Financials Responses.
• The Standardized view aggregates relevant line items to provide a more standard view of company financials. This makes ratio
calculations and comparison across companies easier.
API requests and responses for company-specific and standardized financials are very similar, with most differences occurring in the line-
item element detail. Getting Financial Statements covers the concepts and data points common to both APIs. For an explanation of making
specific requests and responses and details specific to each API, see Interpreting Financials Responses.
9.7.2.2 Issues
Issue ID uniquely identifies each issue for a specific issuer. These numbers are generated and maintained by Refinitiv, do not change over
time and are never re-used. To identify an issue uniquely within Standardized Financials, users need to use a combination of Report Number
and Issue ID.
9.7.10 Restatements/Reclassifications
From December 1997 onwards, Refinitiv has collected and saved all originally reported and restated / reclassified financial statements
provided by companies. Refinitiv Knowledge Direct Fundamentals API reports only the most recent version of financials information for each
period.
STANDARDIZED COMPANY-
DESCRIPTION
CODE SPECIFIC CODE
COMPANY
ASSIGNED
REPORTED STANDARDIZED DESCRIPTION
COA CODE
LINE DESCRIPTION
In the standardized display, each COA code appears only once. Thus, displays for all airline companies show only one 'Net Sales' item - for
the above example the three company specific line items would be aggregated to give a single standardized line item. This helps create a
more standard display across various companies, and allows for easier cross-company comparison.
NOTE: Mapping from Company Specific to Standardized financials only involves grouping like items together. It is, therefore, always easy to
reconcile Refinitiv Standardized Financials with the source documents.
9.7.13 Currencies
Up to three currencies may be relevant to each company. These are Pricing Currency (the currency that the primary issue of the company is
priced in), the Reporting Currency (the currency that a financial report is originally reported in by the company) and the Converted To (i.e.
published) Currency, which is the currency in which the xml files publish financial values.
Fundamentals collects all financial values in Reported Currency. The company-specific requests return all data in Reported Currency.
In the Standardized Financials API financials for each company are reported in one currency - the Most Recent Reporting Currency. Thus, a
company reporting in USD or JP Yen in all of its history has all of its financials in USD or JP Yen respectively. But if a company changed its
currency from Italian Lira to Euro at some point, then all of its financials are presented in Euro.
For each period, the reporting currency, published currency and conversion rate is provided. The conversion rate is based on the exchange
rate of the most recent period with the old (in above example, Lira) currency.
Currency codes used are ISO-4217 three character codes.
9.7.15 Units
Financial values in Standardized Financials (except per share values) are always converted to Millions for all periods. For company-specific
Financials, all financials values are expressed in the unit of the most recent report. Thus, if company switches from reporting in millions to
reporting in billions in its most recent set of financials, then all financials are converted to billions.
9.8.1 XML Sample Request - Getting a Company- Specific Statement (Annual Income Statement)
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Fundamentals/
Fundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1/GetCompanySpecificFinancials_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetCompanySpecificFinancials_Request_1 xmlns="http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1"
finStatement="AIS"
numPeriods="1"
companyIdType="ticker"
companyId="TRIN"
countryCode=""
startFY="0"
endFY="0"
fpNumber="0"
coaCodes="All"
displayTypes="All"
updateType="MostRecent"
completeStatement="AllStatements"
finalFiling="AllFilings"
showCompanyInfo="true"
showIssues="true"
showStatementInfo="true"
showAvailability="true" />
</Body>
</Envelope>
9.8.2 XML Sample Request - Getting a Company-Specific Statement (Annual Income Statement)
Compare the above company-specific request with the below request for a standardized cash-flow statement.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Fundamentals/
Fundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1/GetCompanySpecificFinancials_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetCompanySpecificFinancials_Request_1 xmlns="http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1"
finStatement="ICF"
numPeriods="1"
companyIdType="ticker"
companyId="TRIN"
countryCode=""
startFY="0"
endFY="0"
fpNumber="0"
coaCodes="All"
displayTypes="All"
updateType="MostRecent"
completeStatement="AllStatements"
finalFiling="AllFilings"
showCompanyInfo="true"
showIssues="true"
showStatementInfo="true"
showAvailability="true" />
</Body>
</Envelope>
showCompanyInfo CompanyInformation
showStatementInfo StatementInfo
showIssues Issues
showAvailability Avalability
<Company Information>
<Company ActiveStatus="1" Name="Thomson Reuters PLC (ADR)" Type="EQU"></Company>
<Company Xref Type="CIKNo">0001430287</Company Xref>
<LastModified Financials="2008-05-15T07:47:18" Other="2008-05-15T07:47:18"></LastModified>
<LatestFinancials Annual="2007-12-31"/>
<ReportingCurrency Code="USD" ExRateDate="2008-05-14"USDToRepExRate="1.0">U.S. Dollars</
ReportingCurrency>
</Company Information>
• ActiveStatus Attribute: This flag indicates whether a company is active in the Fundamentals database. Refinitiv inactivates
companies when they stop trading as the result of certain business events. These events include acquisitions, mergers, bankruptcy
etc. The flag is derived from the status of the IssueActiveStatus for all issues that belong to the company. The Company
ActiveStatus is Active if any one of the IssueActiveStatus flags are Active.
• Type Attribute: This indicates the type of capital structure a company has or the type of issues the company primarily trades. Note
that the Refinitiv Fundamentals database primarily covers financial statement information for companies with publicly traded equity.
The majority of companies trade Equity and a minority trade Debt Issues only, with the other types appearing infrequently. If a
company trades more than one type of the stock, only the primary stock is used to describe the company type.
EQU Equity Company trades common shares. Additionally, the company may have other types
of securities such as debt and preferred stock issued.
DBT Debt Issue Company has publicly traded debt but no common or preferred stock trading.
PRE Preferred Issue Company had preferred stock but no common stock trading.
IPO Pre-IPO Company has filed an IPO registration statement, but shares are not trading in the
market.
• CompanyXref element: In general, users should use the RepNo to map to issuers (companies) with data from outside the Refinitiv
data set, such as users- internal data or data from other vendors. Other than the Report Number, Refinitiv Knowledge Direct uses
the following CompanyIdentifiers (distinct from Issue identifiers, described later in this document):
- IRSNo (US co's only): As reported by the Internal Revenue Service.
- CIKNo (US co's only): Central Index Key as assigned by the SEC.
• LastModified Element: Time and date give indications to when a company was most recently updated in the Fundamentals
database. Two distinct time/date values are provided.
The time/date associated with the 'Financials' attribute indicates an update done via the Financials data entry application. Updates
to any financial figures (e.g. financials for a new period), issue specific details (e.g. share counts) company name and address,
CUSIP and ticker/exchange are updated through this application.
Updates made through other applications (e.g. those that update company description, officer and director information etc) are
reflected in the time/ date associated with the 'Other' attribute.
• Latest Financials Element: Provides the period end dates for the latest available annual and interim financials for the company.
• ReportingCurrency Element: Indicates the currency of the company's most recent financial report.
• CurrentAuditor Element: Indicates the name and code for the company's current Auditor. This may be different from the Auditor on
the most recent financial statement if company announces an auditor change between periods. Data for this item is expected to be
available after Q3 2004.
<Issues>
<Issue Desc="Common Stock" ID="1" IssueActiveStatus="1" Order="1" Type="C">
<IssueXref Type="Name">Ordinary Shares</IssueXref>
<IssueXref Type="Ticker">TRIN</IssueXref>
<IssueXref Type="RIC">TRIN.O</IssueXref>
<Exchange Code="NASD" Country="USA " Region="NA">NASDAQ</Exchange>
<ListingType SharesPerListing="6.0">ADR</ListingType>
<IssueDetails ConversionFactor="1.0" Float="188300000.0" ShsOut="190153372.0" Votes="1.0" />
</Issue>
</Issues>
• Issue Type, Order, IssueActiveStatusand ID Attributes: Refinitiv tracks information on both common and preferred equity types,
as well as on multiple classes of each type. Each of these issues is assigned an Order number, with the primary issue receiving an
Order of 1. The order assigned to a specific issue may change over time.
Refinitiv also assigns an Issue ID for each of an Issuer's issues. These Issue ID's do not change over time, and can be used to
uniquely identify an issue in combination with the Report Number (RepNo).
Each issue is also tagged with an attribute that indicates whether the issue is active or inactive. A company is deemed inactive if all
of its issues are tagged inactive. The file also provides a company level active/inactive flag.
NOTE: The financial statement information is not issue specific, but is published at the company level.
• ListingType Element: Some company issues trade on multiple exchanges around the world. These cross exchange listings
generally represent the same issue of stock, and therefore the same fundamental information. Refinitiv only tracks the listing on the
primary exchange in these cases. However, certain cross border listings such as American Depository Receipt's (ADR's) are stored
as separate 'issuers' in the Fundamentals database because regulatory bodies of certain markets require the disclosure of financial
statements per local accounting. Each of these 'companies' has its own set of financial statements. In the Refinitiv database, these
companies appear more than once - each 'issuer' with its own RepNo. A full list of companies that appear more than once in the
database may be provided on request. Specifically, to meet the listing requirements in the US, companies have to file US GAAP
financial statements in addition to the local accounting system or the International Accounting System (IAS) that they may be
reporting for their local markets. For these companies, the US GAAP financial statements are available from the 'Americas' or
Global subscription. See also Global Listings.
• MostRecentSplit Element: If there has been a stock split since the company was first added to the Refinitiv database, the most
recent split date and split factor are provided in the API. For example, a split factor of 2 indicates that a 2-for-1 stock split has
occurred. When the stock split becomes effective, Refinitiv uses the split factor to adjust all per share and shares outstanding fields
in the response.
<StatementInfo>
<COA Type Code="IND">Industry </COA Type>
<BalanceSheetDisplay Code="CUR">Differentiates</BalanceSheetDisplay>
<CashFlowMethod Code="IND">Indirect</CashFlowMethod>
</StatementInfo>
CODE DESCRIPTION
IND Industry
BNK Bank
FIN Insurance
UTL Utilities
• BalanceSheetDisplay Element: This code indicates whether or not the company differentiates between current and long-term
assets and liabilities. A Code value of 'CUR' indicates that the company differentiates between current and long- term assets and
liabilities. A value of 'LNG' indicates that the company does not differentiate between current and long- term assets and liabilities.
When the Balance Sheet Display code is LNG (No differentiation), certain COA codes, e.g. ATCA (Total Current Assets), and LTCL
(Total Current Liabilities) must be ignored, as there are any usage of these items in Non- differentiating Balance Sheets.
• CashFlowMethod: Statements of Cash Flow can be compiled using either the Indirect or Direct Method of presentation. A majority
of companies use the Indirect Method of presentation. Items specific to companies using the Indirect Method are denoted by 'I' and
items specific to companies using the direct method are denoted by 'D'.
available, the associated code is '0'. There is a generic code for all the interim statements, if the associated code is '1', at least one of the
interim reports is available, if the associated code is '0', none of the interim reports are available and their associated codes are also zero.
NOTE: These codes refer to all fiscal periods and not only the most current fiscal period. For example, the code for Annual Cash Flow equals
'1' even if the financial statement for the current period is not available for the current period but is available for a previous fiscal period.
when any information for that period filing was made available to the public. The date does not get overwritten even as the financial data gets
overwritten by 'final' filings.
Auditor Name and Opinion are only supplied in the Annual Statements. The auditor (an independent certified public accountant) is
responsible for ensuring that the financial reports of a company conform with GAAP accounting principles. Each Auditor provides a report on
the company's accountants that contain an 'opinion'. The opinion code and description is provided in the XML files.
UNQ Unqualified The accounts represent a fair and true view of the financial situation of the
company and comply with accounting principles.
UWE Unqualified with Explanation An explanation is given if there are uncertainties in the accounts that will be
resolved in the future if the company changes its accounting principles which in
turn affect the comparability of the reports or if there is a material deemed
important enough to mention.
AOP Adverse Opinion The accounts have not complied with generally accepted accounting principles.
NOP No Opinion Not enough information was provided to enable the auditor to express an opinion
or the auditor refuses to express an opinion regarding the company's ability to
sustain operations.
QUA Qualified The accounts have been presented fairly however, the scope of the examination is
limited/affected by conditions or restrictions or the accounts do not give a fair view
because of a lack of conformity with GAAP or inadequate disclosure.
UNA Un-audited
<PeriodFilings>
<PeriodFiling PeriodEndDate="2002-12-31" PeriodType="Annual" StatementDate="2003-12-31">
<PeriodFilingHeader>
<FinalFiling>1</FinalFiling>
<Currencies ConvertedTo="GBP" RepToConv ExRate="1.000000" Reported="GBP"></Currencies>
<Units ConvertedTo="M" Reported="M"></Units>
<Auditor Code="PWC L" Name="PricewaterhouseCoopers LLP" Opinion="Unqualified"
OpinionCode="UNQ"></Auditor>
</PeriodFilingHeader>
<PeriodFiling>
...
</PeriodFilings>
...
UPD Update Note Adding the most recent annual or quarterly data.
UCA Update Calculated The Data Analyst calculates the financials, deriving the information from existing
reports, to enable an update. For example, if a company has only filed the 1st, and
3rd interim statements, the figures for the 2nd interim can be derived from these.
USP Update Special A company files financial reports that are not a of a standard length. For example,
a newly listed company's first annual report may only be for ten months and not the
standard twelve.
RES Restated Normal Restating a prior period using the most recent period's source document. For
example, figures in the 2000 annual income statement are revised using the 2001
annual income statement.
RCA Restated Calculated The Data Analyst calculates the financials for a period as the result of a
restatement.
CLA Reclassified Normal Reclassifying a prior period using the most recent period's source document. For
example, figures in the 2000 annual income statement are revised using the 2001
annual income statement.
CCA Reclassified Calculated The Data Analyst calculates the financials for a period as the result of a
reclassification.
CSP Reclassified Special Reclassifying a prior period which results in a non standard period length.
• Source and SystemDate Elements: The Source Date is the date that the source documentation was filed by the company to the
regulatory body or when a press release became available to the public. Various types of source documents are used to record
company financials. The source document used for each period is also provided.
The System date indicates what date a statement was first added to the Fundamentals database.
• ReportedAccountingStandard Element: This element indicates the code and description for the accounting standard used by the
company. A list of accounting standards codes can be obtained by issuing a GetFundamentalsReferenceListsRequest request
using a Category of “AccountingStandards”.
XML Sample - StatementHeader Element
<StatementHeader>
<CompleteStatement>true</CompleteStatement>
<PeriodLength Code="M" Type="Months">12</PeriodLength>
<UpdateType Code="CLA ">Reclassified Normal</UpdateType>
<Source Date="2004-02-17">20-F </Source>
<SystemDate>2004-05-25</SystemDate>
<ReportedAccountingStandard Code="USG">U.S. GAAP</ReportedAccountingStandard>
<STEC Flag>false</STEC Flag>
</StatementHeader>
9.9.13 FinancialValues
The FinancialValues element contains the actual line item values for the COA codes found in the FinancialsLayout section. Actual line items
are represented by FV elements.
NOTE: While each Financial Statement Map contains descriptions about each item that could be part of the template, not all companies have
values for each item in the map for each period supplied. For example, some companies may report 'Inventories - Raw Materials (AIRM)' in
one period, but not on a subsequent period. The STD Financials file then contains a value for AIRM in some periods but not others. Similarly,
a company may never report the item 'Inventories - Finished Goods'. In this case the item still appears in the Financial Statement Map, but
does not appear in any of the Fiscal Periods reported for the company.
<FinancialLayout>
<Layout Type="BAL">
<MapItem COA="AITL" Display="Regular" LineID="1" STDLineID="AITL">Stocks</MapItem>
<MapItem COA="AIWP" Display="Regular" LineID="2" STDLineID="AITL">Work in Progress</MapItem>
<MapItem CO A="A IO T" Display="Regular" LineID="3" STDLineID="A ITL">Progress Payment</MapItem>
...[content elided]...
<MapItem COA="QTSN1" Display ="Supplemental" LineID="75" STDLineID="QTSN1">T/S-Common Stock
</MapItem>
<MapItem COA="QTPO" Display="Regular" LineID="76" STDLineID="QTPO">Total Preferred Shares
Outstanding</ MapItem>
<MapItem COA="METL" Display="Footnote" LineID="79" STDLineID="METL">Employees</MapItem>
<MapItem COA="MNOS" Display="Footnote" LineID="80" STDLineID="MNO S">Number of Common
Shareholders</MapItem>
</Layout>
</FinancialLayout>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/2009/
01/26/Fundamentals_1.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1/GetStandardFinancials_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetStandardFinancials_Request_1 xmlns="http://www.reuters.com/ns/2009/01/26/webservices/rkd/
Fundamentals_1" finStatement="AIS" companyIdType="ticker" companyId="TRIN" countryCode=""
lang="en-US" startFY="0" endFY="0" fpNumber="0" updateType="MostRecent"
completeStatement="AllStatements" finalFiling="AllFilings" showCompanyInfo="false"
showIssues="false" showStatementInfo="false" showAvailability="false" />
</Body>
</Envelope>
<FinancialStatements>
<Period PeriodEndDate="2007-12-31" PeriodType="Annual">
<PeriodHeader>
<FiscalPeriod Year="2007" FiscalMonth="12"></FiscalPeriod>
</PeriodHeader>
<PeriodFilings>
<PeriodFiling PeriodEndDate="2007-12-31" PeriodType="Annual" StatementDate="2007-12-
31">
<PeriodFilingHeader>
<FinalFiling>1</FinalFiling>
<OriginalAnnouncement>2008-04-17T21:27:00</OriginalAnnouncement>
<Currencies ConvertedTo="USD" Reported="USD" RepToConvExRate="1.000000">
</Currencies>
<Units ConvertedTo="M" Reported="M"></Units>
</PeriodFilingHeader>
<Statements>
<Statement PeriodEndDate="2007-12-31" PeriodType="Annual" StatementDate="2007-
12-31" Type="INC">
<StatementHeader>
<CompleteStatement>1</CompleteStatement>
<Flash>0</Flash>
<PeriodLength Type="Months" Code="M">12</PeriodLength>
<UpdateType Code="UPD">Updated Normal</UpdateType>
<Source Date="2008-04-17">20-F </Source>
<OriginalAnnouncement>2008-04-17T21:27:00</OriginalAnnouncement>
<Document ID="10085415" IsInternal="0"></Document>
<SystemDate>2008-04-18</SystemDate>
<StatementLastUpdated>2008-05-30T13:46:19</StatementLastUpdated>
<ReportedAccountingStandard Code="USG">U.S. GAAP</ReportedAccountingStandard>
<Consolidated>1</Consolidated>
<STEC Flag>0</STEC Flag>
</StatementHeader>
<FinancialValues>
<FV COA="RNTS">12442.000000</FV>
<FV COA="SREV">12442.000000</FV>
<FV COA="RTLR">12442.000000</FV>
...
<FV COA="SBIT">1474.000000</FV>
<FV COA="SBDA ">2920.000000</FV>
</FinancialValues>
</Statement>
</Statements>
</PeriodFiling>
</PeriodFilings>
</Period>
</FinancialStatements>
</FinancialInformation>
</StandardizedFinancials>
</GetStandardFinancials_Response_1>
</Body>
</Envelope>
For more information on the data returned by the response, see Standardized Financials Responses.
NOTE: While each Financial Statement Map contains descriptions about each item that could be part of the template, not all companies have
values for each item in the map for each period supplied. For example, some companies may report 'Inventories - Raw Materials (AIRM)' in
one period, but not on a subsequent period. The Standardized financials API then contain a value for AIRM in some periods but not others.
Similarly, a company may never report the item 'Inventories - Finished Goods'. In this case, the item still appears in the Financial Statement
Map, but does not appear in any of the Fiscal Periods reported for the company.
<FinancialsLayout>
<Layout Type="INC">
<MapItem Agg="2" COA="RNTS" Display="Regular" Level="det" LineID="10" Precision="1">Net Sales
</MapItem>
<MapItem Agg="2" COA="RREV" Display="Regular" Level="det" LineID="20" Precision="1">Gross
Revenue</MapItem>
...[content elided]...
<MapItem Agg="1" COA="VRXP" Display="Footnote" Level="both" LineID="1800" Precision="1">Rental
Expense, Supplemental</MapItem>
<MapItem Agg="1" COA="VEPS" Display="Footnote" Level="both" LineID="1810" Precision="1">EPS,
Supplemental</MapItem>
</Layout>
</FinancialsLayout>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Fundamentals/Fundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1/ GetFundamentalsReferenceLists_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetFundamentalsReferenceLists_Request_1 xmlns="http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1" Category="LineItems" />
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Fundamentals/Fundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1/GetRatiosAndStatistics_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetRatiosAndStatistics_Request_1 xmlns="http://www.reuters.com/ns/2009/01/26/webservices/rkd/
Fundamentals_1" companyIdType="TICKER" companyId="TRIN" countryCode="" />
</Body>
</Envelope>
NOTE: countryCode only applies if a TICKER was chosen for companyIDtype and the TICKER entered does not specify the location of the
company.
For example, GetRatiosAndStatistics_1 request for Refinitiv (Ticker ‘TRIN’) returns the following:
XML Sample Response - Getting Ratios and Statistics
</CoIDs>
<Issues xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Company
ContentCommon_1">
<Issue ID="1" Type="C" Desc="Common Stock" Order="1">
<IssueID Type="Name">Ordinary Shares</IssueID>
<IssueID Type="Ticker">TRIN</IssueID>
<IssueID Type="RIC">TRIN.O </IssueID>
<IssueID Type="Display RIC">TRIN.O Q </IssueID>
<Exchange Code="NASD" Country ="USA ">NASDAQ </Exchange>
<GlobalListingType SharesPerListing="6.0">ADR</GlobalListingType>
</Issue>
</Issues>
<CoGeneralInfo xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Company
ContentCommon_1">
<CoStatus Code="1">Active</CoStatus>
<CoType Code="EQU">Equity Issue</CoType>
<LastModified>2008-11-14</LastModified>
<LatestAvailableAnnual>2007-12-31</LatestAvailableAnnual>
<Employees LastUpdated="2008-04-17">50000</Employees>
<SharesOut Date="2008-11-11" TotalFloat="816100000.0">824277974.0</SharesOut>
<ReportingCurrency Code="USD">U.S. Dollars</ReportingCurrency >
<MostRecentExchange Date="2008-11-21">1.0</MostRecentExchange>
</CoGeneralInfo>
<Ratios PriceCurrency ="USD" ReportingCurrency ="USD" ExchangeRate="1.00000">
<IssueSpecific Order="1">
<Group ID="Dividend">
<Ratio FieldName="DIVNQ" Type="N">1.62000</Ratio>
...
<Ratio FieldName="YIELD" Type="N">6.69600</Ratio>
</Group>
<Group ID="Growth Rates"></Group>
...
<Group ID="Share Related Items">
...
</Group>
<Group ID="Short Interest">
<Ratio FieldName="SIC H G1" Type="N">-37.28800</Ratio>
...
<Ratio FieldName="SIV O L4" Ty pe="N">0.02700</Ratio>
</Group>
</Company Specific>
</Ratios>
</RatiosAndStatistics>
</GetRatiosAndStatistics_Response_1>
</Body>
</Envelope>
See Interpreting Common Fundamental Elements for explanations on the CoIDs, Issues, and CoGeneralInfo elements.
The <Ratios/> element contains all the ratios, both issue specific and company specific. These values are broken into logical groups,
indicated by the <Group/> element. Each ratio is identified using a 'FieldName' attribute.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Fundamentals/Fundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1/GetOfficersAndDirectors_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetOfficersAndDirectors_Request_1 xmlns="http://www.reuters.com/ns/2009/01/26/webservices/rkd/
Fundamentals_1" companyId="IBM.N" companyIdType="RIC" />
</Body>
</Envelope>
</GetOfficersAndDirectors_Response_1>
</Body>
</Envelope>
<OfficersInformation>
<Officer ID="28503" Status="Both" Rank="1" Active="1">
<Person ID="28503" Active="1"></Person>
<Submission Type="DEF 14A" Year="2007" Month="01" Day="31"></Submission>
<Submission Type="DEF 14A" Year="2007" Month="03" Day="12"></Submission>
<Submission Type="10-K" Year="2008" Month="02" Day="26"></Submission>
<Submission Type="DEF 14A" Year="2008" Month="03" Day ="10"></Submission>
...
</Officer>
</OfficersInformation>
Each Officer element also contains the following information divided up into sub_elements:
• Person Information
• Contact Information
• Corporate Affiliations
• Position Information
• Biographical Information
• Salary Information
NOTE: Person-specific fields are maintained on an individual level - i.e. as reported in a company's latest source document that an officer is
associated with. All fields within the "PersonInformation" container element is maintained until a person's status becomes inactive.
<PersonalInformation>
<LastModified Date="2008-04-11T03:10:29"></LastModified>
<Name>
<Info Type="LastName">Palmisano</Info>
<Info Type="FirstName">Samuel</Info>
<Info Type="Middle/Initial">J.</Info>
<Info Type="Age">56</Info>
<Info Type="Sex">M</Info>
</Name>
<EducationHistory>
<Degree Order="1">
<College ID="1144">John Hopkins University </College>
</Degree>
</EducationHistory>
</PersonalInformation>
<ContactInformation>
<EMail>Thomas.Glocer@thomsonreuters.com</EMail>
<Messenger>thomas.glocer.reuters.com@reuters.net</Messenger>
<Website>http://thomas.glocer.ime.reuters.com</Website>
<ContactPerson>
<Contact Name="Jane Welch" Title="Executive Assistant"/>
<PhoneNumbers>
<Phone Type="MainPhone">
<Country PhoneCode>44</Country PhoneCode>
<City AreaCode>20</City AreaCode>
<Number>75427711</Number>
</Phone>
<Phone Type="MainFax">
<Country PhoneCode>44</Country PhoneCode>
<City AreaCode>20</City AreaCode>
<Number>75191210</Number>
</Phone>
<Phone Type="MobilePhone">
<Country PhoneCode>44</Country PhoneCode>
<City AreaCode>79</City AreaCode>
<Number>90567711</Number>
</Phone>
</PhoneNumbers>
</ContactPerson>
</ContactInformation><PersonInformation>
<CorporateAffiliations>
<Affiliation Order="0">
<Company RepNo="3526N" Name="Ford Motor Company" Active="1"></Company >
<Officer ID="55653" Title="Chairman of the Board, President, Chief Executive Officer, Director"
Active="0"></Officer>
</Affiliation>
<Affiliation Order="0">
<Company RepNo="4625N" Name="Imperial Chemical Industries PLC (ADR)" Active="0"></Company >
<Officer ID="117205" Title="Chairman of the Board" Active="0"></Officer>
</Affiliation>
<Affiliation Order="0">
<Company RepNo="4741N" Name="International Business Machines Corp." Active="1"></Company >
<Officer ID="28518" Title="Director" Active="0"></Officer>
</Affiliation>
<Affiliation Order="0">
<Company RepNo="A 493B" Name="Imperial Chemical Industries PLC" Active="0"></Company >
<Officer ID="605085" Title="Chairman of the Board" Active="0"></Officer>
</Affiliation>
</CorporateAffiliations>
NOTE: The date is not given in regular Date format (YYYYMMDD) because some components of the date (e.g. the Day) may
not be available. In some instances the Start Year may also not be available to Refinitiv. In such instances Start Year is
populated with the string NA.
• Titles: The Titles section details the various titles a person has held with a company, over time. Each Designation has a Start date,
may have an End date, has a Long Title as reported by the company, and up to four titles. Thus a company may report a person's
most recent title as 'Chairman of the Board and Chief Executive Officer'. This appears as the Long Title. The person is also tagged
with two 'title ID's': CHM =Chairman and CEO = Chief Executive Officer. If available, this title also has a Start date. However, as the
most current title, this does not have an End date. If this person was previously a VP of the company, then there will be another
Designation record in the file. This could have a Long Title of Vice President and a title ID VP=Vice President. As this is not the most
current title, this designation has an End date.
• Committee Memberships: This section details the various board committees a director sits on. Fields include committee, title and
start/end date.
XML Sample - Position Information Elements
<PositionInformation>
<TenureDates>
<OfficerStart Year="1997"></OfficerStart>
<DirectorStart Year="2000" Month="07" Day ="25"></DirectorStart>
</TenureDates>
<Titles>
<Designation>
<Start Year="2003" Month="01" Day ="01"></Start>
<LongTitle>Chairman of the Board, President, Chief Executive Officer</LongTitle>
<Title Order="0" ID="CHM">Chairman</Title>
<Title Order="1" ID="DRC">Director</Title>
<Title Order="2" ID="PRE">President</Title>
<Title Order="3" ID="CEO ">Chief Executive Officer</Title>
</Designation>
...
<Designation>
</Titles>
<CommitteeMemberships>
<Committee>
<CommitteeName ID="4">Executive</CommitteeName>>
<Title>Chairman</Title>
</Committee>
</CommitteeMemberships>
</PositionInformation>
<BiographicalInformation>
<Text Type="Biography">Samuel J. Palmisano is chairman of the Board, president and chief executive
officer of IBM and chairman of IBM'™s Executive Committee. Mr. Palmisano joined IBM in 1973. He was
elected senior vice president and group executive of the Personal Systems Group in 1997, senior vice
president and group executive of IBM Global Services in 1998, senior vice president and group
executive of Enterprise Systems in 1999, president and chief operating officer in 2000, chief
executive officer in 2002 and chairman of the Board in 2003. Mr. Palmisano is a director of Exxon
Mobil Corporation. Mr. Palmisano became an IBM director in 2000.</Text>
</BiographicalInformation>
<SalaryInformation>
<CompensationPeriod EndDate="2007-12-31">
<Submission Type="DEF 14A" Year="2008" Month="03" Day ="10"></Submission>
<CompensationCurrency >USD</CompensationCurrency>
<Company SpecificCompensation>
<CompensationInformation>
<Compensation COA="SAL" Line="Salary">620417</Compensation>
<Compensation COA="BON" Line="Bonus">220000</Compensation>
<Compensation COA="TAC" Line="Total Annual Compensation">840417</Compensation>
<Compensation COA="RSA" Line="Restricted Stock Awards">446201</Compensation>
<Compensation COA="AOC" Line="All Other Compensation">102778</Compensation>
<Compensation COA="AOC" Line="Change in Pension Value">748545</Compensation>
<Compensation COA="AOC" Line="Change in Retention Plan Value">541037</Compensation>
<Compensation COA="AOC" Line="Non-Equity Incentive Plan Compensation">1066400</
Compensation>
<Compensation COA="AOC" Line="Performance Share Units">1325988</Compensation>
<Compensation COA="AOC" Line="Premium Priced Options">796085</Compensation>
<Compensation COA="AOC" Line="Restricted Stock Units">736847</Compensation>
<Compensation COA="TLC" Line="Total Long Term Compensation">5797412</Compensation>
<Compensation COA"FYT" Line="Fiscal Year Total Compensation">6637829</Compensation>
</CompensationInformation>
</Company SpecificCompensation>
<StandardizedCompensation>
<CompensationInformation>
<Compensation COA="SAL" Type="Salary">620417</Compensation>
<Compensation COA="BON" Type="Bonus">220000</Compensation>
<Compensation COA="TAC" Type="Total Annual Compensation">840417</Compensation>
<Compensation COA="RSA" Type="Restricted Stock Awards">446201</Compensation>
<Compensation COA="AOC" Type="All Other Compensation">5351211</Compensation>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Fundamentals/Fundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1/GetCompetitors_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetCompetitors_Request_1 xmlns="http://www.reuters.com/ns/2009/01/26/webservices/rkd/
Fundamentals_1" companyId="IBM" companyIdType="ticker" />
</Body>
</Envelope>
NOTE: countryCode only applies if a TICKER was chosen for companyIDtype and the TICKER entered does not specify the location of the
company.
<CompID Type="RepNo">57840</CompID>
<CompID Type="Company Name">Microsoft Corporation</CompID>
<CompID Type="Ticker">MSFT</CompID>
<CompCoType Code="EQU">Equity Issue</CompCoType>
<CompCoStatus Code="1">Active</CompCoStatus>
</Competitor>
</CompetitorsInfo>
</Competitors>
</GetCompetitors_Response_1>
</Body>
</Envelope>
The <Competitor> element is the container element for each competitor of the company. The order number is assigned based on the original
entry of the competitor company. For example, if a competitor company is added in the order of 2 (order = 2), but it is no longer competing
with the company, then you see the competitor companies 1, 3, 4,... But there is not any competitor company order = 2.
The real order of the competitors is based on the size of their market caps and/or revenues.
NOTE: The order of Competitor nodes in the response XML does not necessarily follow the numeric sort order of the Order attribute value.
• CompID Element: There are currently four identifiers used for each competitor where available. These id types are Repo Number,
Company Name, Ticker and Symbol. Competitors can contain information about private, non-trading companies, in which case the
API shows empty elements for all identifiers except RepNo and CompanyName.
• CompCoType: This element indicates the type of capital structure a competitor has or the type of issues the competitor company
primarily trades.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Fundamentals/Fundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1/GetMajorCustomers_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetMajorCustomers_Request_1 xmlns="http://www.reuters.com/ns/2009/01/26/webservices/rkd/
Fundamentals_1" companyId="IBM.N" companyIdType="RIC" />
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Fundamentals/Fundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1/GetLongCompanyDescription_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetLongCompanyDescription_Request_1 xmlns="http://www.reuters.com/ns/2009/01/26/webservices/
rkd/Fundamentals_1" companyId="IBM.N" companyIdType="RIC" />
</Body>
</Envelope>
<IndustryInfo>
<Industry Type="MGINDUSTRY" Code="0909" Mnem="SV SBUS">Business Services</Industry >
<Industry Type="MGSECTOR" Code="09" Mnem="SERVIC">Services</Industry>
</IndustryInfo>
Text Element: The Text element contains the long business description for the company.
XML Sample - Text Element
• Swedish (sv-SE)
• Thai (th-TH)
• Turkish (tr-TR)
• Vietnamese (vi-VN)
• Simplified Chinese (zh-CHS)
• Traditional Chinese (zh-CHT)
NOTE: Not all companies have the corresponding data in above languages. If the corresponding language file is missing, the response
returns data in English as default.
The following example passes RIC id for IBM and requests to return reference information in the response by setting
<ShowReferenceInformation> to 'true'.
XML Sample Request - Getting General Information
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Fundamentals/Fundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1/GetGeneralInformation_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetGeneralInformation_Request_1 xmlns="http://www.reuters.com/ns/2009/01/26/webservices/rkd/
Fundamentals_1" company Id="IBM.N" companyIdType="RIC" lang="en-US"
ShowReferenceInformation="true"/>
</Body>
</Envelope>
<Industry Classification>
<Taxonomy Type="RBSS 2004">
<Detail Order="1" Code="57211" Description="IT Services & Consulting" />
</Taxonomy>
...
<Taxonomy Type="MGINDUSTRY">
<Detail Order="1" Code="0909" Mnemonic="SV SBUS" Description="BusinessServices" />
</Taxonomy>
</Industry Classification>
</Company Information>
<IssueInformation>
<Issue ID="1" Type="C" Order="1">
...
</Issue>
<Issue ID="2" Type="P" Order="1">
...
</Issue>
</IssueInformation>
</ReferenceInformation>
<GeneralInformation Major="3" Minor="0" Revision="1" xmlns="http://www.reuters.com/ns/2009/01/26/
webservices/rkd/GeneralInformation_1">
<RepNo>4741N</RepNo>
<Company Name Type="Primary">International Business Machines Corp.</Company Name>
<Production Date="2008-05-19T10:45:48" />
<Industry Classification>
<Taxonomy Type="RBSS 2004">
<Detail Order="1" Code="57211" Description="IT Services & Consulting" />
</Taxonomy>
<Taxonomy Type="NAICS 1997">
<Detail Order="1" Code="541611" Description="Administrative Management and General Management
Consulting Services" />
...
<Detail Order="10" Code="334119" Description="Other Computer Peripheral Equipment
Manufacturing" />
</Taxonomy>
...
</Industry Classification>
<IndexMemberships>
<ConstituentOf IndexRIC=".DJI">Dow Industry </ConstituentOf>
<ConstituentOf IndexRIC=".GSPC">S&P 500</ConstituentOf>
</IndexMemberships>
<Company GeneralInfo>
<Employees LastUpdated="2007-12-31">386558</Employees>
<TotalSharesOut Date="2008-03-31" TotalFloat="1365000000.0">1373478587.0</TotalSharesOut>
<IncorporatedIn Date="1911-06-16" Country ="USA">NY</IncorporatedIn>
</Company GeneralInfo>
<IssueInformation>
<Issue ID="1" Type="C" Order="1">
<IssueDetails ParCurrency ="USD" ParValue="0.2" ShsAuthorized="4.6875E+09"
ShsOut="1.37347853E+09" ShsOutDate="2008-03-31" Float="1.365E+09" Votes="1"
ConversionFactor="1" />
</Issue>
<Issue ID="2" Type="P" Order="1">
<IssueDetails ParCurrency ="USD" ParValue="0.01" ShsAuthorized="1.5E+08" ShsOut="0"
ShsOutDate="2008-03-31"/>
</Issue>
</IssueInformation>
<ContactInfo LastUpdated="2008-04-29T17:13:54">
<Address>
...
</Address>
<ContactPerson>
...
</ContactPerson>
<PhoneNumbers>
...
</PhoneNumbers>
</ContactInfo>
<WebLinksInfo LastUpdated="2008-02-27T09:14:48">
<WebSite Type="Home Page">http://www.ibm.com/</WebSite>
<WebSite Type="Investor Relations">http://www.ibm.com/investor/?cm_re=rcol-_-link-_-investor</
WebSite>
<WebSite Type="Financial Information">http://www.ibm.com/investor/filings/index.phtml</WebSite>
<WebSite Type="Corporate History/Profile">http://www.ibm.com/investor/company/index.phtml
</WebSite>
<WebSite Type="Executives">http://www.ibm.com/investor/corpgovernance/cgmgmt.phtml</WebSite>
<WebSite Type="Products/Services">http://www.ibm.com/sandbox/homepage/version-b/</WebSite>
<WebSite Type="Employment Opportunities">http://www-03.ibm.com/employment/</WebSite>
</WebLinksInfo>
<TextInfo>
<Text Type="Business Summary" LastUpdated="2008-04-29T21:08:17" lang="en-US"
SourceFilingDate="2008-01-02T00:00:00" SourceF ilingType="PRS; PRS; PRS">International Business
Machines Corporation (IBM) is an information technology (IT) company. The Company's major
operations include a Global Technology Services (GTS) segment, a Global Business Services (GBS)
segment, a Systems and Technology segment, a Software segment and a Global Financing segment. In
February 2008, the Company acquired Arsenal Digital Solutions and Net Integration Technologies
Inc. Arsenal is a privately held company based in Cary , North Carolina, with a suite of on-demand
data protection solutions. In January 2008, IBM announced that it has completed its acquisition
of Cognos Incorporated. In January 2008, IBM acquired XIV, a privately held storage technology
company based in Tel Aviv, Israel. In September 2007, IBM completed the acquisition of DataMirror
Corporation. In August 2007, IBM acquired WebDialogs, Inc. In April 2008, the Company completed
the acquisition of Telelogic AB, Diligent Technologies, FilesX and InfoDyne Corporation. </Text>
...
</TextInfo>
<Advisors>
<Auditor Code="PWCL" Name="PricewaterhouseCoopers LLP" />
<TransferAgent Code="137" Name="Computershare Trust Company" />
</Advisors>
<OfficersInfo>
<Officer ID="28503" Status="Both" Rank="1" PersonID="28503" lang="en-US">
<Submission Type="DEF14A" Year="2008" Month="03" Day="10" />
<NameAndTitle>
<PersonalInfo>
...
</PersonalInfo>
<TenureDates>
<OfficerStart Year="1997" />
<DirectorStart Year="2000" Month="07" Day="25" />
</TenureDates>
<Titles>
<Designation>
<Start Year="2003" Month="01" Day="01" />
<LongTitle>Chairman of the Board, President, Chief Executive Officer</LongTitle>
<Title Order="0" ID="CHM">Chairman</Title>
<Title Order="1" ID="DRC">Director</Title>
<Title Order="2" ID="PRE">President</Title>
<Title Order="3" ID="CEO">Chief Executive Officer</Title>
</Designation>
...
<Designation>
...
</Designation>
</Titles>
</NameAndTitle>
</Officer>
...
</OfficersInfo>
</GeneralInformation>
</GetGeneralInformation_Response_1>
</Body>
</Envelope>
NOTE: Company reported SIC and NAICS codes are always tagged Order = 0 (concurrently with reported code = 1). Refinitiv assigned
codes are tagged with Order codes 1-10. Since the Refinitiv assigned codes often include the company reported code, there is often
duplication in the list of Order codes 0-10. Users should note this potential duplication when using these codes.
CODE DESCRIPTION
SIC1987 Based on SIC codes published in 1987. Note that this is the last set of SIC codes published; SIC codes
were subsequently replaced by NAICS codes.
RBSS2004 Reuters Business Sector Schema - Reuters proprietary industry codes. A four tier industry classification
system.
<Industry Classification>
<Taxonomy Type="RBSS 2004">
<Detail Order="1" Code="57211" Description="IT Services & Consulting" />
</Taxonomy>
<Taxonomy Type="NAICS 1997">
<Detail Order="1" Code="541611" Description="Administrative Management and General Management
Consulting Services" />
<Detail Order="2" Code="561439" Description="Other Business Service Centers (including Copy
Shops)"/>
...
<Detail Order="9" Code="42142" Description="Office Equipment Wholesalers" />
<Detail Order="10" Code="334119" Description="Other Computer Peripheral Equipment
Manufacturing" />
</Taxonomy>
<Taxonomy Type="SIC 1987">
ELEMENT DESCRIPTION
Mnemonic Market Guide Mnemonic (used only for MGSector and MGIndustry).
NOTE: The shares outstanding and float numbers are derived from the issue level shares outstanding and float figures. Share counts from all
issues are added up, weighted by the conversion factor to the primary class of shares, and expressed in equivalent to primary class basis.
<Company GeneralInfo>
<Employees LastUpdated="2007-12-31">386558</Employees>
<TotalSharesOut Date="2008-03-31" TotalFloat="1365000000.0">1373478587.0</TotalSharesOut>
<IncorporatedIn Date="1911-06-16" Country="USA">NY</IncorporatedIn>
</Company GeneralInfo>
<IssueInformation>
<Issue ID="1" Type="C" Order="1">
<IssueDetails ParCurrency ="USD" ParValue="0.2" ShsAuthorized="4.6875E+09"
ShsOut="1.37347853E+09" ShsOutDate="2008-03-31" Float="1.365E+09" Votes="1"
ConversionFactor="1" />
</Issue>
<Issue ID="2" Type="P" Order="1">
<IssueDetails ParCurrency ="USD" ParValue="0.01" ShsAuthorized="1.5E+08" ShsOut="0"
ShsOutDate="2008-03-31" />
</Issue>
</IssueInformation>
ELEMENT DESCRIPTION
Issue ID Unique, Refinitiv assigned issue ID within a company. See Issues, Issue, and IssueID - Response
Elements.
Issue Order Refinitiv assigned Order ID. See Issues, Issue, and IssueID - Response Elements. Order = 1 denotes
primary issue.
Float Float.
ELEMENT DESCRIPTION
<ContactInfo LastUpdated="2008-04-29T17:13:54">
<Address>
<StreetAddress Line="1">One New Orchard Road</StreetAddress>
<City>Armonk</City >
<StateOrRegion>NY</StateOrRegion>
<PostalCode>10504</PostalCode>
<CountryCode="USA">United States</Country >
</Address>
<ContactPerson>
<ContactName>Edward Barbini</ContactName>
<ContactTitle>Investor Relations</ContactTitle>
</ContactPerson>
<PhoneNumbers>
<Phone Type="MainPhone">
<Country PhoneCode>1</Country PhoneCode>
<City AreaCode>914</City AreaCode>
<Number>4991900</Number>
</Phone>
<Phone Type="MainFax">
<Country PhoneCode>1</Country PhoneCode>
<City AreaCode>914</City AreaCode>
<Number>7656021</Number>
</Phone>
<Phone Type="ContactPhone">
<Country PhoneCode>1</Country PhoneCode>
<City AreaCode>914</City AreaCode>
<Number>4996565</Number>
</Phone>
</PhoneNumbers>
</ContactInfo>
<WebLinksInfo LastUpdated="2008-02-27T09:14:48">
<WebSite Type="Home Page">http://www.ibm.com/</WebSite>
<WebSite Type="Investor Relations">http://www.ibm.com/investor/?cm_re=rcol-_-link-_-investor</
WebSite>
<WebSite Type="Financial Information">http://www.ibm.com/investor/filings/index.phtml</WebSite>
<WebSite Type="Corporate History /Profile">http://www.ibm.com/investor/company/index.phtml</
WebSite>
<WebSite Type="Executives">http://www.ibm.com/investor/corpgovernance/cgmgmt.phtml</WebSite>
<WebSite Type="Products/Services">http://www.ibm.com/sandbox/homepage/version-b/</WebSite>
<WebSite Type="Employment Opportunities">http://www-03.ibm.com/employment/</WebSite>
</WebLinksInfo>
NOTE: Refinitiv also has a separate XML product that provides Long Business Descriptions (approx. 8,000 characters) for US exchange
traded companies.
<TextInfo>
<Text Type="Business Summary" LastUpdated="2008-04-29T21:08:17" lang="en-US"
SourceFilingDate="2008-01-02T00:00:00" SourceFilingTy pe="PRS; PRS; PRS">International Business
Machines Corporation (IBM) is an information technology (IT) company. The Company's major operations
include a Global Technology Services (GTS) segment, a Global Business Services (GBS) segment, a
Systems and Technology segment, a Software segment and a Global Financing segment. In February 2008,
the Company acquired Arsenal Digital Solutions and Net Integration Technologies Inc. Arsenal is a
privately held company based in Cary, North Carolina, with a suite of on- demand data protection
solutions. In January 2008, IBM announced that it has completed its acquisition of Cognos
Incorporated. In January 2008, IBM acquired XIV, a privately held storage technology company based in
Tel Aviv, Israel. In September 2007, IBM completed the acquisition of DataMirror Corporation. In
August 2007, IBM acquired WebDialogs, Inc. In April 2008, the Company completed the acquisition of
Telelogic AB, Diligent Technologies, FilesX and InfoDyne Corporation. </Text>
<Text Type="Equity Composition" LastUpdated="2008-04-30T00:00:00">Common Stock $ .20 Par, 3/08,
4,687,500,000 auth., 2,069,370,899 issd., less 695,892,312 shs. in Treas. @ $ 3.3B. Insiders own less
than 1% (incl. 5.3M Options). PO 12/68, 50K shs. @ $ 328.50 by Merrill Lynch. 5/99, 5/97, 2-for-1
stock splits. FY'04 Q's are restated.</Text>
ELEMENT DESCRIPTION
LastUpdated Last update date and time for the textual data.
Lang Language in which text is presented. Applicable only to Business summary. Currently the only available
language in v3 files is English (en).
9.18.2.8 Advisors
This section provides information on the company's current auditor and transfer agent/registrar where available. Where available, phone
numbers for transfer agents are also provided. The phone number format is similar to phone number in the ContactInfo section of this file.
XML Sample - Advisors Elements
<Advisors>
<Auditor Code="PWCL" Name="PricewaterhouseCoopers LLP" />
<TransferAgent Code="137" Name="Computershare Trust Company" />
</Advisors>
ELEMENT DESCRIPTION
9.18.2.9 Officers
This section provides information on company executives, including name, age, title(s) and source document where officer information was
collected from. Codes are used to represent officer titles and source document types.
While Refinitiv collects information on all officers and directors listed in company filings, the GenInfo file contains information about up to 10
officers and 5 directors.
• Person Identifiers
Each person within each company is assigned a unique Officer ID. This ID does not change, and is not re-used. However, no
relationship is indicated between persons that belong to more than one company. While an Officer ID indicates a unique person
within a company, the same person is assigned a different OfficerID in the context of a different company. Thus, if John Lennon is
currently an officer of one company and director of two companies, and in addition is an ex-officer of a fourth company, he appears
with four ID's in the file, with no link indicated between the four people.
A person can be an officer, a director or both an officer and a director within a firm. While no ranking is provided by reporting
companies, Refinitiv assigns a rank to each person based on their title(s), with the highest ranking person having the lowest rank
number.
• Officer specific data
Within the Personal Info section, the First, Middle and Last name, and person's age is provided.
Tenure dates indicate the length of service for this person with this company. Tenure may be indicated for Officer, Director or both.
The existence of an End Date indicates that the person is no longer an Officer (or Director) with the company.
NOTE: The date is not given in regular Date format (YYYYMMDD) because some components of the date (e.g. the Day) may
not be available.
In some instances the Start Year may also not be available to Refinitiv. In such instances Start Year is populated with the string NA.
The Titles section details the various titles a person has held with a company, over time. Each Designation has a Start date, may
have an End date, has a Long Title as reported by the company, and up to four titles.
Thus, a company may report a person's most recent title as 'Chairman of the Board and Chief Executive Officer'. This appears as
the Long Title. The person is also tagged with two 'title ID's': CHM = Chairman and CEO = Chief Executive Officer. If available, this
title also has a Start date. However, as the most current title, this does not have an End date.
If this person was previously a VP of the company, then there is another Designation record in the file. This could have a Long Title
of Vice President and a title ID VP=Vice President. As this is not the most current title, this designation does have an End date.
XML Sample - Officers Elements
<OfficersInfo>
<Officer ID="28503" Status="Both" Rank="1" PersonID="28503" lang="en-US">
<Submission Type="DEF 14A" Year="2008" Month="03" Day="10" />
<NameAndTitle>
<PersonalInfo>
<Info Type="LastName">Palmisano</Info>
<Info Type="FirstName">Samuel</Info>
<Info Type="Suffix" />
<Info Type="Prefix" />
<Info Type="PreferredName" />
<Info Type="Middle/Initial">J.</Info>
<Info Type="Age">56</Info>
<Info Type="Sex">M</Info>
<PersonalInfo>
<TenureDates>
<OfficerStart Year="1997" />
<DirectorStart Year="2000" Month="07" Day ="25" />
</TenureDates>
<Titles>
<Designation>
<Start Year="2003" Month="01" Day ="01" />
<LongTitle>Chairman of the Board, President, Chief Executive Officer</LongTitle>
<Title Order="0" ID="CHM">Chairman</Title>
<Title Order="1" ID="DRC">Director</Title>
<Title Order="2" ID="PRE">President</Title>
<Title Order="3" ID="CEO">Chief Executive Officer</Title>
</Designation>
...
<Designation>
<Start Year="1997" />
<End Year="2000" Month="07" Day ="25" />
<LongTitle>Senior Vice President and Group Executive</LongTitle>
<Title Order="0" ID="SVP">Senior Vice President</Title>
</Designation>
</Titles>
</NameAndTitle>
</Officer>
...
<Officer ID="381182" Status="Director" Rank="22" PersonID="923422" lang="en-US">
...
</Officer>
</OfficersInfo>
ELEMENT DESCRIPTION
PersonalInfo Last name, first name, middle initial, age or sex of officer.
ELEMENT DESCRIPTION
Titles Contains designations for the title , start date under the title, title order and abbreviation.
• Dividend
• Growth Rates
• Income Statement
• Management Effectiveness
• Prices Related
• Institutional Ownership
• Financial Strength
• Efficiency Ratios
• Profitability Ratios
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Fundamentals/Fundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1/GetIndustry Aggregate_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetIndustryAggregate_Request_1 xmlns="http://www.reuters.com/ns/2009/01/26/webservices/rkd/
Fundamentals_1" companyIdType="REPONO" companyId="[agg repono]" countryCode="" />
</Body>
</Envelope>
NOTE: countryCode only applies if a TICKER was chosen for companyIDtype and the TICKER entered does not specify the location of the
company.
For retrieving ratios for an aggregate, the "REPONO" companyIdType should always be used. Specify the repono for a single industry,
sector, or index.
NOTE: You can get a list of aggregate response by using GetFundamentalsReferenceLists_1 request (see Getting a List of Industries,
Sectors, and Indexes (Aggregates)).
For example, GetIndustryAggregate_1 request for industry "A5C6B" returns the following:
XML Sample Response - Getting Industry Aggregates
ELEMENT DESCRIPTION
Group ID The ratios and statistics are broken into related groups. These groups are "Price & Volume", "Dividend",
"Growth Rates", "Income Statement", "Management Effectiveness", "Per Share Ratios", "Price Related",
"Institutional Ownership", "Financial Strength", "Efficiency Ratios", "Profitability Ratios", and "Share
Related Items".
Type The <Type> attribute indicates the data type: <N> = number, <D> = date, or <C> = character.
• Company Information: This section contains information relevant to the Company. It contains information about external Company ID's
(e.g. IRS Number, Company Name etc), about what content sets (e.g. financial statements, estimates, officer data etc) are available
from Refinitiv, how recently such information has been updated, and other relevant details.
• Issue Information: IssueInformation contains details specific to the various equity issues that belong to a company (e.g. Common Issue
1, Preferred issue 4 etc). Information includes external ID's (CUSIP, SEDOL Ticker, primary RIC etc), about whether the issue is public
or private etc.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Fundamentals/Fundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1/GetFundamentalsReferenceInfo_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetFundamentalsReferenceInfo_Request_1 xmlns="http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1" companyId="IBM.N" companyIdType="RIC" countryCode="" />
</Body>
</Envelope>
NOTE: countryCode only applies if a TICKER was chosen for companyIDtype and the TICKER entered does not specify the location of the
company.
</Envelope>
NOTE: Currently, only one version of Company Name (labeled 'Primary') is provided in the file. In the future, other versions,such as a local
version or a more abbreviated version of the name may be provided.
<Company Xrefs>
<Company Xref Type="IRSNo">130871985</Company Xref>
<Company Xref Type="CIKNo">0000051143</Company Xref>
<Company Xref Type="FProXRef">100002523</Company Xref>
<Company Xref Type="OrgID">18228</Company Xref>
<Company Name Type="Primary">International Business Machines Corp.</Company Name>
</Company Xrefs>
ELEMENT DESCRIPTION
Company Type This indicates the type of capital structure a company has or the type of issues the company primarily
trades.
NOTE: The Fundamentals database primarily covers financial statement information for companies with
publicly traded equity. The majority of companies trade Equity and a minority trade Debt Issues only,
with the other types appearing infrequently. If a company trades more than one type of the stock, only
the primary stock is used to describe the company type.
FilingStatus Indicates whether or not the company is currently filing financial statements. There are instances when
the company is active and public, but not filing financial statements. This flag indicates when an active,
public company is not filing, and why it is not filing.
HasPublicDebt Indicates whether or not the company has any outstanding public debt.
<Company Status>
<Company Type="EQU"></Company >
<AvailableInfo Type="BusinessIntelligence">1</AvailableInfo>
<AvailableInfo Type="Financials">1</AvailableInfo>
<AvailableInfo Type="Estimates">1</AvailableInfo>
<AvailableInfo Type="SignificantDevelopment">1</AvailableInfo>
<AvailableInfo Type="Officers">1</AvailableInfo>
<FilingStatus CurrentStatus="Filing" ReasonCode="0"></FilingStatus>
<HasPublicDebt>0</HasPublicDebt>
</Company Status>
<Company Updates>
<LastModified Type="Financials">2008-01-24T18:44:27</LastModified>
<LastModified Type="Other">2008-01-25T10:22:02</LastModified>
<LatestInformation Type="AnnualFinancials">2007-12-31</LatestInformation>
<LatestInformation Type="InterimFinancials">2007-12-31</LatestInformation>
</Company Updates>
9.20.6 Currencies
This section contains information about the various currencies that may be applicable to a specific company. This includes the following:
• FinancialStatements: Currency of the most current financial statements.
• Estimates: The currency of the estimates for this company.
• PrimaryIssuePrice: The pricing currency for the 'primary issue' for the company.
XML Sample - Currencies Elements
<Currencies>
<Currency Type="FinancialStatements">USD</Currency >
<Currency Type="Estimates">USD</Currency >
<Currency Type="Primary IssuePrice">USD</Currency >
</Currencies>
<Industry Classification>
<Taxonomy Type="RBSS 2004">
<Detail Order="1" Code="57211" Description="IT Services & Consulting"></Detail>
</Taxonomy>
<Taxonomy Type="NAICS 1997">
<Detail O rder="1" Code="541611" Description="Administrative Management and General Management
Consulting Services"></ Detail>
</Taxonomy>
<Taxonomy Type="SIC 1987">
<Detail Order="1" Code="8742" Description="Management Consulting Services"></Detail>
</Taxonomy>
<Taxonomy Type="MGSECTOR">
<Detail Order="1" Code="09" Description="Services" Mnemonic="SERVIC"></Detail>
</Taxonomy>
<Taxonomy Type="MGINDUSTRY">
<Detail Order="1" Code="0909" Description="Business Services" Mnemonic="SVSBUS"></Detail>
</Taxonomy>
</Industry Classification>
ELEMENT DESCRIPTION
NOTE: The financial statement information is not issue specific, but is published at the company level.
<IssueInformation>
<Issue ID="1" Type="C" Order="1">
<IssueXrefs>
...
</IssueXrefs>
<IssueStatus>
...
</IssueStatus>
<IssueSpecifics>
...
</IssueSpecifics>
<Issue>
<Issue ID="2" Type="P" Order="1">
...
</Issue>
</IssueInformation>
<IssueXrefs>
<IssueXref Type="Name">Common Stock</IssueXref>
<IssueXref Type="Ticker">IBM</IssueXref>
<IssueXref Type="RIC">IBM</IssueXref>
<IssueXref Type="Display RIC">IBM.N</IssueXref>
</IssueXrefs>
<IssueStatus>
<IssueType>Common Stock</IssueType>
<Status Type="ActiveStatus">1</Status>
<Status Type="PublicStatus">1</Status>
<Status Type="ExpectedIPO">0</Status>
</IssueStatus>
TYPE DESCRIPTION
If there has been a stock split since the company was first added to the Refinitiv database, the most recent split date and split factor are
provided. For example, a split factor of 2 indicates that a 2-for-1 stock split has occurred. When the stock split becomes effective, Refinitiv
uses the split factor to adjust all per share and shares outstanding fields in the Fundamentals database. As such all data is adjusted to reflect
the current share capital structure. If there have been no stock splits since the company was added to the database, the element is not
published.
XML Sample - IssueSpecific Element
<IssueSpecifics>
<Exchange Code="NYSE" Country="USA " Region="NA">New York Stock Exchange</Exchange>
<ListingType>OSR</ListingType>
<MostRecentSplit Date="1999-05-27">2.0</MostRecentSplit>
<SplitHistory >
<Split Date="1999-05-27">2.0</Split>
<Split Date="1997-05-28">2.0</Split>
</SplitHistory >
</IssueSpecifics>
• Exchange: Contains Exchange Code, three-letter CountryCode and name of the exchange.
• Listing Type: Contains one of listing type values described above.
• MostRecentSplit: Contains the split factor and a date of the most recent split.
NOTE: The data in this list rarely changes. Refinitiv recommends only requesting the aggregate list once a day and caching the data.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Fundamentals/Fundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1/GetFundamentalsReferenceLists_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetFundamentalsReferenceLists_Request_1 xmlns="http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1" Category="Aggregate" />
</Body>
</Envelope>
<Header>
<a:Action s:mustUnderstand="1">http://www.reuters.com/ns/2009/01/26/webservices/rkd/
Fundamentals_1/GetFundamentalsReferenceLists_1_Reply </a:Action>
<CacheResponse xsi:type="DoNotStoreCacheResponse" xmlns="http://www.reuters.com/ns/2008/03/01/
webservices/rkd/Cache_1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Date>2009-04-14T12:56:25.3036846Z</Date>
<DoNotStore/>
</CacheResponse>
<a:RelatesTo>[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetFundamentalsReferenceLists_Response_1 xmlns="http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1">
<FundamentalLookUp xmlns="http://www.reuters.com/ns/2009/01/26/webservices/rkd/LookUp_1">
<Aggregates>
<Aggregate RepoNo="A 5BF 7" Category ="MGSector" AggCode="01" AggMnem="BASIC M"
AggName="Basic Materials" ParentICCode=""></Aggregate>
<Aggregate RepoNo="A5BF8" Category="MGIndustry" AggCode="0103" AggMnem="CHMMFG"
AggName="Chemical Manufacturing" ParentICCode="01"></Aggregate>
...
<Aggregate RepoNo="A6A48" Category="Index" AggCode="SP500" AggMnem=""
AggName="S&P 500" ParentIC Code=""></Aggregate>
<Aggregate RepoNo="A5C6B" Category="Index" AggCode="SP600" AggMnem=""
AggName="S&P 600" ParentIC Code=""></Aggregate>
</Aggregates>
</FundamentalLookUp>
</GetFundamentalsReferenceLists_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
RepoNo Refinitiv repo (report) number for the industry, sector, or index.
Aggregates Aggregate
Auditors Auditor
Colleges Colleges
Co-Statuses CoStatuses
Countries Countries
Degrees Degrees
Exchanges Exchanges
Titles Titles
Taxonomy TaxonomyCodes
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Fundamentals/Fundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1/GetFundamentalsReferenceLists_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetFundamentalsReferenceLists_Request_1 xmlns="http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1" Category="CashFlowMethods" />
</Body>
</Envelope>
Response Format: The FundamentalLookUp element contains the sub-element requested for in the Category attribute that in turn contains
a node for each reference value. In the example above since the list for CashFlowMethods was requested the FundamentalLookUp element
has a sub element called CashFlowMethods (plural), which is made up of CashFlowMethod (singular) nodes. If the request was for
Currencies, the FundamentalLookUp element would have contained Currencies sub-element with Currency nodes.
9.22.1 Overview
Companies in the Fundamentals database (approx 39,000 companies as of May 2005) are all tagged with a number of industry classification
tags. Each company is tagged with a Reuters Business Sector Schema (RBSS) code, up to ten North American Industry Classification
System (NAICS) codes and up to ten Standard Industry Classification (SIC) codes. The ICS Requests allow users to view the hierarchy for
each of these three taxonomies, descriptive information for each industry code and the list of companies that have been assigned to each of
these codes.
CODE DESCRIPTION
RBSS2004 Reuters Business Sector Schema, a 4-tier schema introduced in 2004. See Reuters Business Sector
Schema (RBSS) for more detail.Reuters Business Sector Schema
NAICS1997 NAICS codes introduced in 1997. See North American Industry Classification System (NAICS) for more
detail.
SIC1987 1987 SIC codes, replaced by NAICS codes in 1997. See Standard Industry Classification (SIC) for more
detail.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Fundamentals/Fundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1/FindIndustry ClassificationSchema_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<FindIndustryClassificationSchema_Request_1 xmlns="http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1" TaxonomyCode="RBSS2004" IndustryCode="50"
WantToSeeCompanies="true" WantToSeeDescriptions="true" LanguageCode="en-US" />
</Body>
</Envelope>
The response to the FindICSRequest method contains two parts: Parent and Children.
• Parent element is displayed if the requested industry has any parents - i.e. it is NOT displayed for requests for the highest level
Economic Sector codes. The Parent element contains the attributes Code, Mnemonic, Title and Description.
• Children container element contains within it the hierarchy of industry codes that belong to the requested industry code. Each 'Child'
element within the Children container element contains four attributes similar to the 'Parent' element described above.
XML Sample Response - Searching for Industry Classification Schema
ATTRIBUTE DESCRIPTION
Mnemonics A mnemonic for the code; values available only for RBSS codes.
Description Optional description of this industry, available for RBSS Taxonomy only.
Companies Container element, contains list of Report Numbers (RepoNos), of constituent companies, for the lowest
tier of the hierarchy.
TaxonomyCode x Code for Taxonomy of interest. See Taxonomy Codes table in Find Industry Classification
Schema (FindIndustryClassificationSchema_1) for more details.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Fundamentals/Fundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1/GetIndustry ClassificationSchemaFullHierarchy _1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetIndustryClassificationSchemaFullHierarchy_Request_1 xmlns="http://www.reuters.com/ns/2009/
01/26/webservices/rkd/Fundamentals_1" TaxonomyCode="RBSS2004" WantToSeeDescriptions="true"
LanguageCode="en-US"/>
</Body>
</Envelope>
The response to the GetFullICSHierarchy method produces the full hierarchy for the requested taxonomy. For example, for the RBSS2004
taxonomy, it provides all Economic Sectors, all Business Sectors, all Industry Groups and all Industries. For each type, a code and a title,
and optionally a description is provided.
A list of companies cannot be requested through this method, even though there are empty elements in the response to denote placeholders
for constituent companies.
The response begins with the 'Industry' element to denote the highest level of the hierarchy, the Economic Sector. Within this element, the
Code, Mnemonic, Title and Description are attributes. These are identical to the list of attributes described below for the 'Child' element.
Each Industry then has multiple 'Children' sub-elements, which contain the hierarchy of Business Sectors, Industry Groups and Industries
that belong to the Economic Sector. Each Child Element has a structure parallel to the Industry Element structure, with the Code, Mnemonic,
Title and Description elements. Each Child element may also have a 'Children' sub- element to denote the hierarchy of industries that belong
to the Child.
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
Mnemonics A mnemonic for the code; values available only for RBSS codes.
Description Optional description of this industry, available for RBSS Taxonomy only.
Companies Container element, contains list of Report Numbers (RepoNos), of constituent companies, for the lowest
tier of the hierarchy.
• Get Ratios Reports (GetRatiosReports_1): Contains a larger (compared to Snapshot report) number of financial ratios and estimate
figures.
• Get Financial Statements Reports (GetFinancialStatementsReports_1): Contains six years of financials and five quarters (or
interims) of financials. Financials include I/S, B/S and C/F.
• Get Snapshot Reports (GetSnapshotReports_1): Retrieves a company description, address, contact details, officer names and a
limited number of financial ratios and estimates.
• Get Fundamental Reports (GetFundamentalReports_Request_1): Retrieves general information such as business descriptions and
officer names, historical financial statements, estimated financials variables and a number of frequently used ratios.
The reports contain information on all active companies available on the Refinitiv financial database. As of January 2004, there were over
26,000 active companies including US and non-US, in the Refinitiv financial database. No reports are generated for the 7,500+ inactive
companies in the database.
CATEGORY RATIO
CATEGORY RATIO
RECOMMENDATION ANALYSIS
(35 ITEMS - 1-6+MEAN X 5 NORTH AMERICA NON-NORTH AMERICA
PERIODS)
TargetPrice
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Fundamentals/Fundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1/GetRatiosReports_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetRatiosReports_Request_1 xmlns="http://www.reuters.com/ns/2009/01/26/webservices/rkd/
Fundamentals_1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" companyId="IBM.N"
companyIdType="RIC" includeMedians="true"/>
</Body>
</Envelope>
If you set 'includeMedians' to true, this allows you to retrieve median content.
Median Data consists of Industry/Sector Median of Fundamental Data items. Industry/Sector median is the median value of the fundamental
data for all the companies falling in the same industry/sector as of the company being retrieved. For example; if the user is pulling data for
International Business Machines Corp <IBM.N> which falls in IT Services / Consulting industry, the Industry median is calculated using the
fundamental data for all the companies falling in this industry/sector.
NOTE: countryCode only applies if a TICKER was chosen for companyIDtype and the TICKER entered does not specify the location of the
company.
<GetRatiosReports_Response_1 xmlns="http://www.reuters.com/ns/2009/01/26/webservices/rkd/
Fundamentals_1">
<FundamentalReports xmlns="http://www.reuters.com/ns/2009/01/26/webservices/rkd/
FundamentalReportsPart_1">
<ReportRatios Major="1" Minor="0" Revision="2" xmlns="http://www.reuters.com/ns/2006/05/
01/webservices/rkd/FundamentalReports_1">
<CoIDs xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Company
ContentCommon_1">
<CoID Type="RepNo">4741N</CoID>
<CoID Type="Company Name">International Business Machines Corp.</CoID>
<CoID Type="IRSNo">130871985</CoID>
<CoID Type="CIKNo">0000051143</CoID>
</CoIDs>
<Issues xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Company
ContentCommon_1">
<Issue ID="1" Type="C" Desc="Common Stock" Order="1">
<IssueID Type="Name">Common Stock</IssueID>
<IssueID Type="Ticker">IBM</IssueID>
<IssueID Type="RIC">IBM</IssueID>
<IssueID Type="Display RIC ">IBM.N</IssueID>
<IssueID Type="InstrumentPI">261483</IssueID>
<IssueID Type="QuotePI">1090370</IssueID>
<Exchange Code="NYSE" Country="USA">New York Stock Exchange</Exchange>
<MostRecentSplit Date="1999-05-27">2.0</MostRecentSplit>
</Issue>
<Issue ID="2" Type="P" Desc="Preferred Stock" Order="1">
<IssueID Type="Name">Preferred Stock- 7.5% </IssueID>
<IssueID Type="InstrumentPI">1883112</IssueID>
<IssueID Type="QuotePI">25545447</IssueID>
<Exchange Code="NYSE" Country ="USA">New York Stock Exchange</Exchange>
</Issue>
</Issues>
<CoGeneralInfo xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Company
ContentCommon_1">
<CoStatus Code="1">Active</CoStatus>
<CoType Code="EQU">Equity Issue</CoType>
<LastModified>2011-06-04</LastModified>
<LatestAvailableAnnual>2010-12-31</LatestAvailableAnnual>
<LatestAvailableInterim>2011-03-31</LatestAvailableInterim>
<Employees LastUpdated="2010-12-31">426751</Employees>
<SharesOut Date="2011-03-31" TotalFloat="1210221956.0">1211200199.0</SharesOut>
<ReportingCurrency Code="USD">U.S. Dollars</ReportingCurrency >
<MostRecentExchange Date="2011-06-06">1.0</MostRecentExchange>
</CoGeneralInfo>
<Ratios PriceCurrency ="USD" ReportingCurrency ="USD" ExchangeRate="1.00000"
LatestAvailableDate="2011-03-31">
<Group ID="Price and Volume">
<Ratio FieldName="NPRICE" Type="N">176.49000</Ratio>
...
<Ratio FieldName="MKTCAP" Type="N">213764.70000</Ratio>
</Group>
...
<Group ID="Growth">
...
</Group>
</Ratios>
<ForecastData ConsensusType="Mean" CurFiscalYear="2008" CurFiscalYearEndMonth="12"
CurInterimEndCalYear="2008" CurInterimEndMonth="3" EarningsBasis="PRX">
<Ratio FieldName="ProjSales" Type="N">
<Value PeriodType="CURR">-99999.99000</Value>
</Ratio>
...
<Ratio FieldName="ProjDPSNumOfEst" Type="N">
<Value PeriodType="CURR">-99999.99000</Value>
</Ratio>
</ForecastData>
<ConsRecommendationTrend>
<STOpinion>
<Opinion Code="1" Desc="BUY">
<Value PeriodType="">3</Value>
...
<Opinion Code="6" Desc="NA ">
<Value PeriodType="">0</Value>
</Opinion>
</STOpinion>
<MeanRating>
<Value PeriodType="">2.214285</Value>
...
<Value PeriodType="">1.916666</Value>
</MeanRating>
<NoOfAnalysts>
<Value PeriodType="">0</Value>
...
<Value PeriodType="">0</Value>
</NoOfAnalysts>
</ConsRecommendationTrend>
</ReportRatios>
</FundamentalReports>
<Medians xmlns="http://www.reuters.com/ns/2009/01/26/webservices/rkd/FundamentalReportsPart_1">
<MedianDataItem>
<Name>Operating Profit Margin Industry Median</Name>
<Identifier>24965278</Identifier>
<Value Type="Float">0.13509784</Value>
<Period>q0</Period>
</MedianDataItem>
...
<MedianDataItem>
<Name>Operating Profit Margin Sector Median</Name>
<Identifier>4071301604</Identifier>
<Value Type="Float">0.12654517</Value>
<Period>y0</Period>
</MedianDataItem>
</Medians>
</GetRatiosReports_Response_1>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
CoIDs These identifiers are issued at a company level therefore there is only one of each for every company.
The required attribute 'RepoNo' is the permanent identifier for a company in the Refinitiv database.
Issues This information allows user to cross-reference the issues with some commonly used identifiers, and
also get other basic information on the issue.
CoGeneralInfo This section provides general information pertaining to the primary issue and the most recent set of
financials.
HistoricalRatios This section provides the pre-calculated ratios and values. Both issue level and company level ratios are
provided. A total of up to 390 ratios may be available per company.
• Ratios: Ratios is the container element for all ratios. It also includes information about currency
types and the exchange rate between Reporting and Pricing Currency. The exchange rate is the
direct rate for the Pricing Currency, i.e. Reporting Currency / Pricing Currency. Finally, it also has a
date field to indicate the twelve month ending date. For US companies this date is the ending date of
the most recent quarter; for non-US companies it is the ending date for the most recent annual.
• Groups: The ratios in this file have been grouped for organizational purposes. Each group has a
distinct name.
• Ratio: Each ratio has two attributes as the types and field names. Types indicate if the ratio includes
numeric "N" or a date "D" type data. Field Names are abbreviations for ratios and should be used in
mapping with ratio descriptions.
Forecast Data This section provides information on the latest Consensus Estimates and calculated Ratio's, including
Revenues, EPS, P/E, Target Price and Long Term Growth Rate. All values within this section are in
Major Currency.
ConsRecommendationTrend This section provides the trend of changes to broker recommendations over the previous three months.
These recommendations are based on the Refinitiv Estimates Standardised Recommendation scale
where Refinitiv assigns from one to five rating to each broker recommendation. Refinitiv captures the
substance of the recommendation rather than its ascribed name. We work with our contributors to
ensure that we map our numerical rating to their preferred value. As such some broker- specific "Buy"
recommendations may map to a value of 1, whereas others may map to a value of 2.
Medians Contains a set of <MedianDataItems> which contains median content. They have the following sub-
values:
• Name: Name of the median field name.
• Identifier: This is Field Identifier. Each Median data is associated with a numerical identifier
• Value Type: Median Value for the corresponding field. Can be String, Integer, F loat, Date.
• Period: Period for which the Median Value corresponds to. Q0 stands for latest Fiscal Quarter, Y0
stands for latest Fiscal Year and R0 for Trailing twelve months, R-4 stands for Prior Trailing twelve
months.
CATEGORY DESCRIPTION
The information retrieved presents all annual periods followed by all interim periods, both in reverse chronological order. Within each fiscal
period (e.g. the 2000 annual period or the Q3 2002 interim period) statements are presented in the order: Income Statement, Balance Sheet,
Statement of Cash Flows.
The following example shows how to retrieve Financial Statements Report for Microsoft.
XML Sample Request - Getting Financial Statements Reports with Median Content
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Fundamentals/Fundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1/GetFinancialStatementsReports_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetFinancialStatementsReports_Request_1 companyId="IBM.N" companyIdType="RIC"
includeMedians="true" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance" xmlns="http://www.reuters.com/ns/2009/01/26/webservices/
rkd/Fundamentals_1"/>
</Body>
</Envelope>
If you set 'includeMedians' to true, this allows you to retrieve median content.
Median Data consists of Industry/Sector Median of Fundamental Data items. Industry/Sector median is the median value of the fundamental
data for all the companies falling in the same industry/sector as of the company being retrieved. For example; if the user is pulling data for
International Business Machines Corp <IBM.N> which falls in IT Services / Consulting industry, the Industry median is calculated using the
fundamental data for all the companies falling in this industry/sector.
NOTE: countryCode only applies if a TICKER was chosen for companyIDtype and the TICKER entered does not specify the location of the
company.
<MostRecentSplit Date="1999-05-27">2.0</MostRecentSplit>
</Issue>
</Issues>
<CoGeneralInfo xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Company
ContentCommon_1">
<CoStatus Code="1">Active</CoStatus>
<CoType Code="EQU">Equity Issue</CoType>
<LastModified>2011-06-04</LastModified>
<LatestAvailableAnnual>2010-12-31</LatestAvailableAnnual>
<LatestAvailableInterim>2011-03-31</LatestAvailableInterim>
<Employees LastUpdated="2010-12-31">426751</Employees>
<SharesOut Date="2011-03-31" TotalFloat="1210221956.0">1211200199.0</SharesOut>
<ReportingCurrency Code="USD">U.S. Dollars</ReportingCurrency >
<MostRecentExchange Date="2011-06-06">1.0</MostRecentExchange>
</CoGeneralInfo>
<Notes>
<CFAAvailability Code="1"></CFAAvailability >
<IAvailability Code="1"></IAvailability >
<ISIAvailability Code="1"></ISIAvailability >
<BSIAvailability Code="1"></BSIAvailability >
<CFIAvailability Code="1"></CFIAvailability >
</Notes>
<FinancialStatements>
<COA Map>
<mapItem coaItem="SREV" statementType="INC" lineID="100" precision="1">Revenue
</mapItem>
<mapItem coaItem="SORE" statementType="INC" lineID="300" precision="1">Other
Revenue, Total</mapItem>
...
</mapItem>
<mapItem coaItem="SCIP" statementType="CAS" lineID="1040" precision="1">Cash
Interest Paid</mapItem>
<mapItem coaItem="SCTP" statementType="CAS" lineID="1050" precision="1">Cash
Taxes Paid</mapItem>
</COA Map>
<AnnualPeriods>
<FiscalPeriod Type="Annual" EndDate="2009-12-31" FiscalYear="2009">
<Statement Type="INC">
<FPHeader>
<PeriodLength>12</PeriodLength>
<periodType Code="M">Months</periodType>
<UpdateType Code="UPD">Updated Normal</UpdateType>
<StatementDate>2009-12-31</StatementDate>
<AuditorName Code="PWCL">PricewaterhouseCoopers LLP</AuditorName>
<MeanRating>
<AuditorOpinion Code="UNQ">Unqualified</AuditorOpinion>
<Source Date="2010-02-23">10-K</Source>
</FPHeader>
<lineItem coaCode="SREV">95759.000000</lineItem>
...
<lineItem coaCode="DDPS 1">2.150000</lineItem>
<lineItem coaCode="VDES">10.005790</lineItem>
</Statement>
...
</FiscalPeriod>
<FiscalPeriod Type="Interim" EndDate="2010-09-30" FiscalYear="2010"
FiscalPeriodNumber="3">
<Statement Type="INC">
...
</Statement>
</FiscalPeriod>
</InterimPeriods>
</FinancialStatements>
</ReportFinancialStatements>
</FundamentalReports>
<Medians xmlns="http://www.reuters.com/ns/2009/01/26/webservices/rkd/
FundamentalReportsPart_1">
<MedianDataItem>
<Name>Operating Profit Margin Sector Median</Name>
<Identifier>24965278</Identifier>
<Value Type="Float">0.13509784</Value>
<Period>q0</Period>
</MedianDataItem>
<MedianDataItem>
...
</MedianDataItem>
<MedianDataItem>
<Name>Operating Profit Margin Sector Median</Name>
<Identifier>4071301604</Identifier>
<Value Type="Float">0.12654517</Value>
<Period>y0</Period>
</MedianDataItem>
</Medians>
</GetFinancialStatementsReports_Response_1>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
CoIDs These identifiers are issued at a company level therefore there is only one of each for every company.
The required attribute 'RepoNo' is the permanent identifier for a company in the Refinitiv database.
Issues This information allows user to cross-reference the issues with some commonly used identifiers, and
also get other basic information on the issue.
CoGeneralInfo This section provides general information pertaining to the primary issue and the most recent set of
financials.
ATTRIBUTE DESCRIPTION
Notes This segment gives the user an indication of what financial statements are available for each company.
At least one Annual Income Statement and Annual Balance Sheet is always provided for every company
in the Refinitiv Standardized Financials product (An income statement is available for every fiscal period
- annual or interim, and at least one annual balance sheet is available for every company). The Annual
Cash flow and Interim Financials (I/S, B/S, C/F) are not always available.
Therefore we indicate which of these four reports are available for each company. If the report is
available, the associated code is '1'. If the report is not available, the associated code is '0'. There is a
generic code for all the interim statements, if the associated code is '1', at least one of the interim reports
is available, if the associated code is '0', none of the interim reports are available and their associated
codes are also zero. The following is an example of associated codes and their availability:
• CFAAvailability Code="1" - Annual Cash flow available;
• Iavailablity Code="0"- Interims not available;
• ISIAvailablity Code="0" - Interim Income Statement not available;
• BSIAvailablity Code="0" - Interim Balance Sheet not available;
• CFIAvailablity Code="0" - Interim Cash Flow not available.
Medians Contains a set of <MedianDataItems> which contains median content. They have the following sub-
values:
• Name: Name of the median field name.
• Identifier: This is Field Identifier. Each Median data is associated with a numerical identifier
• Value Type: Median Value for the corresponding field. Can be String, Integer, F loat, Date.
• Period: Period for which the Median Value corresponds to. Q0 stands for latest Fiscal Quarter, Y0
stands for latest Fiscal Year and R0 for Trailing twelve months, R-4 stands for Prior Trailing twelve
months.
• Address/Phone number;
• Web links;
• Industry/Sector information;
• Officer names/ages/titles;
9.23.3.2 Ratios
20+ commonly used ratios based on pricing data and historical financials. They can be grouped by the following categories:
• Pricing:
- Current price;
- 52 week hi/lo;
- Pricing date;
- Volume (avg last ten days);
• Size:
- Market cap;
- Revenues;
- EBITDA;
- Net income;
- No. of employees;
- Enterprise value;
• Per Share Data:
EPS;
- Rev per share;
- BV per share;
- Cash per share;
- Cashflow per share;
- Dividends per share;
• Ratios:
- Gross margin;
- ROE;
- Price/Sales;
- P/E;
- P/Book;
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Fundamentals/Fundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1/GetSnapshotReports_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetSnapshotReports_Request_1 xmlns="http://www.reuters.com/ns/2009/01/26/webservices/rkd/
Fundamentals_1" companyId="IBM.N" companyIdType="RIC" includeMedians="true"/>
</Body>
</Envelope>
If you set 'includeMedians' to true, this allows you to retrieve median content.
Median Data consists of Industry/Sector Median of Fundamental Data items. Industry/Sector median is the median value of the fundamental
data for all the companies falling in the same industry/sector as of the company being retrieved. For example; if the user is pulling data for
International Business Machines Corp <IBM.N> which falls in IT Services / Consulting industry, the Industry median is calculated using the
fundamental data for all the companies falling in this industry/sector.
NOTE: countryCode only applies if a TICKER was chosen for companyIDtype and the TICKER entered does not specify the location of the
company.
<CoIDs xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Company
ContentCommon_1">
<CoID Type="RepNo">4741N</CoID>
<CoID Type="Company Name">International Business Machines Corp.</CoID>
<CoID Type="IRSNo">130871985</CoID>
<CoID Type="CIKNo">0000051143</CoID>
</CoIDs>
<Issues xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Company
ContentCommon_1">
<Issue ID="1" Type="C" Desc="Common Stock" Order="1">
<IssueID Type="Name">Common Stock</IssueID>
<IssueID Type="Ticker">IBM</IssueID>
<IssueID Type="RIC">IBM</IssueID>
<IssueID Type="Display RIC ">IBM.N</IssueID>
<IssueID Type="InstrumentPI">261483</IssueID>
<IssueID Type="QuotePI">1090370</IssueID>
<Exchange Code="NYSE" Country="USA">New York Stock Exchange</Exchange>
<MostRecentSplit Date="1999-05-27">2.0</MostRecentSplit>
</Issue>
<Issue ID="2" Type="P" Desc="Preferred Stock" Order="1">
<IssueID Type="Name">Preferred Stock-7.5%</IssueID>
<IssueID Type="InstrumentPI">1883112</IssueID>
<IssueID Type="QuotePI">25545447</IssueID>
<Exchange Code="NYSE" Country="USA">New York Stock Exchange</Exchange>
<MostRecentSplit Date="1999-05-27">2.0</MostRecentSplit>
</Issue>
</Issues>
<CoGeneralInfo xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Company
ContentCommon_1">
<CoStatus Code="1">Active</CoStatus>
<CoType Code="EQU">Equity Issue</CoType>
<LastModified>2011-06-04</LastModified>
<LatestAvailableAnnual>2010-12-31</LatestAvailableAnnual>
<LatestAvailableInterim>2011-03-31</LatestAvailableInterim>
<Employees LastUpdated="2010-12-31">426751</Employees>
<SharesOut Date="2011-03-31" TotalFloat="1210221956.0">1211200199.0</SharesOut>
<ReportingCurrency Code="USD">U.S. Dollars</ReportingCurrency >
<MostRecentExchange Date="2011-06-06">1.0</MostRecentExchange>
</CoGeneralInfo>
<TextInfo>
<Text Type="Business Summary" lastModified="2010-11-01T09:27:04">International
Business Machines Corporation (IBM) is an information technology (IT) company. The
Company operates under five segments: Global Technology Services segment (GTS);
Global Business Services segment (GBS); Software segment; System and Technology
segment, and Global Financing segment. In February 2010, the Company acquired
Intelliden Inc. In March 2010, the Company completed the acquisition of National
Interest Security Company, LLC. In April 2010, the Company acquired Cast Iron
Systems, which delivers cloud integration software, appliances and services. In
July 2010, it acquired BigFix, Inc. In August 2010, the Company acquired Datacap
Inc. In October 2010, the Company acquired Unica Corporation. In October 2010, the
Company acquired PSS Systems. In October 2010, the Company acquired OpenPages, a
provider of software. In October 2010, the Company acquired Clarity Systems. In
November 2010, the Company acquired BLADE Network Technologies.</Text>
...
</TextInfo>
<contactInfo lastUpdated="2011-06-06 T10:37:28">
<streetAddress line="1">One New Orchard Road</streetAddress>
<streetAddress line="2"/>
<streetAddress line="3"/>
<city>Armonk</city >
<state-region>NY</state-region>
<postalCode>10504</postalCode>
<CountryCode="USA ">United States</country >
<contactName/>
<contactTitle>Investor Relations</contactTitle>
<phone>
...
</phone>
</contactInfo>
<webLinks lastUpdated="2010-03-10 T17:36:43">
<webSite mainCategory="Home Page">http://www.ibm.com/</webSite>
...
<webSite mainCategory="Employment Opportunities">http://www-03.ibm.com/employment/
</webSite>
<eMail mainCategory =""/>
</webLinks>
<peerInfo lastUpdated="2011-06-06T10:37:28">
<Industry Info>
<Industry type="TRBC 2009" order="1" reported="0" code="57201010" mnem="ITSE">IT
Services/Consulting</Industry >
<Industry type="RBSS 2004" order="1" reported="0" code="57211" mnem="57211">IT
Services & Consulting</Industry>
...
<Industry type="SIC" order="9" reported="0" code="6719" mnem="">Holding Companies,
Nec</Industry>
</Industry Info>
<Indexconstituet>S&P 500</Indexconstituet>
<Indexconstituet>Dow Industry</Indexconstituet>
</peerInfo>
<officers>
<officer rank="1" since="1997">
...
</officer>
...
<officer rank="10" since="2000">
...
</officer>
</officers>
<Ratios PriceCurrency="USD" ReportingCurrency="USD" ExchangeRate="1.00000"
LatestAvailableDate="2011-03-31">
<Group ID="Price and Volume">
<Ratio FieldName="NPRICE" Type="N">176.49000</Ratio>
<Ratio FieldName="NHIG" Type="N">177.77000</Ratio>
<Ratio FieldName="NLOW" Type="N">122.28000</Ratio>
ATTRIBUTE DESCRIPTION
CoIDs These identifiers are issued at a company level therefore there is only one of each for every company.
The required attribute 'RepoNo' is the permanent identifier for a company in the Refinitiv database.
Issues This information allows user to cross-reference the issues with some commonly used identifiers, and
also get other basic information on the issue.
CoGeneralInfo This section provides general information pertaining to the primary issue and the most recent set of
financials.
TextInfo This segment provides various descriptive information sets on the company, including the following:
• Business Summary: Short business description, limited to 1,000 characters;
• Financial Summary: Summary of most recently reported results.
contactInfo This section provides contact information for the company, including an address, a contact person with
title, and phone/fax number(s).
webLinks This section lists various commonly used web page addresses for the company, include home page,
'news releases' page, 'profile' page, the investor relations page etc. This section also contains a contact
email address.
IndustryInfo This section provides information on what industries, sectors and indices the company is a component
of.
Officers This section provides information on company executives, including name, age, title(s) and source
document where officer information was collected from. Codes are used to represent officer titles and
source document types.
Ratios This section provides the pre-calculated ratios and values. Both issue level and company level ratios are
provided. A total of up to 390 ratios may be available per company.
ForecastData This section provides information on the latest Consensus Estimates, including Revenues, EPS, P/E,
Target Price and Long Term Growth Rate. All values within this section are in Major Currency.
Medians Contains a set of <MedianDataItems> which contains median content. They have the following sub-
values:
• Name: Name of the median field name.
• Identifier: This is Field Identifier. Each Median data is associated with a numerical identifier
• Value Type: Median Value for the corresponding field. Can be String, Integer, F loat, Date. Period:
Period for which the Median Value corresponds to. Q0 stands for latest Fiscal Quarter, Y0 stands for
latest Fiscal Year and R0 for Trailing twelve months, R-4 stands for Prior Trailing twelve months.
<s:Header>
<a:To>http://api.rkd.refinitiv.com/api/CompanyContent/CompanyContent.svc</a:To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<a:Action>http://www.reuters.com/ns/2006/05/01/webservices/rkd/CompanyContent_1/
GetFundamentalReports_1</a:Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Token]</Token>
</Authorization>
</s:Header>
<s:Body>
<GetFundamentalReports_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
CompanyContent_1" Category="SnapShot" companyIdType="RIC" companyId="IBM.N"
Category="SnapShot" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://
www.w3.org/2001/XMLSchema"/>
</s:Body>
</s:Envelope>
If you set 'includeMedians' to true, this allows you to retrieve median content.
Median Data consists of Industry/Sector Median of Fundamental Data items. Industry/Sector median is the median value of the fundamental
data for all the companies falling in the same industry/sector as of the company being retrieved. For example; if the user is pulling data for
International Business Machines Corp <IBM.N> which falls in IT Services / Consulting industry, the Industry median is calculated using the
fundamental data for all the companies falling in this industry/sector.
NOTE: countryCode only applies if a TICKER was chosen for companyIDtype and the TICKER entered does not specify the location of the
company.
<CoIDs xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
CompanyContentCommon_1">
<CoID Type="RepNo">4741N</CoID>
<CoID Type="CompanyName">International Business Machines Corp.</CoID>
<CoID Type="IRSNo">130871985</CoID>
<CoID Type="CIKNo">0000051143</CoID>
</CoIDs>
<Issues xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
CompanyContentCommon_1">
<Issue ID="1" Type="C" Desc="Common Stock" Order="1">
<IssueID Type="Name">Ordinary Shares</IssueID>
<IssueID Type="Ticker">IBM</IssueID>
<IssueID Type="RIC">IBM</IssueID>
<IssueID Type="DisplayRIC">IBM.N</IssueID>
<IssueID Type="InstrumentPI">261483</IssueID>
<IssueID Type="QuotePI">1090370</IssueID>
<Exchange Code="NYSE" Country="USA">New York Stock Exchange</Exchange>
<MostRecentSplit Date="1999-05-27">2.0</MostRecentSplit>
</Issue>
<Issue ID="2" Type="P" Desc="Preferred Stock" Order="1">
<IssueID Type="Name">Preference Shares Series A</IssueID>
<IssueID Type="Ticker">IBMPP</IssueID>
<IssueID Type="RIC">IBMPP.PK^C06</IssueID>
<IssueID Type="InstrumentPI">1883112</IssueID>
<IssueID Type="QuotePI">25545447</IssueID>
<Exchange Code="OTC" Country="USA">Over The Counter</Exchange>
</Issue>
</Issues>
<CoGeneralInfo xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
CompanyContentCommon_1">
<CoStatus Code="1">Active</CoStatus>
<CoType Code="EQU">Equity Issue</CoType>
<LastModified>2017-06-13</LastModified>
<LatestAvailableAnnual>2016-12-31</LatestAvailableAnnual>
<LatestAvailableInterim>2017-03-31</LatestAvailableInterim>
<Employees LastUpdated="2016-12-31">380300</Employees>
<SharesOut Date="2017-03-31" TotalFloat="938402826.0">939496884.0</SharesOut>
<CommonShareholders Date="2016-12-31">425272</CommonShareholders>
<ReportingCurrency Code="USD">U.S. Dollars</ReportingCurrency>
<MostRecentExchange Date="2017-06-19">1.0</MostRecentExchange>
</CoGeneralInfo>
<TextInfo>
Find the complete descriptions for Snap Shot, Ratios, and Financial Statement reports in the previous sections.
Economic Sectors 10 10
Business Sectors 25 28
Industry Groups 52 54
TRBC is our proprietary, comprehensive, up-to-date and standardized industry definition system for global companies. This schema is more
representative of the economic landscape and of client requirements than many other classification schemes. It contains new industry
groups and has greater global company coverage than both GICS and ICB systems, with more than 70,000 equities tagged with over 10
years schema history.
Find below an example how to retrieve TRBC Schema Full Hierarchy:
XML Sample Request - Getting TRBC Schema Full Hierarchy
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Fundamentals/Fundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/26/
webservices/rkd/Fundamentals_1/GetTRBCSchemaFullHierarchy _1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetTRBCSchemaFullHierarchy_Request_1 xmlns="http://www.reuters.com/ns/2009/01/26/webservices/
rkd/Fundamentals_1" WantToSeeDescriptions="false" LanguageCode="en-US">
</GetTRBCSchemaFullHierarchy_Request_1>
</Body>
</Envelope>
The response to the GetTRBCSchemaFullHierarchy_1 method produces the full hierarchy for the taxonomies.
A list of companies cannot be requested through this method, even though there are empty elements in the response to denote placeholders
for constituent companies.
The response begins with the 'Industry' element to denote the highest level of the hierarchy, the Economic Sector. Within this element, the
Code, Mnemonic, Title and Description are attributes. These are identical to the list of attributes described below for the 'Child' element.
Each Industry then has multiple 'Children' sub-elements, which contain the hierarchy of Business Sectors, Industry Groups and Industries
that belong to the Economic Sector. Each Child Element has a structure parallel to the Industry Element structure, with the Code, Mnemonic,
Title and Description elements. Each Child element may also have a 'Children' sub-element to denote the hierarchy of industries that belong
to the Child.
XML Sample Response - Getting TRBC Schema Full Hierarchy
<Companies></Companies>
</Child>
</Children>
<Companies></Companies>
</Child>
<Child Code="501020" Mnemonic="OILG" Title="Oil & Gas" Description="">
<Children>
<Child Code="50102010" Mnemonic="OILI" Title="Integrated Oil & Gas"
Description="">
<Children>
<Child Code="5010201010" Mnemonic="" Title="Integrated Oil & Gas"
Description="">
<Children></Children>
<Companies></Companies>
</Child>
</Children>
<Companies></Companies>
</Child>
<Child Code="50102020" Mnemonic="EXPL" Title="Oil & Gas Exploration and Production"
Description="">
<Children>
...
</Children>
<Companies></Companies>
</Child>
</Children>
<Companies></Companies>
</Child>
</Children>
<Companies></Companies>
</Industry >
</GetTRBCSchemaFullHierarchy_Response_1>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
Mnemonic A mnemonic for the code; values available only for RBSS codes.
Description Optional description of this industry, available for RBSS Taxonomy only.
Companies Container element, contains list of Report Numbers (RepoNos), of constituent companies, for the lowest
tier of the hierarchy.
{
"GetShortInterest_Response_1": {
"RatiosAndStatistics": {
"Major": 1,
"Minor": 0,
"Revision": 1,
"CoIDs": {
"CoID": [
{
"Type": "RepNo",
"Value": "0409N"
},
{
"Type": "CompanyName",
"Value": "American Express Company"
},
{
"Type": "IRSNo",
"Value": "134922250"
},
{
"Type": "CIKNo",
"Value": "0000004962"
}
]
},
"Issues": {
"Issue": [
{
"ID": 1,
"Type": "C",
"Desc": "Common Stock",
"Order": 1,
"IssueID": [
{
"Type": "Name",
"Value": "Ordinary Shares"
},
{
"Type": "Ticker",
"Value": "AXP"
},
{
"Type": "RIC",
"Value": "AXP"
},
{
"Type": "DisplayRIC",
"Value": "AXP.N"
},
{
"Type": "InstrumentPI",
"Value": "259530"
},
{
"Type": "QuotePI",
"Value": "1089517"
}
],
"Exchange": {
"Code": "NYSE",
"Country": "USA",
"Value": "New York Stock Exchange"
},
"MostRecentSplit": {
"Date": "2000-05-11",
"Value": "3.0"
}
}
]
},
"CoGeneralInfo": {
"CoStatus": {
"Code": 1,
"Value": "Active"
},
"CoType": {
"Code": "EQU",
"Value": "Equity Issue"
}
},
"Ratios": {
"PriceCurrency": "USD",
"ReportingCurrency": "USD",
"ExchangeRate": 1.0,
"CompanySpecific": {
"Group": [
{
"ID": "Short Interest",
"Ratio": [
{
"FieldName": "SICHG1",
"Type": "N",
"Value": "9.73056"
},
.
.
.
{
"FieldName": "SIVOL4",
"Type": "N",
"Value": "4.52519"
}
]
}
]
}
}
}
}
}
• Get Asset Overview (GetAssetOverview_1): Returns a detailed overview for the specified asset.
• Get Asset Quantitative Analysis (GetAssetQuantitativeAnalysis_1): Returns the asset's quantitative analysis.
10.1.1 Authorization
All requests to the Lipper Asset Views service require an authorization token. For details, see Understanding Authentication Tokens.
10.1.2 Authentication
The Lipper Asset Views service uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user
before your application authenticates them. Unmanaged effective users are not supported in the Lipper Asset Views service.
For additional information on creating a Service Token, see Creating a Token.
10.2 WSDL
WSDL:
http://api.rkd.refinitiv.com/schemas/LipperAssetViews/wsdl/LipperAssetViews_1_HttpAndRKDToken.wsdl
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperAssetViews/LipperAssetViews.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2010/03/17/
webservices/rkd/LipperAssetViews_1/GetAssetHoldings_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetAssetHoldings_Request_1 xmlns="http://www.reuters.com/ns/2010/03/17/webservices/rkd/
LipperAssetViews_1">
<lipperID>40000700</lipperID>
<language>LanguageNeutral</language>
<currencyCode>None</currencyCode>
</GetAssetHoldings_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
currencyCode The display currency for the returned data. For full listing of available currency codes, see Currency
Code Enumeration.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
<AllocationSchemeId>Top10Holdings</AllocationSchemeId>
<Level>1</Level>
</AllocationItem>
<ChangeFromPrevious xsi:nil="true" xmlns:xsi="http://www.w3.org/
2001/XMLSchema-instance"/>
<Value>0.8</Value>
</AllocationValueByItem>
...
</AllocationItems>
</AllocationByDate>
</AllocationsByDateByItem>
</AllocationSchemeType>
...
</AllocationSchemes>
</AssetHoldingsResult>
</GetAssetHoldings_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
TotalNetAssetList A list of Total Net Asset Items that contains the asset's TNA values. Can have the following values:
• DataDate: The date for which the TNA value is valid.
• CurrencyCode: The currency code that represents the currency for the TNA value.
• TotalNetAssets: The TNA value for the stated data date.
• TotalNetAssetsInMillions: The TNA value in millions for the stated data date.
AllocationItem Represents an asset's list of allocation values in date order. Can have the following values:
• Id: A unique integer that identifies the item.
• Name: The name of the item.
• Language: The language of the item.
• AllocationSchemeId: The allocation scheme ID.
• Level: The allocation level. The level is 1 for all allocations except for ICB allocations, which are
either level 1, 2, or 3.
• ChangeFromPrevious: The change from previous.
• Value: The value.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperAssetViews/LipperAssetViews.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2010/03/17/
webservices/rkd/LipperAssetViews_1/GetAssetOverview _1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetAssetOverview_Request_1 xmlns="http://www.reuters.com/ns/2010/03/17/webservices/rkd/
LipperAssetViews_1">
<lipperID>40000700</lipperID>
<language>English</language>
<currencyCode>USD</currencyCode>
<lipperLeaderScoreUniverse>ARG</lipperLeaderScoreUniverse>
</GetAssetOverview_Request_1>
</Body>
</Envelope>
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
</s:Header>
<s:Body>
<GetAssetOverview_Response_1 xmlns="http://www.reuters.com/ns/2010/03/17/webservices/rkd/
LipperAssetViews_1">
<AssetOverview Result>
<FundType>Bond</FundType>
<LaunchDate>1974-05-28</LaunchDate>
<QualifiedHistory Date xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance"></QualifiedHistory Date>
<GeographicalFocus>United States of America</GeographicalFocus>
<Domicile>USA</Domicile>
<AssetCurrency>USD</AssetCurrency >
<PreviousAssetCurrency xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance"></PreviousAssetCurrency >
<ExDividendDate>2008-12-24</ExDividendDate>
<DividendsPerYear>0</DividendsPerYear>
<ObjectiveText>The Fund seeks to maximize current income and preserve capital by investing
primarily in bonds rated A and above.</ObjectiveText>
<IncomeDistribution>Paid</IncomeDistribution>
<DividendPayment>0.0675</DividendPayment>
<TNA>25627300000</TNA>
<TNA Date>2010-12-31</TNA Date>
<TNA Currency >USD</TNA Currency >
<Price>
<DataDate>2011-01-13</DataDate>
<Currency Code>USD</Currency Code>
<Nav>12.21</Nav>
<Nav Estimated>false</Nav Estimated>
<Offer xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"></Offer>
<OfferEstimated xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance"></OfferEstimated>
<Bid xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"></Bid>
<BidEstimated xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
</BidEstimated>
<Mid xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"></Mid>
<AllocationItem>
<MidEstimated xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
</MidEstimated>
</Price>
<SupportCompanies>
<FundSupportCompany Type>
<LipperId>40000700</LipperId>
<Company Role>Custodian</Company Role>
<Company Type>
<Language>English</Language>
<Company Id>857810</Company Id>
<Company FullName>JP Morgan Chase Bank NA</Company FullName>
<LipperId>0</LipperId>
<Company Code>EKRH</Company Code>
<Company ShortName>JP Morgan Chase Bank NA</Company ShortName>
<BusinessName>Finance</BusinessName>
<ContactInformation>
<ChargeId>777</ChargeId>
<ChargeName>Initial</ChargeName>
<Minimum xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance"></Minimum>
<Maximum xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance"></Maximum>
<Actual>2.5</Actual>
</ChargesItem>
...
</ChargesList>
</ChargesType>
</Charges>
<LipperLeaderScores></LipperLeaderScores>
<Flags>
<FlagType>
<LipperId>40000700</LipperId>
<Language>English</Language>
<FlagList>
<FlagItem>
<FlagId>27301</FlagId>
<FlagName>Reinvests on x-date</FlagName>
<FlagCde>Y</FlagCode>
<FlagValue>Yes</FlagValue>
</FlagItem>
...
</FlagList>
</FlagType>
</Flags>
<CrossReferences>
<CrossReferenceType>
<LipperId>40000700</LipperId>
<CrossReferenceList>
<CrossReferenceItemValue>
<Language>English</Language>
<XrefId>26</XrefId>
<ReferenceCode>RIC</ReferenceCode>
<CodeShortName>RIC</CodeShortName>
<CodeFullName>RIC</CodeFullName>
<XrefValue>ABNDX.O /XrefValue>
</CrossReferenceItemValue>
...
</CrossReferenceList>
</CrossReferenceType>
</CrossReferences>
<Classifications>
<ClassSchemeType>
<ClassSchemeId>2506</ClassSchemeId>
<ClassSchemeCode>A</ClassSchemeCode>
<ClassSchemeName>US Mutual Fund Objective</ClassSchemeName>
<Language>English</Language>
<ClassList>
<ClassType>
<ClassId>2507</ClassId>
<ClassName>Corp Debt A Rated</ClassName>
<Language>English</Language>
</ClassType>
</ClassList>
<LipperId>40000700</LipperId>
</ClassSchemeType>
...
</Classifications>
</AssetOverviewResult>
</GetAssetOverview_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
QualifiedHistoryDate The qualified history date, which is the date at which the fund had a fundamental change in objective or
strategy that makes performance data prior to this date irrelevant to the fund's current peer group.
ObjectiveText The objective text, which is based up on information supplied in the fund's prospectus.
ELEMENT DESCRIPTION
FundSupportCompanyType Represents an asset's general company details. Can have the following values:
• LipperId: The Lipper ID is an eight- or nine-digit number that represents an asset.
• CompanyRole: The company role.
• CompanyType: The asset's general company details.
• Language: Language ID.
• CompanyId: The company's numeric ID.
• CompanyFullName: The company's full name.
• CompanyCode: The company's alphabetic code.
• CompanyShortName: The company's short name.
• BusinessName: The company's business name.
• ContactInformation: The company's contact information.
BenchmarkItem Represents a single benchmark for an asset. Can have the following sub-values:
• BenchmarkId: The benchmark ID.
• BenchmarkName: The benchmark name.
• BenchmarkCategory: The benchmark category.
• ShortBenchmarkName: The short benchmark name.
ELEMENT DESCRIPTION
MinimumInvestmentType Represents an asset's minimum investment data, including minimum regular investment, minimum
irregular investment, minimum investment, and minimum initial share investment. Can have the
following sub-values:
• StartDate: The minimum investment start date.
• EndDate: The minimum investment end date.
• CurrencyCode: The currency code of the currency in which the minimum investment data is
expressed.
• Name: The asset name.
• MinimumInvestmentTypeId: The minimum investment id.
• MinimumInvestmentInitial: The minimum initial investment amount.
MinimumInvestmentRegular: The minimum amount of investment that can be accepted on a
regular basis, such as to be part of a regular savings plan.
• MinimumInvestmentIRRegular: The minimum number of shares or currency amount that investors
can subsequently invest in the fund (on an ad hoc basis) after purchasing initial shares.
• MinimumInvestmentInitialShare: Minimum initial share investment.
ChargesList The list of all the charges for the asset. Contains the following elements:
• DataDate: The data date for the charge.
• ChargeId: The numeric ID of the charge item.
• ChargeName: The name of the charge.
• Minimum: The minimum charge for the charge item.
• Maximum: The maximum charge for the charge item.
• Actual: The actual charge for the item.
FlagList The asset's list of flags and values. A flag represents an attribute that Lipper has assigned to the asset.
Contains the following elements:
• FlagId: The numeric flag ID.
• FlagName: The name of the flag.
• FlagCode: The alphabetic flag code.
• FlagValue: The flag value, which is either Yes or No. If the value of this flag is yes, then the fund is
listed on an exchange.
CrossReferenceList The asset's list of cross-reference codes. Contains the following elements:
• Language: The display language for the cross-reference information.
• XrefId: The numeric Cross-reference ID.
• ReferenceCode: The alphabetic cross-reference code (e.g., the five-character symbol for a
NASDAQ cross-reference).
• CodeShortName: The cross-reference short name (e.g., NASDAQ Ticker).
• CodeFullName: The full name of the cross-reference.
• XrefValue: The value for the cross reference code.
ClassList The asset's classification list for the classification scheme set in ClassSchemeName. Contains the
following elements:
• ClassId: The classification type's numeric ID.
• ClassName: The name of the classification type.
• Language: The display language for classification data.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperAssetViews/LipperAssetViews.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2010/03/17/
webservices/rkd/LipperAssetViews_1/GetAssetQuantitativeAnalysis_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetAssetQuantitativeAnalysis_Request_2 xmlns="http://www.reuters.com/ns/2010/03/17/
webservices/rkd/LipperAssetViews_1">
<lipperID>40000700</lipperID>
<language>English</language>
<currencyCode>USD</currencyCode>
</GetAssetOverview_Request_2>
</Body>
</Envelope>
PARAMETER DESCRIPTION
currencyCode The display currency for the returned data. For full listing of available currency codes, see Currency
Code Enumeration.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
<a:Action s:mustUnderstand="1">http://www.reuters.com/ns/2010/03/17/webservices/rkd/
LipperAssetViews_1/GetAssetQuantitativeAnalysis_2_Reply </a:Action>
<CacheResponse xsi:type="DoNotStoreCacheResponse" xmlns="http://www.reuters.com/ns/2008/03/01/
webservices/rkd/Cache_1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Date>2017-05-18T12:04:48.9398538Z</Date>
<DoNotStore/>
</CacheResponse>
<a:RelatesTo>[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetAssetQuantitativeAnalysis_Response_2 xmlns="http://www.reuters.com/ns/2010/03/17/
webservices/rkd/LipperAssetViews_1">
<AssetQuantitativeAnalysisResult>
<AssetName>American Funds Bond Fund of America;A</AssetName>
<AssetId>40000700</AssetId>
<LipperId>40000700</LipperId>
<AssetNameLanguage>English</AssetNameLanguage>
<Currency >USD</Currency >
<TechnicalIndicatorBenchmark>
<Language>English</Language>
<BenchmarkId>11028815</BenchmarkId>
<BenchmarkName>Bloomberg Barclays U.S. Universal TR</BenchmarkName>
<BenchmarkCategory>TechnicalIndicator</BenchmarkCategory>
<ShortBenchmarkName>BBG Barc US Univsl TRIX</ShortBenchmarkName>
</TechnicalIndicatorBenchmark>
<RiskFreeIndexBenchmark>
<Language>English</Language>
<BenchmarkId>11025615</BenchmarkId>
<BenchmarkName>US Treasury Bills 3 Months TR</BenchmarkName>
<BenchmarkCategory>RiskFreeIndex</BenchmarkCategory>
<ShortBenchmarkName>T-Bill 3 Month TR IX</ShortBenchmarkName>
</RiskFreeIndexBenchmark>
<AssetManagerBenchmark>
<Language>English</Language>
<BenchmarkId>11025566</BenchmarkId>
<BenchmarkName>Bloomberg Barclays U.S. Aggregate Bond TR</BenchmarkName>
<BenchmarkCategory>AssetManager</BenchmarkCategory>
<ShortBenchmarkName>BBG Barc US Agg TRIX</ShortBenchmarkName>
</AssetManagerBenchmark>
<ClassificationBenchmark>
<Language>English</Language>
<BenchmarkId>19057064</BenchmarkId>
<BenchmarkName>Lipper Global Bond USD Medium Term</BenchmarkName>
<BenchmarkCategory>Classification</BenchmarkCategory>
<ShortBenchmarkName>LGC Bond USD Medium Term</ShortBenchmarkName>
</ClassificationBenchmark>
<CumulativePerformanceCalculations>
<LipperId>11025566</LipperId>
<PerformanceCalculationList>
<PerformanceCalculationItem>
</Body>
</Envelope>
ELEMENT DESCRIPTION
TechnicalIndicator Shows the Technical Indicator Benchmark. Can have the following elements:
Benchmark • Language: The language for the benchmark information.
• BenchmarkId: The Benchmark ID.
• BenchmarkName: The name of the benchmark.
• BenchmarkCategory: The benchmark category.
• ShortBenchmarkName: The short benchmark name.
PerformanceCalculationItem The asset's performance calculation list. Contains the following elements:
• CurrencyCode: The currency code that represents the currency of the performance calculation
data.
• StartTypeId: The stat type ID.
• Estimate: A flag that indicates if the value of this performance calculation is an estimate.
• StartDate: The start date for the time period used for the performance calculation.
• EndDate: The end date for the time period used for the performance calculation.
• CalcPeriodName: The name of the performance calculation. Language - the display language for
the performance calculation data.
• Value: The value of the performance calculation.
• CalculationType: The type of the calculation.
RollingPerformances Shows rolling performance calculation for the given asset. Contains the following elements:
AssetView • RollingPerformanceType: Rolling performance calculation data point with date and value.
• Value: The data value for the period.
• DataDate: The date for which the data is valid.
11 Lipper Details
The Lipper Details section provides easy access to fund characteristics from Lipper's extensive database of collective investments, allowing
clients to quickly find fund details based on hundreds of criteria items and to compare those funds across a wide range of timely
characteristics.
Methods in this section are grouped under the following categories:
• Lipper Holdings: Get Collected Allocations (GetCollectedAllocations_2) method gets Lipper allocation, portfolio, and fund
characteristic data.
• Lipper Time Series: Get Price (GetPrice_1) and Get Prices (GetPrices_1) methods are used for retrieving fund prices on a single date
or over a rolling period of time.
• Lipper Calculations: Get Best Worst Performance (GetBestWorstPerformance_1), Get Rolling Performance
(GetRollingPerformance_1), Get Stored Performance By Calculations Filter (GetStoredPerformanceByCalculationsFilter_1), Get
Stored Performance Calculation (GetStoredPerformanceCalculation_1), Get Stored Performance Calculations
(GetStoredPerformanceCalculations_1) methods are used for getting stored and dynamic Lipper performance calculation data.
• Lipper Fundamentals: All other methods are used to retrieve a wide range of basic Lipper fund data.
11.1.1.2 Authentication
The Lipper services use Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in the Lipper services.
For additional information on creating a Service Token, see Creating a Token.
11.1.2 WSDL
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperHoldings/LipperHoldings.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperHoldings_1/GetCollectedAllocations_2</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetCollectedAllocations_Request_2 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperHoldings_1">
<lipperIDs>
<int>65028707</int>
<int>60003333</int>
</lipperIDs>
<allocation>Asset</allocation>
<language>English</language>
</GetCollectedAllocations_Request_2>
</Body>
</Envelope>
PARAMETER DESCRIPTION
allocation The allocation scheme. For full listing of allocation schemes see Allocation Enumeration.
ELEMENT DESCRIPTION
ELEMENT DESCRIPTION
AllocationsByItemByDate The asset's list of allocation values. Contains the following elements:
• Id: A unique integer that identifies the item.
• Name: The name of the item.
• Language: The display language for the item.
• AllocationSchemeId: The allocation scheme ID.
• Level: The allocation level. The level is 1 for all allocations except for ICB allocations, which are
either level 1, 2, or 3.
• ValuesByDate: The asset's list of allocation values. Contains the following elements:
• Value: The allocation value.
• Date: The date for which the allocation data is valid.
• ChangeFromPrevious: The change in value from the previous data date.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperHoldings/LipperHoldings.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperHoldings_1/GetCollectedAllocationsIM_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetCollectedAllocationsIM_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/
rkd/LipperHoldings_1">
<lipperIDs>
<int>60003333</int>
<int>65028707</int>
</lipperIDs>
<allocation>Asset</allocation>
<allocationPeriod>Current</allocationPeriod>
<allocationDate>2011-07-04T00:00:00</allocationDate>
<language>English</language>
</GetCollectedAllocationsIM_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
allocation The allocation scheme. For full listing of allocation schemes see Allocation Enumeration.
allocationPeriod Defines an allocation period. The possible values are: Current, Previous, Date and All.
<Date>2011-05-31</Date>
<ChangeFromPrevious xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance"/>
</AllocationValueByDate>
</ValuesByDate>
<ParentAllocationItemID xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance"/>
</AllocationItem>
<AllocationItem>
<Id>-1</Id>
<Name>Non-US Equities</Name>
<Language>English</Language>
<AllocationSchemeId>Asset</AllocationSchemeId>
<Level>1</Level>
<ValuesByDate>
<AllocationValueByDate>
<Value>25.53</Value>
<Date>2011-05-31</Date>
<ChangeFromPrevious xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance"/>
</AllocationValueByDate>
</ValuesByDate>
<ParentAllocationItemID xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance"/>
</AllocationItem>
</AllocationsByItemByDate>
</AllocationSchemeType>
...
</CollectedAllocationsResult>
</GetCollectedAllocations_Response_2>
</Body>
</Envelope>
ELEMENT DESCRIPTION
ELEMENT DESCRIPTION
AllocationsByItemByDate The asset's list of allocation values. Contains the following elements:
• Id: A unique integer that identifies the item.
• Name: The name of the item.
• Language: The display language for the item.
• AllocationSchemeId: The allocation scheme ID.
• Level: The allocation level. The level is 1 for all allocations except for ICB allocations, which are
either level 1, 2, or 3.
• ValuesByDate: The asset's list of allocation values. Contains the following elements:
• Value: The allocation value.
• Date: The date for which the allocation data is valid.
• ChangeFromPrevious: The change in value from the previous data date.
11.2.1.2 Authentication
The Lipper services use Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in the Lipper services.
For additional information on creating a Service Token, see Creating a Token.
11.2.2 WSDL
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperTimeSeries/LipperTimeSeries.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperTimeSeries_1/GetPrice_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetPrice_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperTimeSeries_1">
<lipperIDs>
<int>60003333</int>
</lipperIDs>
<dataDate>2008-01-23</dataDate>
<currency Code>USD</currency Code>
<allowEstimates>false</allowEstimates>
</GetPrice_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
currencyCode The currency for the returned price. For full listing of available currency codes, see Currency Code
Enumeration.
allowEstimates A flag that indicates if estimated prices are allowed in the result set.
</PriceList>
</PriceType>
</PriceResult>
</GetPrice_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperTimeSeries/LipperTimeSeries.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperTimeSeries_1/GetPrice_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetPriceIM_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperTimeSeries_1">
<lipperIDs>
<int>60003333</int>
</lipperIDs>
<dataDate>2008-01-23</dataDate>
<currency Code>USD</currency Code>
<allowEstimates>true</allowEstimates>
</GetPriceIM_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
currencyCode The currency for the returned price. For full listing of available currency codes, see Currency Code
Enumeration.
allowEstimates A flag that indicates if estimated prices are allowed in the result set.
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperTimeSeries/LipperTimeSeries.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperTimeSeries_1/GetPrices_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetPrices_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperTimeSeries_1">
<lipperIDs>
<int>11006603</int>
</lipperIDs>
<startDate>2007-01-27</startDate>
<endDate>2009-03-27</endDate>
<currency Code>USD</currency Code>
<alignment>MonthEnd</alignment>
<allowEstimates>true</allowEstimates>
</GetPrices_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
currencyCode The currency for the returned price. For full listing of available currency codes, see Currency Code
Enumeration.
alignment The alignment of the data in the result set. Can have the following values:
• YearEnd: Includes a datapoint for every year end in a given time period.
• Month End: Includes a datapoint for every month end in a given time period.
• WeekEnd: Includes a datapoint for every week end in a given time period.
• Day: Includes a datapoint for every business day in a given time period.
• Default: Is MonthEnd.
allowEstimates A flag that indicates if estimated prices are allowed in the result set.
NOTE: Weekly and monthly price data to be returned is limited only to the last 10 years to customers who have the advanced packages.
ELEMENT DESCRIPTION
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperTimeSeries/LipperTimeSeries.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperTimeSeries_1/GetPricesIM_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetPricesIM_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperTimeSeries_1">
<lipperIDs>
<int>60003333</int>
</lipperIDs>
<startDate>2010-06-01T00:00:00</startDate>
<endDate>2011-07-01T00:00:00</endDate>
<currency Code>USD</currency Code>
<alignment>MonthEnd</alignment>
<allowEstimates>true</allowEstimates>
</GetPricesIM_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
currencyCode The currency for the returned price. For full listing of available currency codes, see Currency Code
Enumeration.
alignment The alignment of the data in the result set. Can have the following values:
• YearEnd: Includes a datapoint for every year end in a given time period.
• Month End: Includes a datapoint for every month end in a given time period.
• WeekEnd: Includes a datapoint for every week end in a given time period.
• Day: Includes a datapoint for every business day in a given time period.
• Default: Is MonthEnd.
allowEstimates A flag that indicates if estimated prices are allowed in the result set.
NOTE: Weekly and monthly price data to be returned is limited only to the last 10 years to customers who have the advanced packages.
ELEMENT DESCRIPTION
11.3.1.2 Authentication
The Lipper services use Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in the Lipper services.
For additional information on creating a Service Token, see Creating a Token.
11.3.2 WSDL
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperCalculations/LipperCalculations.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperCalculations_1/GetBestWorstPerformance_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetBestWorstPerformance_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperCalculations_1">
<lipperIDs>
<int>19048139</int>
<int>11020455</int>
<int>11006603</int>
</lipperIDs>
<currency Code>EUR</currency Code>
</GetBestWorstPerformance_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
currencyCode The currency for the returned price. For full listing of available currency codes, see Currency Code
Enumeration.
<BestValue>3.8811</BestValue>
<BestEstimate>false</BestEstimate>
</BestWorstPerformanceType>
</BestWorstPerformanceResult>
</GetBestWorstPerformance_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
WorstValue The worst performance value (i.e., worst price per share).
BestStartValue The best performance value (i.e., best price per share).
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperCalculations/LipperCalculations.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperCalculations_1/GetRollingPerformance_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetRollingPerformance_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperCalculations_1">
<lipperID>60003333</lipperID>
<currencyCode>USD</currencyCode>
<periods>1</periods>
<timeFrame>All</timeFrame>
<interval>Weekly</interval>
<intervalFrequency>Automatic</intervalFrequency>
</GetRollingPerformance_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
currencyCode The currency for the returned price. For full listing of available currency codes, see Currency Code
Enumeration.
timeFrame The time frame for which performance data is returned (All, Daily, Weekly, Monthly or Yearly).
interval The rolling period interval, which sets the intervals for the performance data with the given timeFrame.
intervalFrequency The interval frequency. The possible value could be weekly, monthly, automatic, yearly, semiAnnualy or
quarterly.
NOTE: IntervalFrequency tells the service whether you want to perform a calculation using daily,
weekly, monthly, quarterly, or yearly samples. It is best to set it to Automatic setting.
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperCalculations/LipperCalculations.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperCalculations_1/GetRollingPerformanceIM_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetRollingPerformanceIM_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperCalculations_1">
<lipperID>60003333</lipperID>
<currencyCode>USD</currencyCode>
<periods>1</periods>
<timeFrame>All</timeFrame>
<interval>Weekly</interval>
<intervalFrequency>Automatic</intervalFrequency>
</GetRollingPerformanceIM_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
currencyCode The currency for the returned price. For full listing of available currency codes, see Currency Code
Enumeration.
timeFrame The time frame for which performance data is returned (All, Daily, Weekly, Monthly or Yearly).
PARAMETER DESCRIPTION
interval The rolling period interval, which sets the intervals for the performance data with the given timeFrame.
intervalFrequency The interval frequency. The possible value could be weekly, monthly, automatic, yearly, semiAnnualy or
quarterly.
NOTE: IntervalFrequency tells the service whether you want to perform a calculation using daily,
weekly, monthly, quarterly, or yearly samples. It is best to set it to Automatic setting.
</RollingPerformanceType>
</GetRollingPerformanceIM_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
NOTE: PerformanceCalculation contains dynamic calculations while StoredPerformanceCalculation methods contain the various
performance and statistic calculations.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperCalculations/LipperCalculations.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperCalculations_1/GetStoredPerformanceByCalculationsFilter_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetStoredPerformanceByCalculationsFilter_Request_1 xmlns="http://www.reuters.com/ns/2009/01/
01/webservices/rkd/LipperCalculations_1">
<lipperID>60003333</lipperID>
<currencyCode>USD</currencyCode>
<calcPeriodTypeIDs>
<CalculationTypeId>OneMonthPerformancetoLastMonthEnd</CalculationTypeId>
</calcPeriodTypeIDs>
</GetStoredPerformanceByCalculationsFilter_1_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
currencyCode The currency for the returned price. For full listing of available currency codes, see Currency Code
Enumeration.
calcPeriodTypeIDs The list of calculation period type IDs. For full listing of available calculation typeIDs, see Calculation
TypeId Enumeration.
ELEMENT DESCRIPTION
PerformanceCalculationList The asset's performance calculation list. Contains the following elements:
• CurrencyCode: The currency code that represents the currency of the performance calculation
data.
• StatTypeId: The stat type id. This is a simple numeric reference identifier used to identify the various
statistics and calculations available through the service.
• Estimate: A flag that indicates if the value of this performance calculation is an estimate.
• StartDate: The start date for the time period used for the performance calculation.
• EndDate: The end date for the time period used for the performance calculation.
• CalcPeriodName: The name of the performance calculation.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperCalculations/LipperCalculations.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperCalculations_1/GetStoredPerformanceCalculation_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetStoredPerformanceCalculation_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperCalculations_1">
<lipperIDs>
<int>60003333</int>
</lipperIDs>
<currencyCode>USD</currencyCode>
<CalculationTypeId>OneMonthPerformancetoLastMonthEnd</CalculationTypeId>
<language>English</language>
</GetStoredPerformanceCalculation_1_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
currencyCode The currency for the returned price. For full listing of available currency codes, see Currency Code
Enumeration.
calcPeriodTypeIDs The list of calculation period type IDs. For full listing of available calculation typeIDs, see Calculation
TypeId Enumeration.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
</PerformanceCalculationType>
</GetStoredPerformanceCalculation_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
PerformanceCalculationList The asset's performance calculation list. Contains the following elements:
• CurrencyCode: The currency code that represents the currency of the performance calculation
data.
• StatTypeId: The stat type id. This is a simple numeric reference identifier used to identify the various
statistics and calculations available through the service.
• Estimate: A flag that indicates if the value of this performance calculation is an estimate.
• StartDate: The start date for the time period used for the performance calculation.
• EndDate: The end date for the time period used for the performance calculation.
• CalcPeriodName: The name of the performance calculation.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperCalculations/LipperCalculations.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperCalculations_1/GetStoredPerformanceCalculations_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetStoredPerformanceCalculations_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperCalculations_1">
<lipperIDs>
<int>65028707</int>
<int>19005018</int>
<int>19008018</int>
<int>19005027</int>
<int>19008027</int>
<int>19005028</int>
<int>19008028</int>
<int>19005026</int>
<int>19005024</int>
<int>19005003</int>
<int>19008003</int>
<int>60087648</int>
<int>60079650</int>
<int>11029714</int>
<int>11029717</int>
<int>11027921</int>
<int>11027924</int>
<int>11000423</int>
<int>19048072</int>
<int>19048155</int>
<int>19048217</int>
<int>19048136</int>
<int>19048138</int>
<int>19048139</int>
<int>11020455</int>
<int>11006603</int>
</lipperIDs>
<currencyCode>EUR</currencyCode>
<language>English</language>
</GetStoredPerformanceCalculations_1_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
currencyCode The currency for the returned price. For full listing of available currency codes, see Currency Code
Enumeration.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
<EndDate>2009-03-31</EndDate>
<CalcPeriodName>1 Month Performance to Last Month End</CalcPeriodName>
<Language>English</Language>
<Value>0.04256</Value>
<CalculationType>None</CalculationType>
</PerformanceCalculationItem>
<PerformanceCalculationItem>
<CurrencyCode>EUR</CurrencyCode>
<StatTypeId>5</StatTypeId>
<Estimate>true</Estimate>
<StartDate>2008-12-31</StartDate>
<EndDate>2009-03-31</EndDate>
<CalcPeriodName>3 Month Performance to Last Month End</CalcPeriodName>
<Language>English</Language>
<Value>-2.59882</Value>
<CalculationType>None</CalculationType>
</PerformanceCalculationItem>
...
<PerformanceCalculationItem>
<CurrencyCode>EUR</CurrencyCode>
<StatTypeId>55</StatTypeId>
<Estimate>false</Estimate>
<StartDate>1999-03-31</StartDate>
<EndDate>2009-03-31</EndDate>
<CalcPeriodName>Max Draw dow n for 10 Years to Last Month End</CalcPeriodName>
<Language>English</Language>
<Value>-66.96854</Value>
<CalculationType>None</CalculationType>
</PerformanceCalculationItem>
</PerformanceCalculationList>
</PerformanceCalculationType>
</GetStoredPerformanceCalculations_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
PerformanceCalculationList The asset's performance calculation list. Contains the following elements:
• CurrencyCode: The currency code that represents the currency of the performance calculation
data.
• StatTypeId: The stat type id. This is a simple numeric reference identifier used to identify the various
statistics and calculations available through the service.
• Estimate: A flag that indicates if the value of this performance calculation is an estimate.
• StartDate: The start date for the time period used for the performance calculation.
• EndDate: The end date for the time period used for the performance calculation.
• CalcPeriodName: The name of the performance calculation.
• Language: The display language for the performance calculation data.
• Value: The value of the performance calculation.
• CalculationType: The type of the calculation.
11.4.1.2 Authentication
The Lipper services use Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in the Lipper services.
For additional information on creating a Service Token, see Creating a Token.
11.4.2 WSDL
http://api.rkd.refinitiv.com/schemas/LipperFundamentals/wsdl/
LipperFundamentals_1_HttpAndRKDToken.wsdl
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetAssetDatesAdvanced_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetAssetDatesAdvanced_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>40085510</int>
<int>60011162</int>
<int>60035050</int>
</lipperIDs>
<assetDateTypesFilter>
<AssetDateTypeId>DeadDate</AssetDateTypeId>
<AssetDateTypeId>QualifiedHistoryDate</AssetDateTypeId>
</assetDateTypesFilter>
</GetAssetDatesAdvanced_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
lipperID Contains a list of one or more Lipper IDs for which data is returned. A Lipper ID is a unique eight- or
nine-digit number (e.g., 60003333) that identifies an asset.
<AssetDateList>
<AssetDateItem>
<DataDate>2003-08-06</DataDate>
<DateType>DeadDate</DateType>
</AssetDateItem>
</AssetDateList>
</AssetDateType>
</AssetDatesResult>
</GetAssetDatesAdvanced_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetAssetDatesIM_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetAssetDatesIM_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>40085510</int>
<int>60011162</int>
<int>60035050</int>
</lipperIDs>
<assetDateTypesFilter>
<AssetDateTypeId>DeadDate</AssetDateTypeId>
<AssetDateTypeId>QualifiedHistoryDate</AssetDateTypeId>
</assetDateTypesFilter>
</GetAssetDatesIM_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
lipperID Contains a list of one or more Lipper IDs for which data is returned. A Lipper ID is a unique eight- or
nine-digit number (e.g., 60003333) that identifies an asset.
<DateType>DeadDate</DateType>
</AssetDateItem>
</AssetDateList>
</AssetDateType>
<AssetDateType>
<LipperId>60011162</LipperId>
<AssetDateList>
<AssetDateItem>
<DataDate>2004-09-06</DataDate>
<DateType>QualifiedHistoryDate</DateType>
</AssetDateItem>
</AssetDateList>
</AssetDateType>
<AssetDateType>
<LipperId>60035050</LipperId>
<AssetDateList>
<AssetDateItem>
<DataDate>2003-08-06</DataDate>
<DateType>DeadDate</DateType>
</AssetDateItem>
</AssetDateList>
</AssetDateType>
</AssetDatesResult>
</GetAssetDatesIM_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetAssetIsPrimary_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetAssetIsPrimary_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>60003333</int>
<int>60003331</int>
</lipperIDs>
</GetAssetIsPrimary_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
lipperID Contains a list of one or more Lipper IDs for which data is returned. A Lipper ID is a unique eight- or
nine-digit number (e.g., 60003333) that identifies an asset.
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetAssetJapaneseName_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetAssetJapaneseName_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>65025505</int>
<int>60003471</int>
</lipperIDs>
</GetAssetJapaneseName_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
lipperID Contains a list of one or more Lipper IDs for which data is returned. A Lipper ID is a unique eight- or
nine-digit number (e.g., 60003333) that identifies an asset.
<GetAssetJapaneseName_Response_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<AssetJapaneseNameResult>
<AssetJapaneseNameType>
<LipperId>60003471</LipperId>
<AssetKatakanaName>JPM Global Bond EUR BA cc EUR</AssetKatakanaName>
<AssetNickname></AssetNickname>
</AssetJapaneseNameType>
<AssetJapaneseNameType>
<LipperId>65025505</LipperId>
<AssetKatakanaName>スーパーファンド・グリーン・ジャパン C200603USD</AssetKatakanaName>
<AssetNickname></AssetNickname>
</ValidationType>
</AssetJapaneseNameType>
</GetAssetJapaneseName_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
AssetKatakanaName The asset's full name in Katakana, which is the form of Japanese syllabic writing used especially for
scientific terms, official document, and words adopted from other countries.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetAssetStyleMatrix_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetAssetStyleMatrix_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>40045581</int>
<int>40081587</int>
</lipperIDs>
</GetAssetStyleMatrix_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
lipperID Contains a list of one or more Lipper IDs for which data is returned. A Lipper ID is a unique eight- or
nine-digit number (e.g., 60003333) that identifies an asset.
ELEMENT DESCRIPTION
AssetStyleMatrix An enumeration that represents types of fee. Possible values are: None, LargeCapCore,
LargeCapGrowth, LargeCapValue, MidCapCore, MidCapGrowth, MidCapValue, MultiCapCore,
MultiCapGrowth, MultiCapValue, SmallCapCore, SmallCapGrowth, SmallCapValue.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetAttributes_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetAttributes_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>60003333</int>
<int>60003331</int>
</lipperIDs>
</GetAttributes_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
LipperID Contains a list of one or more Lipper IDs for which data is returned. A Lipper ID is a unique eight- or
nine-digit number (e.g., 60003333) that identifies an asset.
language The language ID that represents the display language for the returned list.
<Language>English</Language>
<ValueId>1034</ValueId>
<ValueName>AssetType</ValueName>
<ValueCode>OTHER</ValueCode>
<Value>Other</Value>
</AttributeItem>
...
</AttributeList>
</AttributeType>
</AttributesResult>
</GetAttributes_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
AttributeList The asset's attribute list that includes all of the asset's available attributes and associated values.
Contains the following values:
• Language: The display language for the attribute information.
• ValueId: The numeric attribute value ID.
• ValueName: The value name.
• ValueCode: The alphabetic attribute value code.
• Value: The attribute value.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetAttributesAdvanced_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetAttributesAdvanced_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>60003332</int>
<int>65028707</int>
<int>60003333</int>
<int>40085510</int>
</lipperIDs>
<language>Japanese</language>
</GetAttributesAdvanced_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
LipperID Contains a list of one or more Lipper IDs for which data is returned. A Lipper ID is a unique eight- or
nine-digit number (e.g., 60003333) that identifies an asset.
language The language ID that represents the display language for the returned list.
ELEMENT DESCRIPTION
AttributeList The asset's attribute list that includes all of the asset's available attributes and associated values.
Contains the following values:
• Language: The display language for the attribute information.
• ValueId: The numeric attribute value ID.
• ValueName: The value name.
• ValueCode: The alphabetic attribute value code.
• Value: The attribute value.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetAttributesBasic_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetAttributesBasic_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>60003332</int>
<int>65028707</int>
<int>60003333</int>
<int>40085510</int>
</lipperIDs>
<language>Japanese</language>
</GetAttributesBasic_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
LipperID Contains a list of one or more Lipper IDs for which data is returned. A Lipper ID is a unique eight- or
nine-digit number (e.g., 60003333) that identifies an asset.
language The language ID that represents the display language for the returned list.
</AttributeType>
</AttributesResult>
</GetAttributesBasic_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
AttributeList The asset's attribute list that includes all of the asset's available attributes and associated values.
Contains the following values:
• Language: The display language for the attribute information.
• ValueId: The numeric attribute value ID.
• ValueName: The value name.
• ValueCode: The alphabetic attribute value code.
• Value: The attribute value.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetBenchmark_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetBenchmark_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>60003333</int>
</lipperIDs>
<benchmarkCategory>AssetManager</benchmarkCategory>
<language>English</language>
</GetBenchmark_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
LipperID A Lipper ID is a unique eight- or nine-digit number (e.g., 60003333) that identifies a collective
investment.
benchmarkCategory The benchmark category for which benchmarks should be returned. Possible values are:
• AssetManager: A benchmark that defines the asset manager (the same as fund manager)
• RiskFreeIndex: Risk free index is a benchmark comprised of ‘riskless’ assets such as three month
Treasury Bills.
• TechnicalIndicator: Technical indicator is a benchmark that, based on statistical calculations,
makes a very good benchmark for the asset.
• PriceEstimation: A benchmark that defines price estimates.
• Classification: A benchmark that defines asset classification.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
</BenchmarkItem>
</BenchmarkList>
</BenchmarkType>
</BenchmarkResult>
</GetBenchmark_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
BenchmarkList The list of BenchmarkItems that contain the asset's list of benchmarks. Contains the following elements:
• Language: The language for the benchmark information.
• BenchmarkId: The Benchmark ID.
• BenchmarkName: The name of the benchmark.
• BenchmarkCategory: The benchmark category.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetBenchmarks_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetBenchmarks_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>60003333</int>
</lipperIDs>
<language>English</language>
</GetBenchmarks_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
</BenchmarkItem>
</BenchmarkList>
</BenchmarkType>
</BenchmarksResult>
</GetBenchmarks_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
BenchmarkList The list of BenchmarkItems that contain the asset's list of benchmarks. Contains the following elements:
• Language: The language for the benchmark information.
• BenchmarkId: The Benchmark ID.
• BenchmarkName: The name of the benchmark.
• BenchmarkCategory: The benchmark category.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetBottomPerformers_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetBottomPerformers_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<countryCode>
<Countries>USA</Countries>
</countryCode>
<currencyCode>USD</currencyCode>
<numberOfAssets>10</numberOfAssets>
<language>English</language>
<includeHedgeFunds>true</includeHedgeFunds>
</GetBottomPerformers_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
Countries The country for which the poorest-performing funds should be returned. For full listing of available
CountryCodes, see Countries Enumeration.
currencyCode The display currency for the returned list. For full listing of available currency codes, see Currency Code
Enumeration.
numberofAssets The number of funds that should be included in the list of poorest performers.
includeHedgeFunds If true, hedge funds are e included in the returned list of poorest-performing funds; otherwise, hedge
funds are not included in the results.
Hedge funds are investment funds open to a limited range of investors. A hedge fund allows more
investment and trading activities than other investment funds and an investor pays a special
performance fee to its investment manager.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
<PerfYTD>-85.71429</PerfYTD>
</PerformerItem>
<PerformerItem>
<LipperId>40105153</LipperId>
<Language>English</Language>
<FundShortName>Direxion:EMBr2x;Inv</FundShortName>
<PerfYTD>-50.35505</PerfYTD>
</PerformerItem>
...
<PerformerItem>
<LipperId>40096683</LipperId>
<Language>English</Language>
<FundShortName>ProFunds:UltSh Dow 30;Inv</FundShortName>
<PerfYTD>-23.06207</PerfYTD>
</PerformerItem>
</PerformerList>
</PerformerType>
</BottomPerformersResult>
</GetBottomPerformers_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
CountryCode The CountryCode that represents the country to which the performance list pertains.
PerformerList The list of the country's fund performance data. Contains the following elements:
• LipperId: The asset’s Lipper ID.
• Language: The language for the benchmark information.
• FundShortName: The fund’s short name.
• PerfYTD: The asset’s year-to-date performance value (capital gains).
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetBottomPerformersByClassificationScheme_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetBottomPerformersByClassificationScheme_Request_1 xmlns="http://www.reuters.com/ns/2009/01/
01/webservices/rkd/LipperFundamentals_1">
<classificationSchemeCode>ABILIFE 2008</classificationSchemeCode>
<language>English</language>
<currencyCode>USD</currencyCode>
<numberOfClasses>10</numberOfClasses>
<calculationPeriodName>
<CalculationTypeId>OneMonthPerformancetoLastMonthEnd</CalculationTypeId>
</calculationPeriodName>
</GetBottomPerformersByClassificationScheme_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
classificationSchemeCode The classification scheme for which bottom-performing funds should be returned. See the list of
available classification schemes in Classification Scheme Enumeration.
currencyCode The display currency for the returned data. For full listing of available currency codes, see Currency
Code Enumeration.
PARAMETER DESCRIPTION
calculationPeriod One or more calculation periods for which performance data is returned. Contains <CalculationTypeId>
element that represents a static performance calculation supported by Lipper. For full listing of available
calculation typeIDs, see Calculation TypeId Enumeration.
<PerformerCalculationItem>
<IndexIdentity >
<LipperId>19074024</LipperId>
<Language>English</Language>
<Name>ABIUK - Sterling High Yield-Life</Name>
</IndexIdentity>
<ClassId>28984</ClassId>
<Language>English</Language>
<Value>-1.596770</Value>
</PerformerCalculationItem>
...
<PerformerCalculationItem>
<IndexIdentity >
<LipperId>19074030</LipperId>
<Language>English</Language>
<Name>ABIUK - Money Market-Life</Name>
</IndexIdentity>
<ClassId>28990</ClassId>
<Language>English</Language>
<Value>0.579320</Value>
</PerformerCalculationItem>
</PerformerList>
</PerformanceCalculation>
</CalculationList>
</BottomPerformersByClassificationSchemeResult>
</GetBottomPerformersByClassificationScheme_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetBottomPerformersByLGClassificationSchema_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetBottomPerformersByLGClassificationSchema_Request_1 xmlns="http://www.reuters.com/ns/2009/
01/01/webservices/rkd/LipperFundamentals_1">
<lGClassificationSchemaName>
<LGClassificationSchema>LipperGlobal</LGClassificationSchema>
</lGClassificationSchemaName>
<currencyCode>USD</currencyCode>
<language>English</language>
<numberOfAssets>10</numberOfAssets>
</GetBottomPerformersByLGClassificationSchema_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
lGClassificationSchema The Lipper Global Classification schema for which bottom-performing funds should be returned.
Name Available Lipper Global Classification schemes are listed in LG Classification Scheme Enumeration.
currencyCode The display currency for the returned data. For full listing of available currency codes, see Currency
Code Enumeration.
PARAMETER DESCRIPTION
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
<PerfYTD>-54.60367</PerfYTD>
</LGPerformerItem>
<LGPerformerItem>
<LipperId>67004319</LipperId>
<Language>English</Language>
<FundShortName>Hasenbichler DRC AG</FundShortName>
<PerfYTD>-49.98813</PerfYTD>
</LGPerformerItem>
</LGPerformerList>
</LGPerformerType>
</BottomPerformersByLGClassificationSchemaResult>
</GetBottomPerformersByLGClassificationSchema_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetCharges_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetCharges_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>60003333</int>
</lipperIDs>
<effectiveDate>2017-07-10T00:00:00</effectiveDate>
</GetCharges_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
</ChargesResult>
</GetCharges_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
ChargesList The list of all the charges for the asset. Contains the following elements:
• DataDate: The data date for the charge.
• ChargeId: The numeric ID of the charge item.
• ChargeName: The name of the charge.
• Minimum: The minimum charge for the charge item.
• Maximum: The maximum charge for the charge item.
• Actual: The actual charge for the item.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetClassification_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetClassification_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>60003333</int>
</lipperIDs>
<classSchemeID>1671</classSchemeID>
<language>English</language>
<dataDate>2017-07-10T00:00:00</dataDate>
</GetClassification_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
lipperIDs A list of one or more Lipper IDs for which data is returned.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
</ClassificationResult>
</GetClassification_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
ClassSchemeID The numeric classification scheme ID for which the classification type represented in ClassId is valid.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetClassificationBasic_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetClassificationBasic_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>60003333</int>
</lipperIDs>
<classSchemeID>30755</classSchemeID>
<language>English</language>
<dataDate>2009-03-27T21:32:52</dataDate>
</GetClassificationBasic_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
lipperIDs A list of one or more Lipper IDs for which data is returned.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
ELEMENT DESCRIPTION
ClassSchemeID The numeric classification scheme ID for which the classification type represented in ClassId is valid.
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetAssetDetailsAnalysisSP_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetClassifications_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>60003333</int>
</lipperIDs>
<language>English</language>
<dataDate>2017-07-20T00:00:00</dataDate>
</GetClassifications_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
lipperIDs A list of one or more Lipper IDs for which data is returned.
dataDate The date for which a classification must be in effect in order to be returned.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
Assets can belong to one or more classification schemes and within each scheme, the asset is assigned a classification code. For example,
"Lipper Global" is a classification scheme and a fund's Lipper Global scheme type can be any type that is valid for the Lipper Global scheme,
such as "Equity North America" or "Equity Global".
</ClassSchemeType>
...
<ClassSchemeType>
<ClassSchemeId>1784</ClassSchemeId>
<ClassSchemeCode>LIPPERCH</ClassSchemeCode>
<ClassSchemeName>Lipper Schweiz</ClassSchemeName>
<Language>English</Language>
<ClassList>
<ClassType>
<ClassId>10253</ClassId>
<ClassName>Equity Sector Pharma&Health</ClassName>
<Language>English</Language>
</ClassType>
</ClassList>
<LipperId>60003333</LipperId>
</ClassSchemeType>
</ClassificationsResult>
</GetClassifications_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
ClassList The asset's classification list for the classification scheme set in ClassSchemeName. Contains the
following elements:
• ClassId: The classification type's numeric ID.
• ClassName: The name of the classification type.
• Language: The display language for classification data.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetCrossReference_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetCrossReference_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<code>KR5102563818</code>
<xRefID>1438</xRefID>
<language>English</language>
</GetCrossReference_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
code An asset's alphabetic cross-reference code. Cross-reference data is returned for this asset based on the
code. An asset can have many codes because each of the asset identifiers has its own code.
NOTE:
• Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
• This method returns cross-reference information for only one cross-reference code. To retrieve information for more than one code,
use the Get Cross Reference Bulk (GetCrossReferenceBulk_1) method.
<a:RelatesTo>[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetCrossReference_Response_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<CrossReferenceResult>
<LipperId>65028707</LipperId>
<CrossReferenceList>
<CrossReferenceItemValue>
<Language>English</Language>
<XrefId>1438</XrefId>
<ReferenceCode>KOREA</ReferenceCode>
<CodeShortName>Korea Code</CodeShortName>
<CodeFullName>Korea Code</CodeFullName>
<XrefValue>KR5102563818</XrefValue>
</CrossReferenceItemValue>
</CrossReferenceList>
</CrossReferenceResult>
</GetCrossReference_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
CrossReferenceList The asset's list of cross-reference codes. Contains the following elements:
• Language: The display language for the cross-reference information.
• XrefId: The numeric Cross-reference ID.
• ReferenceCode: The alphabetic cross-reference code (e.g., the five-character symbol for a
NASDAQ cross-reference).
• CodeShortName: The cross-reference short name (e.g., NASDAQ Ticker).
• CodeFullName: The full name of the cross-reference.
• XrefValue: The value for the cross reference code.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
PARAMETER DESCRIPTION
codes An asset's alphabetic cross-reference code. Cross-reference data is returned for this asset based on the
code. An asset can have many codes because each of the asset identifiers has its own code.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
</s:Header>
<s:Body>
<GetCrossReferenceBulk_Response_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<CrossReferenceBulkResult>
<CrossReferenceType>
<LipperId>65028707</LipperId>
<CrossReferenceList>
<CrossReferenceItemValue>
<Language>English</Language>
<XrefId>1438</XrefId>
<ReferenceCode>KOREA</ReferenceCode>
<CodeShortName>Korea Code</CodeShortName>
<CodeFullName>Korea Code</CodeFullName>
<XrefValue>KR5102563818</XrefValue>
</CrossReferenceItemValue>
</CrossReferenceList>
<CrossReferenceType>
</CrossReferenceBulkResult>
</GetCrossReferenceBulk_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
CrossReferenceList The asset's list of cross-reference codes. Contains the following elements:
• Language: The display language for the cross-reference information.
• XrefId: The numeric Cross-reference ID.
• ReferenceCode: The alphabetic cross-reference code (e.g., the five-character symbol for a
NASDAQ cross-reference).
• CodeShortName: The cross-reference short name (e.g., NASDAQ Ticker).
• CodeFullName: The full name of the cross-reference.
• XrefValue: The value for the cross reference code.
NOTE: The GetCrossReferenceByIdentifierType_2 method requires at least 1 XREF Code and validates whether the user has access to the
specified XREF code.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetCrossReferenceByIdentifierType_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetCrossReferenceByIdentifierType_Request_2 xmlns="http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1">
<lipperIDs>
<int>65028707</int>
<int>60003333</int>
</lipperIDs>
<language>English</language>
<identifierTypeFilter>
<int>1438</int>
</identifierTypeFilter>
</GetCrossReferenceByIdentifierType_Request_2>
</Body>
</Envelope>
PARAMETER DESCRIPTION
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
ELEMENT DESCRIPTION
CrossReferenceList The asset's list of cross-reference codes. Contains the following elements:
• Language: The display language for the cross-reference information.
• XrefId: The numeric Cross-reference ID.
• ReferenceCode: The alphabetic cross-reference code (e.g., the five-character symbol for a
NASDAQ cross-reference).
• CodeShortName: The cross-reference short name (e.g., NASDAQ Ticker).
• CodeFullName: The full name of the cross-reference.
• XrefValue: The value for the cross reference code.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetCrossReferenceByIdentifierTypeIM_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetCrossReferenceByIdentifierTypeIM_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1">
<lipperIDs>
<int>65028707</int>
<int>60003333</int>
</lipperIDs>
<language>English</language>
<identifierTypeFilter>
<int>1438</int>
</identifierTypeFilter>
</GetCrossReferenceByIdentifierTypeIM_Request_2>
</Body>
</Envelope>
PARAMETER DESCRIPTION
</CacheResponse>
<a:RelatesTo>[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetCrossReferenceByIdentifierTypeIM_Response_1 xmlns="http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1">
<CrossReferenceByIdentifierTypeResult>
<CrossReferenceType>
<LipperId>65028707</LipperId>
<CrossReferenceList>
<CrossReferenceItemValue>
<Language>English</Language>
<XrefId>1438</XrefId>
<ReferenceCode>KOREA</ReferenceCode>
<CodeShortName>Korea Code</CodeShortName>
<CodeFullName>Korea Code</CodeFullName>
<XrefValue>KR5102563818</XrefValue>
</CrossReferenceItemValue>
</CrossReferenceList>
<CrossReferenceType>
</CrossReferenceByIdentifierTypeResult>
</GetCrossReferenceByIdentifierTypeIM_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
CrossReferenceList The asset's list of cross-reference codes. Contains the following elements:
• Language: The display language for the cross-reference information.
• XrefId: The numeric Cross-reference ID.
• ReferenceCode: The alphabetic cross-reference code (e.g., the five-character symbol for a
NASDAQ cross-reference).
• CodeShortName: The cross-reference short name (e.g., NASDAQ Ticker).
• CodeFullName: The full name of the cross-reference.
• XrefValue: The value for the cross reference code.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetCrossReferenceToLipperId_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetCrossReferenceToLipperId_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/
rkd/LipperFundamentals_1">
<code>KR5102563818</code>
<language>English</language>
</GetCrossReferenceToLipperId_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
<SearchResultType>
<LipperId>65028707</LipperId>
<Language>English</Language>
<AssetName>Hana UBS FCLG Elec/Samsung Fire Derivatives 1</A ssetName>
<Domicile>Korea (Republic of)</Domicile>
<AssetCategory>Mutual Funds</AssetCategory>
<Promoter>Hana UBS Asset</Promoter>
<Administrator>HSBC Fund Service</Administrator>
</SearchResultType>
</CrossReferenceToLipperIdResult>
</GetCrossReferenceToLipperId_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
Language The display language for the asset identity information. Asset identity is the information used to
characterize the fund such as LipperID or fund name.
AssetCategory The asset's category. Asset Category identifies the universe that the asset belongs to, such as, mutual
fund, indices, exchange traded fund, etc.
Promoter The asset's promoter's name. A promoter is the company responsible for promoting the fund.
Administrator The asset's administrator's name. The administrator provides back office support and compliance
services to the fund.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetCurrencyHistory_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetCurrencyHistory_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>60003333</int>
</lipperIDs>
<language>English</language>
</GetCurrencyHistory_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
</CurrencyHistoryType>
</CurrencyHistoryResult>
</GetCurrencyHistory_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
CurrencyItem A list of C urrency Item that contains the asset's currency history. Contains the following elements:
• StartDate: The currency period start date.
• EndDate: The currency period end date.
• Language: The language that represents the language for the currency period.
• CurrencyCode: The alphabetic currency code for the currency period. For full listing of available
currency codes, see Currency Code Enumeration.
• CurrencyName: The name of the currency for the currency period.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetDistribution_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetDistribution_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>65028707</int>
</lipperIDs>
<latestOnly>true</latestOnly>
</GetDistribution_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
latestOnly If set to true, then only the latest available data is returned without any previous data.
NOTE: The income that is generated from an investment trust is given to investors through monthly or quarterly distributions. In this manner,
distributions are similar to stock dividends; however, they usually offer much higher yields of up to 10% a year. The distributions received
reduces a trust's taxable income, therefore, little or no income tax is paid.
</Body>
</Envelope>
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetDividendDetails_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetDividendDetails_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>65028707</int>
</lipperIDs>
<latestOnly>false</latestOnly>
</GetDividendDetails_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
latestOnly If set to true, then only the latest available data is returned without any previous data.
</DividendDetailsResult>
</GetDividendDetails_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetDividendDetailsAdvanced_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetDividendDetailsAdvanced_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/
rkd/LipperFundamentals_1">
<lipperIDs>
<int>65028707</int>
</lipperIDs>
<latestOnly>false</latestOnly>
</GetDividendDetailsAdvanced_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
latestOnly If set to true, then only the latest available data is returned without any previous data.
<DoNotStore/>
</CacheResponse>
<a:RelatesTo>[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetDividendDetailsAdvanced_Response_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/
rkd/LipperFundamentals_1">
<DividendDetailsResult>
<DividendType>
<LipperId>65028707</LipperId>
<DefaultTaxBasis xsi:nil="true"/>
<IncomeIsInterest xsi:nil="true"/>
<IncomeDistribution xsi:nil="true"/>
</DividendType>
</DividendDetailsResult>
</GetDividendDetailsAdvanced_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetDividendsPerYear_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetDividendsPerYear_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>65028707</int>
</lipperIDs>
</GetDividendsPerYear_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
PARAMETER DESCRIPTION
Value The value showing the number of times the specified asset is expected to pay dividends per year.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetDomiciles_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetDomiciles_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>60003333</int>
<int>60003331</int>
</lipperIDs>
<language>English</language>
</GetDomiciles_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
<a:Action s:mustUnderstand="1">http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1/GetDomiciles_1_Reply</a:Action>
<CacheResponse xsi:type="DoNotStoreCacheResponse" xmlns="http://www.reuters.com/ns/2008/03/01/
webservices/rkd/Cache_1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Date>2009-04-17T10:41:48.639875Z</Date>
<DoNotStore/>
</CacheResponse>
<a:RelatesTo>[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetDomiciles_Response_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<DomicilesResult>
<DomicileType>
<LipperId>65028707</LipperId>
<Language>English</Language>
<DomicileId>310</DomicileId>
<DomicileCode>DUB</DomicileCode>
<DomicileName>Dublin</DomicileName>
</DomicileType>
<DomicileType>
<LipperId>60003331</LipperId>
<Language>English</Language>
<DomicileId>310</DomicileId>
<DomicileCode>DUB</DomicileCode>
<DomicileName>Dublin</DomicileName>
</DomicileType>
</DomicilesResult>
</GetDomiciles_Response_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
DomicileId The numerical Domicile ID (e.g., 345) that represents the asset's domicile.
DomicileCode The alphabetic Domicile Code (e.g., GBR) that represents the asset's domicile.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetEUTaxDirective_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetEUTaxDirective_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>60003333</int>
</lipperIDs>
<language>English</language>
</GetEUTaxDirective_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
</CacheResponse>
<a:RelatesTo>[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetEUTaxDirective_Response_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<EUTaxDirectiveResult>
<EUTaxDirectiveType>
<LipperId>60003333</LipperId>
<Language>English</Language>
<StartDate>2001-04-30</StartDate>
<EndDate>2002-04-30</EndDate>
<DirectiveStatus>Out of Scope</DirectiveStatus>
<Directive15PercentThreshold>false</Directive15PercentThreshold>
<Directive40PercentThreshold>false</Directive40PercentThreshold>
<NonGrandfatheredHoldings xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance"/>
<Prospectus_Vs_AssetAllocation>false</Prospectus_Vs_AssetAllocation>
<NavTIIA>false</NavTIIA>
<DividendTIIA>false</DividendTIIA>
<KGTypeFunds>false</KGTypeFunds>
<SwissFundsExBankAffidavit>false</SwissFundsExBankAffidavit>
</EUTaxDirectiveType>
</EUTaxDirectiveResult>
</GetEUTaxDirective_Response_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
DirectiveStatus The asset's EU tax directive status. EU Tax Directive Status refers to the scope of the Tax Directive - for
example, a fund may be declared "in-scope taxable" and based on the fund domicile's specific
legislation, a tax is levied.
Directive15Percent A flag that indicates if this fund invests less than (or equal to) 15% of the fund's assets in debt claims
Threshold with non-grandfathered status.
Directive40Percent A flag that indicates if this fund invests less than (or equal to) 40% of the fund's assets in debt claims
Threshold with non-grandfathered status.
NonGrandfathered The percentage of this fund's assets invested in debt claims with non-grandfathered status.
Holdings
PARAMETER DESCRIPTION
NavTIIA A flag that indicates if the fund is calculating the amount of taxable interest income within the daily net
asset value (NAV).
DividendTIIA A flag that indicates if the fund is calculating the amount of taxable interest income per dividend
distribution.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetEvent_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetEvent_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>68038421</int>
</lipperIDs>
<language>English</language>
</GetEvent_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
PARAMETER DESCRIPTION
PARAMETER DESCRIPTION
EventList A list of EventItem that contains the asset’s events. Contains the following elements:
• DataDate: The date of the event.
• Language: The Language that represents the language for the event data.
• CapitalEventId: The numeric event ID.
• CapitalEvent: The name of the event, such as Factor or Split, among others.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetFactor_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetFactor_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>68038421</int>
</lipperIDs>
</GetFactor_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
<a:Action s:mustUnderstand="1">http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1/GetFactor_1_Reply</a:Action>
<CacheResponse xsi:type="DoNotStoreCacheResponse" xmlns="http://www.reuters.com/ns/2008/03/01/
webservices/rkd/Cache_1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Date>2009-04-17T10:41:48.639875Z</Date>
<DoNotStore/>
</CacheResponse>
<a:RelatesTo>[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetFactor_Response_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<FactorResult>
<FactorType>
<LipperId>68038421</LipperId>
<FactorList>
<FactorItem>
<DataDate>2011-05-31</DataDate>
<Value>0.01</Value>
</FactorItem>
</FactorList>
</FactorType>
</FactorResult>
</GetFactor_Response_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
FactorType A list of FactorItem that contains the asset’s factor values. Contains the following elements:
• DataDate: The date the factor was applied
• Value: The value of factor
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetFlags_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetFlags_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>60003333</int>
</lipperIDs>
<language>English</language>
</GetFlags_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
<LipperId>60003333</LipperId>
<Language>English</Language>
<FlagList>
<FlagItem>
<FlagId>1340</FlagId>
<FlagName>Hedged</FlagName>
<FlagCode>Y</FlagCode>
<FlagValue>Yes</FlagValue>
</FlagItem>
<FlagItem>
<FlagId>1350</FlagId>
<FlagName>UCITS</FlagName>
<FlagCode>Y</FlagCode>
<FlagValue>Yes</FlagValue>
</FlagItem>
...
<FlagItem>
<FlagId>5400</FlagId>
<FlagName>SG - Sophisticated Fund</FlagName>
<FlagCode>Y</FlagCode>
<FlagValue>Yes</FlagValue>
</FlagItem>
</FlagList>
</FlagType>
</FlagsResult>
</GetFlags_Response_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
FlagList The asset's list of flags and values. A flag represents an attribute that Lipper has assigned to the asset.
Contains the following elements:
• FlagId: The numeric flag ID.
• FlagName: The name of the flag.
• FlagCode: The alphabetic flag code.
• FlagValue: The flag value, which is either Yes or No. If the value of this flag is yes, then the fund is
listed on an exchange.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetFlagsBasic_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetFlagsBasic_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>60003333</int>
</lipperIDs>
<language>English</language>
</GetFlagsBasic_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
<DoNotStore/>
</CacheResponse>
<a:RelatesTo>[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetFlagsBasic_Response_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<FlagsResult>
<FlagType>
<LipperId>60003333</LipperId>
<Language>English</Language>
<FlagList>
<FlagItem>
<FlagId>5400</FlagId>
<FlagName>SG - Sophisticated Fund</FlagName>
<FlagCode>Y</FlagCode>
<FlagValue>Yes</FlagValue>
</FlagItem>
</FlagList>
</FlagType>
</FlagsResult>
</GetFlagsBasic_Response_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
FlagList The asset's list of flags and values. A flag represents an attribute that Lipper has assigned to the asset.
Contains the following elements:
• FlagId: The numeric flag ID.
• FlagName: The name of the flag.
• FlagCode: The alphabetic flag code.
• FlagValue: The flag value, which is either Yes or No. If the value of this flag is yes, then the fund is
listed on an exchange.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetFlagsAdvanced_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetFlagsAdvanced_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>60003333</int>
</lipperIDs>
<language>English</language>
</GetFlagsAdvanced_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
<GetFlagsAdvanced_Response_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<FlagsResult>
<FlagType>
<LipperId>60003333</LipperId>
<Language>English</Language>
<FlagList>
</FlagList>
</FlagType>
</FlagsResult>
</GetFlagsAdvanced_Response_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
FlagList The asset's list of flags and values. A flag represents an attribute that Lipper has assigned to the asset.
Contains the following elements:
• FlagId: The numeric flag ID.
• FlagName: The name of the flag.
• FlagCode: The alphabetic flag code.
• FlagValue: The flag value, which is either Yes or No. If the value of this flag is yes, then the fund is
listed on an exchange.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetIPOInfo_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetIPOInfo_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>60003333</int>
</lipperIDs>
</GetIPOInfo_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
PARAMETER DESCRIPTION
LaunchDate The fund's launch date, which is the date that the subscription period for the fund ends.
Nav The share value at the fund's first valuation with any shareholders.
Bid The Bid value, which is the first pricing of the fund after the subscription period is over minus the fund's
redemption fees.
Offer The launch offer, which is the first pricing of the fund after the subscription period is over plus the fund's
initial sales charge.
Mid The fund's first mid pricing after the subscription period is over (i.e., the mid-point between the bid and
the offer).
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetLaunchInfo_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetLaunchInfo_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>60003332</int>
<int>65028707</int>
<int>60003333</int>
<int>40051822</int>
<int>19074010</int>
<int>63500868</int>
<int>63500547</int>
</lipperIDs>
</GetLaunchInfo_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
<LipperId>65028707</LipperId>
<LaunchPrice>
<DataDate>2006-04-24</DataDate>
<CurrencyCode>KRW</CurrencyCode>
<Nav >1000</Nav >
...
</LaunchInfoType>
</LaunchInfoResult>
</GetLaunchInfo_Response_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
LaunchPrice The fund's launch price details. Contains the following elements:
• DataDate: The fund's launch date, which is the date when the subscription period for the fund ends.
• CurrencyCode: The currency of the fund's base IPO currency.
• Nav: The share value at the fund's first valuation with any shareholders.
• NavEstimated: Indicates if a calculated net asset value price was not supplied by the data provider
so that an estimated value was used instead.
• Offer: The launch offer, which is the first pricing of the fund after the subscription period is over plus
the fund's initial sales charge.
• Bid: The Bid value, which is the first pricing of the fund after the subscription period is over minus
the fund's redemption fees.
• Mid: The fund's first mid pricing after the subscription period is over (i.e., the mid-point between the
bid and the offer).
• MidEstimated: Indicates if a calculated mid value was not supplied by the data provider so that an
estimated value was used instead.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetLegalStructure_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetLegalStructure_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>60003333</int>
</lipperIDs>
<language>English</language>
</GetLegalStructure_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
</LegalStructureType>
</LegalStructureResult>
</GetLegalStructure_Response_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetLipperLeaderScores_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetLipperLeaderScores_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>60087648</int>
</lipperIDs>
<universeCode>INTL</universeCode>
<dataDate>2009-03-27T00:00:00Z</dataDate>
</GetLipperLeaderScores_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
universeCode The code that represents the Universe, for which the Lipper Leader Scores are returned. For the list of
available Universes, see Universe Enumeration.
dataDate The date for which Lipper Leader score data is returned.
NOTE: Lipper Leader Scores are derived from highly sophisticated formulas that analyze funds against clearly defined criteria. Funds are
compared to similar funds, and only those that truly stand out are awarded Lipper Leader status. There are five Lipper Leader Score
Categories: Consistent Return, Expense, Preservation, Tax Efficiency, and Total Return. For each of these categories, there are three year,
five year, ten year, and overall scores. Funds are rated on a numeric sale of 5 to 1; 5 represents funds with the highest rating, and 1
represents the lowest rating.
</Body>
</Envelope>
PARAMETER DESCRIPTION
LipperUniversId The Universe ID for which the Lipper Leader score is applicable.
PARAMETER DESCRIPTION
1. The Lipper Rating for Consistent Return identifies a fund that has provided relatively superior consistency and risk- adjusted returns
when compared to a group of similar funds.
2. The Lipper Rating for Expense identifies a fund that has successfully managed to keep its expenses low relative to its peers and
within its load structure.
3. Preservation is a fund that has demonstrated a superior ability to preserve capital in a variety of markets when compared with other
funds in its asset class.
4. Tax Efficiency identifies a fund that has been successful at deferring taxes over the measurement period relative to similar funds.
5. Total Return denotes a fund that has provided superior total returns (income from dividends and interest as well as capital appreciation)
when compared to a group of similar funds.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetMinimumInvestment_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetMinimumInvestment_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>60003333</int>
</lipperIDs>
</GetMinimumInvestment_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
PARAMETER DESCRIPTION
CurrencyCode The currency code of the currency in which the minimum investment data is expressed.
MinimumInvestmentTypeId This is a simple numeric reference identifier used to identify various minimum investment types
available through the service.
MinimumInvestmentType The minimum amount of investment that can be accepted on a regular basis, such as to be part of a
Regular regular savings plan.
MinimumInvestmentType The minimum number of shares or currency amount that investors can subsequently invest in the fund
IRRegular (on an ad hoc basis) after purchasing initial shares.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetNewlyAvailableFundsByRfs_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetNewlyAvailableFundsByRfs_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/
rkd/LipperFundamentals_1">
<language>English</language>
<inceptionDate>2011-01-12T00:00:00</inceptionDate>
<rfs>None</rfs>
</GetNewlyAvailableFundsByRfs_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
inceptionDate The date when asset was added to the Lipper database.
rfs The CountryCode for which new assets were added. See Countries Enumeration for the full list of
available CountryCodes.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
</s:Header>
<s:Body>
<GetNewlyAvailableFundsByRfs_Response_1 xmlns="http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1">
<NewlyAvailableFundsByRfsResult>
<AssetIdentityType>
<LipperId>68082043</LipperId>
<language>English</language>
<Name>Allianz Volatility Strategy - IT - EUR</Name>
</AssetIdentityType>
<AssetIdentityType>
<LipperId>68078223</LipperId>
<language>English</language>
<Name>Bualuang Thanarat 1/11</Name>
</AssetIdentityType>
...
</NewlyAvailableFundsByRfsResult>
</GetNewlyAvailableFundsByRfs_Response_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetNote_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetNote_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>60003333</int>
</lipperIDs>
</GetNote_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
<DataDate>2008-07-30</DataDate>
<Type>FUND OBJECTIVE</Type>
<Text>Long-term grow th of capital. It pursues its objective by investing primarily
in equity securities of companies located any w here in the world and selected
for their growth potential.The Fund invest Primarily in securities of
companies that the relevant Sub-Investment Adviser believes have a life sciences
orientation. Generally speaking, the life sciences relate to maintaining or
improving quality of life.Thus, companies with a life sciences orientation
include companies engaged in research, development, production or distribution
of products or services related to health and personal care, medicine or
pharmaceuticals.</Text>
</NoteItem>
...
</NoteList>
</NoteType>
</NoteResult>
</GetNote_Response_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
NoteList Contains asset's note data as a list of <NoteItem> elements, which have the following elements:
• DataDate: Date when note was added.
• Type: Defines note type.
• Text: Shows note text.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetPortfolioAssetDetailsIM_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetPortfolioAssetDetailsIM_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/
rkd/LipperFundamentals_1">
<lipperIDs>
<int>40045581</int>
<int>40019000</int>
<int>40002454</int>
<int>40052684</int>
<int>40059914</int>
<int>40124431</int>
</lipperIDs>
<periods>
<PeriodType>
<BeginDate>2010-02-24T00:00:00Z</BeginDate>
<EndDate>2011-02-24T00:00:00Z</EndDate>
</PeriodType>
</periods>
</GetPortfolioAssetDetailsIM_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
</RequestedPeriod>
<PortfolioAssetDetailsItems>
<PortfolioAssetDetailsItem>
<ItemId>GrossSales</ItemId>
<ItemValue>0</ItemValue>
<DataDate>2010-12-31</DataDate>
</PortfolioAssetDetailsItem>
<PortfolioAssetDetailsItem>
<ItemId>GrossSalesRatio</ItemId>
<ItemValue>0</ItemValue>
<DataDate>2010-12-31</DataDate>
</PortfolioAssetDetailsItem>
<PortfolioAssetDetailsItem>
<ItemId>Redemptions</ItemId>
<ItemValue>0</ItemValue>
<DataDate>2010-12-31</DataDate>
</PortfolioAssetDetailsItem>
<PortfolioAssetDetailsItem>
<ItemId>RedemptionRatio</ItemId>
<ItemValue>0</ItemValue>
<DataDate>2010-12-31</DataDate>
</PortfolioAssetDetailsItem>
</PortfolioAssetDetailsItems>
</PortfolioAssetDetailsType>
</PortfolioAssetDetailsResult>
</GetPortfolioAssetDetailsIM_Response_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
PARAMETER DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetPortfolioFund_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetPortfolioFund_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>60003332</int>
<int>65028707</int>
<int>60003333</int>
<int>40085510</int>
<int>40051822</int>
</lipperIDs>
<language>Dutch</language>
</GetPortfolioFund_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
PARAMETER DESCRIPTION
Parent Details of the parent fund of which the asset is a member. Contains the following values:
• LipperID: The fund's Lipper ID.
• Language: The display language for the fund identity information.
• Name: The full name of the fund.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetRegisteredCountriesOfSale_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetRegisteredCountriesOfSale_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1">
<lipperIDs>
<int>60003333</int>
</lipperIDs>
<language>English</language>
</GetRegisteredCountriesOfSale_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
</RegisteredCountriesOfSaleResult>
</GetRegisteredCountriesOfSale_Response_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
CountryList The list of countries where the asset is registered for sale. Contains the following elements:
• CountryID: The country’s numerical Country ID.
• Language: The display language for the fund identity information.
• CountryName: The full name of the country.
• CountryCode: The alphabetic CountryCode.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetRegisteredCountryOfSale_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetRegisteredCountryOfSale_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/
rkd/LipperFundamentals_1">
<lipperIDs>
<int>60003333</int>
</lipperIDs>
<countryCode>FRA</countryCode>
</GetRegisteredCountryOfSale_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
countryCode The CountryCode that represents the country that is being validated. This method determines whether
the given lipperID is for sale in this country. For full listing of available CountryCodes, see Countries
Enumeration.
PARAMETER DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetSuccessorAdvanced_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetSuccessorAdvanced_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>40051822</int>
</lipperIDs>
<language>Dutch</language>
</GetSuccessorAdvanced_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
PARAMETER DESCRIPTION
Successor The name of the surviving fund in a fund merger. Contains the following values:
• LipperID: The fund's Lipper ID.
• Language: The display language for the fund identity information.
• Name: The full name of the fund.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetSuccessorIM_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetSuccessorIM_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd
LipperFundamentals_1">
<lipperIDs>
<int>40051822</int>
</lipperIDs>
<language>Dutch</language>
</GetSuccessorIM_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
<DoNotStore/>
</CacheResponse>
<a:RelatesTo>[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetSuccessorIM_Response_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<SuccessorResult>
<SuccessionType>
<LipperId>40051822</LipperId>
<Successor>
<LipperId>40035795</LipperId>
<Language>Dutch</Language>
<Name>Dreyfus Greater China Fund;A</Name>
</Successor>
<SuccessionDate>2009-02-04</SuccessionDate>
</SuccessionType>
</SuccessorResult>
</GetSuccessorIM_Response_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
Successor The name of the surviving fund in a fund merger. Contains the following values:
• LipperID: The fund's Lipper ID.
• Language: The display language for the fund identity information.
• Name: The full name of the fund.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetSupportCompany_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetSupportCompany_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<lipperIDs>
<int>60003333</int>
<int>65028707</int>
</lipperIDs>
<language>English</language>
<companyRole>Administrator</companyRole>
<provideContactInformation>true</provideContactInformation>
</GetSupportCompany_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
PARAMETER DESCRIPTION
companyRole The company role for which support company information is returned. A support company can have the
following roles:
• Administrator: The name of the company identified as the administrator, who provides back office
support and compliance services to the fund. This may include maintaining financial records,
furnishing statistical and research data, providing data processing, etc.
• Custodian: The name of the company responsible for holding the assets (securities) of the mutual
fund.
• Insurer: The name of the Insurance Company that is marketing a variable product.
• Portfolio Manager: The company responsible for managing the portfolio of investments on behalf of
the fund manager.
• Promoter: The company responsible for the marketing of the fund. It is usually the name of this
company that is prefixed to the name of the fund.
• Investment Advisor: The company responsible for actually managing the investment of the
available funds.
• Sub-Advisor: An entity that assists in the operation of the fund by providing services on behalf of
the Investment Advisor.
provideContactInformation If true contact information (phone number, address, etc.) for the company is returned; if false, the
contact information is not included in the results.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
PARAMETER DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetTopPerformers_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetTopPerformers_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1">
<countryCode>
<Countries>USA</Countries>
</countryCode>
<currencyCode>USD</currencyCode>
<numberOfAssets>10</numberOfAssets>
<language>English</language>
<includeHedgeFunds>true</includeHedgeFunds>
</GetTopPerformers_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
Countries The country for which the best performing funds should be returned. For full listing of available
CountryCodes, see Countries Enumeration.
currencyCode The display currency for the returned list. For full listing of available currency codes, see Currency Code
Enumeration.
numberofAssets The number of funds that should be included in the list of poorest performers.
includeHedgeFunds If true, hedge funds are included in the returned list of best performing funds; otherwise, hedge funds
are not included in the results.
Hedge funds are investment funds open to a limited range of investors. A hedge fund allows more
investment and trading activities than other investment funds and an investor pays a special
performance fee to its investment manager.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
PARAMETER DESCRIPTION
CountryCode The CountryCode that represents the country to which the performance list pertains.
PerformerList The list of the country's fund performance data. Contains the following elements:
LipperId: The asset's Lipper ID.
Language: The display language for the fund performance data.
FundShortName: The fund's short name.
PerfYTD: The asset's year-to-date performance value.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetTopPerformersByClassificationScheme_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetTopPerformersByClassificationScheme_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1">
<classificationSchemeCode>ABILIFE 2008</classificationSchemeCode>
<language>English</language>
<currencyCode>USD</currencyCode>
<numberOfClasses>10</numberOfClasses>
<calculationPeriodName>
<CalculationTypeId>OneMonthPerformancetoLastMonthEnd</CalculationTypeId>
</calculationPeriodName>
</GetTopPerformersByClassificationScheme_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
classificationSchemeCode The classification scheme for which best-performing funds should be returned. See the list of available
classification schemes in Classification Scheme Enumeration.
currencyCode The display currency for the returned data. For full listing of available currency codes, see Currency
Code Enumeration.
calculationPeriod One or more calculation periods for which performance data is returned. Contains <CalculationTypeId>
element that represents a static performance calculation supported by Lipper. For full listing of available
calculation typeIDs, see Calculation TypeId Enumeration.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
addressing">
<s:Header>
<a:Action s:mustUnderstand="1">http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperFundamentals_1/GetTopPerformersByClassificationScheme_1_Reply</a:Action>
<CacheResponse xsi:type="DoNotStoreCacheResponse" xmlns="http://www.reuters.com/ns/2008/03/01/
webservices/rkd/Cache_1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Date>2009-04-17T10:41:48.639875Z</Date>
<DoNotStore/>
</CacheResponse>
<a:RelatesTo>[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetTopPerformersByClassificationScheme_Response_1 xmlns="http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1">
<TopPerformersByClassificationSchemeResult>
<ClassificationSchemeCode>ABILIFE 2008</ClassificationSchemeCode>
<ClassificationSchemeName>ABILife Scheme</ClassificationSchemeName>
<Language>English</Language>
<CalculationList>
<PerformanceCalculation>
<Language>English</Language>
<CalculationPeriodName>1 Month Performance to Last Month End</CalculationPeriodName>
<CalculationAcronym>1mPerf:</CalculationAcronym>
<AsOfDate>2009-03-31T00:00:00</AsOfDate>
<PerformerList>
<PerformerCalculationItem>
<IndexIdentity>
<LipperId>19074032</LipperId>
<Language>English</Language>
<Name>ABI UK - Commodity/Energy-Life</Name>
</IndexIdentity>
<ClassId>28992</ClassId>
<Language>English</Language>
<Value>11.796210</Value>
</PerformerCalculationItem>
<PerformerCalculationItem>
<IndexIdentity>
<LipperId>19074016</LipperId>
<Language>English</Language>
<Name>ABI UK - Global Emerging Markets Eq-Life</Name>
</IndexIdentity>
<ClassId>28976</ClassId>
<Language>English</Language>
<Value>11.103360</Value>
</PerformerCalculationItem>
...
<PerformerCalculationItem>
<IndexIdentity>
<LipperId>19074010</LipperId>
<Language>English</Language>
<Name>ABI UK - Europe inc UK Equities-Life</Name>
</IndexIdentity>
<ClassId>28970</ClassId>
<Language>English</Language>
<Value>3.289920</Value>
</PerformerCalculationItem>
</PerformerList>
</PerformanceCalculation>
</CalculationList>
</TopPerformersByClassificationSchemeResult>
</TopPerformersByClassificationScheme_Response_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetTopPerformersByLGClassificationSchema_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetTopPerformersByLGClassificationSchema_Request_1 xmlns="http://www.reuters.com/ns/2009/01/
01/webservices/rkd/LipperFundamentals_1">
<lGClassificationSchemaName>
<LGClassificationSchema>LipperGlobal</LGClassificationSchema>
</lGClassificationSchemaName>
<currencyCode>USD</currencyCode>
<language>English</language>
<numberOfAssets>10</numberOfAssets>
</GetTopPerformersByLGClassificationSchema_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
lGClassificationSchema The Lipper Global Classification schema for which top-performing funds should be returned. Available
Name Lipper Global Classification schemes are listed in LG Classification Scheme Enumeration.
currencyCode The display currency for the returned data. For full listing of available currency codes, see Currency
Code Enumeration.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
</Body>
</Envelope>
PARAMETER DESCRIPTION
NOTE: The GetTotalNetAssetByPeriodAdvanced_1 method provides 2 years of monthly Total Net Assets while
GetTotalNetAssetByPeriodBasic_1 - only the latest TNAs.
11.4.54.1 XML Sample Request - Getting Total Net Asset By Period Advanced
The example below gets detailed list of all available TNA values expressed in US dollars for the specified period for the assets with
'60003333' and '60003331' LipperIDs:
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetTotalNetAssetByPeriodAdvanced_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetTotalNetAssetByPeriodAdvanced_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1">
<lipperIDs>
<int>60003333</int>
<int>60003331</int>
</lipperIDs>
<currencyCode>USD</currencyCode>
<beginDate>2009-01-01</beginDate>
<endDate>2009-03-03</endDate>
<latestOnly>false</latestOnly>
</GetTotalNetAssetByPeriodAdvanced_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
currencyCode The display currency for returned TNA values. For full listing of available currency codes, see Currency
Code Enumeration.
latestOnly If set to true, then only data for the most recently available date is returned. If false, then all available
TNA data is returned.
11.4.54.2 XML Sample Response - Getting Total Net Asset By Period Advanced
The response returns a detailed list of all available TNA values for the specified period for the specified assets:
<CurrencyCode>USD</CurrencyCode>
<TotalNetAssets>22260226.19184</TotalNetAssets>
<TotalNetAssetsInMillions>22.2602262</TotalNetAssetsInMillions>
</TotalNetAssetItem>
</TotalNetAssetList>
</TotalNetAssetType>
<TotalNetAssetType>
<LipperId>60003331</LipperId>
<TotalNetAssetList>
<TotalNetAssetItem>
<DataDate>2009-01-30</DataDate>
<CurrencyCode>USD</CurrencyCode>
<TotalNetAssets>7339300</TotalNetAssets>
<TotalNetAssetsInMillions>7.3393</TotalNetAssetsInMillions>
</TotalNetAssetItem>
<TotalNetAssetItem>
<DataDate>2009-02-27</DataDate>
<CurrencyCode>USD</CurrencyCode>
<TotalNetAssets>7536600</TotalNetAssets>
<TotalNetAssetsInMillions>7.5366</TotalNetAssetsInMillions>
</TotalNetAssetItem>
</TotalNetAssetList>
</TotalNetAssetType>
</TotalNetAssetByPeriodResult>
</GetTotalNetAssetByPeriodAdvanced_Response_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
TotalnetAssetList The list of TNA values for the specified asset. Contains the following elements:
• DataDate: The date for which the TNA value is valid.
• CurrencyCode: The currency code that represents the currency for the TNA value.
• TotalNetAssets: The TNA value for the stated data date.
• TotalNetAssetsInMillions: The TNA value in millions for the stated data date.
NOTE: The GetTotalNetAssetByPeriodBasic_1 method provides only the latest Total Net Assets while
GetTotalNetAssetByPeriodAdvanced_1 - two years of monthly TNAs.
11.4.55.1 XML Sample Request - Getting Total Net Asset By Period Basic
The example below gets list of TNA values expressed in US dollars for the specified period for the assets with '60003333' and '60003331'
LipperIDs:
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetTotalNetAssetByPeriodBasic_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetTotalNetAssetByPeriodBasic_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1">
<lipperIDs>
<int>60003333</int>
<int>60003331</int>
</lipperIDs>
<currencyCode>USD</currencyCode>
<beginDate>2009-01-01</beginDate>
<endDate>2009-03-03</endDate>
<latestOnly>false</latestOnly>
</GetTotalNetAssetByPeriodBasic_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
currencyCode The display currency for returned TNA values. For full listing of available currency codes, see Currency
Code Enumeration.
11.4.55.2 XML Sample Response - Getting Total Net Asset By Period Basic
The response returns a list of basic TNA values for the specified period for the specified assets:
<Date>2009-04-17T10:41:48.639875Z</Date>
<DoNotStore/>
</CacheResponse>
<a:RelatesTo>[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetTotalNetAssetByPeriodBasic_Response_1 xmlns="http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1">
<TotalNetAssetByPeriodResult>
<TotalNetAssetType>
<LipperId>60003331</LipperId>
<TotalNetAssetList>
<TotalNetAssetItem>
<DataDate>2009-02-27</DataDate>
<CurrencyCode>USD</CurrencyCode>
<TotalNetAssets>7536600</TotalNetAssets>
<TotalNetAssetsInMillions>7.5366</TotalNetAssetsInMillions>
</TotalNetAssetItem>
</TotalNetAssetList>
</TotalNetAssetType>
<TotalNetAssetType>
<LipperId>60003333</LipperId>
<TotalNetAssetList>
<TotalNetAssetItem>
<DataDate>2009-02-27</DataDate>
<CurrencyCode>USD</CurrencyCode>
<TotalNetAssets>22260226.19184</TotalNetAssets>
<TotalNetAssetsInMillions>22.2602262</TotalNetAssetsInMillions>
</TotalNetAssetItem>
</TotalNetAssetList>
</TotalNetAssetType>
</TotalNetAssetByPeriodResult>
</GetTotalNetAssetByPeriodBasic_Response_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
TotalnetAssetList The list of TNA values for the specified asset. Contains the following elements:
• DataDate: The date for which the TNA value is valid.
• CurrencyCode: The currency code that represents the currency for the TNA value.
• TotalNetAssets: The TNA value for the stated data date.
• TotalNetAssetsInMillions: The TNA value in millions for the stated data date.
ALLOCATION DESCRIPTION
Asset Asset allocation shows the percentage of the portfolio's assets invested in Cash, Common Stock,
Preferred Stock, Convertible, Bonds, Other, and Fund (if a fund of a fund).
Exchange
Currency Currency allocation shows the percentage of the portfolio's assets invested in each currency.
DebtorQuality Quality allocation displays the percentage of the portfolio's assets invested in the quality ratings (e.g.,
Gov't/AAA, AA, A, BBB, NR, etc).
Region Region.
FTSEIndustrySector FTSE Industry Sector Allocation shows the percentage of the portfolio's assets invested in each sector.
Capitalisation Capitalisation allocation shows the portfolio's current price multiplied by the number of outstanding
shares. Shows the corporate size of a stock.
Country Country allocation shows the percentage of the portfolio's assets invested in each country, based on
company domicile.
Maturity Maturity allocation shows the percentage of the portfolio's assets invested in a specified maturity range
(e.g., < 1 year, 1-3 years, 3-5 years, 5-10 years, 10-20 years, 20-30 years, > 30 years, equity/other).
Top10Holdings The Top 10 Holdings allocation shows the portfolio's top ten holdings with the greatest asset weighting
(by % TNA).
DebtorDomicile Debtor Domicile allocation shows the percentage of the portfolio's fixed-income assets allocated to each
country of debtor domicile.
COUNTRYCODE DESCRIPTION
None None
AND Andora
COUNTRYCODE DESCRIPTION
AUS Australia
AUT Austria
ARG Argentina
BEL Belgium
BHS Bahamas
BHR Bahrain
BMU Bermuda
BRB Barbados
BGR Bulgaria
BRA Brazil
CAN Canada
CHE Switzerland
CHL Chile
CHN China
CYP Cypress
DEU Germany
DNK Denmark
DUB Dublin
ESP Spain
FIN Finland
FRA France
GIB Gibraltar
GRC Greece
COUNTRYCODE DESCRIPTION
GGY Guernsey
HUN Hungary
IDN Indonesia
IND India
IRL Ireland
ISL Iceland
ITA Italy
ISR Israel
INTL International
JPN Japan
JEY Jersey
KWT Kuwait
LAT Latvia
LBN Lebanon
LIE Liechtenstein
LTU Lithuania
LIT Lithuania
LVA Latvia
LUX Luxembourg
MAC Macau
MCO Monaco
MLT Malta
MUS Mauritius
MYS Malaysia
MEX Mexico
NLD Netherlands
COUNTRYCODE DESCRIPTION
NOR Norway
OMN Oman
PAN Panama
PER Peru
PHL Phillippines
POL Poland
PRT Portugal
QAT Qatar
SGP Singapore
SVN Slovenia
SWE Sweden
THA Thailand
TUR Turkey
TWN Taiwan
VUT Vanuatu
JOR Jordan
MAR Morocco
COUNTRYCODE DESCRIPTION
PAK Pakistan
TUN Tunisia
VNM Vietnam
EGY Egypt
BWA Botswana
SWZ Swaziland
LC Local Currency
CISP CISP
USDP USDP
USDB USDB
CHFL CHFL
None None
CODE DESCRIPTION
CHE Switzerland
DEU Germany
FRA France
ITA Italy
SGP Singapore
MYS Malaysia
TWN Taiwan
THA Thailand
JPN Japan
ESP Spain
AUT Austria
IND India
CHN China
KOR Korea
BEL Belgium
NLD Netherlands
AUS Australia
FIN Finland
NOR Norway
SWE Sweden
DNK Denmark
CODE DESCRIPTION
CAN Canada
LUX Luxembourg
POL Poland
SVK Slovakia
YeartoMonthEndPerformance Year to Month End Performance (the performance is calculated from Jan
1st to last month)
Best3MonthswithintheLast3YearstoLastMonthEnd Best 3 Months within the Last 3 Years to Last Month End
Worst3MonthswithintheLast3YearstoLastMonthEnd Worst 3 Months within the Last 3 Years to Last Month End
None None
CLASSIFICATION
DESCRIPTION
SCHEME
FRANCE AMF
ASSOGESTIONI Assogestioni
CIFSC2 CIFSC
AUTIFUNITTR IMA
CLASSIFICATION
DESCRIPTION
SCHEME
CLASSIFICATION
DESCRIPTION
SCHEME
12 Lipper Overview
The Lipper Overview service provides methods that allow the user to retrieve a wide range of basic Lipper fund data. The following methods
are available through Lipper Overview:
• Get Asset Details Analysis SP (GetAssetDetailsAnalysisSP_1): Returns asset analysis details (performance calculations) for the
given asset(s).
• Get Asset Details Attributes (GetAssetDetailsAttributes_1): Returns a detailed list of attributes for the given asset(s).
• Get Asset Details Financial Advanced (GetAssetDetailsFinancialAdvanced_1): Returns financial details for the given asset(s).
• Get Asset Details Financial Basic (GetAssetDetailsFinancialBasic_1): Returns basic financial information for the given asset(s).
• Get Asset Details Overview Basic (GetAssetDetailsOverviewBasic_1): Returns asset details for the given asset(s).
• Get Asset Details Prices Basic (GetAssetDetailsPricesBasic_1): Returns listed prices for the given asset(s).
• Get Asset Details Ratings (GetAssetDetailsRatings_1): Returns all of the Lipper Leader scores for the given asset(s).
12.1.1 Authorization
All requests to the Lipper Overview service require an authorization token. For details, see Understanding Authentication Tokens.
12.1.2 Authentication
Lipper Overview uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in Lipper Overview.
For additional information on creating a Service Token, see Creating a Token.
12.2 WSDL
WSDL:
http://api.rkd.refinitiv.com/schemas/LipperFundamentals/wsdl/
LipperFundamentals_1_HttpAndRKDToken.wsdl
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetAssetDetailsAnalysisSP_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetAssetDetailsAnalysisSP_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/
rkd/LipperFundamentals_1">
<lipperID>60003333</lipperID>
<currencyCode>USD</currencyCode>
<language>English</language>
</GetAssetDetailsAnalysisSP_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
currencyCode The display currency for the returned data. For full listing of available currency codes, see Currency
Code Enumeration.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
<StatTypeId>26589</StatTypeId>
<Estimate>false</Estimate>
<StartDate>2004-03-31</StartDate>
<EndDate>2009-03-31</EndDate>
<CalcPeriodName>Alpha</CalcPeriodName>
<Language>English</Language>
<Value>0.25717</Value>
<CalculationType>Alphafor5YearstoLastMonthEnd</CalculationType>
</PerformanceCalculationItem>
...
<PerformanceCalculationItem>
<CurrencyCode>USD</CurrencyCode>
<StatTypeId>26601</StatTypeId>
<Estimate>false</Estimate>
<StartDate>2004-03-31</StartDate>
<EndDate>2009-03-31</EndDate>
<CalcPeriodName>Treynor Ratio</CalcPeriodName>
<Language>English</Language>
<Value>0.34437</Value>
<CalculationType>TreynorRatiofor5YearstoLastMonthEnd</CalculationType>
</PerformanceCalculationItem>
</PerformanceCalculationList>
</AssetDetailsAnalysisSPType>
</AssetDetailsAnalysisSPResult>
</GetAssetDetailsAnalysisSP_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
PerformanceCalculations The asset's performance calculation list. Can have the following values:
List • CurrencyCode: The currency code that represents the currency of the performance calculation
data.
• StatTypeId: The stat type id. StatTypeId is a simple numeric reference identifier used to identify the
various statistics and calculations available through the service.
• Estimate: A flag that indicates if the value of this performance calculation is an estimate.
• StartDate: The start date for the time period used for the performance calculation.
• EndDate: The end date for the time period used for the performance calculation.
• CalcPeriodName: The name of the performance calculation.
• Language: The Language ID that represents the display language for the performance calculation
data.
• Value: The value of the performance calculation.
• CalculationType: The type of the calculation.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetAssetDetailsAttributes_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetAssetDetailsAttributes_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/
rkd/LipperFundamentals_1">
<lipperID>65028707</lipperID>
<language>English</language>
</GetAssetDetailsAttributes_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
</AttributeItem>
...
<AttributeItem>
<Language>English</Language>
<ValueId>1083</ValueId>
<ValueName>Geographical Focus</ValueName>
<ValueCode>KOR</ValueCode>
<Value>Korea</Value>
</AttributeItem>
</AttributeList>
</AttributeType>
</Attributes>
<Domicile>
<DomicileType>
<LipperId>65028707</LipperId>
<Language>English</Language>
<DomicileId>326</DomicileId>
<DomicileCode>KOR</DomicileCode>
<DomicileName>Korea</DomicileName>
</DomicileType>
</Domicile>
<GuaranteeAsset>
<GuaranteeAssetType>
<LipperId>65028707</LipperId>
<Guarantee xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<Maturity Date xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance"/>
</GuaranteeAssetType>
</GuaranteeAsset>
</AssetDetailsAttributesResult>
</GetAssetDetailsAttributes_Response_1>
</Body>
</Envelope>
Attributes returned by this method include valuation and pricing frequency, domicile, flags, registered country of sale, and guarantee asset:
ELEMENT DESCRIPTION
RegisteredCountryOfSale The asset's registered country of sale information. Contains the following sub-elements:
• LipperID: An eight- or nine-digit number that identifies an asset.
• CountryList: The list of countries where the asset is registered for sale. Contains the following sub-
attributes:
• CountryId: The country's numerical Country ID.
• Language: The display language for the country information.
• CountryName: The name of the country.
• CountryCode: The alphabetic CountryCode.
ELEMENT DESCRIPTION
Attributes The asset's attribute list. Can have the following sub-attributes:
• LipperID: An eight- or nine-digit number that identifies an asset.
• AttributeList: The asset's attribute list that includes all of the asset's available attributes and
associated values. Contains the following sub-attributes:
• Language: The display language for the attribute information.
• ValueId: The numeric attribute value ID.
• ValueName: The name of the attribute value.
• ValueCode: The alphabetic attribute value code.
• Value: The attribute value.
Domicile The asset's domicile data. Can have the following sub-attributes:
• LipperID: An eight- or nine-digit number that identifies an asset.
• Language: The display language for the domicile information.
• DomicileId: The numerical Domicile ID that represents the asset's domicile.
• DomicileCode: The alphabetic Domicile Code (e.g., GBR) that represents the asset's domicile.
• DomicileName: The name of the domicile.
GuaranteeAsset The asset's guarantee data. Can have the following sub-attributes:
• LipperID: An eight- or nine-digit number that identifies an asset.
• Guarantee: The asset's guarantee percentage.
• MaturityDate: The guarantee's maturity date.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetAssetDetailsFinancialAdvanced_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetAssetDetailsFinancialAdvanced_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1">
<lipperID>65028707</lipperID>
<language>English</language>
<currencyCode>EUR</currencyCode>
</GetAssetDetailsFinancialAdvanced_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
currencyCode The display currency for the returned data. For full listing of available currency codes, see Currency
Code Enumeration.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
<Language>English</Language>
<LipperId>11005483</LipperId>
<Distribution>Paid</Distribution>
<DefaultTax>Gross</DefaultTax>
<IncomeIsInterest>false</IncomeIsInterest>
<CanReInvestIncome>true</CanReInvestIncome>
<UKNet xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<Gross>true</Gross>
<CanWithdraw Income xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance"/>
<DistributionType>Paid</DistributionType>
<DefaultTaxBasis>Gross</DefaultTaxBasis>
</IncomeType>
</Income>
<Charges>
<ChargesType>
<LipperId>65028707</LipperId>
<Name>Hana UBS FC LG Elec/Samsung Fire Derivatives 1</Name>
<ChargesList>
<ChargesItem>
<DataDate>1800-01-01</DataDate>
<ChargeId>777</ChargeId>
<ChargeName>Initial</ChargeName>
<Minimum xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance"/>
<Maximum xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance"/>
<Actual>0</Actual>
</ChargesItem>
...
</ChargesList>
</ChargesType>
</Charges>
<EUTaxPercentages/>
<TotalNetAssets>
<TotalNetAssetType>
<LipperId>65028707</LipperId>
<TotalNetAssetList>
<TotalNetAssetItem>
<DataDate>2007-09-28</DataDate>
<CurrencyCode>EUR</CurrencyCode>
<TotalNetAssets>9141186.076</TotalNetAssets>
<TotalNetAssetsInMillions>9.1411861</TotalNetAssetsInMillions>
</TotalNetAssetItem>
...
</TotalNetAssetList>
</TotalNetAssetType>
</TotalNetAssets>
<MinimumInvestments/>
<Yield/>
<Zwist/>
</AssetDetailsFinancialResult>
</GetAssetDetailsFinancialAdvanced_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
EUTaxPercentages The asset's EU tax percentages data. Contains the following elements:
• LipperId: The asset's Lipper ID.
• DataDate: The date for which the EU Tax information is valid.
• EUTaxStartDate: The tax period start date.
• EUTaxEndDate: The tax period end date.
• EUTaxPercent: The percentage of the fund’s assets that are invested in debt claims with non-
grandfathered status.
ELEMENT DESCRIPTION
TotalNetAssets The asset's total net assets (TNA) details. Contains the following sub-elements:
• LipperId: The Lipper ID is an eight- or nine-digit number that represents an asset.
• TotalNetAssetList: The asset's list of TNA values. Contains the following sub-attributes:
• Data Date: The date for which the TNA value is valid.
• Currency Code: The currency code that represents the currency for the TNA value.
• TotalNetAssets: The TNA value for the stated data date.
• TotalNetAssetsInMillions: The TNA value in millions for the stated data date.
MinimumInvestments The asset's minimum investment data. A Minimum Investment is a minimum number of shares or
currency amount that investors must purchase. Contains the following elements:
• LipperId: The asset's Lipper ID.
• Language: The display language for the minimum investment data.
• StartDate: The minimum investment start date.
• EndDate: The minimum investment end date.
• CurrencyCode: The display currency for the minimum investment data.
• Name: The name of the asset.
• MinimumInvestmentTypeId: The ID of the minimum investment type.
• MinimumInvestmentInitial: Minimum number of shares or currency amount that investors must
initially purchase.
• MinimumInvestmentRegular: Minimum amount of investment accepted on a regular basis, like to
be part of regular savings plan.
• MinimumInvestmentIRRegular: Minimum number of shares or currency amount that investors can
subsequently invest (on an ad hoc basis) in the fund after initial shares are purchased.
• MinimumInvestmentInitialShare: The minimum initial share investment amount.
Yield The asset's yield (return on investment) data. Yield represents a single yield value for an asset.
Contains the following elements:
• LipperId: The asset's Lipper ID.
• YieldList: The asset's yield data. Contains the following elements:
• Data Date: The date for which the yield data is valid.
• Name: The name of the yield type. There are four available yield types: overall, one-year, five-
year, and ten-year.
• Value: The yield's value.
• YieldType Id: The yield type's ID.
Zwist The asset's zwist data. Zwist is the percentage of a German fund's distributions that are refundable to
investors as a result of corporate income and withholding taxes paid by the fund. Contains the following
elements:
• LipperId: The asset's Lipper ID.
• DataDate: The date for which zwist data is valid.
• Zwist: The Zwist value.
• MaxDate: The date at which zwist expires.
• CurrencyCode: The display currency for zwist data.
The example below gets financial details for the asset with '65028707' LipperID expressed in Euro and displayed in English language.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetAssetDetailsFinancialBasic_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetAssetDetailsFinancialBasic_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1">
<lipperID>65028707</lipperID>
<language>English</language>
<currencyCode>EUR</currencyCode>
</GetAssetDetailsFinancialBasic_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
currencyCode The display currency for the returned data. For full listing of available currency codes, see Currency
Code Enumeration.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
ELEMENT DESCRIPTION
EUTaxPercentages The asset's EU tax percentages data. Contains the following elements:
• LipperId: The asset's Lipper ID.
• DataDate: The date for which the EU Tax information is valid.
• EUTaxStartDate: The tax period start date.
• EUTaxEndDate: The tax period end date.
• EUTaxPercent: The percentage of the fund’s assets that are invested in debt claims with non-
grandfathered status.
TotalNetAssets The asset's total net assets (TNA) details. Contains the following sub-elements:
• LipperId: The Lipper ID is an eight- or nine-digit number that represents an asset.
• TotalNetAssetList: The asset's list of TNA values. Contains the following sub-attributes:
• Data Date: The date for which the TNA value is valid.
• Currency Code: The currency code that represents the currency for the TNA value.
• TotalNetAssets: The TNA value for the stated data date.
• TotalNetAssetsInMillions: The TNA value in millions for the stated data date.
ELEMENT DESCRIPTION
MinimumInvestments The asset's minimum investment data. A Minimum Investment is a minimum number of shares or
currency amount that investors must purchase. Contains the following elements:
• LipperId: The asset's Lipper ID.
• Language: The display language for the minimum investment data.
• StartDate: The minimum investment start date.
• EndDate: The minimum investment end date.
• CurrencyCode: The display currency for the minimum investment data.
• Name: The name of the asset.
• MinimumInvestmentTypeId: The ID of the minimum investment type.
• MinimumInvestmentInitial: Minimum number of shares or currency amount that investors must
initially purchase.
• MinimumInvestmentRegular: Minimum amount of investment accepted on a regular basis, like to
be part of regular savings plan.
• MinimumInvestmentIRRegular: Minimum number of shares or currency amount that investors can
subsequently invest (on an ad hoc basis) in the fund after initial shares are purchased.
• MinimumInvestmentInitialShare: The minimum initial share investment amount.
Yield The asset's yield (return on investment) data. Yield represents a single yield value for an asset.
Contains the following elements:
• LipperId: The asset's Lipper ID.
• YieldList: The asset's yield data. Contains the following elements:
• Data Date: The date for which the yield data is valid.
• Name: The name of the yield type. There are four available yield types: overall, one-year, five-
year, and ten-year.
• Value: The yield's value.
• YieldType Id: The yield type's ID.
Zwist The asset's zwist data. Zwist is the percentage of a German fund's distributions that are refundable to
investors as a result of corporate income and withholding taxes paid by the fund. Contains the following
elements:
• LipperId: The asset's Lipper ID.
• DataDate: The date for which zwist data is valid.
• Zwist: The Zwist value.
• MaxDate: The date at which zwist expires.
• CurrencyCode: The display currency for zwist data.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetAssetDetailsOverviewBasic_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetAssetDetailsOverviewBasic_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1">
<lipperID>65028707</lipperID>
<language>English</language>
</GetAssetDetailsOverviewBasic_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
<Language>English</Language>
<FullName>Hana UBS FC LG Elec/Samsung Fire Derivatives 1</FullName>
<ShortName>Hana UBS FC LGE/SamsungFireDe1</ShortName>
<NickName/>
</Identity>
<Manager>
<ManagerType>
<LipperId>65028707</LipperId>
<ManagerName>Team-managed</ManagerName>
<StartDate>2006-04-24</StartDate>
<EndDate>4000-01-01</EndDate>
</ManagerType>
</Manager>
<SupportCompany>
<SupportCompaniesType>
<CompanyRole>Administrator</CompanyRole>
<CompanyType>
<Language>English</Language>
<CompanyId>1276096</CompanyId>
<CompanyFullName>HSBC Fund Service</CompanyFullName>
<LipperId>65028707</LipperId>
<CompanyCode>105628003</CompanyCode>
<CompanyShortName>HSBC Fund Service</CompanyShortName>
<BusinessName>Finance</BusinessName>
<ContactInformation>
<AddressLine1>6F Kyobo Sec. B/D</AddressLine1>
<AddressLine2>26-4 Yeoido-dong Youngdungpo-go</AddressLine2>
<AddressLine3>Seoul Korea</AddressLine3>
<AddressLine4/>
<City/>
<Postcode/>
<Telephone>(82) 2 3771 9824</Telephone>
<Fax>(82) 2 3771 9900</Fax>
<Email>kms111@amtek.co.kr</Email>
<WebsiteUrl>
<Fragment/>
<Host>www.amtek.co.kr</Host>
<Password/>
<Path>/</Path>
<Port>80</Port>
<Query/>
<Scheme>http</Scheme>
<UserName/>
</WebsiteUrl>
<Url>http://www.amtek.co.kr/</Url>
<Host>www.amtek.co.kr</Host>
</ContactInformation>
</CompanyType>
</SupportCompaniesType>
...
</SupportCompany>
<IPO Info>
<LipperId>65028707</LipperId>
<LaunchDate>2006-04-24</LaunchDate>
<CurrencyCode>KRW</CurrencyCode>
<IPO Value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<IPO Date xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<Nav>1000</Nav>
<Bid xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<Offer xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<Mid xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</IPO Info>
<BenchmarkList>
<BenchmarkItem>
<Language>English</Language>
<BenchmarkId>11026143</BenchmarkId>
<BenchmarkName>Korean Treasury 1 Year</BenchmarkName>
<BenchmarkCategory>RiskFreeIndex</BenchmarkCategory>
</BenchmarkItem>
...
<Succession>
<SuccessionType>
<LipperId>65028707</LipperId>
<SuccessionKind/>
<SuccessionDate>2007-10-29</SuccessionDate>
</SuccessionType>
</Succession>
<Objective>
<LipperId>65028707</LipperId>
<Language>English</Language>
<ObjectiveText>This fund aims to achieve stable interest income and capital growth.
</ObjectiveText>
<DataDate>1800-01-01</DataDate>
</Objective>
<Primary>
<AssetRelationType>
<LipperId>65028707</LipperId>
<ParentId>65028707</ParentId>
<AssetRelationList>
<AssetIdentityType>
<LipperId>65028707</LipperId>
<Language>English</Language>
<Name>Hana UBS FC LG Elec/Samsung Fire Derivatives 1</Name>
</AssetIdentityType>
</AssetRelationList>
</AssetRelationType>
</Primary>
<Umbrella/>
<Classification>
<ClassSchemeType>
<ClassSchemeId>6052</ClassSchemeId>
<ClassSchemeCode>UNCLASS</ClassSchemeCode>
<ClassSchemeName>Lipper Global</ClassSchemeName>
<Language>English</Language>
<ClassList>
<ClassType>
<ClassId>6218</ClassId>
<ClassName>Unclassified</ClassName>
<Language>English</Language>
</ClassType>
</ClassList>
<LipperId>65028707</LipperId>
</ClassSchemeType>
...
</Classification>
<Currency>
<CurrencyId>10000040</CurrencyId>
<Language>English</Language>
<CurrencyCode>KRW</CurrencyCode>
<Name>South Korean Won</Name>
</Currency >
<Status>
<CurrencyId>10000040</CurrencyId>
<Language>English</Language>
<CurrencyCode>KRW</CurrencyCode>
<Name>South Korean Won</Name>
</Currency >
<Status>
<StatusType>
<LipperId>65028707</LipperId>
<Language>English</Language>
<AssetTypeName>Fund</AssetTypeName>
<AssetStatus>Liquidated</AssetStatus>
</StatusType>
</Status/>
</AssetDetailsOverviewBasicResult>
</GetAssetDetailsOverviewBasic_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
Identity The asset's identity details, which includes the fund's full name, nickname, and short name. Contains
the following elements:
• LipperId: The Lipper ID is an eight- or nine-digit number that represents an asset.
• Language: The Language ID that represents the language for the asset information.
• FullName: The asset's full name.
• ShortName: The asset's short name.
• NickName: The asset's nickname.
• PrivateFundCode: The private fund code. Private Fund Code refers to an identifier that is a
possibility within the CrossReferenceCodes list. This value is available only for private funds.
SupportCompany The asset's support company details. Support Companies refer to the various entities which provide key
services to the overall operation of the fund. For example, the Fund Management Company supports
the fund by providing the talent necessary to pick investments for the fund. It contains the following
elements:
• CompanyRole: The company role.
• CompanyType: The asset's general company details.
• Language: The display language for the support company information.
• CompanyId: The company's numeric ID.
• CompanyFullName: The company's full name.
• LipperId: The asset's Lipper ID.
• CompanyCode: The company's alphabetic code.
• CompanyShortName: The company's short name.
• BusinessName: The type of business in which the company engages.
• ContactInformation: The company's contact information (address, phone and fax numbers, e-mail,
Web-site URL and host).
IPOInfo The asset's Initial Public Offering (IPO) details. Initial Public Offering is when a company issues
company's stock shares to the public or interested investors. Contains the following elements:
• LipperId: The Lipper ID is an eight- or nine-digit number that represents an asset.
• LaunchDate: The fund's launch date, which is the date that the subscription period for the fund
ends.
• CurrencyCode: The currency of the fund's base launch currency.
• IPOValue: The share value of the fund on the IPO date.
• IPODate: The date of the fund's IPO.
• Nav: The share value at the fund's first valuation with any shareholders.
• Bid: The Bid value, which is the first pricing of the fund after the subscription period is over minus
the fund's redemption fees.
• Offer: The launch offer, which is the first pricing of the fund after the subscription period is over plus
the fund's initial sales charge.
• Mid: The fund's first mid pricing after the subscription period is over (i.e., the mid-point between the
bid and the offer).
ELEMENT DESCRIPTION
Primary The assets primary fund details. A primary fund is the primary fund for a fund series with multiple share
classes for the same portfolio of investments. Contains the following elements:
• LipperId: The asset's Lipper ID.
• ParentId: The Lipper ID of the parent fund of which the asset is a member.
• AssetRelationList: The list of assets that are members of the same umbrella fund as this asset.
• ParentRIC: The RIC of the parent fund.
Umbrella The asset's umbrella fund details. Umbrella fund refers typically to Insurance Funds where a single fund
acts as the central repository for assets and various sub-funds – each with unique characteristics such
as fees or benefits, then feeds the invested assets to the umbrella. The umbrella fund itself is not
available to be invested in. Contains the following elements:
• LipperId: The asset's Lipper ID.
• ParentId: The Lipper ID of the parent fund of which the asset is a member.
• AssetRelationList: The list of assets that are members of the same umbrella fund as this asset.
• ParentRIC: The RIC of the parent fund.
Classification The asset's classification scheme details. Contains the following elements:
• ClassSchemeId: The classification scheme's numeric ID.
• ClassSchemeCode: The classification scheme's numeric code.
• ClassSchemeName: The name of the classification scheme.
• Language: The display language for classification data.
• ClassList: The asset's classification list for the classification scheme. Contains the following sub-
elements:
• ClassId: The classification type's numeric ID.
• ClassName: The name of the classification type.
• Language: The display language for classification data.
• LipperId: The asset's Lipper ID.
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetAssetDetailsPricesBasic_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetAssetDetailsPricesBasic_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/
rkd/LipperFundamentals_1">
<lipperID>65028707</lipperID>
<language>English</language>
<currencyCode>EUR</currencyCode>
</GetAssetDetailsPricesBasic_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
currencyCode The display currency for the returned data. For full listing of available currency codes, see Currency
Code Enumeration.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
ELEMENT DESCRIPTION
Nav The net asset value price, which is the dollar value of a single mutual fund share, based on the value of
the underlying assets of the fund minus its liabilities, divided by the number of outstanding shares.
NavEstimated A flag that indicates if a calculated net asset value price was not supplied by the data provider so that an
estimated value was used instead.
Offer The offer price, which is the net asset value plus initial sales charges.
OfferEstimated A flag that indicates if a calculated offer value was not supplied by the data provider so that an estimated
value was used instead.
Bid The bid price, which is the net asset value minus redemption charges.
BidEstimated A flag that indicates if a calculated bid value was not supplied by the data provider so that an estimated
value was used instead.
Mid The mid price of the fund after the subscription period is over. This is the mid point between the bid and
the offer.
MidEstimated A flag that indicates if a calculated mid value was not supplied by the data provider so that an estimated
value was used instead.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperFundamentals/LipperFundamentals.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperFundamentals_1/GetAssetDetailsRatings_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetAssetDetailsRatings_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/
rkd/LipperFundamentals_1">
<lipperID>60003333</lipperID>
<language>English</language>
</GetAssetDetailsRatings_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
lipperID A list of one or more Lipper IDs for which data is returned. A Lipper ID is a unique eight- or nine-digit
number that identifies an asset.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
ELEMENT DESCRIPTION
UniverseList The list of universes to which the asset belongs. Contains the following elements:
• UniverseId: The numeric Universe ID.
• Language: The Language ID that represents the display language for the universe information.
• UniverseCode: The alphabetic universe code.
• UniverseName: The name of the universe.
LipperLeaderScoresList The asset's Lipper Leader scores. Lipper Leader Score is a rating (1-5, with 5 being the highest) that
Lipper assigns to a fund. Lipper Leader Scores are given for a number of categories: total return,
consistent return, preservation, tax efficiency, and expense. Contains the following elements:
• LipperId: The Lipper ID.
• PublishedDate: The date the Lipper Leader Score was published.
• DataDate: The date for which data is returned.
• LipperLeaderUniverseId: The Universe ID for which the Lipper Leader score is applicable.
• ConsistentReturnOverallScore: The Consistent Return overall score.
• ConsistentReturnCount: The Consistent Return count.
• ConsistentReturn3yrScore: The Consistent Return 3 Year score.
• ConsistentReturn3yrCount: The Consistent Return 3 Year count.
• ConsistentReturn5yrScore: The Consistent Return 5 Year score.
• ConsistentReturn5yrCount: The Consistent Return 5 Year count.
• ConsistentReturn10yrScore: The Consistent Return 10 Year score.
• ConsistentReturn10yrCount: The Consistent Return 10 Year count.
• ExpenseOverallScore: The Expense overall score.
• ExpenseCount: The Expense count.
• Expense3yrScore: The Expense 3 Year score.
• Expense3yrCount: The Expense 3 Year count.
• Expense5yrScore: The Expense 5 Year score.
• Expense5yrCount: The Expense 5 Year count.
• Expense10yrScore: The Expense 10 Year score.
• Expense10yrCount: The Expense 10 Year count.
• PreservationOverallScore: The Preservation overall score.
• PreservationCount: The Preservation count.
• Preservation3yrScore: The Preservation 3 Year score.
• Preservation3yrCount: The Preservation 3 Year count.
• Preservation5yrScore: The Preservation 5 Year score.
• Preservation5yrCount: The Preservation 5 Year count.
• Preservation10yrScore: The Preservation 10 Year score.
• Preservation10yrCount: The Preservation 10 Year count.
• TaxEfficiencyCount: The Tax Efficiency count.
ELEMENT DESCRIPTION
1. The Lipper Rating for Consistent Return identifies a fund that has provided relatively superior consistency and risk-adjusted returns
when compared to a group of similar funds.
2. The Lipper Rating for Expense identifies a fund that has successfully managed to keep its expenses low relative to its peers and within
its load structure.
3. Preservation is a fund that has demonstrated a superior ability to preserve capital in a variety of markets when compared with other
funds in its asset class.
4. Tax Efficiency identifies a fund that has been successful at deferring taxes over the measurement period relative to similar funds.
5. Total Return denotes a fund that has provided superior total returns (income from dividends and interest as well as capital appreciation)
when compared to a group of similar funds.
13 News
13.1 Overview
The Refinitiv News service allows you to query for headlines and also retrieve news content. The service also includes symbol resolution and
ambiguous symbol handling.
NOTE: Refinitiv News service can retrieve news content in Traditional Chinese format. To convert it to Simplified Chinese, pass the "ZH-
Hans" parameter in the request.
13.2.1 Authorization
All requests to the Refinitiv News service require an authorization token. For details, see Understanding Authentication Tokens.
13.2.2 Authentication
Refinitiv News uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in Refinitiv News.
For additional information on creating a Service Token, see Creating a Token.
WSDL
http://api.rkd.refinitiv.com/schemas/News/wsdl/News_1_HttpAndRKDToken.wsdl
NOTE: The number of headlines returned by a response is limited to 1000 in Refinitiv Knowledge Direct API. Headlines and corresponding
stories can only be retrieved for the last 90 days.
The following examples of XML and JSON requests show how to retrieve headlines.
• XML Sample Request - Retrieve Headlines
• JSON Sample Request - Retrieve Headlines
• XML Sample Response - Retrieve Headlines
• JSON Sample Response - Retrieve Headlines
• Understanding Retrieve Headlines Response
• SOAP Fault Reply
• JSON Fault Reply
• Filters
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/News/
News.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/News_1/RetrieveHeadlineML_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<RetrieveHeadlineML_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
News_1">
<HeadlineMLRequest>
<TimeOut>600</TimeOut>
<MaxCount>10</MaxCount>
<MaxCountPerFilter>true</MaxCountPerFilter>
<StartTime>2014-02-26T11:00:00</StartTime>
<EndTime>2014-02-26T12:00:00</EndTime>
<Direction>Newer</Direction>
<Filter>
<FreeTextConstraint xmlns="http://schemas.reuters.com/ns/2006/04/14/rmds/
webservices/news/filter" where="headline">
<Value>Refinitiv</Value>
</FreeTextConstraint>
</Filter>
</HeadlineMLRequest>
</RetrieveHeadlineML_Request_1>
</Body>
</Envelope>
{
"RetrieveHeadlineML_Request_1": {
"HeadlineMLRequest": {
"TimeOut": 600,
"MaxCount": 10,
"MaxCountPerFilter": true,
"StartTime": "2015-11-16T11:00:00",
"EndTime": "2015-12-14T00:00:00",
"Direction": "Newer",
"Filter": [
{
"FreeTextConstraint": {
"where": "headline",
"Value": {
"Text": "Refinitiv"
}
}
]
}
}
}
ATTRIBUTE DESCRIPTION
TimeOut Defines maximum time in seconds to wait for a response (optional). Default is 60 seconds.
StartTime Defines the start of a time window within which news stories must fall (optional). Every story
returned has a revision time that is greater than or equal to this value.
EndTime Defines the end of a time window within which news stories must fall (optional). Every story
returned has a revision time that is less than or equal to this value. Default is the current time.
Direction Specifies whether the search begins at the EndTime and moves backward ("Older"), or begins
at the StartTime and moves forward ("Newer") (optional). Default is "Older".
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/News_1/RetrieveHeadlineML_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<ns0:RetrieveHeadlineML_Response_1 xmlns:ns0="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/News_1"xmlns:ns1="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
News_1">
<ns0:HeadlineMLResponse>
<ns0:Status>
<ns0:StatusMsg>OK</ns0:StatusMsg>
<ns0:StatusCode>0</ns0:StatusCode>
</ns0:Status>
<ns0:Context>
<ns0:Newer>2014-02-26T11:38:00+00:00</ns0:Newer>
<ns0:Older>2014-02-26T11:47:15+00:00</ns0:Older>
</ns0:Context>
<ns0:HEADLINEML xmlns="http://schemas.reuters.com/ns/2006/04/14/rmds/webservices/
news/headlineml">
<HL xmlns:ns3="http://schemas.reuters.com/ns/2006/04/14/rmds/webservices/news/
headlineml" space="preserve">
<ID>urn:newsml:reuters.com:20140226:nL3N0LV 3G4</ID>
<RE>6</RE>
<ST>Usable</ST>
<C T>2014-02-26T11:38:00-00:00</C T>
<RT>2014-02-26T11:38:00-00:00</RT>
<LT>2014-02-27T00:00:56-00:00</LT>
<PR>reuters.com</PR>
<AT>RTRS</AT>
<UR>4</UR>
<LN>en</LN>
<HT>TABLE-Thomson Reuters reference rates for India gilts</HT>
<TY>story</TY>
<PE>511 484 499</PE>
<CO/>
<TO>DBT LEN RTRS IN MMT GV D EMRG A SIA</TO>
<NI/>
<TN>5</TN>
<PD>SNS SNI</PD>
</HL>
<HL xmlns:ns3="http://schemas.reuters.com/ns/2006/04/14/rmds/webservices/news/
headlineml" space="preserve">
<ID>urn:newsml:reuters.com:20140226:nL3N0LV 2SG</ID>
<RE>6</RE>
<ST>Usable</ST>
<CT>2014-02-26T11:47:15-00:00</CT>
<RT>2014-02-26T11:47:15-00:00</RT>
<LT>2014-02-26T23:54:04-00:00</LT>
<PR>reuters.com</PR>
<AT>RTRS</AT>
<UR>4</UR>
<LN>en</LN>
<HT>India FIMMDA -Thomson Reuters-MIFOR for six mths 8.95 pct</HT>
<TY>story</TY>
<PE>511 376 484 499</PE>
<CO/>
<TO>LEN RTRS IN FRX EMRG A SIA</TO>
<NI/>
<TN>5</TN>
<PD>DNP SNS SNI</PD>
</HL>
</ns0:HEADLINEML>
</ns0:HeadlineMLResponse>
</ns0:RetrieveHeadlineML_Response_1>
</Body>
</Envelope>
NOTE: The number of headlines returned by a response is limited to 1000 in Refinitiv Knowledge Direct API. Headlines and corresponding
stories can only be retrieved for the last 90 days.
{
"RetrieveHeadlineML_Response_1": {
"HeadlineMLResponse": {
"Status": {
"StatusMsg": "OK",
"StatusCode": 0
},
"Context": {
"Newer": "2015-11-17T07:13:53Z",
"Older": "2015-11-16T11:43:16Z"
},
"HEADLINEML": {
"HL": [
{
"space": "preserve",
"ID": "urn:newsml:reuters.com:20151116:nL3N13B3W3",
"RE": 2,
"ST": "Usable",
"CT": "2015-11-16T11:43:16Z",
"RT": "2015-11-16T11:43:16Z",
"LT": "2015-11-16T11:43:20Z",
"PR": "reuters.com",
"AT": "RTRS",
"UR": 4,
"LN": "en",
"HT": "TABLE-Thomson Reuters reference rates for India gilts",
"TY": "story",
"PE": "511 484 499",
"CO ": null,
"TO ": "DBT LEN RTRS IN MMT GV D EMRG A SIA",
"NI": null,
"TN": 1,
"PD": "SNS SNI"
},
...
{
"space": "preserve",
"ID": "urn:newsml:reuters.com:20151116:nL3N13B3WJ",
"RE": 2,
"ST": "Usable",
"CT": "2015-11-16T11:45:00Z",
"RT": "2015-11-16T11:45:00Z",
"LT": "2015-11-16T11:45:01Z",
"PR": "reuters.com",
"AT": "RTRS",
"UR": 4,
"LN": "en",
"HT": "Thomson Reuters Eikon Charts Weekly Newsletter Nov ember 16, 2015",
"TY": "story ",
"PE": "511 301 376 381 394 416 432 433 434 435 449 450 451 452 461",
"CO": null,
"TO": "REP MTPDF US LEN RTRS EURO P C A A SIA AMERS",
"NI": "C HA RTS/NL",
"TN": 1,
"PD": "D E RNP C M SO F U GRO T PTD PSC DNP MTL NAW"
}
]
}
}
}
}
}
AT News attribution.
UR News item urgency (as defined by IPTS dictionary). These are actually numeric values from 1
to 5. The default value is 4 - Normal.
1. Bulletin
2. Alert
3. News Break
4. Normal
5. Feature
NI Named item.
TN Take Number is used to indicate the story "take", which is incremented with each story
revision. If it equals zero, then the headline does not yet have a story. If it is greater than zero,
then there is some story associated with the headline.
TE Story text.
PD Products.
NOTE: While formulating the XML requests, keep in mind that SOAP body of each request must not exceed 4096 bytes. If SOAP body of
your request exceeds the specified value, it is rejected with the following SOAP fault:
<s:Header>
<a:Action s:mustUnderstand="1">http://www.reuters.com/ns/2006/05/01/webservices/rkd/Faults_1/
Fault_1_Reply</a:Action>
<a:RelatesTo>c0e5282bc42543ebac527a73688f0167</a:RelatesTo>
</s:Header>
<s:Body>
<s:Fault>
<s:Code>
<s:Value>s:Receiver</s:Value>
<s:Subcode>
<s:Value xmlns:a="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Faults_1">a:General_Errors</s:Value>
</s:Subcode>
</s:Code>
<s:Reason>
<s:Text xml:lang="en-GB">Backend error: 'INVALID_INPUT'</s:Text>
</s:Reason>
<s:Detail>
<ClientErrorReference xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Faults_1" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Timestamp>2011-05-04T18:43:07.3339927Z</Timestamp>
<ErrorReference>1ba537869c6341a88ed919a7d03ac5c3</ErrorReference>
<ServerReference>72EA12F9DE9CF37374C798B03C8A7CC51492C25800DDD626
</ServerReference>
</ClientErrorReference>
</s:Detail>
</s:Fault>
</s:Body>
</s:Envelope>
{
"Fault": {
"Code": {
"Value": "Receiver",
"Subcode": {
"Value": "a:General_Errors"
}
},
"Reason": {
"Text": {
"lang": "en-US",
"Value": "Backend error: 'INVALID_INPUT'"
}
},
"Detail": {
"ClientErrorReference": {
"Timestamp": "2015-12-15T12:33:40.7046222Z",
"ErrorReference": "847cd4df024a4cad91fe0003d107e962",
"ServerReference": "0C50356EEC8A418556D814D8CD6981F9456EED3793206189"
}
}
}
}
13.3.1.8 Filters
Complex search criteria are specified by using XML elements called filters and constraints to represent the terms of a Boolean expression.
Like the terms of a Boolean expression, these elements contain one or more statements to evaluate, can be combined using logical
operators (AND, OR, ANDNOT), and can be nested within other terms. Searches can be constructed to perform free text searches (e.g.,
look for "Sun" anywhere in the headline), or look for specific meta-data (e.g., COMPANY="SUNW", LANGUAGE="EN", etc.), or both. Filters
are composed of one or more constraints. Similar to an Internet search expression, a constraint supports an arbitrarily complex set of criteria
for a single field (or for the combined text of the headline and body, treated as a single field). For instance, a constraint might require that the
body of a story must contain either "IBM" or "Lenovo", and either "Linux" or "Unix", and "laptop", and "China". A constraint can be either a
free-text constraint (which searches the headline, body, or both) or a meta-data constraint (which searches meta-data fields).
Since a filter can contain more than one constraint, it can specify search criteria for more than one field. For instance, a filter might use
multiple constraints to specify a story on the topic "iPod", written in French, with the word "video" anywhere in the text. Multiple fields can be
involved, and free-text searches can be combined with meta-data searches.
Logical operations are represented by using a corresponding element type. There are filters and constraints for AND, OR, and ANDNOT. For
an AND element to evaluate as True, all its sub-elements must be True. For an OR element to evaluate as True, at least one of its sub-
elements must be True. For an ANDNOT element to evaluate as True, its first element must be True and all of its subsequent elements must
be False.
In a FreeTextConstraint, the optional "Where" attribute specifies the field in which to perform the free text search - "headline", "body", or
"both". The default value is "both".
In a MetaDataConstraint, the required Class attribute specifies the metadata fields in which to search. Since the News category list is not
fixed, this attribute is not restricted either. However, any News installation is expected to support at least the following metadata categories:
• companies
• products
• topics
• attribution
• provider
• language
• nameditem
• alertno
• meta
• any (i.e., any of the available metadata).
The following sample XML describes a Filter element that would search for Reuters stories about Microsoft and Yahoo that include the word
"merger" in the headline text:
<Filter>
<And xmlns="http://schemas.reuters.com/ns/2006/04/14/rmds/webservices/news/filter">
<MetaDataConstraint class="Attribution">
<Value>Reuters</Value>
</MetaDataConstraint>
<MetaDataConstraint class="Companies">
<And>
<Value>MSFT.O</Value>
<Value>YHOO.O</Value>
</And>
</MetaDataConstraint>
<FreeTextConstraint where="headline">
<Value>Merger</Value>
</FreeTextConstraint>
</And>
</Filter>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/News/
News.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/News_1/RetrieveStoryML_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<RetrieveStoryML_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
News_1">
<StoryMLRequest>
<TimeOut>600</TimeOut>
<StoryId>urn:newsml:reuters.com:20140226:nL3N0LV3G4</StoryId>
</StoryMLRequest>
</RetrieveStoryML_Request_1>
</Body>
</Envelope>
-{
-"RetrieveStoryML_Request_1": {
-"StoryMLRequest": {
-"StoryId": [
"urn:newsml:reuters.com:20151214:nRTVbW2P"
]
}
}
}
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www.reuters.com/
ns/2006/05/01/webservices/rkd/News_1/RetrieveStoryML_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<ns0:RetrieveStoryML_Response_1 xmlns:ns0="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/News_1"xmlns:ns1="http://www.reuters.com/ns/2006/05/01/webservices/rkd/News_1">
<ns0:StoryMLResponse>
<ns0:Status>
<ns0:StatusMsg>OK</ns0:StatusMsg>
<ns0:StatusCode>0</ns0:StatusCode>
</ns0:Status>
<ns0:STORYML xmlns="http://schemas.reuters.com/ns/2006/04/14/rmds/webservices/news/
headlineml">
<HL xmlns:ns3="http://schemas.reuters.com/ns/2006/04/14/rmds/webservices/news/
headlineml" space="preserve">
<ID>urn:newsml:reuters.com:20140226:nL3N0LV3G4</ID>
<RE>6</RE>
<ST>Usable</ST>
<CT>2014-02-26T11:38:00-00:00</CT>
<RT>2014-02-26T11:38:00-00:00</RT>
<LT>2014-02-27T00:00:56-00:00</LT>
<PR>reuters.com</PR>
<AT>RTRS</AT>
<UR>4</UR>
<LN>en</LN>
<HT>TABLE-Thomson Reuters reference rates for India gilts</HT>
<TY>story</TY>
<PE>511 484 499</PE>
<STORY_PE>511 484 499</STORY_PE>
<TO>DBT LEN RTRS IN MMT GV D EMRG A SIA</TO>
<TN>5</TN>
<TE>
<pre> Feb 26 (Reuters) - The Thomson Reuters benchmark rates for Indian gilts at
1700 IST (1130 GMT) Wednesday follow:------------------ ----- --------- ----
------- ------ Security Name Tenor Price Yield Year Range Range to Mat. ----
-------------- ----- --------- ----------- ------22/05/14 (Tbill) 3M 97.96/98
9.150/9.070 0.24 14/08/14 (Tbill) 6M 96.00/03 9.100/9.030 0.47 07.56 pct GO I
2014 1Y 99.15/35 8.845/8.5350.69 07.59 pct GO I 2016 2Y 97.90/10 8.687/8.580
2.13 08.07 pct GO I 2017 3Y 97.90/20 8.906/8.785 2.89 07.83 pct GO I 2018
4Y96.20/30 8.948/8.918 4.13 07.28 pct GO I 2019 5Y 92.69/70 9.052/9.049
5.27 08.19 pct GO I 2020 6Y 95.13/40 9.279/9.217 5.89 08.12 pct GO I 2020
7Y 94.26/29 9.274/9.268 6.79 08.79 pct GO I 2021 8Y 96.95/33 9.350/9.279
7.70 07.16 pct GO I 2023 9Y 86.82/99 9.317/9.2869.23 08.83 pct GO I 2023
10Y 99.41/43 8.918/8.915 9.75 09.15 pct GO I 2024 11Y 99.30/50 9.251/9.221
10.72 08.20 pct GO I 2025 12Y91.87/20 9.364/9.314 11.58 08.24 pct GO I 2027
13Y 91.75/86 9.350/9.335 12.97 08.28 pct GO I 2027 14Y 91.95/01 9.337
9.329 13.5709.20 pct GO I 2030 15Y 99.23/38 9.290/9.272 16.59 08.32 pct GO
I 2032 19Y 91.13/63 9.336/9.275 18.43 08.33 pct GO I 2036 24Y90.75/25
9.320/9.262 22.28 08.30 pct GO I 2042 30Y 90.00/30 9.301/9.268 28.85 The yield
curve based on the above rates is available on Thomson Reuters Graphics
<Origin Href="QuoteRef">0#INBMK=</Origin>. For liquid Government of India
securities, please double click in the brackets <Origin
Href="QuoteRef">0#INBO ND=</Origin>. For further details, double click on
<Origin Href="QuoteRef">INBMK/INFO</Origin> and <Origin Href="QuoteRef">
INBMK/INFP</Origin>. (Mumbai Rate Reporting Unit, +91 22 6180-7222/3317
7222, rru.data@thomsonreuters.com) Keywords: MARKETS INDIA GILTS
TABLE </pre>
</TE>
<PD>SNS SNI</PD>
</HL>
</ns0:STORYML>
</ns0:StoryMLResponse>
</ns0:RetrieveStoryML_Response_1>
</Body>
</Envelope>
{
"RetrieveStoryML_Response_1": {
"StoryMLResponse": {
"Status": {
"StatusMsg": "OK",
"StatusCode": 0
},
"STORYML": {
-"HL": [
{
"space": "preserve",
"ID": "urn:newsml:reuters.com:20151214:nRTVbW2P",
"RE": 2,
"ST": "Usable",
"CT": "2015-12-14T18:05:56Z",
"RT": "2015-12-14T18:05:56Z",
"LT": "2015-12-14T18:05:58Z",
"PR": "reuters.com",
"AT": "CNBC",
"UR": 4,
"LN": "en",
"HT": "Reuters Insider - Cramer's Mad Dash: Apple saturation?",
"TY": "story ",
"PE": "437",
"STORY_PE": "437",
"CO": "AAPL.O MS.N MSFT.O CRM.N",
"TO": "INV B WLTH INVM CMPNY RSPC MDIA HSGD COMP WWW CNBC TEEQ TECH ITSE SHO
PA L MTV ID US CYC P SWIT IN STX SO C I F INS C YC S HDWR CELE FUND ASIA EMRG
BISV SHO P LEN INV S GEN RETE SO FW HA RW C N C CO S AMERS","TN": 1, "TE":
"Click the following link to watch video: https://insider.thomsonreuters.com
/link.html? cn=share&cid=1536018&shareToken=MzU0Mzk6YmRmY2EzNDMtMWQ
xZi00NDcy LTk3OWQ tYjI5MTQwYmIwZDc3&playerName=ReutersNews Source: CNBC
Description: Jim Cramer explains why he is keeping an eye on shares of Apple
after Morgan Stanley's call on the stock. (To access all exclusive Reuters
Insider programming visit: http://insider.thomsonreuters.com) Short Link:
http://reut.rs/1UoYEcU", "PD": "RITV"
}
]
}
}
}
}
ATTRIBUTE DESCRIPTION
Status Contains an integer StatusCode and a StatusMsg for which values include: "OK",
"ACCESS_DENIED", "INVALID_REQUEST".
NOTE: Keep in mind that you can retrieve up to 30 stories at a time. If you specify more than 30 stories (StoryIds), the request is rejected
with the following SOAP fault:
<s:Body>
<s:Fault>
<s:Code>
<s:Value>s:Receiver</s:Value>
<s:Subcode>
<s:Value xmlns:a="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Faults_1">a:General_Errors</s:Value>
</s:Subcode>
</s:Code>
<s:Reason>
<s:Text xml:lang="en-GB">Backend error: 'INVALID_INPUT'</s:Text>
</s:Reason>
<s:Detail>
<ClientErrorReference xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Faults_1" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Timestamp>2011-05-04T18:43:07.3339927Z</Timestamp>
<ErrorReference>1ba537869c6341a88ed919a7d03ac5c3</ErrorReference>
<ServerReference>72EA12F9DE9CF37374C798B03C8A7CC51492C25800DDD626
</ServerReference>
</ClientErrorReference>
</s:Detail>
</s:Fault>
</s:Body>
</s:Envelope>
-{
"Fault": {
"Code": {
"Value": "Receiver",
"Subcode": {
"Value": "a:General_Errors"
}
},
"Reason": {
"Text": {
"lang": "en-US",
"Value": "Backend error: 'INVALID_INPUT'"
}
},
"Detail": {
"ClientErrorReference": {
"Timestamp": "2015-12-15T12:33:40.7046222Z",
"ErrorReference": "847cd4df024a4cad91fe0003d107e962",
"ServerReference": "0C50356EEC8A418556D814D8CD6981F9456EED3793206189"
}
}
}
}
NOTE: The full <StoryId>=urn:newsml:[provider id]:[date]:[newsstoryid]:[digit] where the last digit after the colon states the specific news
story version number. So, this urn "urn:newsml:reuters.com:20090617:<newsstoryid>:6" means that the specified story has 6 versions. By
default, the most recent version is automatically selected and displayed. Or you can manually request the most recent version by eliminating
the last digit after the colon ("6") to display the most recent version of the news story.
The following examples of XML and JSON requests retrieve news story for the specified StoryId:
• XML Sample Request - Retrieve News
• JSON Sample Request - Retrieve News
• XML Sample Response - Retrieve News
• JSON Sample Response - Retrieve News
• SOAP Fault Reply
• JSON Fault Reply
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/News/
News.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/News_1/RetrieveNewsML_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<RetrieveNewsML_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
News_1">
<NewsMLRequest>
<StoryId>urn:newsml:reuters.com:20140226:nL3N0LV3G4</StoryId>
</NewsMLRequest>
</RetrieveNewsML_Request_1>
</Body>
</Envelope>
{
"RetrieveNewsML_Request_1": {
"NewsMLRequest": {
"StoryId": [
"urn:newsml:reuters.com:20151214:nRTVbW2P"
]
}
}
}
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/News_1/RetrieveNewsML_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<ns1:RetrieveNewsML_Response_1 xmlns:ns1="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/News_1">
<ns1:NewsMLResponse>
<ns1:Status>
<ns1:StatusMsg>OK</ns1:StatusMsg>
<ns1:StatusCode>0</ns1:StatusCode>
</ns1:Status>
<ns1:Story>
<NewsML><Catalog Href="http://localhost/newsml/catalog-reuters-
master_catalog.xml"/><NewsEnvelope><DateAndTime>20140227T000056+0000
</DateAndTime><NewsService FormalName="headline_pes:511484499"/><NewsService
FormalName="story_pes:511484499"/><Priority FormalName="4"/>
</NewsEnvelope><NewsItem xml:space="preserve"><Identification><NewsIdentifier>
<ProviderId>reuters.com</ProviderId><DateId>20140226</DateId>
<NewsItemId>nL3N0LV3G4</NewsItemId><RevisionId PreviousRevision="5"
Update="N">6</RevisionId>
<PublicIdentifier>urn:newsml:reuters.com:20140226:nL3N0LV3G4<
/PublicIdentifier></NewsIdentifier></Identification><NewsManagement>
<NewsItemType FormalName="News"/><FirstCreated>20140226T113800+0000
</FirstCreated><ThisRevisionCreated>20140226T113800+0000</ThisRevisionCreated>
<Status FormalName="Usable"/><Urgency FormalName="4"/>
</NewsManagement><NewsComponent xml:lang="en" Essential="no"
EquivalentsList="no"Duid="NC 00001"><TopicSet FormalName="nds.topics">
<Topic Duid="TC_DBT"><TopicType FormalName="DEBT MARKETS"/>
...
</NewsML>
</ns1:Story>
</ns1:NewsMLResponse>
</ns1:RetrieveNewsML_Response_1>
</Body>
</Envelope>
{
"RetrieveNewsML_Response_1": {
"NewsMLResponse": {
"Status": {
"StatusMsg": "OK",
"StatusCode": 0
},
"Story": [
"20151214T180558+0000reuters.com20151214nRTV
bW2P2urn:newsml:reuters.com:20151214:nRTV
bW2P20151214T180556+000020151214T180556+0000 Reuters Insider - Cramer's Mad Dash:
Apple saturation? Click the following link to watch video:
https://insider.thomsonreuters.com/link.html?
cn=share&cid=1536018&shareToken=MzU0Mzk6YmRmY2EzNDMtMWQxZi00NDcyLTk3OWQ
tYjI5MTQwYmIwZDc3&playerName=ReutersNews
Source: CNBC Description: Jim Cramer explains why he is keeping an eye on shares of
Apple after Morgan Stanley's call on the stock (To access all exclusive Reuters
Insider programming visit: http://insider.thomsonreuters.com)
Short Link: http://reut.rs/1UoYEcU"
]
}
}
}
ATTRIBUTE DESCRIPTION
Status Contains an integer StatusCode and a StatusMsg for which values include: "OK",
"ACCESS_DENIED", "INVALID_REQUEST".
NOTE: Keep in mind that you can retrieve up to 30 stories at a time. If you specify more than 30 stories (StoryIds), the request is rejected
with the following SOAP fault:
<s:Body>
<s:Fault>
<s:Code>
<s:Value>s:Receiver</s:Value>
<s:Subcode>
<s:Value xmlns:a="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Faults_1">a:General_Errors</s:Value>
</s:Subcode>
</s:Code>
<s:Reason>
<s:Text xml:lang="en-GB">Backend error: 'INVALID_INPUT'</s:Text>
</s:Reason>
<s:Detail>
<ClientErrorReference xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Faults_1" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Timestamp>2011-05-04T18:43:07.3339927Z</Timestamp>
<ErrorReference>1ba537869c6341a88ed919a7d03ac5c3</ErrorReference>
<ServerReference>72EA12F9DE9CF37374C798B03C8A7CC51492C25800DDD626
</ServerReference>
</ClientErrorReference>
</s:Detail>
</s:Fault>
</s:Body>
</s:Envelope>
{
"Fault": {
"Code": {
"Value": "Receiver",
"Subcode": {
"Value": "a:General_Errors"
}
},
"Reason": {
"Text": {
"lang": "en-US",
"Value": "Backend error: 'INVALID_INPUT'"
}
},
"Detail": {
"ClientErrorReference": {
"Timestamp": "2015-12-15T12:33:40.7046222Z",
"ErrorReference": "847cd4df024a4cad91fe0003d107e962",
"ServerReference": "0C50356EEC8A418556D814D8CD6981F9456EED3793206189"
}
}
}
}
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/News/
News.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/News_1/GetNewsTopics_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetNewsTopics_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
News_1"/>
</Body>
</Envelope>
{
"GetNewsTopics_Request_1": {
}
}
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/News_1/GetNewsTopics_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<GetNewsTopics_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
News_1">
<topics>
<group>
<topic code="AD">
<Description Variant="Short" lang="en">Andorra</Description>
<Description Variant="Long" lang="en">Principality of Andorra</Description>
<Description Variant="IsoShort" lang="en">ANDORRA</Description>
<Description Variant="IsoLong" lang="en">Principality of Andorra</
Description>
<Description Variant="Adjectival" lang="en">Andorran</Description>
</topic>
...
<topic code="ZW">
<Description Variant="Short" lang="en">Zimbabwe</Description>
<Description Variant="Long" lang="en">Republic of Zimbabwe</Description>
<Description Variant="IsoShort" lang="en">ZIMBABWE</Description>
<Description Variant="IsoLong" lang="en">Republic of Zimbabwe</Description>
<Description Variant="Alternate" lang="en">Southern Rhodesia</Description>
<Description Variant="Alternate" lang="en">Rhodesia</Description>
<Description Variant="Adjectival" lang="en">Zimbabwean</Description>
</topic>
</group>
<group>
<topic code="DIARY">
<Description Variant="Short" lang="en">Diary</Description>
<Description Variant="Long" lang="en">The object contains scheduled events,
such as conventions, summits, etc.</Description>
</topic>
...
</group>
...
<group>
<topic code="RAW">
<description Variant="Short" lang="en">Basic Materials</description>
<description Variant="Long" lang="en">Companies engaged in the extraction and
primary refinement of chemicals, metals, non-metallic and construction
materials, forest, wood and paper products and containers and packaging
products.</description>
<description Variant="Detailed" lang="en">The Basic Materials economic sector
consists of companies engaged in the extraction and primary refinement of
chemicals, metals, non-metallic and construction materials, forest, wood and
paper products and containers and packaging products.</description>
</topic>
...
</group>
</topics>
</GetNewsTopics_Response_1>
</Body>
</Envelope>
{
"GetNewsTopics_Response_1": {
"topics": {
"group": [
{
"topic": [
{
"code": "ABS",
"Description": [
{
"Value": "Asset-Backed Securities"
},
{
"Value": " "
},
{
"Value": "Bonds or notes that are based on pools of assets, or
collateralized by the cash flows from a specified
pool of underlying assets."
},
{
"Value": "ABS"
},
{
"Value": "ABS"
}
]
},
]
}
]
}
}
13.3.5.1 How to See how a Specific News Stories has been Categorized?
It is possible to see the values for these metadata constraints on the stories which are returned by Refinitiv Knowledge Direct in the
RetrieveStoryML_1 method:
• CO element contains the value for companies referred to in the story
• TO element contains the value for the topic codes assigned to the story
• PD element contains the value for products assigned to the story
• AT element contains the value for attribution
• LN element contains the value for the language the story is written in
• NI element contains the value for named items assigned to the story
In addition, the TO element and LN elements are available in the RetrieveHeadlineML_1 method.
The metadata on each story can be used to retrieve related headlines, by requesting the RetrieveHeadlineML_1 method for the appropriate
metadata class and value.
When you make a request against the RetrieveHeadlineML_1 method and specify companies as the metadata constraint, Refinitiv
Knowledge Direct looks up for the RIC and retrieves news for the company. This means if you request MSFT.O, news is returned for
Microsoft.
NewsSearch Contains value, that can be used as metadata constraint in get headlines method (class=any)
to get related headlines.
NewsSearchID Related StoryId short form. In order to use it, a client will have to transform into full ID form:
• Short form example: ID:nWEB7358
• Full form example: urn:newsml:reuters.com:*:nWEB7358
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/News/
News.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/News_1/RetrieveHeadlineML_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<RetrieveHeadlineML_Request_1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/News_1">
<HeadlineMLRequest>
<Filter>
<MetaDataConstraint class="alert" xmlns="http://schemas.reuters.com/ns/2006/04/
14/rmds/webservices/news/filter">
<Value>1</Value>
</MetaDataConstraint>
</Filter>
</HeadlineMLRequest>
</RetrieveHeadlineML_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/News/
News.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/News_1/RetrieveHeadlineML_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<RetrieveHeadlineML_Request_1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/News_1">
<HeadlineMLRequest>
<Filter>
<MetaDataConstraint class="alert" xmlns="http://schemas.reuters.com/ns/2006/04/
14/rmds/webservices/news/filter">
<Value>1</Value>
</MetaDataConstraint>
</Filter>
<Filter>
<MetaDataConstraint class="language" xmlns="http://schemas.reuters.com/ns/2006/
04/14/rmds/webservices/news/filter">
<Value>ja</Value>
</MetaDataConstraint>
</Filter>
</HeadlineMLRequest>
</RetrieveHeadlineML_Request_1>
</Body>
</Envelope>
14 Online Reports
14.1 Overview
Our Online Reports service provides access to the most relevant news stories for a given topic and country, and differs from our other news
services in some key ways:
In addition to text, Online reports includes the following:
• It provides a snapshot of the ten most relevant stories for each topic.
• Our news editors pick the most relevant stories and curate the list of ten throughout the day.
• Because there is no history to search through and filter, Online Reports is relevant and ready-to-use for immediate publishing without
the need for further processing.
NOTE: Online Reports and corresponding photos can be retrieved only for the last 10 days.
14.2.1 Authorization
All requests to the Online Reports web service require an authorization token. For details, see Understanding Authentication Tokens.
14.2.2 Authentication
Refinitiv Online Reports uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in Refinitiv Online Reports.
For additional information on creating a Service Token, see Creating a Token.
WSDL
http://api.rkd.refinitiv.com/schemas/OnlineReports/wsdl/OnlineReports_1_HttpAndRKDToken.wsdl
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
OnlineReports/OnlineReports.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/OnlineReports_1/GetSummary By Topic_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetSummaryByTopic_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
OnlineReports_1" />
<Topic>OLCABUS</Topic>
<MaxCount>2</MaxCount>
</GetSummaryByTopic_Request_1>
</Body>
</Envelope>
NOTE: Keep in mind that your MaxCount value can NOT exceed 30. If you specify a value greater than 30, the request is rejected with the
following SOAP fault:
<s:Value xmlns:a="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Faults_1">a:General_Errors</s:Value>
</s:Subcode>
</s:Code>
<s:Reason>
<s:Text xml:lang="en-GB">Backend error: 'INVALID_INPUT '</s:Text>
</s:Reason>
<s:Detail>
<ClientErrorReference xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Faults_1" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Timestamp>2011-05-04T18:43:07.3339927Z</Timestamp>
<ErrorReference>1ba537869c6341a88ed919a7d03ac5c3</ErrorReference>
<ServerReference>72EA12F9DE9CF37374C798B03C8A7CC51492C25800DDD626
</ServerReference>
</ClientErrorReference>
</s:Detail>
</s:Fault>
</s:Body>
</s:Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/OnlineReports_1/GetSummary By Topic_1_Reply
</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<rkd:GetSummaryByTopic_Response_1 xmlns:rkd="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/OnlineReports_1"xmlns:ns1="http://schemas.reuters.com/ns/2006/04/14/rmds/
webservices/NDSNewsService_1/Types">
<ns0:StoryMLResponse xmlns:ns0="http://schemas.reuters.com/ns/2006/04/14/rmds/
webservices/NDSNewsService_1/Types">
<ns0:Status>
<ns0:StatusMsg>OK</ns0:StatusMsg>
<ns0:StatusCode>0</ns0:StatusCode>
</ns0:Status>
<ns0:STORYML xmlns="http://schemas.reuters.com/ns/2006/04/14/rmds/webservices/
news/headlineml">
<HL space="preserve" xmlns:ns3="http://schemas.reuters.com/ns/2006/04/14/
rmds/webservices/news/headlineml">
<ID>urn:newsml:onlinereport.com:20140313:nOLCABUS</ID>
<RE>20</RE>
<ST>Usable</ST>
<CT>2014-03-13T12:15:33-00:00</CT>
<RT>2014-03-13T12:15:33-00:00</RT>
<LT>2014-03-13T12:16:37-00:00</LT>
<PR>onlinereport.com</PR>
<AT>IDS</AT>
<UR>4</UR>
<LN>en</LN>
...
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
OnlineReports/OnlineReports.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/OnlineReports_1/GetSummaryByStories_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetSummary By Stories_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
OnlineReports_1">
<StoryId>urn:newsml:onlinereport.com:20140313:nRTROPT20140313094715BREA2C0L1</StoryId>
</GetSummaryByStories_Request_1>
</Body>
</Envelope>
NOTE: Keep in mind that you can retrieve up to 30 stories at a time. If you specify more than 30 stories (StoryIds), the request is rejected
with the following SOAP fault:
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/OnlineReports_1/GetSummaryByStories_1_Reply
</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<rkd:GetSummaryByStories_Response_1 xmlns:rkd=http://www.reuters.com/ns/2006/05/01/
webservices/rkd/OnlineReports_1 xmlns:ns1="http://schemas.reuters.com/ns/2006/04/14/rmds/
webservices/NDSNewsService_1/Types">
<ns0:StoryMLResponse xmlns:ns0="http://schemas.reuters.com/ns/2006/04/14/rmds/
webservices/NDSNewsService_1/Types">
<ns0:Status>
<ns0:StatusMsg>OK</ns0:StatusMsg>
<ns0:StatusCode>0</ns0:StatusCode>
</ns0:Status>
<ns0:STORYML xmlns="http://schemas.reuters.com/ns/2006/04/14/rmds/webservices/news/
headlineml">
<HL space="preserve" xmlns:ns3="http://schemas.reuters.com/ns/2006/04/14/rmds/
webservices/news/headlineml">
<ID>urn:newsml:onlinereport.com:20140313:nRTRO
PT20140313094715BREA2C0L1</ID>
<RE>3</RE>
<ST>Usable</ST>
<CT>2014-03-13T09:47:15-00:00</CT>
<RT>2014-03-13T09:47:15-00:00</RT>
<LT>2014-03-13T10:30:17-00:00</LT>
<PR>onlinereport.com</PR>
<AT>IDS</AT>
<UR>4</UR>
<LN>en</LN>
<HT>Court upholds Delhi rapists’ death sentences</HT>
<TY>story</TY>
<PE>708599999</PE>
<STORY_PE>7085 99999</STORY_PE>
<CO/>
<TO>WOM PIA C LJ INDS RO RA C RIM TPT O LUSWORLD TEXT TRA N IND IN a SO C I O
LUSWORLD_USA SIA EMRG I SC RIM PO L MURD O LUSWO RLD_SPO NEWS1 JUDIC O LRTXT
GEN RRLP</TO>
<NI/>
<TN>3</TN>
<TE><p>NEW DELHI (Reuters) - Four men convicted of raping and murdering a woman
in New Delhi had their death sentences upheld on Thursday for a crime that
caused a huge public backlash against an entrenched culture of violence
against women in India.</p> <p>The victim, a trainee physiotherapist who was
raped for an hour and tortured with an iron rod on a moving bus, became a
symbol of the dangers women face in a country where a rape is reported on
average every 21 minutes.</p>
<p>“The day the murderers of my daughter are hanged, we feel we have got
justice,” the victim’s mother said after the Delhi High Court confirmed the
sentence of hanging handed down by a trial judge last September.</p> <p>“We
hope, even in other such cases, justice will be done in the same fashion,” the
mother said. Indian law bars the press from identifying rape victims.</p>
<p>Defense lawyers said they would appeal to the Supreme Court, with one
denouncing Thursday ‘s decision as politically motivated. India holds a
general election in April and May.</p>
<p>“This is not a fair trial,” A .P. Singh, representing two of the convicts,
told reporters after the ruling by a panel of two female judges. “If the
judgment had come after the elections, it would have been in our favor ...
Clearly, the judges are under political pressure.”</p>
<p>Gym instructor Vinay Sharma, bus cleaner Akshay Kumar Singh, fruit-seller
Pawan Gupta, and unemployed Mukesh Singh were sentenced to death for their
part in the gang rape and killing of the 23-year-old woman in December 2012.
</p>
<p>During the seven-month trial, a fifth defendant hanged himself in his cell.
A sixth, who was under 18 at the time of the attack, was sentenced to three y
ears’ detention, the maximum allowed under juvenile law.</p> <p>In his
original sentencing of the four, the trial judge said India’s courts “cannot
turn a blind eye to the need to send a strong deterrent message to the
perpetrators of such crimes”.</p>
<p>If the Supreme Court upholds the sentence, a final decision will lie with
the president, who has the power to grant clemency. Indian courts condemn
around 130 people a year to death but the sentences are rarely carried out.
</p>
<p>(Reporting by Rajesh Kumar Singh; Writing by Douglas Busvine; Editing by
Malini Menon and Nick Macfie)</p>
<Origin Href="ThumbnailRef">2014-03-13T102839Z_2_CBREA2C0R7800_RTRO
PTP_1_C NEWS-US-INDIA-RAPE.JPG</Origin>
<Origin Href="ImageRef">urn:newsml:onlinereport.com:20140313:nRTRO
PT20140313094715CBREA2C0R7800</Origin>
<Origin Href="ImageTitle">Demonstrators shout slogans during a candlelight
vigil to mark the first anniversary of Delhi gang rape, in New Delhi</Origin>
<Origin Href="ChannelCode">OLUSWORLD</Origin>
<Origin Href="LinkTitle">Reuters US Online Report World News</Origin>
<Origin Href="Story CreationDate">20140313T094715+0000</Origin>
<Origin Href="ImageCreationDate">20140313T094715+0000</Origin>
</TE>
<PD />
<SR>
<Origin Type="ThumbnailRef">http://api.rkd.reured.com/api/onlinereports/
2014-03-13T102839Z_2_CBREA2C0R7800_RTRO PTP_1_C NEWS-US-INDIA-RA
PE.JPG.ashx?tag=A NS</Origin>
<Origin Type="ThumbnailRefSecure">https://api.rkd.reured.com/api/
onlinereports/2014-03-13T102839Z_2_CBREA2C0R7800_RTRO PTP_1_C NEWS-
US-INDIA-RAPE.JPG.ashx?tag=A NS</Origin>
<Origin Type="ThumbnailRefMPLS">http://api.rkd.reutest.com/api/
onlinereports/2014-03-13T102839Z_2_CBREA2C0R7800_RTRO PTP_1_C NEWS-
US-INDIA-RAPE.JPG.ashx?tag=A NS</Origin>
<Origin Type="ThumbnailRefSecureMPLS">https://api.rkd.reutest.com/api/
onlinereports/2014-03-13T102839Z_2_CBREA2C0R7800_RTRO PTP_1_C NEWS-
US-INDIA-RAPE.JPG.ashx?tag=A NS</Origin>
<Origin Type="ImageRef">urn:newsml:onlinereport.com:20140313:nRTRO
PT20140313094715CBREA2C0R7800</Origin>
<Origin Type="ImageTitle">Demonstrators shout slogans during a candlelight
vigil to mark the first anniversary of Delhi gang rape, in New Delhi
</Origin>
<Origin Type="ChannelCode">OLUSWORLD</Origin>
<Origin Type="LinkTitle">Reuters US Online Report World News</Origin>
<Origin Type="Story CreationDate">20140313T094715+0000</Origin>
<Origin Type="ImageCreationDate">20140313T094715+0000</Origin>
</SR>
</HL>
</ns0:STORYML>
</ns0:StoryMLResponse>
</rkd:GetSummaryByStories_Response_1>
</Body>
</Envelope>
NOTE: The Url of Online Report picture is contained in the "Origin" tag, for example:
<SR>
<Origin Type="Viewref">http://api.rkd.refinitiv.com/api/onlinereports/2007-07-
26T204707Z_01_NOO TR_RTRIDSP_2_OUKBS-UK-USA-SUBPRIME-HSBC.jpg.ashx</Origin>
</SR>
NOTE: Please note that method GetHeadlines_1 is deemed deprecated, so we strongly recommend avoid using GetHeadlines_1 in any
situation. Always use GetHeadlines_2 instead.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
OnlineReports/OnlineReports.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/OnlineReports_1/GetHeadlines_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetHeadlines_Request_2 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
OnlineReports_1" Topic="OLGBTOPNEWS"/>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/OnlineReports_1/GetHeadlines_2_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<GetHeadlines_Response_2 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
OnlineReports_1">
<StoryId="urn:newsml:onlinereport.com:20140302:nRTROPT20140302231606BREA210XF">
<HL>
<T>Futures higher with initial claims, retail sales due</T>
<T>NEW YORKYORK (Reuters) - U.S. stock index futures advanced modestly on Thursday,
putting the S&P 500 on track for a second day of gains, ahead of data on the labor
market and consumer spending.</T>
</HL>
<Thumbnail>2014-03-13T114419Z_3_CBREA2B1EF700_RTROPTP_1_CBUSINESS-US-MARKETS-STO
CKS.JPG</Thumbnail>
<StoryDate>20140302T231606+0000</StoryDate>
<Img>
<Ref>urn:newsml:onlinereport.com:20140312:nRTROPT20140312180905CBREA2B1EF700
</Ref>
<Title>Traders work on the floor of the New York Stock Exchange</Title>
<Date>20140312T180905+0000</Date>
</Img>
</Story>
<StoryId="urn:newsml:onlinereport.com:20140312:nRTROPT20140312130340BREA2B0WV">
<HL>
<T>Canadian home prices rise in Feb to fresh high: Teranet</T>
<T>TORONTO (Reuters) - Canadian home prices rose in February, pushing a national
index of prices to a record high for the second month in a row, the Teranet-
National Bank Composite House Price Index showed on Wednesday.</T>
</HL>
<Thumbnail>2014-03-12T130340Z_1_CBREA2B10A700_RTROPTP_1_CBUSINESS-US-ECONOMY-HO
USING.JPG</Thumbnail>
<StoryDate>20140312T130340+0000</StoryDate>
<Img>
<Ref>urn:newsml:onlinereport.com:20140312:nRTROPT20140312130340C
BREA2B10A700</Ref>
<Title>A builder works on the roof of a new home under construction in the Montreal
suburb of Brossard</Title>
<Date>20140312T130340+0000</Date>
</Img>
</Story>
</GetHeadlines_Response_2>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
OnlineReports/OnlineReports.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/OnlineReports_1/GetTopics_2</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetTopics_Request_2 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
OnlineReports_1" />
</Body>
</Envelope>
NOTE: The GetTopics_Request_2 supports multiple languages; Japanese and Chinese translations are currently available. Keep in mind
that language parameter is no longer case sensitive.
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" s:mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/OnlineReports_1/GetTopics_1_Reply</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetTopics_Response_2 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
OnlineReports_1">
<Region name="UK Online Report">
<topic code="OLGBTOPNEWS" desc="Top News"></topic>
<topic code="OLGBWORLD" desc="World"></topic>
<topic code="OLGBBUS" desc="Business"></topic>
<topic code="OLGBENT" desc="Entertainment"></topic>
<topic code="OLGBSPORT" desc="Sports"></topic>
<topic code="OLGBINT" desc="UK Internet Report"></topic>
<topic code="OLGBODD" desc="UK Oddly Enough Report"></topic>
</Region>
...
<SR>
<Origin Type="Story Ref">urn:newsml:onlinereport.com:20120126:nRTROPT20120126111648TRE80P0MI</
Origin>
<Origin Type="ThumbnailRef">http://api.rkd.reured.com/api/onlinereports/2012-01-
26T111648Z_1_BTRE80P0VC300_RTROPTP_1_OUKSPUK-OLYMPICS-CYCLING.JPG.ashx</Origin>
<Origin Type="ThumbnailRefSecure">https://api.rkd.reured.com/api/onlinereports/2012-01-
26T111648Z_1_BTRE80P0VC300_RTRO PTP_1_OUKSP-UK-OLYMPICS-CYCLING.JPG.ashx</Origin>
<Origin Type="ThumbnailRefMPLS">http://api.rkd.reutest.com/api/onlinereports/2012-01-
26T111648Z_1_BTRE80P0VC300_RTROPTP_1_OUKSP-UK-OLYMPICS-CYCLING.JPG.ashx</Origin>
<Origin Type="ThumbnailRefSecureMPLS">https://api.rkd.reutest.com/api/onlinereports/2012-01-
26T111648Z_1_BTRE80P0VC300_RTROPTP_1_OUKSP-UK-OLYMPICS-CYCLING.JPG.ashx</Origin>
<Origin Type="Viewref">http://api.rkd.reured.com/api/onlinereports/2012-01-
26T111648Z_1_BTRE80P0VC300_RTROPTP_2_OUKSP-UKOLYMPICS-CYCLING.JPG.ashx</Origin>
<Origin Type="ViewrefSecure">https://api.rkd.reured.com/api/onlinereports/2012-01-
26T111648Z_1_BTRE80P0VC300_RTROPTP_2_OUKSP-UK-OLYMPICS-CYCLING.JPG.ashx</Origin>
<Origin Type="ViewrefMPLS">http://api.rkd.reutest.com/api/onlinereports/2012-01-
26T111648Z_1_BTRE80P0VC300_RTROPTP_2_OUKSP-UK-OLYMPICS-CYCLING.JPG.ashx</Origin>
<Origin Type="ViewrefSecureMPLS">https://api.rkd.reutest.com/api/onlinereports/2012-01-
26T111648Z_1_BTRE80P0VC300_RTROPTP_2_OUKSP-UK-OLYMPICS-CYCLING.JPG.ashx</Origin>
<Origin Type="BaseRef">http://api.rkd.reured.com/api/onlinereports/2012-01-26T111648Z_1_BTRE80P0V
C300_RTROPTP_3_OUKSP-UKOLYMPICS-CYCLING.JPG.ashx</Origin>
<Origin Type="BaseRefSecure">https://api.rkd.reured.com/api/onlinereports/2012-01-
26T111648Z_1_BTRE80P0VC300_RTROPTP_3_OUKSP-UK-OLYMPICS-CYCLING.JPG.ashx</Origin>
<Origin Type="BaseRefMPLS">http://api.rkd.reutest.com/api/onlinereports/2012-01-
26T111648Z_1_BTRE80P0VC300_RTROPTP_3_OUKSP-UK-OLYMPICS-CYCLING.JPG.ashx</Origin>
<Origin Type="BaseRefSecureMPLS">https://api.rkd.reutest.com/api/onlinereports/2012-01-
26T111648Z_1_BTRE80P0VC300_RTROPTP_3_OUKSP-UK-OLYMPICS-CYCLING.JPG.ashx</Origin>
<Origin Type="Story Title">London to host cycling festival after Games</Origin>
<Origin Type="Story CreationDate">20120126T111648+0000</Origin>
<Origin Type="ImageCreationDate">20120126T111648+0000</Origin>
<Origin Type="ChannelCode">OLGBSPORT</Origin>
<Origin Type="LinkTitle">Reuters UK Online Report Sports News</Origin>
</SR>
One report may include up to three pictures. They can have two resolutions:
• Thumbnail image (approx 8-10 kb): 150px for long side (short side can vary)
• View and Base images (approx 19-24 kb): 800px for long side (short side can vary)
To find the image name for the different sizes, look for the "Type" attribute, which describes the type of image and the protocol:
• ThumbnailRef, ViewRef, BaseRef: For HTTP
• ThumbnailRefSecure, ViewRefSecure, BaseRefSecure: For HTTPS
• ThumbnailRefMPLS, ViewRefMPLS, BaseRefMPLS: For HTTP+MPLS
• ThumbnailRefSecureMPLS, ViewRefSecureMPLS, BaseRefSecureMPLS: For HTTPS+MPLS
<SR>
<Origin Type="StoryRef">urn:newsml:onlinereport.com:20120126:nRTROPT20120126111648TRE80P0MI</
Origin>
<Origin Type="ThumbnailRef">http://api.rkd.reured.com/api/onlinereports/2012-01-
26T111648Z_1_BTRE80P0VC300_RTROPTP_1_OUKSP-UK-OLYMPICS-CYCLING.JPG.ashx</Origin>
<Origin Type="ThumbnailRefSecure">https://api.rkd.reured.com/api/onlinereports/2012-01-
26T111648Z_1_BTRE80P0VC300_RTROPTP_1_OUKSP-UK-OLYMPICS-CYCLING.JPG.ashx</Origin>
<Origin Type="ThumbnailRefMPLS">http://api.rkd.reutest.com/api/onlinereports/2012-01-
26T111648Z_1_BTRE80P0VC300_RTROPTP_1_OUKSP-UK-OLYMPICS-CYCLING.JPG.ashx</Origin>
<Origin Type="ThumbnailRefSecureMPLS">https://api.rkd.reutest.com/api/onlinereports/2012-01-
26T111648Z_1_BTRE80P0VC300_RTROPTP_1_OUKSP-UK-OLYMPICS-CYCLING.JPG.ashx</Origin>
<Origin Type="ViewRef">http://api.rkd.reured.com/api/onlinereports/2012-01-26T111648Z_1_BTRE80P0V
C 300_RTROPTP_2_OUKSP-UKOLYMPICS-CYCLING.JPG.ashx</Origin>
<Origin Type="ViewRefSecure">https://api.rkd.reured.com/api/onlinereports/2012-01-
26T111648Z_1_BTRE80P0VC300_RTROPTP_2_OUKSP-UK-OLYMPICS-CYCLING.JPG.ashx</Origin>
<Origin Type="ViewRefMPLS">http://api.rkd.reutest.com/api/onlinereports/2012-01-
26T111648Z_1_BTRE80P0VC300_RTROPTP_2_OUKSP-UK-OLYMPICS-CYCLING.JPG.ashx</Origin>
<Origin Type="ViewRefSecureMPLS">https://api.rkd.reutest.com/api/onlinereports/2012-01-
26T111648Z_1_BTRE80P0VC300_RTROPTP_2_OUKSP-UK-OLYMPICS-CYCLING.JPG.ashx</Origin>
<Origin Type="BaseRef">http://api.rkd.reured.com/api/onlinereports/2012-01-26T111648Z_1_BTRE80P0V
C 300_RTROPTP_3_OUKSP-UKOLYMPICSCYCLING.JPG.ashx</Origin>
<Origin Type="BaseRefSecure">https://api.rkd.reured.com/api/onlinereports/2012-01-
26T111648Z_1_BTRE80P0VC300_RTROPTP_3_OUKSP-UK-OLYMPICS-CYCLING.JPG.ashx</Origin>
<Origin Type="BaseRefMPLS">http://api.rkd.reutest.com/api/onlinereports/2012-01-
26T111648Z_1_BTRE80P0VC300_RTROPTP_3_OUKSP-UK-OLYMPICS-CYCLING.JPG.ashx</Origin>
<Origin Type="BaseRefSecureMPLS">https://api.rkd.reutest.com/api/onlinereports/2012-01-
26T111648Z_1_BTRE80P0VC300_RTROPTP_3_OUKSP-UK-OLYMPICS-CYCLING.JPG.ashx</Origin>
<Origin Type="Story Title">London to host cycling festival after Games</Origin>
<Origin Type="StoryCreationDate">20120126T111648+0000</Origin>
<Origin Type="ImageCreationDate">20120126T111648+0000</Origin>
<Origin Type="ChannelCode">OLGBSPORT</Origin>
<Origin Type="LinkTitle">Reuters UK Online Report Sports News</Origin>
</SR>
NOTE: If the <SR> element contains only a Thumbnail image, it is necessary to make the GetSummaryByStories_Request_1 with
'ImageRef' to retrieve a View image.
<SR>
<Origin Type="ThumbnailRef">http://api.rkd.refinitiv.com/api/onlinereports/2009-02-
13T044627Z_01_BTRE51C 0D9K00_RTRO PTP_1_SPORTS-US-CYCLING-CALIFORNIA .JPG.ashx</Origin>
<Origin Type="ImageRef">urn:newsml:onlinereport.com:20090213:nBTRE51C0D9K0020090213044627</
Origin>
<Origin Type="ImageTitle">Astana cyclist Lance Armstrong laughs as he takes questions during
pre-race news conference in Sacramento</Origin>
<Origin Type="ChannelCode">OLUSSPORT</Origin>
<Origin Type="LinkTitle">Reuters US Online Report Sports News</Origin>
<Origin Type="Story CreationDate">20090213T032756+0000</Origin>
<Origin Type="ImageCreationDate">20090213T044627+0000</Origin>
</SR>
<SR>
<Origin Type="Story Ref">urn:newsml:onlinereport.com:20090213:nTRE51C0T520090213032756</Origin>
<Origin Type="ThumbnailRef">http://api.rkd.refinitiv.com/api/onlinereports/2009-02-
13T044627Z_01_BTRE51C 0D9K00_RTRO PTP_1_SPORTS-US-CYCLING-CALIFORNIA.JPG.ashx</Origin>
<Origin Type="ViewRef">http://api.rkd.refinitiv.com/api/onlinereports/2009-02-
13T044627Z_01_BTRE51C 0D9K00_RTRO PTP_2_SPORTSUS-CYCLING-CALIFORNIA.JPG.ashx</Origin>
<Origin Type="BaseRef">http://api.rkd.refinitiv.com/api/onlinereports/2009-02-
13T044627Z_01_BTRE51C 0D9K00_RTRO PTP_3_SPORTSUS-CYCLING-CALIFORNIA.JPG.ashx</Origin>
<Origin Type="StoryTitle">Armstrong feeling fresh for Tour of California</Origin>
<Origin Type="StoryCreationDate">20090213T032756+0000</Origin>
<Origin Type="ImageCreationDate">20090213T044627+0000</Origin>
<Origin Type="ChannelCode">OLUSSPORT</Origin>
<Origin Type="LinkTitle">Reuters US Online Report Sports News</Origin>
</SR>
<p>
<Origin Href="Story Ref">urn:newsml:onlinereport.com:20100219:nTRE61I37Q20100219144148</Origin>
Catalyst leads second, $120 million Canwest bid
<p>
OTTAWA (Reuters) - A second bid for the broadcast arm of Canada’s Canwest (C GS.V ) media empire emerged
on Friday as a consortium led by private equity fund Catalyst Capital and backed by Goldman Sachs
Group Inc (GS.N) offered $120 million for the bankrupt television operation.</p>
<Origin Href="ThumbnailRef">2010-02-19T141835Z_01_BTRE61I13R300_RTRO PTP_1_CBUSINESS-US-CA
NWEST.JPG</Origin>
<Origin Href="ImageRef">urn:newsml:onlinereport.com:20100219:nBTRE61I13R30020100219141835</Origin>
<Origin Href="ImageTitle">A Canwest sign is seen outside an office building in Toronto</Origin>
<Origin Href="StoryCreationDate">20100219T144148+0000</Origin>
<Origin Href="ImageCreationDate">20100219T141835+0000</Origin>
</p>
<p>
<Origin Href="Story Ref">urn:newsml:onlinereport.com:20100219:nTRE61I2Z420100219155323</Origin>
Canadians spending way to recovery, data shows <p>OTTAWA (Reuters) - Consumer spending and a sizzling
housing market are powering Canada’s economic recovery, two reports showed on Friday, suggesting a
surge in growth at the end of last year will lead to a strong start to 2010.</p>
<Origin Href="ThumbnailRef">2010-02-19T133805Z_01_BTRE61I11V L00_RTRO PTP_1_CBUSINESS-US-ECONOMY-
RETAIL.JPG</Origin>
<Origin Href="ImageRef">urn:newsml:onlinereport.com:20100219:nBTRE61I11VL0020100219133805</Origin>
<Origin Href="ImageTitle">A woman cleans the shelves airport</Origin>
<Origin Href="StoryCreationDate">20100219T155323+0000</Origin>
<Origin Href="ImageCreationDate">20100219T133805+0000</Origin>
</p>
...
<p>
<Origin Href="Story Ref">urn:newsml:onlinereport.com:20100219:nTRE61I2SR20100219131502</Origin>
Canada to oppose global bank tax: report
<p>
TORONTO (Reuters) - Canada will formally oppose international efforts by the world’s major economies
to impose a global bank tax as the current government favors lower taxes, Canada’s National Post
newspaper reported on Friday.</p>
<Origin Href="ThumbnailRef">2010-02-19T131459Z_01_BTRE61I10T200_RTROPTP_1_CBUSINESS-US-G20-BANKTA
X-CANADA.JPG</Origin>
<Origin Href="ImageRef">urn:newsml:onlinereport.com:20100219:nBTRE61I10T20020100219131459</Origin>
<Origin Href="ImageTitle">Canada’s PM Harper meets with business professionals in Ottawa</Origin>
<Origin Href="StoryCreationDate">20100219T131502+0000</Origin>
<Origin Href="ImageCreationDate">20100219T131459+0000</Origin>
</p>
15 Ownership
15.1 Overview
The Ownership API is a web service providing detailed information on a company's shareholders and holdings of investors/funds. This
includes insider and stakeholder investors, with capitalization summaries, a list of all insider and stakeholder stock owners, and recent buy
and sell activity on the stock.
The service has a throttle limit of two requests per second per client. If a client application submits more than two requests per second, the
service throttles the requests and returns an error message indicating the cause.
The following operations are available through the Ownership service:
• Get Ownership Summary (GetOwnershipSummary_1): Retrieves data for either
• Company ownership details (Consolidated), including aggregation of fund holding up to parent firm level, information on the top 'n'
investment firm (and individual investor) shareholders and recent buying and selling activity involving the company's stock.
• Fund ownership details, information on the top 'n' investment fund shareholders (including hedge funds, equity, mixed funds and
pension funds), and recent buying and selling activity involving the company's stock.
• Get Shareholders Report (GetShareholdersReport_1): Retrieves details of holders of a stock by either Consolidated or Fund type.
• Get Insiders Report (GetInsidersReport_1): Retrieves the most recent positions held by insider and stakeholder investors, including
shareholding details and current market values for regular issue, convertible, and preferred stocks.
• Get Insider Transactions (GetInsiderTransactions_1): Retrieves details on officers and directors that purchased their company's
common stock (latest two years).
• Get Investor Holdings (GetInvestorHoldings_1): Retrieves holding data for a specific investor or fund.
15.2 Authentication/Authorization
15.2.1 Authorization
All requests to the Ownership service require an authorization token. For details, see Understanding Authentication Tokens.
15.2.2 Authentication
The Ownership service uses Refinitiv Service User tokens. Unmanaged effective users are not supported in Ownership. Refinitiv
recommends clients use service token in the request to Ownership service.
For additional information on creating a ServiceToken, see Creating a Token.
Ownership Endpoint
http://api.rkd.refinitiv.com/api/Ownership/Ownership.svc
WSDL
http://api.rkd.refinitiv.com/schemas/Ownership/wsdl/Ownership_1_HttpAndRKDToken.wsdl
{
"GetOwnershipSummary_Request_1": {
"Symbol": {
"Type": "RIC",
"Value": "IBM"
},
"ViewType": "Consolidated",
"RequestOptions": {
"IncludeOrganization": true,
"IncludeInstrumentInformation": true,
"IncludeIdentifiers": true,
"IncludeInvestorHolding": true,
"IncludeConcentration": true,
"IncludeActivity": true,
"IncludeBreakdown": true
}
}
}
15.3.1.3 Parameters That Can be Used in the Get Ownership Summary Request
The following table lists the parameters you can use in the request:
ATTRIBUTE DESCRIPTION
Symbol Shows symbol for which the ownership summary has to be returned. Includes the following values:
• Type: Defines symbol type. The following types are supported:
• CUSIP
• ISIN
• SEDOL
• RIC
• OAPermID
• Value: Input value for the symbol.
RequestOptions This optional attribute determines additional data of the instrument or shareholders to be returned.
Values are True or False:
• IncludeOrganization: Organization details of the instrument requested.
• IncludeInstrumentInformation: Instrument details of the instrument requested.
• IncludeIdentifiers: Return additional identifiers of the instrument requested.
• IncludeInvestorHolding: Return investor holding information.
• IncludeConcentration: Return instrument concentration information.
• IncludeActivity: Return instrument activity (recent buy and sell) information.
• IncludeBreakdown: Return investment breakdown of investment (such as investor types, region,
rotations etc).
<GetOwnershipSummary_Response_1 xmlns="http://www.reuters.com/ns/2014/10/02/webservices/rkd/
Ownership_1">
<SymbolReport>
<Symbol>
<Type>RIC</Type>
<Value>IBM</Value>
</Symbol>
<Identifiers>
<Identifier>
<Symbol>RIC</Symbol>
<Value>IBM</Value>
</Identifier>
<Identifier>
<Symbol>OAPermID</Symbol>
<Value>4295904307</Value>
</Identifier>
<Identifier>
<Symbol>TickerSymbol</Symbol>
<Value>IBM</Value>
</Identifier>
<Identifier>
<Symbol>PrimaryRic</Symbol>
<Value>IBM</Value>
</Identifier>
</Identifiers>
<Organization>
<Name>International Business Machines Corp</Name>
<MarketCap>145109.91302811</MarketCap>
<CountryCode>US</CountryCode>
<CountryName>United States of America</CountryName>
<IndustryCode>5720101013</IndustryCode>
<IndustryName>Technology Consulting & Outsourcing Services</IndustryName>
</Organization>
<InstrumentInformation>
<ExchangeName>NO MARKET (EG, UNLISTED)</ExchangeName>
<FreeFloat>948782865</FreeFloat>
<FreeFloatPercent>99.78</FreeFloatPercent>
<SharesOutstanding>950854551</SharesOutstanding>
<SharesHeldByStrategicInvestors>2071686</SharesHeldByStrategicInvestors>
<StrategicEntitiesOwnPct>0.217876224899091</StrategicEntitiesOwnPct>
</InstrumentInformation>
<TotalShareholderCount>2669</TotalShareholderCount>
<Shareholders>
<Investor>
<Name>Berkshire Hathaway Inc.</Name>
<InvestorPermId>4295908552</InvestorPermId>
<LipperRICCode/>
<InvestorType>Insurance Company</InvestorType>
<Holding>
<PctOfSharesOutstanding>8.54</PctOfSharesOutstanding>
<SharesHeld>81232303</SharesHeld>
<SharesHeldChange>0</SharesHeldChange>
<HoldingsDate>20160630T00:00:00</HoldingsDate>
<TurnOverRating>LOW</TurnOverRating>
</Holding>
</Investor>
<Investor>
<Name>The Vanguard Group, Inc.</Name>
<InvestorPermId>4297651992</InvestorPermId>
<LipperRICCode/>
<InvestorType>Investment Advisor</InvestorType>
<Holding>
<PctOfSharesOutstanding>5.83</PctOfSharesOutstanding>
<SharesHeld>55476336</SharesHeld>
<SharesHeldChange>1216940</SharesHeldChange>
<HoldingsDate>20160630T00:00:00</HoldingsDate>
<TurnOverRating>LOW</TurnOverRating>
</Holding>
</Investor>
...
<Investor>
<Name>Charles Schwab Investment Management, Inc.</Name>
<InvestorPermId>5000047876</InvestorPermId>
<LipperRICCode/>
<InvestorType>Investment Advisor</InvestorType>
<Holding>
<PctOfSharesOutstanding>0.42</PctOfSharesOutstanding>
<SharesHeld>3989783</SharesHeld>
<SharesHeldChange>361173</SharesHeldChange>
<HoldingsDate>20160630T00:00:00</HoldingsDate>
<TurnOverRating>LOW</TurnOverRating>
</Holding>
</Investor>
</Shareholders>
<Concentrations>
<Concentration>
<TotalInvestors>2669</TotalInvestors>
<PctOfSharesOutstanding>58.9599999999997</PctOfSharesOutstanding>
<SharesHeld>574721696</SharesHeld>
<SharesHeldValue>87389264795.0501</SharesHeldValue>
</Concentration>
<Concentration>
<TotalInvestors>10</TotalInvestors>
<PctOfSharesOutstanding>29.6</PctOfSharesOutstanding>
<SharesHeld>281641897</SharesHeld>
<SharesHeldValue>42618539009.86</SharesHeldValue>
</Concentration>
...
<Concentration>
<TotalInvestors>100</TotalInvestors>
<PctOfSharesOutstanding>49.26</PctOfSharesOutstanding>
<SharesHeld>468569813</SharesHeld>
<SharesHeldValue>71120791893.4</SharesHeldValue>
</Concentration>
</Concentrations>
<RecentActivity>
<Buys>
<Buy>
<Name>Capital Research Global Investors</Name>
<SharesHeldChange>3194471</SharesHeldChange>
<SharesHeldChangeValue>484856808.38</SharesHeldChangeValue>
</Buy>
<Buy>
<Name>Managed Account Advisors LLC</Name>
<SharesHeldChange>2976516</SharesHeldChange>
<SharesHeldChangeValue>451775598.48</SharesHeldChangeValue>
</Buy>
...
<Buy>
<Name>Capital World Investors</Name>
<SharesHeldChange>972000</SharesHeldChange>
<SharesHeldChangeValue>147530160</SharesHeldChangeValue>
</Buy>
</Buys>
<Sells>
<Sell>
<Name>Magellan Asset Management Limited</Name>
<SharesHeldChange>2877482</SharesHeldChange>
<SharesHeldChangeValue>436744217.96</SharesHeldChangeValue>
</Sell>
<Sell>
<Name>Wells Fargo Bank, N.A.</Name>
<SharesHeldChange>1629870</SharesHeldChange>
<SharesHeldChangeValue>247381668.6</SharesHeldChangeValue>
</Sell>
...
<Sell>
<Name>Fidelity Management & Research Company</Name>
<SharesHeldChange>1344984</SharesHeldChange>
<SharesHeldChangeValue>204141671.52</SharesHeldChangeValue>
</Sell>
</Sells>
</RecentActivity>
<Breakdowns>
<Types>
<Type>
<Category>Investment Advisor</Category>
<InvestorCount>1506</InvestorCount>
<OwnershipPercentage>24.13</OwnershipPercentage>
<SharesHeld>240471788</SharesHeld>
<SharesHeldValue>36614122685.03</SharesHeldValue>
</Type>
<Type>
<Category>Investment Advisor/Hedge Fund</Category>
<InvestorCount>364</InvestorCount>
<OwnershipPercentage>14.66</OwnershipPercentage>
<SharesHeld>141138309</SharesHeld>
<SharesHeldValue>21491675563.01</SharesHeldValue>
</Type>
...
<Type>
<Category>Venture Capital</Category>
<InvestorCount>1</InvestorCount>
<OwnershipPercentage>0</OwnershipPercentage>
<SharesHeld>3925</SharesHeld>
<SharesHeldValue>595736.5</SharesHeldValue>
</Type>
</Types>
<Styles>
<Style>
<Category>Index</Category>
<InvestorCount>59</InvestorCount>
<OwnershipPercentage>21.22</OwnershipPercentage>
<SharesHeld>201897570</SharesHeld>
<SharesHeldValue>30717034425.02</SharesHeldValue>
</Style>
<Style>
<Category>GARP</Category>
<InvestorCount>285</InvestorCount>
<OwnershipPercentage>13.77</OwnershipPercentage>
<SharesHeld>132965732</SharesHeld>
<SharesHeldValue>20218535524.92</SharesHeldValue>
</Style>
...
<Style>
<Category>Fund of Funds Hedge</Category>
<InvestorCount>1</InvestorCount>
<OwnershipPercentage>0</OwnershipPercentage>
<SharesHeld>280</SharesHeld>
<SharesHeldValue>42498.4</SharesHeldValue>
</Style>
</Styles>
<Regions>
<Region>
<Category>North America</Category>
<InvestorCount>1756</InvestorCount>
<OwnershipPercentage>50.58</OwnershipPercentage>
<SharesHeld>492512716</SharesHeld>
<SharesHeldValue>74924460136.38</SharesHeldValue>
</Region>
<Region>
<Category>Europe</Category>
<InvestorCount>374</InvestorCount>
<OwnershipPercentage>6.78</OwnershipPercentage>
<SharesHeld>66586812</SharesHeld>
<SharesHeldValue>10076774508.34</SharesHeldValue>
</Region>
...
<Region>
<Category>Middle East</Category>
<InvestorCount>2</InvestorCount>
<OwnershipPercentage>0</OwnershipPercentage>
<SharesHeld>2902</SharesHeld>
<SharesHeldValue>440465.56</SharesHeldValue>
</Region>
</Regions>
<Countries>
<Country>
<Category>United States</Category>
<InvestorCount>1686</InvestorCount>
<OwnershipPercentage>48.87</OwnershipPercentage>
<SharesHeld>475869730</SharesHeld>
<SharesHeldValue>72377330591.09</SharesHeldValue>
</Country>
<Country>
<Category>United Kingdom</Category>
<InvestorCount>76</InvestorCount>
<OwnershipPercentage>2.54</OwnershipPercentage>
<SharesHeld>24476401</SharesHeld>
<SharesHeldValue>3761179507.88</SharesHeldValue>
</Country>
...
<Country>
<Category>Isle of Man</Category>
<InvestorCount>1</InvestorCount>
<OwnershipPercentage>0</OwnershipPercentage>
<SharesHeld>90</SharesHeld>
<SharesHeldValue>12385.8</SharesHeldValue>
</Country>
</Countries>
<Metros>
<Metro>
<Category>BostonCambridgeQuincy, MANH</Category>
<InvestorCount>127</InvestorCount>
<OwnershipPercentage>8.75</OwnershipPercentage>
<SharesHeld>83983185</SharesHeld>
<SharesHeldValue>12756368604.38</SharesHeldValue>
</Metro>
<Metro>
<Category>OmahaCouncil Bluffs, NEIA</Category>
<InvestorCount>12</InvestorCount>
<OwnershipPercentage>8.55</OwnershipPercentage>
<SharesHeld>81424004</SharesHeld>
<SharesHeldValue>12359332731.21</SharesHeldValue>
</Metro>
...
<Metro>
<Category>Cheyenne, WY</Category>
<InvestorCount>1</InvestorCount>
<OwnershipPercentage>0</OwnershipPercentage>
<SharesHeld>704</SharesHeld>
<SharesHeldValue>106853.12</SharesHeldValue>
</Metro>
</Metros>
<Rotations>
<Rotation>
<Category>Holds</Category>
<InvestorCount>2217</InvestorCount>
<OwnershipPercentage>58.98</OwnershipPercentage>
<SharesHeld>574843292</SharesHeld>
<SharesHeldValue>87420505615.64</SharesHeldValue>
</Rotation>
<Rotation>
<Category>No Change</Category>
<InvestorCount>2667</InvestorCount>
<OwnershipPercentage>58.97</OwnershipPercentage>
<SharesHeld>574772159</SharesHeld>
<SharesHeldValue>87409650008.51</SharesHeldValue>
</Rotation>
...
<Rotation>
<Category>Buys</Category>
<InvestorCount>1</InvestorCount>
<OwnershipPercentage>0</OwnershipPercentage>
<SharesHeld>4908</SharesHeld>
<SharesHeldValue>749009.88</SharesHeldValue>
</Rotation>
</Rotations>
<Turnovers>
<Turnover>
<Category>LOW</Category>
<InvestorCount>1764</InvestorCount>
<OwnershipPercentage>54.9299999999998</OwnershipPercentage>
<SharesHeld>532598091</SharesHeld>
<SharesHeldValue>80949749602.86</SharesHeldValue>
</Turnover>
<Turnover>
<Category>MED</Category>
<InvestorCount>500</InvestorCount>
<OwnershipPercentage>3.06999999999999</OwnershipPercentage>
<SharesHeld>31571048</SharesHeld>
<SharesHeldValue>4820799106.17</SharesHeldValue>
</Turnover>
...
<Turnover>
<Category>Total</Category>
<InvestorCount>2601</InvestorCount>
<OwnershipPercentage>58.9599999999997</OwnershipPercentage>
<SharesHeld>574721696</SharesHeld>
<SharesHeldValue>87389264795.0501</SharesHeldValue>
</Turnover>
</Turnovers>
</Breakdowns>
</SymbolReport>
</GetOwnershipSummary_Response_1>
{
"GetOwnershipSummary_Response_1": {
"SymbolReport": {
"Symbol": {
"Type": "RIC",
"Value": "IBM"
},
"Identifiers": {
"Identifier": [
{
"Symbol": "RIC",
"Value": "IBM"
},
{
"Symbol": "OAPermID",
"Value": "4295904307"
},
{
"Symbol": "TickerSymbol",
"Value": "IBM"
},
{
"Symbol": "PrimaryRic",
"Value": "IBM"
}
]
},
"Organization": {
"Name": "International Business Machines Corp",
"MarketCap": 145109.91302811,
"CountryCode": "US",
"CountryName": "United States of America",
"IndustryCode": "5720101013",
"IndustryName": "Technology Consulting & Outsourcing Services"
},
"InstrumentInformation": {
"ExchangeName": "NO MARKET (EG, UNLISTED)",
"FreeFloat": 948782865.0,
"FreeFloatPercent": 99.78,
"SharesOutstanding": 950854551.0,
"SharesHeldByStrategicInvestors": 2071686.0,
"StrategicEntitiesOwnPct": 0.217876224899091
},
"TotalShareholderCount": 2669,
"Shareholders": {
"Investor": [
{
"Name": "Berkshire Hathaway Inc.",
"InvestorPermId": "4295908552",
"LipperRICCode": null,
"InvestorType": "Insurance Company",
"Holding": {
"PctOfSharesOutstanding": 8.54,
"SharesHeld": 81232303.0,
"SharesHeldChange": 0.0,
"HoldingsDate": "20160630T00:00:00",
"TurnOverRating": "LOW"
}
},
{
"Name": "The Vanguard Group, Inc.",
"InvestorPermId": "4297651992",
"LipperRICCode": null,
"InvestorType": "Investment Advisor",
"Holding": {
"PctOfSharesOutstanding": 5.83,
"SharesHeld": 55476336.0,
"SharesHeldChange": 1216940.0,
"HoldingsDate": "20160630T00:00:00",
"TurnOverRating": "LOW"
}
},
...
{
"Name": "Charles Schwab Investment Management, Inc.",
"InvestorPermId": "5000047876",
"LipperRICCode": null,
"InvestorType": "Investment Advisor",
"Holding": {
"PctOfSharesOutstanding": 0.42,
"SharesHeld": 3989783.0,
"SharesHeldChange": 361173.0,
"HoldingsDate": "20160630T00:00:00",
"TurnOverRating": "LOW"
}
}
]
},
"Concentrations": {
"Concentration": [
{
"TotalInvestors": 2669,
"PctOfSharesOutstanding": 58.9599999999997,
"SharesHeld": 574718946.0,
"SharesHeldValue": 87388847400.0501
},
{
"TotalInvestors": 10,
"PctOfSharesOutstanding": 29.6,
"SharesHeld": 281641897.0,
"SharesHeldValue": 42618539009.86
},
...
{
"TotalInvestors": 100,
"PctOfSharesOutstanding": 49.26,
"SharesHeld": 468569813.0,
"SharesHeldValue": 71120791893.4
}
]
},
"RecentActivity": {
"Buys": {
"Buy": [
{
"Name": "Capital Research Global Investors",
"SharesHeldChange": 3194471.0,
"SharesHeldChangeValue": 484856808.38
},
{
"Name": "Managed Account Advisors LLC",
"SharesHeldChange": 2976516.0,
"SharesHeldChangeValue": 451775598.48
},
...
{
"Name": "Capital World Investors",
"SharesHeldChange": 972000.0,
"SharesHeldChangeValue": 147530160.0
}
]
},
"Sells": {
"Sell": [
{
"Name": "Magellan Asset Management Limited",
"SharesHeldChange": 2877482.0,
"SharesHeldChangeValue": 436744217.96
},
{
"Name": "Wells Fargo Bank, N.A.",
"SharesHeldChange": 1629870.0,
"SharesHeldChangeValue": 247381668.6
},
...
{
"Name": "Fidelity Management & Research Company",
"SharesHeldChange": 1344984.0,
"SharesHeldChangeValue": 204141671.52
}
]
}
},
"Breakdowns": {
"Types": {
"Type": [
{
"Category": "Investment Advisor",
"InvestorCount": 1506,
"OwnershipPercentage": 24.13,
"SharesHeld": 240471788.0,
"SharesHeldValue": 36614122685.03
},
{
"Category": "Investment Advisor/Hedge Fund",
"InvestorCount": 364,
"OwnershipPercentage": 14.66,
"SharesHeld": 141138309.0,
"SharesHeldValue": 21491675563.01
},
...
{
"Category": "Venture Capital",
"InvestorCount": 1,
"OwnershipPercentage": 0.0,
"SharesHeld": 3925.0,
"SharesHeldValue": 595736.5
}
]
},
"Styles": {
"Style": [
{
"Category": "Index",
"InvestorCount": 59,
"OwnershipPercentage": 21.22,
"SharesHeld": 201897570.0,
"SharesHeldValue": 30717034425.02
},
{
"Category": "GARP",
"InvestorCount": 285,
"OwnershipPercentage": 13.77,
"SharesHeld": 132965732.0,
"SharesHeldValue": 20218535524.92
},
...
{
"Category": "Fund of Funds Hedge",
"InvestorCount": 1,
"OwnershipPercentage": 0.0,
"SharesHeld": 280.0,
"SharesHeldValue": 42498.4
}
]
},
"Regions": {
"Region": [
{
"Category": "North America",
"InvestorCount": 1756,
"OwnershipPercentage": 50.58,
"SharesHeld": 492512716.0,
"SharesHeldValue": 74924460136.38
},
{
"Category": "Europe",
"InvestorCount": 374,
"OwnershipPercentage": 6.78,
"SharesHeld": 66586812.0,
"SharesHeldValue": 10076774508.34
},
...
{
"Category": "Middle East",
"InvestorCount": 2,
"OwnershipPercentage": 0.0,
"SharesHeld": 2902.0,
"SharesHeldValue": 440465.56
}
]
},
"Countries": {
"Country": [
{
"Category": "United States",
"InvestorCount": 1686,
"OwnershipPercentage": 48.87,
"SharesHeld": 475869730.0,
"SharesHeldValue": 72377330591.09
},
{
"Category": "United Kingdom",
"InvestorCount": 76,
"OwnershipPercentage": 2.54,
"SharesHeld": 24476401.0,
"SharesHeldValue": 3761179507.88
},
...
{
"Category": "Isle of Man",
"InvestorCount": 1,
"OwnershipPercentage": 0.0,
"SharesHeld": 90.0,
"SharesHeldValue": 12385.8
}
]
},
"Metros": {
"Metro": [
{
"Category": "BostonCambridgeQuincy, MANH",
"InvestorCount": 127,
"OwnershipPercentage": 8.75,
"SharesHeld": 83983185.0,
"SharesHeldValue": 12756368604.38
},
{
"Category": "OmahaCouncil Bluffs, NEIA",
"InvestorCount": 12,
"OwnershipPercentage": 8.55,
"SharesHeld": 81424004.0,
"SharesHeldValue": 12359332731.21
},
...
{
"Category": "Cheyenne, WY",
"InvestorCount": 1,
"OwnershipPercentage": 0.0,
"SharesHeld": 704.0,
"SharesHeldValue": 106853.12
}
]
},
"Rotations": {
"Rotation": [
{
"Category": "Holds",
"InvestorCount": 2217,
"OwnershipPercentage": 58.98,
"SharesHeld": 574843292.0,
"SharesHeldValue": 87420505615.64
},
{
"Category": "No Change",
"InvestorCount": 2667,
"OwnershipPercentage": 58.97,
"SharesHeld": 574772159.0,
"SharesHeldValue": 87409650008.51
},
...
{
"Category": "Buys",
"InvestorCount": 1,
"OwnershipPercentage": 0.0,
"SharesHeld": 4908.0,
"SharesHeldValue": 749009.88
}
]
},
"Turnovers": {
"Turnover": [
{
"Category": "LOW",
"InvestorCount": 1767,
"OwnershipPercentage": 55.1099999999998,
"SharesHeld": 534294100.0,
"SharesHeldValue": 81207235090.84
},
{
"Category": "MED",
"InvestorCount": 497,
"OwnershipPercentage": 2.88999999999999,
"SharesHeld": 29872289.0,
"SharesHeldValue": 4562896223.19
},
...
{
"Category": "Total",
"InvestorCount": 2601,
"OwnershipPercentage": 58.9599999999997,
"SharesHeld": 574718946.0,
"SharesHeldValue": 87388847400.0501
}
]
}
}
}
}
}
ATTRIBUTE DESCRIPTION
SymbolReport • Symbol
• Identifiers
• Organization
• InstrumentInformation
• TotalShareholderCount
• Shareholders
• Concentrations
• RecentActivity
• Breakdowns
Symbol The company name and symbol of subject company. Can have the following values:
• Type: The organization's name.
• Value: The symbol value in the request for company events.
Identifiers Identifier Provides information on what industries the company is a component of. Can have the
following values:
• Symbol
• Value
ATTRIBUTE DESCRIPTION
Holding • PctOfSharesOutstanding
• Consolidated: Percentage of shares outstanding that shares represent
• Fund: Number of shares held as a percentage of the shares outstanding. Adjusted for
corporate actions, but not consolidated with other filing sources.
• SharesHeld: Number of shares held as of the report date (split adjusted as of feed date)
• SharesHeldChange
• Consolidated: Change in the holdings value since the previous filing. Consolidated view of
holdings.
• Fund: Number of shares traded as a percentage of the shares outstanding. Adjusted for
corporate actions, but not consolidated with other filing sources.
• HoldingsDate: Date of shares reported.
• TurnOverRating: Textual Description for OwnershipTurnoverRatingCode. Qualitative value for
Turnover Value as follows: 0 = N/A 1 = Low 2 = Medium 3 = High 4 = Very High
ATTRIBUTE DESCRIPTION
Concentration • TotalInvestors: Total number of Investors, top 10, 20, 50, 100 and all. The following take this
number into consideration for calculations.
• PctOfSharesOutstanding: Sum of the following:
• Consolidated: Percentage of shares outstanding that shares represent
• Fund: Number of shares held as a percentage of the shares outstanding. Adjusted for
corporate actions, but not consolidated with other filing sources.
• SharesHeld: Sum of the number of shares held as of the report date (split adjusted as of feed
date)
• SharesHeldValue: Sum of:
• Consolidated: Value of investor's holdings in a particular instrument
• Fund: Value of investor's holdings in a particular instrument (adjusted for any corporate
actions)
Sells • Name
• SharesHeldChange
• SharesHeldChangeValue
ATTRIBUTE DESCRIPTION
<IncludeInvestorHolding>true</IncludeInvestorHolding>
<IncludeInvestorContact>true</IncludeInvestorContact>
<IncludeInvestorLocation>true</IncludeInvestorLocation>
</RequestOptions>
</GetShareholdersReport_Request_1>
-{
-"GetShareholdersReport_Request_1": {
-"Symbol": {
"Type": "RIC",
"Value": "IBM"
},
"ViewType": "Consolidated",
-"RequestOptions": {
"From": 1,
"Count": 20,
"IncludeIdentifiers": true,
"IncludeOrganization": true,
"IncludeInstrumentInformation": true,
"IncludeInvestorHolding": true,
"IncludeInvestorContact": true,
"IncludeInvestorLocation": true
}
}
}
The following table lists the parameters you can use in the request:
ATTRIBUTE DESCRIPTION
Symbol Shows symbol for which the ownership summary has to be returned. Includes the following values:
• Type: Defines symbol type. The following types are supported:
• CUSIP
• ISIN
• SEDOL
• RIC
• OAPermID
• Value: Input value for the symbol.
ATTRIBUTE DESCRIPTION
RequestOptions This optional attribute determines additional data of the instrument or shareholders to be returned.
Values are True or False:
• From: Record number/row from which point to return results.
• Count: Depth of records per page to return, maximum value is 200.
• IncludeOrganization: Organization details of the instrument requested.
• IncludeInstrumentInformation: Instrument details of the instrument requested.
• IncludeIdentifiers: Return additional identifiers of the instrument requested.
• IncludeInvestorHolding: Return investor holding information.
• IncludeInvestorContact: Return investor contact information.
• IncludeInvestorLocation: Return investor location information.
<GetShareholdersReport_Response_1 xmlns="http://www.reuters.com/ns/2014/10/02/webservices/rkd/
Ownership_1">
<SymbolReport>
<Symbol>
<Type>RIC</Type>
<Value>TRI.TO</Value>
</Symbol>
<Identifiers>
<Identifier>
<Symbol>RIC</Symbol>
<Value>TRI.TO</Value>
</Identifier>
<Identifier>
<Symbol>OAPermID</Symbol>
<Value>4295861160</Value>
</Identifier>
<Identifier>
<Symbol>TickerSymbol</Symbol>
<Value>TRI</Value>
</Identifier>
<Identifier>
<Symbol>PrimaryRic</Symbol>
<Value>TRI.TO</Value>
</Identifier>
</Identifiers>
<Organization>
<Name>Thomson Reuters Corp</Name>
<MarketCap>40473.8275914</MarketCap>
<CountryCode>US</CountryCode>
<CountryName>United States of America</CountryName>
<IndustryCode>5220307010</IndustryCode>
<IndustryName>Professional Information Services (NEC)</IndustryName>
</Organization>
<InstrumentInformation>
<ExchangeName>TORONTO STOCK EXCHANGE</ExchangeName>
<FreeFloat>283493157</FreeFloat>
<FreeFloatPercent>38.49</FreeFloatPercent>
<SharesOutstanding>736557372</SharesOutstanding>
<SharesHeldByStrategicInvestors>453064215</SharesHeldByStrategicInvestors>
<StrategicEntitiesOwnPct>61.5110556520233</StrategicEntitiesOwnPct>
</InstrumentInformation>
<TotalShareholderCount>691</TotalShareholderCount>
<Shareholders>
<Investor>
<Name>Acadian Asset Management LLC</Name>
<InvestorPermId>4296429306</InvestorPermId>
<InvestorParentType>Investment Managers</InvestorParentType>
<LipperRICCode/>
<InvestorType>Investment Advisor/Hedge Fund</InvestorType>
<InvestmentStyle>Deep Value</InvestmentStyle>
<Orientation>Active</Orientation>
<TurnoverRating>MED</TurnoverRating>
<TurnoverPct>76.69</TurnoverPct>
<InvestorRegion>North America</InvestorRegion>
<TotalEquityAssets>28108568848.53</TotalEquityAssets>
<Holding>
<SharesHeld>11400</SharesHeld>
<PctOfSharesOutstanding>0</PctOfSharesOutstanding>
<HoldingsPctofPortfolio>0</HoldingsPctofPortfolio>
<SharesHeldValue>471127.8</SharesHeldValue>
<HoldingsDate>2016-09-30T00:00:00</HoldingsDate>
<FilingType>13F</FilingType>
<SharesHeldChange>-173700</SharesHeldChange>
<SharesHeldValChg>-7178499.9</SharesHeldValChg>
<PctOfSharesOutstandingChange>0</PctOfSharesOutstandingChange>
<SharesHeldChangePct>-93.84</SharesHeldChangePct>
<WeightCountry>33.33</WeightCountry>
<PctCountry>0.06</PctCountry>
<WeightSector>13.33</WeightSector>
<PctSector>0.15</PctSector>
<WeightExchange>0</WeightExchange>
<PctExchange>0.12</PctExchange>
</Holding>
<PrevHolding>
<PrevPctOfSharesOutstanding>0.02</PrevPctOfSharesOutstanding>
<SharesHeld>185100</SharesHeld>
<SharesHeldValue>7486795.23</SharesHeldValue>
<HoldingsDate>2016-06-30T00:00:00</HoldingsDate>
<FilingType>13F</FilingType>
</PrevHolding>
<InvestorContact>
<Name>John R. Chisholm </Name>
<Phone>+1 (617) 8503555</Phone>
</InvestorContact>
<InvestorLocation>
<MetroArea>Boston-Cambridge-Quincy, MA-NH</MetroArea>
<City>Boston</City>
<Country>United States</Country>
</InvestorLocation>
</Investor>
<Investor>
<Name>Acker Finley, Inc.</Name>
<InvestorPermId>5000727598</InvestorPermId>
<InvestorParentType>Investment Managers</InvestorParentType>
<LipperRICCode/>
<InvestorType>Investment Advisor</InvestorType>
<InvestmentStyle>Core Value</InvestmentStyle>
<Orientation>Active</Orientation>
<TurnoverRating/>
<TurnoverPct xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<InvestorRegion>North America</InvestorRegion>
<TotalEquityAssets>59146198.78</TotalEquityAssets>
<Holding>
<SharesHeld>0</SharesHeld>
<PctOfSharesOutstanding>0</PctOfSharesOutstanding>
<HoldingsPctofPortfolio>0</HoldingsPctofPortfolio>
<SharesHeldValue>0</SharesHeldValue>
<HoldingsDate>2015-06-30T00:00:00</HoldingsDate>
<FilingType>Aggregate MFs</FilingType>
<SharesHeldChange>-14400</SharesHeldChange>
<SharesHeldValChg>-548285.76</SharesHeldValChg>
<PctOfSharesOutstandingChange>0</PctOfSharesOutstandingChange>
<SharesHeldChangePct>-100</SharesHeldChangePct>
<WeightCountry>0</WeightCountry>
<PctCountry>0</PctCountry>
<WeightSector>0</WeightSector>
<PctSector>0</PctSector>
<WeightExchange>0</WeightExchange>
<PctExchange>0</PctExchange>
</Holding>
<PrevHolding>
<PrevPctOfSharesOutstanding>0</PrevPctOfSharesOutstanding>
<SharesHeld>14400</SharesHeld>
<SharesHeldValue>580933.44</SharesHeldValue>
<HoldingsDate>2014-12-31T00:00:00</HoldingsDate>
<FilingType>Aggregate MFs</FilingType>
</PrevHolding>
<InvestorContact>
<Name>Brian G. Acker </Name>
</InvestorContact>
<InvestorLocation>
<MetroArea/>
<City>Toronto</City>
<Country>Canada</Country>
</InvestorLocation>
</Investor>
<Investor>
<Name>Acrospire Investment Management LLC</Name>
<InvestorPermId>5045917010</InvestorPermId>
<InvestorParentType>Investment Managers</InvestorParentType>
<LipperRICCode/>
<InvestorType>Hedge Fund</InvestorType>
<InvestmentStyle>Hedge Fund</InvestmentStyle>
<Orientation>Active</Orientation>
<TurnoverRating>HIGH</TurnoverRating>
<TurnoverPct>198.99</TurnoverPct>
<InvestorRegion>North America</InvestorRegion>
<TotalEquityAssets>140917244.34</TotalEquityAssets>
<Holding>
<SharesHeld>500</SharesHeld>
<PctOfSharesOutstanding>0</PctOfSharesOutstanding>
<HoldingsPctofPortfolio>0.01</HoldingsPctofPortfolio>
<SharesHeldValue>20223.65</SharesHeldValue>
<HoldingsDate>2016-06-30T00:00:00</HoldingsDate>
<FilingType>13F</FilingType>
<SharesHeldChange>500</SharesHeldChange>
<SharesHeldValChg>20223.65</SharesHeldValChg>
<PctOfSharesOutstandingChange>0</PctOfSharesOutstandingChange>
<SharesHeldChangePct>0</SharesHeldChangePct>
<WeightCountry xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance"/>
<PctCountry xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance"/>
<WeightSector xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance"/>
<PctSector xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<WeightExchange xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance"/>
<PctExchange xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance"/>
</Holding>
<PrevHolding>
<PrevPctOfSharesOutstanding xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance"/>
<SharesHeld xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance"/>
<SharesHeldValue xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance"/>
<HoldingsDate xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance"/>
<FilingType/>
</PrevHolding>
<InvestorContact>
<Name>Boris Krupa </Name>
</InvestorContact>
<InvestorLocation>
<MetroArea>Chicago-Naperville-Joliet, IL-IN-WI</MetroArea>
<City>Chicago</City>
<Country>United States</Country>
</InvestorLocation>
</Investor>
</Shareholders>
</SymbolReport>
</GetShareholdersReport_Response_1>
{
"GetShareholdersReport_Response_1": {
"SymbolReport": {
"Symbol": {
"Type": "RIC",
"Value": "TRI.TO"
},
"Identifiers": {
"Identifier": [
{
"Symbol": "RIC",
"Value": "TRI.TO"
},
{
"Symbol": "OAPermID",
"Value": "4295861160"
},
{
"Symbol": "TickerSymbol",
"Value": "TRI"
},
{
"Symbol": "PrimaryRic",
"Value": "TRI.TO"
}
]
},
"Organization": {
"Name": "Thomson Reuters Corp",
"MarketCap": 40473.8275914,
"CountryCode": "US",
"CountryName": "United States of America",
"IndustryCode": "5220307010",
"IndustryName": "Professional Information Services (NEC)"
},
"InstrumentInformation": {
"ExchangeName": "TORONTO STOCK EXCHANGE",
"FreeFloat": 283493157.0,
"FreeFloatPercent": 38.49,
"SharesOutstanding": 736557372.0,
"SharesHeldByStrategicInvestors": 453064215.0,
"StrategicEntitiesOwnPct": 61.5110556520233
},
"TotalShareholderCount": 691,
"Shareholders": {
"Investor": [
{
"Name": "World Asset Management, Inc.",
"InvestorPermId": "4296408281",
"InvestorParentType": "Investment Managers",
"LipperRICCode": null,
"InvestorType": "Investment Advisor",
"InvestmentStyle": "Index",
"Orientation": "Passive",
"TurnoverRating": "LOW",
"TurnoverPct": 10.03,
"InvestorRegion": "North America",
"TotalEquityAssets": 9371484821.03,
"Holding": {
"SharesHeld": 92999.0,
"PctOfSharesOutstanding": 0.01,
"HoldingsPctofPortfolio": 0.04,
"SharesHeldValue": 3761558.45,
"HoldingsDate": "2016-06-30T00:00:00",
"FilingType": "13F",
"SharesHeldChange": 3539.0,
"SharesHeldValChg": 143142.99,
"PctOfSharesOutstandingChange": 100.0,
"SharesHeldChangePct": 3.96,
"WeightCountry": 33.33,
"PctCountry": 0.03,
"WeightSector": 25.0,
"PctSector": 0.04,
"WeightExchange": 100.0,
"PctExchange": 0.01
},
"PrevHolding": {
"PrevPctOfSharesOutstanding": 0.01,
"SharesHeld": 89460.0,
"SharesHeldValue": 3619954.17,
"HoldingsDate": "2016-03-31T00:00:00",
"FilingType": "13F"
},
"InvestorContact": {
"Name": "Dennis A. Johnson "
},
"InvestorLocation": {
"MetroArea": "Detroit-Warren-Livonia, MI",
"City": "Detroit",
"LipperRICCode": null,
"InvestorType": "Investment Advisor/Hedge Fund",
"InvestmentStyle": "Hedge Fund",
"Orientation": "Passive",
"TurnoverRating": "HIGH",
"TurnoverPct": 108.9,
"InvestorRegion": "Europe",
"TotalEquityAssets": 6797438229.03,
"Holding": {
"SharesHeld": 0.0,
"PctOfSharesOutstanding": 0.0,
"HoldingsPctofPortfolio": 0.0,
"SharesHeldValue": 0.0,
"HoldingsDate": "2016-07-31T00:00:00",
"FilingType": "Aggregate MFs",
"SharesHeldChange": -864.0,
"SharesHeldValChg": -36481.88,
"PctOfSharesOutstandingChange": 0.0,
"SharesHeldChangePct": -100.0,
"WeightCountry": 0.0,
"PctCountry": 0.03,
"WeightSector": 0.0,
"PctSector": 0.05,
"WeightExchange": 0.0,
"PctExchange": 0.0
},
"PrevHolding": {
"PrevPctOfSharesOutstanding": 0.0,
"SharesHeld": 864.0,
"SharesHeldValue": 35548.5,
"HoldingsDate": "2016-04-30T00:00:00",
"FilingType": "Aggregate MFs"
},
"InvestorContact": {
"Name": "Matthew D. Beddall "
},
"InvestorLocation": {
"MetroArea": null,
"City": "London",
"Country": "United Kingdom"
}
}
]
}
}
}
}
ATTRIBUTE DESCRIPTION
SymbolReport • Symbol
• Identifiers
• Organization
• InstrumentInformation
• TotalShareholderCount
• Shareholders
Symbol The company name and symbol of subject company. Can have the following values:
• Type: The organization's name.
• Value: The symbol value in the request for company events.
Identifiers Identifier Provides information on what industries the company is a component of. Can have the
following values:
• Symbol
• Value
Organization Details of the organization (see Ownership Summary operation for details)
• Name
• MarketCap
• CountryCode
• CountryName
• IndustryCode
• IndustryName
InstrumentInformation Details on the instrument (see Ownership Summary operation for details)
• ExchangeName
• FreeFloat
• FreeFloatPercent
• SharesOutstanding
• SharesHeldByStrategicInvestors
• StrategicEntitiesOwnPct
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
Holding • SharesHeld: Number of shares held as of the report date (split adjusted as of feed date)
• PctOfSharesOutstanding
• Consolidated: Percentage of shares outstanding that shares represent
• Fund: Number of shares held as a percentage of the shares outstanding. Adjusted for
corporate actions , but not consolidated with other filing sources.
• HoldingsPctofPortfolio
• Consolidated: Percent of investor's portfolio value that a holding in a particular instrument
represents.
• Fund: Percent of fund's portfolio value that a holding in a particular instrument represents.
• SharesHeldValue:
• Consolidated: Value of investor's holdings in a particular instrument
• Fund: Value of investor's holdings in a particular instrument (adjusted for any corporate
actions)
• HoldingsDate: Previous date of shares reported
• FilingType:
• Consolidated: Previous Consolidated Holdings Filing Type Description
• Fund: Previous Fund Holdings Filing Type
• SharesHeldChange:
• Consolidated: Change in the holdings value since the previous filing. Consolidated view of
holdings.
• Fund: Number of shares held as a percentage of the shares outstanding. Adjusted for
corporate actions, but not consolidated with other filing sources.
• SharesHeldValChg:
• Consolidated: Net Change in the number of shares held since the previous filing.
Consolidated view of holdings.
• Fund: Change in the holdings value since the previous filing. Consolidated view of holdings.
• PctOfSharesOutstandingChange:
• Consolidated: Percent change in ‘Percent of Shares Outstanding Held’ since previous
filing.’
• Fund: Percent change in ‘Percent of Shares Outstanding Held’ since previous filing.
• SharesHeldChangePct:
• Consolidated: Percent Change in Shares Held
• Fund: Fund Percent Change in Holdings Position
ATTRIBUTE DESCRIPTION
insider shareholder, their contact details, and their location can also be requested. In addition to shareholder information, the following
supplementary details on the instrument can also be requested:
• Additional Symbol Identifiers
• Organization Information
• Instrument Information
The operation supports pagination however it is dependent on user entitlements. Maximum 'Count' value per page is 200.
The Count value is checked by the service to determine if it does not exceed a specific number, if it does the service overwrites the client
value to service default value.
{
"GetInsidersReport_Request_1": {
"Symbol": {
"Type": "RIC",
"Value": "VOD.L"
},
"RequestOptions": {
"From": 1,
"Count": 20,
"IncludeIdentifiers": true,
"IncludeOrganization": true,
"IncludeInstrumentInformation": true,
"IncludeInvestorHolding": true,
"IncludeInvestorContact": true,
"IncludeInvestorLocation": true
}
}
}
The following table lists the parameters you can use in the request:
ATTRIBUTE DESCRIPTION
Symbol Shows symbol for which the ownership summary has to be returned. Includes the following values:
• Type: Defines symbol type. The following types are supported:
• CUSIP
• ISIN
• SEDOL
• RIC
• OAPermID
• Value: Input value for the symbol.
RequestOptions This optional attribute determines additional data of the instrument or shareholders to be returned.
Values are True or False:
• From: Record number/row from which point to return results.
• Count: Depth of records per page to return, maximum value is 200.
• IncludeOrganization: Organization details of the instrument requested.
• IncludeInstrumentInformation: Instrument details of the instrument requested.
• IncludeIdentifiers: Return additional identifiers of the instrument requested.
• IncludeInvestorHolding: Return investor holding information.
• IncludeInvestorContact: Return investor contact information.
• IncludeInvestorLocation: Return investor location information.
<GetInsidersReport_Response_1 xmlns="http://www.reuters.com/ns/2014/10/02/webservices/rkd/
Ownership_1">
<SymbolReport>
<Symbol>
<Type>RIC</Type>
<Value>VOD.L</Value>
</Symbol>
<Identifiers>
<Identifier>
<Symbol>RIC</Symbol>
<Value>VOD.L</Value>
</Identifier>
<Identifier>
<Symbol>OAPermID</Symbol>
<Value>4295896661</Value>
</Identifier>
<Identifier>
<Symbol>TickerSymbol</Symbol>
<Value>VOD</Value>
</Identifier>
<Identifier>
<Symbol>PrimaryRic</Symbol>
<Value>VOD.L</Value>
</Identifier>
</Identifiers>
<Organization>
<Name>Vodafone Group PLC</Name>
<MarketCap>59006.221962282</MarketCap>
<CountryCode>GB</CountryCode>
<CountryName>United Kingdom</CountryName>
<IndustryCode>5810102010</IndustryCode>
<IndustryName>Wireless Telecommunications Services (NEC)</IndustryName>
</Organization>
<InstrumentInformation>
<ExchangeName>LONDON STOCK EXCHANGE</ExchangeName>
<FreeFloat>26514659919</FreeFloat>
<FreeFloatPercent>99.62</FreeFloatPercent>
<SharesOutstanding>26615345946</SharesOutstanding>
<SharesHeldByStrategicInvestors>100686027</SharesHeldByStrategicInvestors>
<StrategicEntitiesOwnPct>0.378300651076572</StrategicEntitiesOwnPct>
</InstrumentInformation>
<TotalShareholderCount>31</TotalShareholderCount>
<Shareholders>
<Investor>
<Name>Jeffery (Nicholas Simon)</Name>
<InvestorPermId/>
<InvestorParentType>Strategic Entities</InvestorParentType>
<LipperRICCode/>
<InvestorType>Individual Investor</InvestorType>
<InvestmentStyle/>
<Orientation/>
<TurnoverRating>LOW</TurnoverRating>
<TurnoverPct>17.98</TurnoverPct>
<InvestorRegion>Europe</InvestorRegion>
<TotalEquityAssets>2157986.13</TotalEquityAssets>
<Holding>
<SharesHeld>778972</SharesHeld>
<PctOfSharesOutstanding>0</PctOfSharesOutstanding>
<HoldingsPctofPortfolio>100</HoldingsPctofPortfolio>
<SharesHeldValue>2157986.13</SharesHeldValue>
<HoldingsDate>2016-10-12T00:00:00</HoldingsDate>
<FilingType>Regulatory News Service</FilingType>
<SharesHeldChange>110</SharesHeldChange>
<SharesHeldValChg>304.73</SharesHeldValChg>
<PctOfSharesOutstandingChange>0</PctOfSharesOutstandingChange>
<SharesHeldChangePct>0.01</SharesHeldChangePct>
<WeightCountry>0</WeightCountry>
<PctCountry>0</PctCountry>
<WeightSector>0</WeightSector>
<PctSector>0</PctSector>
<WeightExchange>0</WeightExchange>
<PctExchange>0</PctExchange>
</Holding>
<PrevHolding>
<PrevPctOfSharesOutstanding>0</PrevPctOfSharesOutstanding>
<SharesHeld>778862</SharesHeld>
<SharesHeldValue>2240941.75</SharesHeldValue>
<HoldingsDate>2016-09-12T00:00:00</HoldingsDate>
<FilingType>Regulatory News Service</FilingType>
</PrevHolding>
<InvestorContact/>
<InvestorLocation>
<City/>
<Country>United Kingdom</Country>
</InvestorLocation>
</Investor>
<Investor>
<Name>Wibergh (Johan)</Name>
<InvestorPermId>34413826839</InvestorPermId>
<InvestorParentType>Strategic Entities</InvestorParentType>
<LipperRICCode/>
<InvestorType>Individual Investor</InvestorType>
<InvestmentStyle/>
<Orientation/>
<TurnoverRating>LOW</TurnoverRating>
<TurnoverPct>41.73</TurnoverPct>
<InvestorRegion>Europe</InvestorRegion>
<TotalEquityAssets>1401240.46</TotalEquityAssets>
<Holding>
<SharesHeld>462593</SharesHeld>
<PctOfSharesOutstanding>0</PctOfSharesOutstanding>
<HoldingsPctofPortfolio>100</HoldingsPctofPortfolio>
<SharesHeldValue>1401240.46</SharesHeldValue>
<HoldingsDate>2016-06-30T00:00:00</HoldingsDate>
<FilingType>Regulatory News Service</FilingType>
<SharesHeldChange>223016</SharesHeldChange>
<SharesHeldValChg>675537.77</SharesHeldValChg>
<PctOfSharesOutstandingChange>0</PctOfSharesOutstandingChange>
<SharesHeldChangePct>93.09</SharesHeldChangePct>
<WeightCountry>0</WeightCountry>
<PctCountry>0</PctCountry>
<WeightSector>0</WeightSector>
<PctSector>0</PctSector>
<WeightExchange>0</WeightExchange>
<PctExchange>0</PctExchange>
</Holding>
<PrevHolding>
<PrevPctOfSharesOutstanding>0</PrevPctOfSharesOutstanding>
<SharesHeld>239577</SharesHeld>
<SharesHeldValue>755434.2</SharesHeldValue>
<HoldingsDate>2015-09-30T00:00:00</HoldingsDate>
<FilingType>Regulatory News Service</FilingType>
</PrevHolding>
<InvestorContact/>
<InvestorLocation>
<City/>
<Country>United Kingdom</Country>
</InvestorLocation>
</Investor>
<Investor>
<Name>Ametsreiter (Hannes)</Name>
<InvestorPermId>34413889254</InvestorPermId>
<InvestorParentType>Strategic Entities</InvestorParentType>
<LipperRICCode/>
<InvestorType>Individual Investor</InvestorType>
<InvestmentStyle/>
<Orientation/>
<TurnoverRating>MED</TurnoverRating>
<TurnoverPct>56.78</TurnoverPct>
<InvestorRegion>Europe</InvestorRegion>
<TotalEquityAssets xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance"/>
<Holding>
<SharesHeld>458605</SharesHeld>
<PctOfSharesOutstanding>0</PctOfSharesOutstanding>
<HoldingsPctofPortfolio>100</HoldingsPctofPortfolio>
<SharesHeldValue>1389160.41</SharesHeldValue>
<HoldingsDate>2016-06-30T00:00:00</HoldingsDate>
<FilingType>Regulatory News Service</FilingType>
<SharesHeldChange>245722</SharesHeldChange>
<SharesHeldValChg>744316.51</SharesHeldValChg>
<PctOfSharesOutstandingChange>0</PctOfSharesOutstandingChange>
<SharesHeldChangePct>115.43</SharesHeldChangePct>
<WeightCountry>0</WeightCountry>
<PctCountry>0</PctCountry>
<WeightSector>0</WeightSector>
<PctSector>0</PctSector>
<WeightExchange>0</WeightExchange>
<PctExchange>0</PctExchange>
</Holding>
<PrevHolding>
<PrevPctOfSharesOutstanding>0</PrevPctOfSharesOutstanding>
<SharesHeld>212883</SharesHeld>
<SharesHeldValue>718650.43</SharesHeldValue>
<HoldingsDate>2015-11-16T00:00:00</HoldingsDate>
<FilingType>Regulatory News Service</FilingType>
</PrevHolding>
<InvestorContact/>
<InvestorLocation>
<City/>
<Country>United Kingdom</Country>
</InvestorLocation>
</Investor>
</Shareholders>
</SymbolReport>
</GetInsidersReport_Response_1>
{
"GetInsidersReport_Response_1": {
"SymbolReport": {
"Symbol": {
"Type": "RIC",
"Value": "VOD.L"
},
"Identifiers": {
"Identifier": [
{
"Symbol": "RIC",
"Value": "VOD.L"
},
{
"Symbol": "OAPermID",
"Value": "4295896661"
},
{
"Symbol": "TickerSymbol",
"Value": "VOD"
},
{
"Symbol": "PrimaryRic",
"Value": "VOD.L"
}
]
},
"Organization": {
"Name": "Vodafone Group PLC",
"MarketCap": 59006.221962282,
"CountryCode": "GB",
"CountryName": "United Kingdom",
"IndustryCode": "5810102010",
"IndustryName": "Wireless Telecommunications Services (NEC)"
},
"InstrumentInformation": {
"ExchangeName": "LONDON STOCK EXCHANGE",
"FreeFloat": 26514659919.0,
"FreeFloatPercent": 99.62,
"SharesOutstanding": 26615345946.0,
"SharesHeldByStrategicInvestors": 100686027.0,
"StrategicEntitiesOwnPct": 0.378300651076572
},
"TotalShareholderCount": 31,
"Shareholders": {
"Investor": [
{
"Name": "Jeffery (Nicholas Simon)",
"InvestorPermId": null,
"InvestorParentType": "Strategic Entities",
"LipperRICCode": null,
"InvestorType": "Individual Investor",
"InvestmentStyle": null,
"Orientation": null,
"TurnoverRating": "LOW",
"TurnoverPct": 17.98,
"InvestorRegion": "Europe",
"TotalEquityAssets": 2157986.13,
"Holding": {
"SharesHeld": 778972.0,
"PctOfSharesOutstanding": 0.0,
"HoldingsPctofPortfolio": 100.0,
"SharesHeldValue": 2157986.13,
"HoldingsDate": "2016-10-12T00:00:00",
"FilingType": "Regulatory News Service",
"SharesHeldChange": 110.0,
"SharesHeldValChg": 304.73,
"PctOfSharesOutstandingChange": 0.0,
"SharesHeldChangePct": 0.01,
"WeightCountry": 0.0,
"PctCountry": 0.0,
"WeightSector": 0.0,
"PctSector": 0.0,
"WeightExchange": 0.0,
"PctExchange": 0.0
},
"PrevHolding": {
"PrevPctOfSharesOutstanding": 0.0,
"SharesHeld": 778862.0,
"SharesHeldValue": 2240941.75,
"HoldingsDate": "2016-09-12T00:00:00",
"FilingType": "Regulatory News Service"
},
"InvestorContact": null,
"InvestorLocation": {
"City": null,
"Country": "United Kingdom"
}
},
{
"Name": "Wibergh (Johan)",
"InvestorPermId": "34413826839",
"InvestorParentType": "Strategic Entities",
"LipperRICCode": null,
"InvestorType": "Individual Investor",
"InvestmentStyle": null,
"Orientation": null,
"TurnoverRating": "LOW",
"TurnoverPct": 41.73,
"InvestorRegion": "Europe",
"TotalEquityAssets": 1401240.46,
"Holding": {
"SharesHeld": 462593.0,
"PctOfSharesOutstanding": 0.0,
"HoldingsPctofPortfolio": 100.0,
"SharesHeldValue": 1401240.46,
"HoldingsDate": "2016-06-30T00:00:00",
"FilingType": "Regulatory News Service",
"SharesHeldChange": 223016.0,
"SharesHeldValChg": 675537.77,
"PctOfSharesOutstandingChange": 0.0,
"SharesHeldChangePct": 93.09,
"WeightCountry": 0.0,
"PctCountry": 0.0,
"WeightSector": 0.0,
"PctSector": 0.0,
"WeightExchange": 0.0,
"PctExchange": 0.0
},
"PrevHolding": {
"PrevPctOfSharesOutstanding": 0.0,
"SharesHeld": 239577.0,
"SharesHeldValue": 755434.2,
"HoldingsDate": "2015-09-30T00:00:00",
"FilingType": "Regulatory News Service"
},
"InvestorContact": null,
"InvestorLocation": {
"City": null,
"Country": "United Kingdom"
}
},
{
"Name": "Ametsreiter (Hannes)",
"InvestorPermId": "34413889254",
"InvestorParentType": "Strategic Entities",
"LipperRICCode": null,
"InvestorType": "Individual Investor",
"InvestmentStyle": null,
"Orientation": null,
"TurnoverRating": "MED",
"TurnoverPct": 56.78,
"InvestorRegion": "Europe",
"TotalEquityAssets": null,
"Holding": {
"SharesHeld": 458605.0,
"PctOfSharesOutstanding": 0.0,
"HoldingsPctofPortfolio": 100.0,
"SharesHeldValue": 1389160.41,
"HoldingsDate": "2016-06-30T00:00:00",
"FilingType": "Regulatory News Service",
"SharesHeldChange": 245722.0,
"SharesHeldValChg": 744316.51,
"PctOfSharesOutstandingChange": 0.0,
"SharesHeldChangePct": 115.43,
"WeightCountry": 0.0,
"PctCountry": 0.0,
"WeightSector": 0.0,
"PctSector": 0.0,
"WeightExchange": 0.0,
"PctExchange": 0.0
},
"PrevHolding": {
"PrevPctOfSharesOutstanding": 0.0,
"SharesHeld": 212883.0,
"SharesHeldValue": 718650.43,
"HoldingsDate": "2015-11-16T00:00:00",
"FilingType": "Regulatory News Service"
},
"InvestorContact": null,
"InvestorLocation": {
"City": null,
"Country": "United Kingdom"
}
}
]
}
}
}
}
ATTRIBUTE DESCRIPTION
SymbolReport • Symbol
• Identifiers
• Organization
• InstrumentInformation
• TotalShareholderCount
• Shareholders
Symbol The company name and symbol of subject company. Can have the following values:
• Type: The organization's name.
• Value: The symbol value in the request for company events.
Identifiers Identifier Provides information on what industries the company is a component of. Can have the
following values:
• Symbol
• Value
Organization Details of the organization (see Ownership Summary operation for details)
• Name
• MarketCap
• CountryCode
• CountryName
• IndustryCode
• IndustryName
InstrumentInformation Details on the instrument (see Ownership Summary operation for details)
• ExchangeName
• FreeFloat
• FreeFloatPercent
• SharesOutstanding
• SharesHeldByStrategicInvestors
• StrategicEntitiesOwnPct
ATTRIBUTE DESCRIPTION
{
"GetInsiderTransactions_Request_1": {
"Symbol": {
"Type": "RIC",
"Value": "GE.N"
},
"RequestOptions": {
"StartDate": "2015-10-01",
"EndDate": "2016-10-31",
"From": 1,
"Count": 20,
"IncludeInsiderDetails": true,
"IncludeInsiderHolding": true,
"IncludeInsiderLocation": true
}
}
}
The following table lists the parameters you can use in the request:
ATTRIBUTE DESCRIPTION
Symbol Shows symbol for which the ownership summary has to be returned. Includes the following values:
• Type: Defines symbol type. The following types are supported:
• CUSIP
• ISIN
• SEDOL
• RIC
• OAPermID
• Value: Input value for the symbol.
RequestOptions This optional attribute determines additional data of the instrument or shareholders to be returned:
• From: Record number/row from which point to return results.
• Count: Depth of records per page to return, maximum value is 200.
• IncludeInsiderDetails: Instrument details of the instrument requested. Values are True or False.
• IncludeInsiderHolding: Return additional identifiers of the instrument requested. Values are True
or False.
• IncludeInsiderLocation: Return investor holding information. Values are True or False.
<GetInsiderTransactions_Response_1 xmlns="http://www.reuters.com/ns/2014/10/02/webservices/rkd/
Ownership_1">
<SymbolReport>
<Symbol>
<Type>RIC</Type>
<Value>GE.N</Value>
</Symbol>
<TotalTransactionCount>86</TotalTransactionCount>
<Transactions>
<TransactionDetails>
<Name>Warner (Douglas A III)</Name>
<InvestorPermId>34413657818</InvestorPermId>
<TransDate>2016-01-26T00:00:00</TransDate>
<TransTypeCode/>
<TransType/>
<AcquisitionType>Other</AcquisitionType>
<AdjSharesTraded xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance"/>
<AsRprtdSharesTraded xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance"/>
<PctofSharesOutstandingTraded xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance"/>
<TransPrice xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<TransPrcARCurr xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance"/>
<TransFilingType>Form 4</TransFilingType>
<USInsiderFormTblNum>1</USInsiderFormTblNum>
<IntradayTradeSeqNumber>3</IntradayTradeSeqNumber>
<RoleSeqNum>1</RoleSeqNum>
<Title>Director</Title>
<AmendmentIndicator xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance"/>
<FilingDocControlNum>161361411</FilingDocControlNum>
<TransCreateDate>2016-01-26T00:00:00</TransCreateDate>
<TransUpdateDate>2016-01-30T00:00:00</TransUpdateDate>
<InsiderDetails>
<InvestorType>Individual Investor</InvestorType>
<RoleType>Director</RoleType>
<DateBecameInsider xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance"/>
<ContactNoLongerExists>0</ContactNoLongerExists>
<ContactNoLongerExistsDate xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<InactiveDate xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<InvTrnNoLongerFiles>0</InvTrnNoLongerFiles>
<DateConsideredNoLongerFiling xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</InsiderDetails>
<Holding>
<HoldingType>INDIR</HoldingType>
<LatestHoldingType/>
<AdjSharesHeld>1200</AdjSharesHeld>
<AdjIndirectSharesHeld xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<AsRprtdSharesHeld>1200</AsRprtdSharesHeld>
<AsRprtdIndirectSharesHeld xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</Holding>
<InsiderLocation>
<Region>North America</Region>
<Address/>
<City/>
<StateProvince/>
<Country/>
<PostalCode/>
</InsiderLocation>
</TransactionDetails>
<TransactionDetails>
<Name>Warner (Douglas A III)</Name>
<InvestorPermId>34413657818</InvestorPermId>
<TransDate>2016-01-26T00:00:00</TransDate>
<TransTypeCode/>
<TransType/>
<AcquisitionType>Other</AcquisitionType>
<AdjSharesTraded xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<AsRprtdSharesTraded xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<PctofSharesOutstandingTraded xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<TransPrice xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<TransPrcARCurr xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<TransFilingType>Form 4</TransFilingType>
<USInsiderFormTblNum>1</USInsiderFormTblNum>
<IntradayTradeSeqNumber>2</IntradayTradeSeqNumber>
<RoleSeqNum>1</RoleSeqNum>
<Title>Director</Title>
<AmendmentIndicator xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<FilingDocControlNum>161361411</FilingDocControlNum>
<TransCreateDate>2016-01-26T00:00:00</TransCreateDate>
<TransUpdateDate>2016-01-30T00:00:00</TransUpdateDate>
<InsiderDetails>
<InvestorType>Individual Investor</InvestorType>
<RoleType>Director</RoleType>
<DateBecameInsider xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ContactNoLongerExists>0</ContactNoLongerExists>
<ContactNoLongerExistsDate xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<InactiveDate xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<InvTrnNoLongerFiles>0</InvTrnNoLongerFiles>
<DateConsideredNoLongerFiling xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</InsiderDetails>
<Holding>
<HoldingType>DIR</HoldingType>
<LatestHoldingType/>
<AdjSharesHeld>96488</AdjSharesHeld>
<AdjIndirectSharesHeld xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<AsRprtdSharesHeld>96488</AsRprtdSharesHeld>
<AsRprtdIndirectSharesHeld xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</Holding>
<InsiderLocation>
<Region>North America</Region>
<Address/>
<City/>
<StateProvince/>
<Country/>
<PostalCode/>
</InsiderLocation>
</TransactionDetails>
<TransactionDetails>
<Name>Dimitrief Alexander</Name>
<InvestorPermId>34417827854</InvestorPermId>
<TransDate>2016-02-02T00:00:00</TransDate>
<TransTypeCode/>
<TransType/>
<AcquisitionType>Other</AcquisitionType>
<AdjSharesTraded xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<AsRprtdSharesTraded xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<PctofSharesOutstandingTraded xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<TransPrice xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<TransPrcARCurr xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<TransFilingType>Form 4</TransFilingType>
<USInsiderFormTblNum>1</USInsiderFormTblNum>
<IntradayTradeSeqNumber>2</IntradayTradeSeqNumber>
<RoleSeqNum>1</RoleSeqNum>
<Title>Officer</Title>
<AmendmentIndicator xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<FilingDocControlNum>161380577</FilingDocControlNum>
<TransCreateDate>2016-02-02T00:00:00</TransCreateDate>
<TransUpdateDate>2016-02-02T00:00:00</TransUpdateDate>
<InsiderDetails>
<InvestorType>Individual Investor</InvestorType>
<RoleType>Officer</RoleType>
<IsPrimaryInsiderRole>Officer</IsPrimaryInsiderRole>
<DateBecameInsider xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ContactNoLongerExists>0</ContactNoLongerExists>
<ContactNoLongerExistsDate xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<InactiveDate xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<InvTrnNoLongerFiles>0</InvTrnNoLongerFiles>
<DateConsideredNoLongerFiling xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</InsiderDetails>
<Holding>
<HoldingType>INDIR</HoldingType>
<LatestHoldingType/>
<AdjSharesHeld>65272</AdjSharesHeld>
<AdjIndirectSharesHeld xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<AsRprtdSharesHeld>65272</AsRprtdSharesHeld>
{
"GetInsiderTransactions_Response_1": {
"SymbolReport": {
"Symbol": {
"Type": "RIC",
"Value": "GE.N"
},
"TotalTransactionCount": 86,
"Transactions": {
"TransactionDetails": [
{
"Name": "Peters Susan P",
"InvestorPermId": "34415584749",
"TransDate": "2016-07-29T00:00:00",
"TransTypeCode": "USF",
"TransType": "Payment of exercise price or tax liability by delivering or
withholding securities incident to the receipt, exercise or vesting of a
security issued in accordance with Rule 16b-3",
"AcquisitionType": "Disposition",
"AdjSharesTraded": 83018.0,
"AsRprtdSharesTraded": 83018.0,
"PctofSharesOutstandingTraded": 0.0,
"TransPrice": 31.15,
"TransPrcARCurr": 31.15,
"TransFilingType": "Form 4",
"USInsiderFormTblNum": 1,
"IntradayTradeSeqNumber": 4,
"RoleSeqNum": 1,
"Title": "Officer",
"AmendmentIndicator": null,
"FilingDocControlNum": "161801171",
"TransCreateDate": "2016-08-02T00:00:00",
"TransUpdateDate": "2016-08-02T00:00:00",
"InsiderDetails": {
"InvestorType": "Individual Investor",
"RoleType": "Officer",
"DateBecameInsider": null,
"ContactNoLongerExists": "0",
"ContactNoLongerExistsDate": null,
"InactiveDate": null,
"InvTrnNoLongerFiles": null,
"DateConsideredNoLongerFiling": null
},
"Holding": {
"HoldingType": "DIR",
"LatestHoldingType": null,
"AdjSharesHeld": 0.0,
"AdjIndirectSharesHeld": null,
"AsRprtdSharesHeld": 0.0,
"AsRprtdIndirectSharesHeld": null
},
"InsiderLocation": {
"Region": "North America",
"Address": null,
"City": null,
"StateProvince": null,
"Country": null,
"PostalCode": null
}
},
{
"Name": "Peters Susan P",
"InvestorPermId": "34415584749",
"TransDate": "2016-07-29T00:00:00",
"TransTypeCode": "USM",
"TransType": "Exercise or conversion of derivative security exempted pursuant
to Rule 16b-3",
"AcquisitionType": "Acquisition",
"AdjSharesTraded": 120000.0,
"AsRprtdSharesTraded": 120000.0,
"PctofSharesOutstandingTraded": 0.0,
"TransPrice": 11.95,
"TransPrcARCurr": 11.95,
"TransFilingType": "Form 4",
"USInsiderFormTblNum": 1,
"IntradayTradeSeqNumber": 3,
"RoleSeqNum": 1,
"Title": "Officer",
"AmendmentIndicator": null,
"FilingDocControlNum": "161801171",
"TransCreateDate": "2016-08-02T00:00:00",
"TransUpdateDate": "2016-08-02T00:00:00",
"InsiderDetails": {
"RoleType": "Officer",
"DateBecameInsider": null,
"ContactNoLongerExists": "0",
"ContactNoLongerExistsDate": null,
"InactiveDate": null,
"InvTrnNoLongerFiles": null,
"DateConsideredNoLongerFiling": null
},
"Holding": {
"HoldingType": "DIR",
"LatestHoldingType": null,
"AdjSharesHeld": 0.0,
"AdjIndirectSharesHeld": null,
"AsRprtdSharesHeld": 0.0,
"AsRprtdIndirectSharesHeld": null
},
"InsiderLocation": {
"Region": "North America",
"Address": null,
"City": null,
"StateProvince": null,
"Country": null,
"PostalCode": null
}
]
}
}
}
}
ATTRIBUTE DESCRIPTION
SymbolReport • Symbol
• TotalTransactionCount
• Transactions
Symbol The company name and symbol of subject company. Can have the following values:
• Type: The organization's name.
• Value: The symbol value in the request for company events.
ATTRIBUTE DESCRIPTION
InsiderDetails • InvestorType: Investor Type Description (e.g., institutions, strategic entities, etc.)
• RoleType: Role of person who is a shareholder (either role with company or "shareholder")
• IsPrimaryInsiderRole: If multiple roles are available, indicates which is the primary role
• DateBecameInsider: Date the investor became an insider
• ContactNoLongerExists: Insider no longer exists
• ContactNoLongerExistsDate: Date Insider ceased to exist
• InactiveDate: Date an Insider is no longer considered an Insider for that particular Instrument
• InvTrnNoLongerFiles: Investor no longer files. It has been determined that the investor is no
longer subject to filing requirements -- e.g., the insider is no longer subject to section 16 of the US
Exchange Act of 1934.
ATTRIBUTE DESCRIPTION
{
"GetInvestorHoldings_Request_1": {
"Identifier": {
"Type": "InvestorPermId",
"Value": "4295908552"
},
"RequestOptions": {
"From": 1,
"Count": 20,
}
}
}
The following table lists the parameters you can use in the request:
ATTRIBUTE DESCRIPTION
Identifier Shows symbol for which the ownership summary has to be returned. Includes the following values:
• Type: Defines symbol type. The following types are supported:
• InvestorPermId
• LipperRICCode
• Value: Input value for the symbol.
RequestOptions This optional attribute determines additional data of the instrument or shareholders to be returned.
Includes the following values:
• From: Record number/row from which point to return results.
• Count: Depth of records per page to return, maximum value is 200.
<GetInvestorHoldings_Response_1 xmlns="http://www.reuters.com/ns/2014/10/02/webservices/rkd/
Ownership_1">
<HoldingsReport>
<InvestorDetails>
<Identifier>
<Type>InvestorPermId</Type>
<Value>4295908552</Value>
</Identifier>
<Name>Berkshire Hathaway Inc.</Name>
<HoldingType>Investor</HoldingType>
</InvestorDetails>
<TotalHoldingsCount>53</TotalHoldingsCount>
<Holdings>
<HoldingDetails>
<RIC>CBI.N</RIC>
<SecurityOwnedName>Chicago Bridge & Iron Company NV</SecurityOwnedName>
<PortfolioRank>50</PortfolioRank>
<SharesHeld>0</SharesHeld>
<PctOfSharesOutstanding>0</PctOfSharesOutstanding>
<PctPortfolio>0</PctPortfolio>
<SharesHeldValue>0</SharesHeldValue>
<HoldingsDate>2015-12-31T00:00:00</HoldingsDate>
<FilingType>13F</FilingType>
<SharesHeldChange>-1983190</SharesHeldChange>
<SharesHeldValChg>-77324578.1</SharesHeldValChg>
<SharesHeldChangePct>100</SharesHeldChangePct>
</HoldingDetails>
<HoldingDetails>
<RIC>T.N</RIC>
<SecurityOwnedName>AT&T Inc</SecurityOwnedName>
<PortfolioRank>50</PortfolioRank>
<SharesHeld>0</SharesHeld>
<PctOfSharesOutstanding>0</PctOfSharesOutstanding>
<PctPortfolio>0</PctPortfolio>
<SharesHeldValue>0</SharesHeldValue>
<HoldingsDate>2016-03-31T00:00:00</HoldingsDate>
<FilingType>13F</FilingType>
<SharesHeldChange>-46577138</SharesHeldChange>
<SharesHeldValChg>-1824426495.46</SharesHeldValChg>
<SharesHeldChangePct>100</SharesHeldChangePct>
</HoldingDetails>
<HoldingDetails>
<RIC>KHC.OQ</RIC>
<SecurityOwnedName>Kraft Heinz Co</SecurityOwnedName>
<PortfolioRank>2</PortfolioRank>
<SharesHeld>325634818</SharesHeld>
<PctOfSharesOutstanding>26.74</PctOfSharesOutstanding>
<PctPortfolio>22.21</PctPortfolio>
<SharesHeldValue>28812168696.64</SharesHeldValue>
<HoldingsDate>2016-06-30T00:00:00</HoldingsDate>
<FilingType>13F</FilingType>
<SharesHeldChange>0</SharesHeldChange>
<SharesHeldValChg>0</SharesHeldValChg>
<SharesHeldChangePct>0</SharesHeldChangePct>
</HoldingDetails>
</Holdings>
</HoldingsReport>
</GetInvestorHoldings_Response_1>
{
"GetInvestorHoldings_Response_1": {
"HoldingsReport": {
"InvestorDetails": {
"Identifier": {
"Type": "InvestorPermId",
"Value": "4295908552"
},
"Name": "Berkshire Hathaway Inc.",
"HoldingType": "Investor"
},
"TotalHoldingsCount": 53,
"Holdings": {
"HoldingDetails": [
{
"RIC": "CBI.N",
"SecurityOwnedName": "Chicago Bridge & Iron Company NV",
"PortfolioRank": 50,
"SharesHeld": 0.0,
"PctOfSharesOutstanding": 0.0,
"PctPortfolio": 0.0,
"SharesHeldValue": 0.0,
"HoldingsDate": "2015-12-31T00:00:00",
"FilingType": "13F",
"SharesHeldChange": -1983190.0,
"SharesHeldValChg": -77324578.1,
"SharesHeldChangePct": 100.0
},
{
"RIC": "T.N",
"SecurityOwnedName": "AT&T Inc",
"PortfolioRank": 50,
"SharesHeld": 0.0,
"PctOfSharesOutstanding": 0.0,
"PctPortfolio": 0.0,
"SharesHeldValue": 0.0,
"HoldingsDate": "2016-03-31T00:00:00",
"FilingType": "13F",
"SharesHeldChange": -46577138.0,
"SharesHeldValChg": -1824426495.46,
"SharesHeldChangePct": 100.0
},
{
"RIC": "KHC.OQ",
"SecurityOwnedName": "Kraft Heinz Co",
"PortfolioRank": 2,
"SharesHeld": 325634818.0,
"PctOfSharesOutstanding": 26.74,
"PctPortfolio": 22.21,
"SharesHeldValue": 28812168696.64,
"HoldingsDate": "2016-06-30T00:00:00",
"FilingType": "13F",
"SharesHeldChange": 0.0,
"SharesHeldValChg": 0.0,
"SharesHeldChangePct": 0.0
}
]
}
}
}
}
ATTRIBUTE DESCRIPTION
HoldingsReport • InvestorDetails
• TotalHoldingsCount
• Holdings
ATTRIBUTE DESCRIPTION
16 Quotes
16.1 Overview
The Quotes service enables you to retrieve some market data in request-response mode. The data that we provide is 3 seconds conflated.
The Quotes service gives you access to a default content package, extended with some exchange content. If your organization wants to
redistribute the exchange data in real time, delayed or end-of-day, an agreement with most of the sources/exchanges is required. The
Refinitiv Knowledge Direct API also can provide streaming market data, the “streaming” service must be used for such a use case.
{
"RetrieveItem_Request_3": {
"TrimResponse": false,
"ItemRequest": [
{
"Fields": "CF_NAME:CF_LAST:CF_DATE:CF_TIME",
"RequestKey ": [
{
"Name": "MSFT.O",
"NameType": "RIC"
}
],
"Scope": "List",
"ProvideChainLinks": true
}
]
}
}
This can also be found by requesting the RECORDTYPE field in the Quote service:
The main RecordType values and the asset classes they map to are listed below:
16 Indices
17 Indices
22 Indices
24 Forex
30 Economics
33 Bonds
34 Futures
38 Indices
56 Bonds
65 Bonds
72 Bonds
80 Bonds
81 Bonds
97 Warrant
98 Futures
99 Options
102 Indices
104 Equities
112 Indices
113 Equities
114 Futures
115 Options
118 Indices
120 Equities
130 Futures
134 Indices
136 Options
146 Futures
168 Futures
178 Futures
194 Futures
198 Indices
200 Futures
209 FX
210 Futures
211 Options
214 Indices
216 FX
225 Equities
241 FX
242 Futures
248 Futures
255 FX
Once you have determined the asset class for a RIC, then you can find the main fields for each asset class here - https://
customers.refinitiv.com/a/support/paz/pazDocs.aspx?dId=436066. There may well be other fields which are important to your clients, and
each exchange has a different range of fields available. The guide found at the link provided above is intended to be an indicative guide only.
16.3 Conflation
Refinitiv Knowledge Direct utilizes a three second conflated feed as a source of its quotes data. This means that every three seconds the
Refinitiv Knowledge Direct systems receive an update. This feed is used to supply data to Refinitiv Knowledge Direct delayed servers and
provide real-time snap responses. Clients should be aware of this configuration aspect of the product in case there are differences in data
highlighted when compared to alternate sources of the same data.
NOTE: The conflation on data on Refinitiv Knowledge API is 3 seconds for non-trade data (bid/ask, etc.).
TRDPRC_1,TRDPRC_2,TRDPRC_3,TRDPRC_4,TRDPRC_5,NETCHNG_1,HIGH_1,LOW_1,OPEN_PRC,BID,BID_1,BID_2,ASK,ASK_1,
ASK_2,BIDSIZE,ASKSIZE,ACVOL_1,PCTCHNG,OPEN_BID,YRHIGH,YRLOW,LIFE_LOW,LIFE_HIGH,TURNOVER,MID_PRICE,MID_NE
T_CH,TRDVOL_1,BID_HIGH_1,BID_LOW_1,YRBIDHIGH,YRBIDLOW,SEC_ACT_1,SEC_ACT_2,SEC_ACT_3,SEC_ACT_4,SEC_ACT_5
,DEALT_VL1,VOL_X_PRC1,WEIGHTING.
In the delayed data, the user makes a request to an item (typically the item is not very popular, and because the item is not very popular, the
probability of the item being cached is not high). User makes a request for item IBM at the time of the request, the item was not being cached
by the delay servers, so the response provided reflects. If we considered a non-fee liable image. FIDs not part of the fee liable list– but the
fee liable FIDs will present with zero values until the delay period has been satisfied. In the case of item IBM, the delay period is 10 minutes,
so if the same request is made 10 minutes after the initial request, the fee liable FIDs contain their respective non-zero values.
NOTE: The initial request of any given un-cached item needs to meet the entire delay period. For Eg: using the item IBM, only the first user
would need to wait the entire 10 minutes for the fee liable image to come through, if a second user made the same request five minutes, after
the first user, the second user only needs to wait five minutes for the feeliable image to come through.
To avoid the non-fee liable image from being presented, the users have to refresh their requests for their delayed items at least once every
90 minutes – 60 minutes.
NOTE: The value prior to/in the company name FID indicates the (designed) delay in the quote data. For example: "D15|Microsoft" says that
the delay in the quote data for Microsoft is 15 minutes.
Full details of the fields (FIDs) that accompany RICs are provided in the Field Lookup that is available in the Support Portal.
16.8.1 Authorization
All requests to Refinitiv Quote web service require an authorization token. For details, see Understanding Authentication Tokens.
16.8.2 Authentication
Refinitiv Quote uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in Refinitiv Quote.
For additional information on creating a Service Token, see Creating a Token.
WSDL
http://api.rkd.refinitiv.com/schemas/Quotes/wsdl/Quotes_1_HttpAndRKDToken.wsdl
XSD
XSD: http://api.rkd.refinitiv.com/schemas/Quotes/Quotes_1.xsd
Basic examples of XML and JSON requests below show how to use the RetrieveItem_Request_3 operation to retrieve information for one
instrument without filtering on returned fields.
• XML Sample Request - Get Quotes
• JSON Sample Request - Get Quotes
• Attributes Used in RetrieveItem_Request_3 Request
• XML Sample Response - Get Quotes
• JSON Sample Response - Get Quotes
• Attributes Returned in RetrieveItem_Request_3 Response
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Quotes/Quotes.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Quotes_1/RetrieveItem_3</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<RetrieveItem_Request_3 TrimResponse="false" xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Quotes_1">
<ItemRequest Scope="All" >
<RequestKey Name="MSFT.O"/>
</ItemRequest>
</RetrieveItem_Request_3>
</Body>
</Envelope>
{
"RetrieveItem_Request_3": {
"TrimResponse": false,
"ItemRequest": [
{
"Fields": "",
"RequestKey ": [
{
"Name": "MSFT.O",
"NameType": "RIC"
},
]"Scope": "All"
}
]
}
}
ATTRIBUTE DESCRIPTION
ItemRequest Specifies request attributes to retrieve a specific or multiple instruments. ItemRequest attributes are
listed below.
Contains the following attribute(s):
IncludeHints: Setting this attribute to True displays hint attribute for each field in the response on
how the data is displayed: decimal, fraction, date, or date time, and so on. This value is False by
default.
ExpandChain: By default the value is true which results in showing all data (Fields) for each of the
Instruments in the chain. If the value is set to false, only data about the chain is sent with a listing of
all Instruments contained but without detailed information about them.
ProvideChainLinks: Setting this attribute to True displays Chain links.
EnableEmptyLinks: Setting this attribute to True displays Empty links.
Scope: You can indicate what fields you want returned for instruments listed in RequestKey by
entering one of the following options into the scope:
All - Is a default value that returns all the fields.
AllExcept: Excludes the fields entered into the Fields attribute. Note: Currently this option is not
supported.
List: Returns only the fields indicated in Fields attribute. Refinitiv recommends setting this option in
all requests.
NOTE: Each symbol specified has to have the exchange (example: TRIN.O). Symbol format should
be as follows [Symbol]. [Exchange].
Fields (optional) A string containing the names of the desired fields, separated by a colon (no spaces). The Quotes
service returns this set of fields for each Request Key in ItemRequest. The service permits the
specification of an additional namespace and user-defined data type in this string.
TrimResponse If this parameter is set to true, the API returns a much thinner XML response.
Integer 0
String 64
Fraction 1 through 8, indicating one of the following base fractions: 1, 1/2, 1/4, 1/16, 1/32, 1/128, 1/256.
Decimal 16 through 25, indicating the number of decimal places. 16 indicates zero decimal places, 17
indicates one decimal place, and so on up to nine decimal.
For example: if "Hint"=260, then the Field value is time in format 00:00:00.
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" s:mustUnderstand="1"> http://
www.reuters.com/ns/2006/05/01/webservices/rkd/http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Quotes_1/RetrieveItem_3_Reply</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<ns0:RetrieveItem_Response_3 xmlns:ns0="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Quotes_1" xmlns:omm="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
QuotesCommon" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Quotes_1">
<ns0:ItemResponse>
<omm:Item>
<omm:RequestKey Name="MSFT.O" NameType="RIC" Service=""></omm:RequestKey>
<omm:QoS>
<omm:TimelinessInfo TimeInfo="0" Timeliness="REALTIME"></omm:TimelinessInfo>
<omm:RateInfo Rate="TICK_BY_TICK" TimeInfo="0"></omm:RateInfo>
</omm:QoS>
<omm:Status>
<omm:StatusMsg>OK</omm:StatusMsg>
<omm:StatusCode>0</omm:StatusCode>
</omm:Status>
<omm:Fields>
<omm:Field DataType="Utf8String" Name="DSPLY_NAME">
<omm:Utf8String>MICROSOFT CP</omm:Utf8String>
</omm:Field>
{
"RetrieveItem_Response_3": {
"ItemResponse": [
{
"Item": [
{
"RequestKey ": {
"NameType": "RIC",
"Service": "IDN",
"Name": "MSFT.O"
},
"QoS": {
"TimelinessInfo": {
"TimeInfo": 0,
"Timeliness": "REALTIME"
},
"RateInfo": {
"TimeInfo": 3000,
"Rate": "TICK_BY_TICK"
}
},
"Status": {
"StatusMsg": "OK",
"StatusCode": 0
},
"Fields": {
"Field": [
{
"Name": "DSPLY_NAME",
"DataType": "Utf8String",
"Utf8String": "MICROSOFT CP"
},
{
"Name": "TRDPRC_1",
"DataType": "Double",
"Double": 55.66
},
{
"Name": "TRDPRC_2",
"DataType": "Double",
"Double": 55.66
},
...
{
"Name": "CF_NAME",
"DataType": "Utf8String",
"Utf8String": "MICROSOFT CP"
},
{
"Name": "CF_CURRENCY",
"DataType": "Utf8String",
"Utf8String": "USD"
}
]
}
}
]
}
]
}
}
ATTRIBUTE DESCRIPTION
Item Instrument listed in the ItemRequest is returned in its own Item node containing: RequestKey,
Status, Fields (FIDs) for each Instrument. See below for description of each.
RequestKey Contains the instrument name and the Service (data source) that provides the feed. The Service
has a value only if its not the default data source.
Status Status is used to convey the state of an Item. Status is present in each Item node. Status may
contain source-specific messages such as a detailed error message, back-end error ID, or both.
Fields The Field represents a data field (FID) associated to RICs (Instruments). Each Field object contains
information such as field name, value, data type and display hint. Display hints suggest how to
display the data: decimal, fraction, date, or date time, and so on.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Quotes/Quotes.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Quotes_1/RetrieveItem_3</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<RetrieveItem_Request_3 TrimResponse="false" xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Quotes_1">
<ItemRequest Scope="All" >
<RequestKey Name="MSFT.O"/>
<RequestKey Name="VOD.L"/>
</ItemRequest>
</RetrieveItem_Request_3>
</Body>
</Envelope>
{
"RetrieveItem_Request_3": {
"TrimResponse": false,
"ItemRequest": [
{
"Fields": "",
"RequestKey": [
{
"Name": "MSFT.O",
"NameType": "RIC"
}
],
"Scope": "All"
},
{
"Fields": "",
"RequestKey ": [
{
"Name": "VOD.L",
"NameType": "RIC"
}
],
"Scope": "All"
}
]
}
}
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Quotes/Quotes.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Quotes_1/RetrieveItem_3</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<RetrieveItem_Request_3 TrimResponse="false" xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Quotes_1">
<ItemRequest Scope="List">
<Fields>BID:CF_BID</Fields>
<RequestKey Name="MSFT.O" NameType="RIC"/>
</ItemRequest>
</RetrieveItem_Request_3>
</Body>
</Envelope>
{
"RetrieveItem_Request_3": {
"ItemRequest": [
{
"Fields": "BID:CF_BID",
"RequestKey ": [
{
"Name": "MSFT.O",
"NameType": "RIC"
}
],
"Scope": "List"
}
],
"TrimResponse": false,
}
}
16.9.4.1 XML Sample Request - Get Quotes with Multiple ItemRequest Sections
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/rkd/Quotes/
Quotes.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Quotes_1/RetrieveItem_3</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<RetrieveItem_Request_3 TrimResponse="false" xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Quotes_1">
<ItemRequest IncludeHints="true" Scope="List">
<Fields>NEWS</Fields>
<RequestKey Name="MSFT.O" NameType="RIC"/>
</ItemRequest>
<ItemRequest Scope="All" >
<RequestKey Name="IBM.N" NameType="RIC"/>
</ItemRequest>
</RetrieveItem_Request_3>
</Body>
</Envelope>
16.9.4.2 JSON Sample Request - Get Quotes with Multiple ItemRequest Sections
{
"RetrieveItem_Request_3": {
"ItemRequest": [
{
"Fields": "NEWS",
"RequestKey": [
{
"Name": "MSFT.O",
"NameType": "RIC"
}
],
"IncludeHints": true,
"Scope": "List"
},
{
"Fields": "",
"RequestKey": [
{
"Name": "IBM.N",
"NameType": "RIC"
}
],
"Scope": "All"
}
]
"TrimResponse": false,
}
}
NOTE: If you prefer to use Quotes_1 service for some reason, set the parameters described in Section 16.9.6, Recommended Parameters
for Retrieving Quote Chain.
XSD
XSD: http://api.rkd.refinitiv.com/schemas/Quotes/Quotes_1.xsd
Examples of XML and JSON requests and responses below show how to retrieve a quote chain.
• XML Sample Request - Get Quote Chain
• JSON Sample Request - Get Quote Chain
• XML Sample Response - Get Quote Chain
• JSON Sample Response - Get Quote Chain
• Attributes Used in Quote Chain Request
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Quotes/Quotes.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Quotes_1/RetrieveItem_3</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<RetrieveItem_Request_3 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Quotes_1">
<ItemRequest Scope="All">
<Fields />
<RequestKey Name="0#.DJI" NameType="RIC" />
</ItemRequest>
</RetrieveItem_Request_3>
</Body>
</Envelope>
{
"RetrieveItem_Request_3": {
"TrimResponse": false,
"ItemRequest": [
{
"Fields": "",
"RequestKey ": [
{
"Name": "0#.DJI",
"NameType": "RIC"
}
],
"Scope": "All"
}
]
}
}
You can find the description of all attributes in Section 16.9.1, Retrieving Quotes (RetrieveItem_Request_3).
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" s:mustUnderstand="1"> http://
www.reuters.com/ns/2006/05/01/webservices/rkd/http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Quotes_1/RetrieveItem_3_Reply</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<ns0:RetrieveItem_Response_3 xmlns:ns0="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Quotes_1" xmlns:omm="http://www.reuters.com/ns/2006/05/01/webservices/rkd/QuotesCommon"
xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Quotes_1">
<ns0:ItemResponse>
<omm:Item>
<omm:RequestKey Name="0#.DJI" NameType="RIC" Service=""></omm:RequestKey>
<omm:QoS>
<omm:TimelinessInfo TimeInfo="0" Timeliness="DELAYED"></omm:TimelinessInfo>
<omm:RateInfo Rate="TIME_CONFLATED" TimeInfo="3000"></omm:RateInfo>
</omm:QoS>
<omm:Status>
<omm:StatusMsg>OK</omm:StatusMsg>
<omm:StatusCode>0</omm:StatusCode>
</omm:Status>
<omm:Fields>
<omm:Field DataType="Int32" Name="PROD_PERM">
<omm:Int32>2766</omm:Int32>
</omm:Field>
<omm:Field DataType="Int32" Name="RDNDISPLAY">
<omm:Int32>187</omm:Int32>
</omm:Field>
<omm:Field DataType="Utf8String" Name="DSPLY_NAME">
<omm:Utf8String>DJ INDUSTRIA</omm:Utf8String>
</omm:Field>
....
</omm:Fields>
<omm:ChildItem Name=".DJI">
<omm:Status>
<omm:StatusMsg>OK</omm:StatusMsg>
<omm:StatusCode>0</omm:StatusCode>
</omm:Status>
<omm:Fields>
<omm:Field DataType="Int32" Name="PROD_PERM">
<omm:Int32>6437</omm:Int32>
</omm:Field>
<omm:Field DataType="Int32" Name="RDNDISPLAY">
<omm:Int32>125</omm:Int32>
</omm:Field>
<omm:Field DataType="Utf8String" Name="DSPLY_NAME">
<omm:Utf8String>DJ INDU AVER</omm:Utf8String>
</omm:Field>
...
</omm:Fields>
</omm:ChildItem>
</omm:Item>
</ns0:ItemResponse>
</ns0:RetrieveItem_Response_3>
</Body>
</Envelope>
{
"RetrieveItem_Response_3": {
"ItemResponse": [
{
"Item": [
{
"RequestKey ": {
"NameType": "RIC",
"Service": "IDN",
"Name": "0#.DJI"
},
"QoS": {
"TimelinessInfo": {
"TimeInfo": 0,
"Timeliness": "REALTIME"
},
"RateInfo": {
"TimeInfo": 3000,
"Rate": "TICK_BY_TICK"
}
},
"Status": {
"StatusMsg": "OK",
"StatusCode": 0
},
"Fields": {
"Field": [
{
"Name": "PROD_PERM",
"DataType": "Int32",
"Int32": 2766
},
{
"Name": "RDNDISPLAY",
"DataType": "Int32",
"Int32": 187
},
{
"Name": "DSPLY_NAME",
"DataType": "Utf8String",
"Utf8String": "DJ INDUSTRIAL "
},
{
"Name": "RDN_EXC HID",
"DataType": "Utf8String",
"Utf8String": null
},
{
"Name": "TIMACT",
"DataType": "Utf8String",
"Utf8String": null
},
{
"Name": "CURRENCY",
"DataType": "Utf8String",
"Utf8String": "USD"
},
...
{
"Name": "CF_YIELD",
"DataType": "Double",
"Double": 3.5658
},
{
"Name": "CF_NAME",
"DataType": "Utf8String",
"Utf8String": "EXXON MOBIL"
},
{
"Name": "CF_CURRENCY",
"DataType": "Utf8String",
"Utf8String": "USD"
}
]
}
]
}
]
}
}
}
ATTRIBUTE DESCRIPTION
Item Instrument listed in the ItemRequest is returned in its own Item node containing: RequestKey,
Status, Fields (FIDs) for each Instrument. See below for description of each.
RequestKey Contains the instrument name and the Service (data source) that provides the feed. The Service
has a value only if it is not the default data source.
Status Status is used to convey the state of an Item. Status is present in each Item node. Status may
contain source-specific messages such as a detailed error message, back-end error ID, or both.
Fields The Field represents a data field (FID) associated to RICs (Instruments). Each Field object contains
information such as field name, value, data type and display hint. Display hints suggest how the
data is to be displayed: decimal, fraction, date, or date time, and so on.
ChildItem Each ChildItem represents a constituent of a chain (for example Item RIC.AV.O and constituent RIC
MSFT.O).
NOTE: If you use ExpandChains="true" option (default) when requesting a chain instrument code, Refinitiv Knowledge Direct API returns
the data for all RICs included in this particular chain RIC (e.g. 0#.DJI) in one XML response. Due to large response size the chances of
getting a timeout error increase.
For this reason, we recommend using QuoteChains_1 instead of Quotes_1. If you prefer to use the Quotes_1 service for some reason, set
the following parameters for retrieving quote chains (see the next section).
ExpandChains="false"
Scope="List"
Fields:
LONGPREVLR:LONGNEXTLR:NEXT_LR:PREF_LINK:LONGLINK1:LONGLINK2:LONGLINK3:LONGLINK4:LONGLINK5:LONGLINK
6:LONGLINK7:LONGLINK8:LONGLINK9:LONGLINK10:LONGLINK11:LONGLINK12:LONGLINK13:LONGLINK14:LINK_1:LINK
_2:LINK_3:LINK_4:LINK_5:LINK_6:LINK_7:LINK_8:LINK_9:LINK_10:LINK_11:LINK_12:LINK_13:LINK_14
Examples of XML and JSON requests and responses below show how to retrieve a quote chain with ExpandChains set to False.
• XML Sample Request - Get Quote Chain with ExpandChains="false"
• JSON Sample Request - Get Quote Chain with ExpandChains="false"
• XML Sample Response - Get Quote Chain with ExpandChains="false"
• JSON Sample Response - Get Quote Chain with ExpandChains="false"
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Quotes/Quotes.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Quotes_1/RetrieveItem_3</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<RetrieveItem_Request_3 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Quotes_1">
<ItemRequest ExpandChains="false" Scope="List">
<Fields>LONGPREVLR:LONGNEXT LR:NEXT _LR:PREF_LINK:LONGLINK1:LONGLINK2:LONGLINK3:
LONGLINK4:LONGLINK5:LONGLINK6:LONGLINK7:LONGLINK8:LONGLINK9:LONGLINK10:LONGLINK11:
LONGLINK12:LONGLINK13:LONGLINK14:LINK_1:LINK_2:LINK_3:LINK_4:LINK_5:LINK_6:LINK_7:
LINK_8:LINK_9:LINK_10: LINK_11:LINK_12:LINK_13:LINK_14</Fields>
<RequestKey Name="0#.FTSE" NameType="RIC"/>
</ItemRequest>
</RetrieveItem_Request_3>
</Body>
</Envelope>
{
"RetrieveItem_Request_3": {
"TrimResponse": false,
"ItemRequest": [
{
"Fields": "LONGPREV LR:LONGNEXTLR:NEXT_LR:PREF _LINK:LONGLINK1:LONGLINK2:
LONGLINK3:LONGLINK4:LONGLINK5:LONGLINK6:LONGLINK7:LONGLINK8:LONGLINK9:
LONGLINK10:LONGLINK11:LONGLINK12:LONGLINK13:LONGLINK14:LINK_1:LINK_2:LINK_3:LINK_4:
LINK_5:LINK_6:LINK_7:LINK_8:LINK_9:LINK_10:LINK_11:LINK_12:LINK_13:LINK_14",
"RequestKey ": [
{
"Name": "0#.FTSE",
"NameType": "RIC "
}
],
"Scope": "List"
}
]
}
}
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" s:mustUnderstand="1"> http://
www.reuters.com/ns/2006/05/01/webservices/rkd/http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Quotes_1/RetrieveItem_3_Reply</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<<ns1:RetrieveItem_Response_3 xmlns:ns1="http://www.reuters.com/ns/2006/05/01/webservces/rkd/
Quotes_1">
<ns1:ItemResponse>
<omm:Item xmlns:omm="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
QuotesCommon">
<omm:RequestKey NameType="RIC " Service="" Name="0#.FTSE"></omm:RequestKey>
<omm:QoS>
<omm:TimelinessInfo TimeInfo="0" Timeliness="REALTIME"></omm:TimelinessInfo>
<omm:RateInfo TimeInfo="3000" Rate="TICK_BY_TICK"></omm:RateInfo>
</omm:Q oS>
<omm:Status>
<omm:StatusMsg>O K</omm:StatusMsg>
<omm:StatusCode>0</omm:StatusCode>
</omm:Status>
<omm:Fields>
<omm:Field Name="LONGLINK1" DataType="Utf8String">
<omm:Utf8String>.FTSE</omm:Utf8String>
</omm:Field>
<omm:Field Name="LONGLINK2" DataType="Utf8String">
<omm:Utf8String>.AD.FTSE</omm:Utf8String>
</omm:Field>
<omm:Field Name="LONGLINK3" DataType="Utf8String">
<omm:Utf8String>AAL.L</omm:Utf8String>
</omm:Field>
<omm:Field Name="LONGLINK4" DataType="Utf8String">
<omm:Utf8String>ABF.L</omm:Utf8String>
</omm:Field>
<omm:Field Name="LONGLINK5" DataType="Utf8String">
<omm:Utf8String>ADML.L</omm:Utf8String>
</omm:Field>
<omm:Field Name="LONGLINK6" DataType="Utf8String">
<omm:Utf8String>AGGK.L</omm:Utf8String>
</omm:Field>
<omm:Field Name="LONGLINK7" DataType="Utf8String">
<omm:Utf8String>AMEC.L</omm:Utf8String>
</omm:Field>
<omm:Field Name="LONGLINK8" DataType="Utf8String">
<omm:Utf8String>ANTO.L</omm:Utf8String>
</omm:Field>
<omm:Field Name="LONGLINK9" DataType="Utf8String">
<omm:Utf8String>ARM.L</omm:Utf8String>
</omm:Field>
<omm:Field Name="LONGLINK10" DataType="Utf8String">
<omm:Utf8String>ASHM.L</omm:Utf8String>
</omm:Field>
{
"RetrieveItem_Response_3": {
"ItemResponse": [
{
"Item": [
{
"RequestKey ": {
"NameType": "RIC",
"Service": "IDN",
"Name": "0#.FTSE"
},
"QoS": {
"TimelinessInfo": {
"TimeInfo": 0,
"Timeliness": "REALTIME"
},
"RateInfo": {
"TimeInfo": 3000,
"Rate": "TICK_BY_TICK"
}
},
"Status": {
"StatusMsg": "OK",
"StatusCode": 0
},
"Fields": {
"Field": [
{
"Name": "LONGLINK1",
"DataType": "Utf8String",
"Utf8String": ".FTSE"
},
{
"Name": "LONGLINK2",
"DataType": "Utf8String",
"Utf8String": ".AD.FTSE"
},
{
"Name": "LONGLINK3",
"DataType": "Utf8String",
"Utf8String": "AAL.L"
},
...
{
"Name": "PREF_LINK",
"DataType": "Utf8String",
"Utf8String": "1#.FTSE"
}
]
},
"ChildItem": [
{
"Name": ".FTSE",
"Status": {
"StatusMsg": "OK",
"StatusC ode": 0
},
"Fields": {
"Field": [
{
"Name": "LONGLINK1",
"DataType": "Utf8String",
"Utf8String": ""
},
{
"Name": "LONGLINK2",
"DataType": "Utf8String",
"Utf8String": null
}
]
}
},
... ... ...
{
"Name": "WPP.L",
"Status": {
"StatusMsg": "OK",
"StatusCode": 0
},
"Fields": {
"Field": [
{
"Name": "LONGLINK1",
"DataType": "Utf8String",
"Utf8String": "0#.SET1"
}
]
}
},
{
"Name": "WTB.L",
"Status": {
"StatusMsg": "OK",
"StatusC ode": 0
},
"Fields": {
"Field": [
{
"Name": "LONGLINK1",
"DataType": "Utf8String",
"Utf8String": "0#.FTTRL"
}
]
}
}
]
}
}
}
]
}
LONGLINK1- LONGLINK14 fields (or LINK_1 - LINK_14 fields for some chains) contain 14 child RICs.
LONGNEXTLR and LONGPREVLR fields (or NEXT_LR and PREF_LINK fields for some chains) contain the next and the previous chain
RICs. Using these chains you can retrieve the next and the previous portions of 14 child RICs respectively.
After you retrieve all child RICs, make a quote request (e.g. using RetrieveItem_3 method) for stored RICs.
17 Time Series
17.1 Overview
Time Series data covers Interday and Intraday data.
17.2.1 Authorization
All requests to the Time Series web service require an authorization token. For details, see Understanding Authentication Tokens.
17.2.2 Authentication
Time Series uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your application
authenticates them. Unmanaged effective users are not supported in Time Series.
For additional information on creating a Service Token, see Creating a Token.
WSDL:
http://api.rkd.refinitiv.com/schemas/TimeSeries/wsdl/TimeSeries_1_HttpAndRKDToken.wsdl
17.3.1 Retrieving Interday Data - Daily, Weekly, Monthly, Quarterly, and Annual
Interday requests let you retrieve historical time series prices on an instrument, summarized in daily, weekly, monthly, quarterly, or annual
periods. For each period, details such as the opening price, closing price, highest and lowest prices, Closing Yield value of the period, and
Bid price and Ask price of the stock are retrieved. Historical interday time series prices for instruments are available back to 1981.
NOTE: A maximum of 5000 points is retrievable in a single call to the Time Series service.
XSD
XSD: http://api.rkd.refinitiv.com/schemas/TimeSeries/TimeSeries_1.xsd
Examples of XML and JSON requests and responses below show how to retrieve daily information between 7/3/2014 and 7/10/2014.
• XML Sample Request - Daily Interday Data for dates between 7/3/2014 and 7/10/2014
• JSON Sample Request - Daily Interday Data for dates between 7/3/2014 and 7/10/2014
• XML Sample Response - Daily Interday Data for dates between 7/3/2014 and 7/10/2014
• JSON Sample Response - Daily Interday Data for dates between 7/3/2014 and 7/10/2014
• XML Sample Response - Retrieving Daily Interday Data for 'US10YT=RR' FI RIC
• JSON Sample Response - Retrieving Daily Interday Data for 'US10YT=RR' FI RIC
17.3.1.1 XML Sample Request - Daily Interday Data for dates between 7/3/2014 and 7/10/2014
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
TimeSeries/TimeSeries.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/TimeSeries_1/GetInterday TimeSeries_2</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
"<GetInterdayTimeSeries_Request_5
xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/TimeSeries_1"
NotSkipInvalidRows="true"
UseNonAdjusted="true" TrimResponse="true" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > "
<Symbol>MSFT.O</Symbol>
<StartTime>2014-07-03T10:00:00</StartTime>
<EndTime>2014-07-10T23:59:00</EndTime>
<Interval>DAILY</Interval>
<Field>OPEN</Field>
<Field>HIGH</Field>
<Field>LOW</Field>
<Field>CLOSE</Field>
<Field>CLOSEYIELD</Field>
<Field>VOLUME</Field>
<Field>BID</Field>
<Field>ASK</Field>
<Field>VWAP</Field>
<MetaField>NAME</MetaField>
<MetaField>QOS</MetaField>
<MetaField>CCY</MetaField>
<MetaField>TZ</MetaField>
<MetaField>TZOFFSET</MetaField>
<MetaField>NAME_LL</MetaField>
</GetInterday TimeSeries_Request_5>
</Body>
</Envelope>
17.3.1.2 JSON Sample Request - Daily Interday Data for dates between 7/3/2014 and 7/10/2014
{
"GetInterday TimeSeries_Request_5": {
"Field": [
"OPEN",
"HIGH",
"LOW",
"CLOSE",
"CLOSEYIELD",
"VOLUME",
"BID",
"ASK"
"VWAP"
],
"MetaField": [
"NAME",
"QOS",
"CCY",
"TZ",
"TZOFFSET",
"NAME_LL"
],
"TrimResponse": true,
"UseNonAdjusted": true,
"NotSkipInvalidRows": true,
"Symbol": "MSFT.O ",
"StartTime": "2014-07-03T10:00:00",
"EndTime": "2014-07-10T23:59:00",
"Interval": "DAILY"
}
}
NOTE: Refinitiv recommends that you do not query for too much data via HTTP. By design, the TimeSeries service is limited not to send
more than 5000 records (rows) to minimize bandwidth consumption. Any data over the 5000 record limit is truncated. If you do need a great
number of records (more than 5000 records), Refinitiv recommends that you break up your query into several requests and then combine the
responses together.
ATTRIBUTE DESCRIPTION
Symbol A RIC of the instrument for the interday prices you want to retrieve.
StartTime Start date and time criteria of the search. The format of the Start time should be: yyyy-mm-
ddThh:mm:ss
EndTime End date and time criteria of the search. The format of the Start time should be: yyyy-mm-
ddThh:mm:ss
NOTE: Please pay attention that maximum <EndDate> interval is >=2038. If you specify a
greater <EndDate> interval, you receive a blank response.
TZ Time Zone.
NAME_LL Name the company is known locally, if different from the official name, in the local character
set.
TrimResponse If this parameter is set to true, the API returns short forms for the field names (E.g. R for Row
and H for High) in the XML response.
NOTE: You might get ERR_NOSUCHRIC error on TimeSeries, even though the RIC exists because Refinitiv TimeSeries service gives the
same error ("ERR_NOSUCHRIC") for RICs which it does not have history for and also for invalid RICs. So, if you are sure that your RIC
exists, then it might be missing in the Refinitiv TimeSeries database. Refinitiv Knowledge Direct logs all requests for RICs which fail, and we
periodically add RICs which are requested but not available.
17.3.1.3 XML Sample Response - Daily Interday Data for dates between 7/3/2014 and 7/10/2014
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/TimeSeries_1/GetInterday TimeSeries_2_Reply
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetInterday TimeSeries_Response_5 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/TimeSeries_1">
<Row>
<OPEN>41.75</OPEN>
<HIGH>42.12</HIGH>
<LOW>41.71</LOW>
<CLOSE>41.99</CLOSE>
<VOLUME>21953619</VOLUME>
<CLOSEYIELD></CLOSEYIELD>
<BID>41.99</BID>
<ASK>42</ASK>
<VWAP>66.6594</VWAP>
<TIMESTAMP>2014-07-07T00:00:00+00:00</TIMESTAMP>
</Row>
....
<Row>
<OPEN>41.98</OPEN>
<HIGH>41.99</HIGH>
<LOW>41.53</LOW>
<CLOSE>41.67</CLOSE>
<VOLUME>18445910</VOLUME>
<CLOSEYIELD></CLOSEYIELD>
<BID>41.67</BID>
<ASK>41.68</ASK>
<VWAP>66.6594</VWAP>
<TIMESTAMP>2014-07-09T00:00:00+00:00</TIMESTAMP>
</Row>
<MetaFields>
<NAME>MICROSOFT CP</NAME>
<QOS>RT</QOS>
<CCY>USD</CCY>
<TZ>NYC</TZ>
<TZOFFSET>-240</TZOFFSET>
</MetaFields>
</GetInterday TimeSeries_Response_5>
</s:Body>
</s:Envelope>
17.3.1.4 JSON Sample Response - Daily Interday Data for dates between 7/3/2014 and 7/10/2014
-{
"GetInterday TimeSeries_Response_5": {
"R": [
{
"O ": 41.75,
"H": 42.12,
"L": 41.71,
"C ": 41.99,
"V ": 21953619.0,
"B": 41.99,
"A ": 42.0,
"VW":71.968,
"T": "2014-07-07T00:00:00Z"
},
{
"O ": 41.87,
"H": 42.0,
"L": 41.61,
"C ": 41.78,
"V ": 31218208.0,
"B": 41.78,
"A ": 41.79,
"VW":71.968,
"T": "2014-07-08T00:00:00Z"
},
...
{
"O ": 41.98,
"H": 41.99,
"L": 41.53,
"C ": 41.67,
"V ": 18445910.0,
"B": 41.67,
"A ": 41.68,
"VW":71.968,
"T": "2014-07-09T00:00:00Z"
},
],
"Meta": {
"NAME": "MIC RO SO FT C P",
"QOS": "RT",
"CCY": "USD",
"TZ": "NYC ",
"TZOFFSET": -300
}
}
}
NOTE: The response for FI RICs return additional value in the response - 'CLOSEYIELD'.
17.3.1.5 XML Sample Response - Retrieving Daily Interday Data for 'US10YT=RR' FI RIC
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/TimeSeries_1/GetInterday TimeSeries_2_Reply
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetInterday TimeSeries_Response_5 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/TimeSeries_1">
<Row>
<OPEN>99.59375</OPEN>
<HIGH>99.828125</HIGH>
<LOW>99.390625</LOW>
<CLOSE>99.5625</CLOSE>
<VOLUME></VOLUME>
<CLOSEYIELD>2.55</CLOSEYIELD>
<BID>99.5625</BID>
<ASK>99.5625</ASK>
<VWAP>66.6594</VWAP>
<TIMESTAMP>2014-07-15T00:00:00+00:00</TIMESTAMP>
</Row>
<MetaFields>
<NAME>10Y UST</NAME>
<QOS>RT</QOS>
<CCY>USD</CCY>
<TZ>UTC</TZ>
<TZOFFSET>0</TZOFFSET>
<NAME_LL></NAME_LL>
</MetaFields>
</GetInterday TimeSeries_Response_5>
</s:Body>
</s:Envelope>
17.3.1.6 JSON Sample Response - Retrieving Daily Interday Data for 'US10YT=RR' FI RIC
{
"GetInterday TimeSeries_Response_5": {
"R": [
{
"O ": 98.65625,
"H": 99.0625,
"L": 98.609375,
"C ": 98.984375,
"C Y": 2.617,
"B": 98.984375,
"A ": 99.03125,
“VW”:71.968,
"T": "2014-07-07T00:00:00Z"
},
{
"O ": 99.0,
"H": 99.53125,
"L": 98.953125,
"C ": 99.4375,
"C Y": 2.565,
"B": 99.4375,
"A ": 99.5,
"VW":71.968,
"T": "2014-07-08T00:00:00Z"
},
...
{
"O ": 99.484375,
"H": 99.625,
"L": 99.109375,
"C ": 99.609375,
"C Y": 2.545,
"B": 99.609375,
"A ": 99.53125,
"VW":71.968,
"T": "2014-07-09T00:00:00Z"
},
],
"Meta": {
"NAME": "10Y UST",
"QOS": "RT",
"CCY": "USD",
"TZ": "UTC ",
"TZOFFSET": 0,
"NAME_LL": ""
}
}
}
NOTE: The requests Get Interday Time Series, Get Interday Time Series 2 and Get Interday Time Series 3 are deprecated and no longer
recommended for use.
NOTE:
• Intraday data is available for instruments up to 1 year previously. Timeseries Intraday request returns the latest traded price for the
specified RIC even if the request is made during weekend or holidays.
• A maximum of 5000 points is retrievable in a single call to the Time Series service.
• Odd Lot Trades are not included in the OHLC and Volume Calculation and are not displayed in the Timeseries response if the
parameter "Pre and Post Market Trading Sessions" is set in the request.
XSD
XSD: http://api.rkd.refinitiv.com/schemas/TimeSeries/TimeSeries_1.xsd
Examples of XML and JSON requests and responses below show how to retrieve hourly information.
• XML Sample Request - Hourly Intraday Data for Microsoft, 7/13/2014 to 7/14/2014
• JSON Sample Request - Hourly Intraday Data for Microsoft, 12/3/2014 to 12/10/2014
• XML Sample Response - Hourly Intraday Data for Microsoft, 7/13/2014 to 7/14/2014
• JSON Sample Response - Hourly Intraday Data for Microsoft, 12/3/2014 to 12/10/2014
• XML Sample Response - Retrieving Hourly Intraday Data for 'US10YT=RR' FI RIC
• JSON Sample Response - Retrieving Hourly Intraday Data for 'US10YT=RR' FI RIC
17.3.2.1 XML Sample Request - Hourly Intraday Data for Microsoft, 7/13/2014 to 7/14/2014
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
TimeSeries/TimeSeries.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/TimeSeries_1/GetIntraday TimeSeries_2</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetIntraday TimeSeries_Request_5 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchemainstance"xmlns="http://www.reuters.com/ns/2006/
05/01/webservices/rkd/TimeSeries_1">
<Symbol>MSFT.O</Symbol>
<StartTime>2014-07-13T00:00:00</StartTime>
<EndTime>2014-07-14T23:59:00</EndTime>
<Interval>HOUR</Interval>
<Field>OPEN</Field>
<Field>HIGH</Field>
<Field>LOW</Field>
<Field>CLOSE</Field>
<Field>CLOSEYIELD</Field>
<Field>VOLUME</Field>
<Field>BID</Field>
<Field>ASK</Field>
<MetaField>NAME</MetaField>
<MetaField>QOS</MetaField>
<MetaField>CCY</MetaField>
<MetaField>TZ</MetaField>
<MetaField>TZOFFSET</MetaField>
<MetaField>NAME_LL</MetaField>
</GetIntraday TimeSeries_Request_5>
</Body>
</Envelope>
17.3.2.2 JSON Sample Request - Hourly Intraday Data for Microsoft, 12/3/2014 to 12/10/2014
{
"GetIntraday TimeSeries_Request_5": {
"Field": [
"OPEN",
"HIGH",
"LOW",
"CLOSE",
"CLOSEYIELD",
"VOLUME",
"BID",
"ASK"
],
"MetaField": [
"NAME",
"QOS",
"CCY",
"TZ",
"TZOFFSET",
"NAME_LL"
],
"TrimResponse": true,
"Symbol": "MSFT.O ",
"StartTime": "2015-12-03T00:00:00",
"EndTime": "2015-12-10T23:59:00",
"Interval": "HOUR"
}
}
ATTRIBUTE DESCRIPTION
Symbol A RIC of the instrument, intraday prices of which you want to retrieve.
Day Allows you to retrieve data for a specific day by selecting one of the following options:
• Latest
• Today
• Yesterday
• Two Days Ago
• Three Days Ago
• Four Days Ago
• Five Days Ago
• Custom Date
If the Custom Date option is selected (by default), the Start Time and End Time parameters
are available.
If you select Latest, the response shows data of the latest day when trading operations
occurred.
TimeZone Available only if no custom date (StartTime and EndTime) is specified. Use this parameter to
retrieve data adjusted for a specific time zone. The short name of a time zone should be used
in the request. The default is UTC.
To get the list of supported time zones, use the GetTimeZoneList operation.
You can also use the value 'LOCAL' to adjust data for the instrument's exchange time zone.
StartTime Start date and time criteria of the search. The format of the Start time should be: yyyy-mm-
ddThh:mm:ss
EndTime End date and time criteria of the search. The format of the Start time should be: yyyy-mm-
ddThh:mm:ss
NOTE: Please pay attention that the maximum <EndDate> value is 2038. If you specify a
greater<EndDate> value, you receive a blank response.
ATTRIBUTE DESCRIPTION
TZ Time Zone.
NAME_LL Name the company is known locally, if different from the official name, in the local character
set.
TrimResponse If this parameter is set to true, the API returns a much thinner XML response.
Pre And Post Market Trading Sessions Intraday summaries normally include only trades during the instrument’s session open hours.
Select this option to include all trades between the selected start and end timestamps.
17.3.2.3 XML Sample Response - Hourly Intraday Data for Microsoft, 7/13/2014 to 7/14/2014
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/TimeSeries_1/GetIntraday TimeSeries_2_Reply
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetIntraday TimeSeries_Response_5 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/TimeSeries_1">
<Row>
<OPEN>42.22</OPEN>
<HIGH>42.3</HIGH>
<LOW>42.1</LOW>
<CLOSE>42.285</CLOSE>
<VOLUME>2235934</VOLUME>
<CLOSEYIELD></CLOSEYIELD>
<BID>42.28</BID>
<ASK>42.29</ASK>
<TIMESTAMP>2014-07-14T14:00:00+00:00</TIMESTAMP>
</Row>
...
<Row>
<OPEN>42.14</OPEN>
<HIGH>42.14</HIGH>
<LOW>42.14</LOW>
<CLOSE>42.14</CLOSE>
<VOLUME>1307768</VOLUME>
<CLOSEYIELD></CLOSEYIELD>
<BID>42.06</BID>
<ASK>42.15</ASK>
<TIMESTAMP>2014-07-14T21:00:00+00:00</TIMESTAMP>
</Row>
<MetaFields>
<NAME>MICROSOFT CP</NAME>
<QOS>RT</QOS>
<CCY>USD</CCY>
<TZ>NYC</TZ>
<TZOFFSET>-240</TZOFFSET>
</MetaFields>
</GetIntraday TimeSeries_Response_5>
</s:Body>
</s:Envelope>
17.3.2.4 JSON Sample Response - Hourly Intraday Data for Microsoft, 12/3/2014 to 12/10/2014
{
"GetIntraday TimeSeries_Response_5": {
"R": [
{
"O ": 55.49,
"H": 55.77,
"L": 54.9925,
"C ": 55.18,
"V ": 3032181.0,
"B": 55.17,
"A ": 55.18,
"T": "2015-12-03T15:00:00Z"
},
{
"O ": 55.175,
"H": 55.225,
"L": 54.85,
"C ": 55.06,
"V ": 4166132.0,
"B": 55.05,
"A ": 55.06,
"T": "2015-12-03T16:00:00Z"
},
...
{
"O ": 55.0599,
"H": 55.33,
"L": 54.73,
"C ": 54.89,
"V ": 3741554.0,
"B": 54.88,
"A ": 54.89,
"T": "2015-12-03T17:00:00Z"
},
],
"Meta": {
"NAME": "MIC RO SO FT C P",
"QOS": "RT",
"CCY": "USD",
"TZ": "NYC ",
"TZOFFSET": -300
}
}
}
NOTE: The response for FI RICs return additional value in the response - 'CLOSEYIELD'.
17.3.2.5 XML Sample Response - Retrieving Hourly Intraday Data for 'US10YT=RR' FI RIC
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/TimeSeries_1/GetIntraday TimeSeries_2_Reply
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetIntraday TimeSeries_Response_5 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/TimeSeries_1">
<Row>
<OPEN>99.59375</OPEN>
<HIGH>99.59375</HIGH>
<LOW>99.578125</LOW>
<CLOSE>99.578125</CLOSE>
<VOLUME></VOLUME>
<CLOSEYIELD>2.5486</CLOSEYIELD>
<BID>99.578125</BID>
<ASK>99.59375</ASK>
<TIMESTAMP>2014-07-15T00:00:00+00:00</TIMESTAMP>
</Row>
...
<MetaFields>
<NAME>10Y UST</NAME>
<QOS>RT</QOS>
<CCY>USD</CCY>
<TZ>UTC</TZ>
<TZOFFSET>0</TZOFFSET>
<NAME_LL></NAME_LL>
</MetaFields>
</GetIntraday TimeSeries_Response_5>
</s:Body>
</s:Envelope>
17.3.2.6 JSON Sample Response - Retrieving Hourly Intraday Data for 'US10YT=RR' FI RIC
{
"GetIntraday TimeSeries_Response_5": {
"R": [
-{
"O ": 100.59375,
"H": 100.609375,
"L": 100.59375,
"C ": 100.59375,
"C Y": 2.1832,
"B": 100.59375,
"A ": 100.609375,
"T": "2015-12-03T01:00:00Z"
},
{
"O ": 100.609375,
"H": 100.640625,
"L": 100.609375,
"C ": 100.625,
"C Y": 2.1797,
"B": 100.625,
"A ": 100.640625,
"T": "2015-12-03T02:00:00Z"
},
...
{
"O ": 100.625,
"H": 100.640625,
"L": 100.609375,
"C ": 100.609375,
"C Y": 2.1815,
"B": 100.609375,
"A ": 100.625,
"T": "2015-12-03T04:00:00Z"
},
],
"Meta": {
"NAME": "10Y UST",
"QOS": "RT",
"CCY": "USD",
"TZ": "UTC ",
"TZOFFSET": 0,
"NAME_LL": ""
}
}
}
If the request contains Day and/or TimeZone parameters, the response also returns minimum and maximum values for OPEN, HIGH, LOW,
CLOSE, VOLUME and CLOSEYIELD.
NOTE:
• These values are not returned if the request uses StartTime and EndTime.
• The requests Get Intraday Time Series, Get Intraday Time Series 2 and Get Intraday Time Series 3 are deprecated and no longer
recommended for use.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
TimeSeries/TimeSeries.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/TimeSeries_1/GetExchangeData_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetExchangeData_Request_1 exchange="BRA" xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/TimeSeries_1" />
</Body>
</Envelope>
{
"GetExchangeData_Request_1": {
"exchange": "BRA"
}
}
ATTRIBUTE DESCRIPTION
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/TimeSeries_1/GetExchangeData_1_Reply
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<ns0:GetExchangeData_Response_1 xmlns:ns0="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/TimeSeries_1" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
TimeSeries_1">
<ns0:ExchangeDataResponse>
<ns0:ExchangeName>BRATISLAVA SE</ns0:ExchangeName>
<ns0:Timezone>VIENNA</ns0:Timezone>
<ns0:TradingWeek>
<ns0:TradingDay>
<ns0:Session>
<ns0:StartDay>Monday</ns0:StartDay>
<ns0:StartTime>0001-01-01T11:00:00+00:00</ns0:StartTime>
<ns0:EndDay>Monday</ns0:EndDay>
<ns0:EndTime>0001-01-01T14:00:00+00:00</ns0:EndTime>
</ns0:Session>
</ns0:TradingDay>
<ns0:TradingDay>
<ns0:Session>
<ns0:StartDay>Tuesday</ns0:StartDay>
<ns0:StartTime>0001-01-01T11:00:00+00:00</ns0:StartTime>
<ns0:EndDay>Tuesday</ns0:EndDay>
<ns0:EndTime>0001-01-01T14:00:00+00:00</ns0:EndTime>
</ns0:Session>
</ns0:TradingDay>
....
</ns0:TradingWeek>
<ns0:IDNExchID>328</ns0:IDNExchID>
</ns0:ExchangeDataResponse>
</ns0:GetExchangeData_Response_1>
</s:Body>
</s:Envelope>
{
"GetExchangeData_Response_1": {
"ExchangeDataResponse": {
"ExchangeName":"BRATISLAVA SE",
"Timezone":"VIENNA",
"TradingWeek": {
"TradingDay ": [
{
"Session": [
{
"StartDay": "Monday",
"StartTime": "0001-01-01T11:00:00Z",
"EndDay": "Monday",
"EndTime": "0001-01-01T15:30:00Z"
}
]
},
{
"Session": [
{
"StartDay": "Tuesday",
"StartTime": "0001-01-01T11:00:00Z",
"EndDay": "Tuesday",
"EndTime": "0001-01-01T15:30:00Z"
}
]
},
{
"Session": [
{
"StartDay": "Wednesday",
"StartTime": "0001-01-01T11:00:00Z",
"EndDay": "Wednesday",
"EndTime": "0001-01-01T15:30:00Z"
}
]
}
...
]
},
"IDNExchID": 328
}
}
}
ATTRIBUTE DESCRIPTION
NOTE: The GetTimezoneList_1 request does not take any input parameters.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
TimeSeries/TimeSeries.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/TimeSeries_1/GetTimeZoneList_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetTimezoneList_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
TimeSeries_1" />
</Body>
</Envelope>
{
"GetTimezoneList_Request_1": {
}
}
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/TimeSeries_1/GetIntraday TimeSeries_2_Reply
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<ns0:GetTimezoneList_Response_1 xmlns:ns0="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/TimeSeries_1" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
TimeSeries_1">
<ns0:TimezoneList>
<ns0:Timezone>
<ns0:ShortName>ABU</ns0:ShortName>
<ns0:LongName>Abu Dhabi</ns0:LongName>
<ns0:GMTOffset>240</ns0:GMTOffset>
<ns0:HasSummerTime>false</ns0:HasSummerTime>
</ns0:Timezone>
<ns0:Timezone>
<ns0:ShortName>ALG</ns0:ShortName>
<ns0:LongName>ALGIERS</ns0:LongName>
<ns0:GMTOffset>60</ns0:GMTOffset>
<ns0:HasSummerTime>false</ns0:HasSummerTime>
</ns0:Timezone>
...
<ns0:Timezone>
<ns0:ShortName>ZUR</ns0:ShortName>
<ns0:LongName>ZURICH</ns0:LongName>
<ns0:GMTOffset>60</ns0:GMTOffset>
<ns0:HasSummerTime>true</ns0:HasSummerTime>
<ns0:SummerOffset>120</ns0:SummerOffset>
<ns0:SummerStart>2010-03-28T02:00:00+00:00</ns0:SummerStart>
<ns0:SummerEnd>2010-10-31T03:00:00+00:00</ns0:SummerEnd>
</ns0:Timezone>
</ns0:TimezoneList>
</ns0:GetTimezoneList_Response_1>
</s:Body>
</s:Envelope>
{
"GetTimezoneList_Response_1": {
"TimezoneList": {
"Timezone": [
{
"ShortName": "ADL",
"LongName": "ADELAIDE",
"GMTOffset": 570,
"HasSummerTime": true,
"SummerOffset": 630,
"SummerStart": "2015-10-04T02:00:00Z",
"SummerEnd": "2016-04-03T03:00:00Z"
},
{
"ShortName": "ALG",
"LongName": "ALGIERS",
"GMTOffset": 60,
"HasSummerTime": false
},
...
{
"ShortName": "ZUR",
"LongName": "ZURICH ",
"GMTOffset": 60,
"HasSummerTime": true,
"SummerOffset": 120,
"SummerStart": "2017-03-26T02:00:00+00:00",
"SummerEnd": "2017-10-29T03:00:00+00:00"
}
]
}
}
}
The response returns the list with time zones (<ns0:Timezone>), each containing the following attributes.
ATTRIBUTE DESCRIPTION
SummerStart Shows when summer time starts for the given time zone.
SummerEnd Shows when summer time ends for the given time zone.
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
TimeSeries/TimeSeries.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/TimeSeries_1/GetTimeAndSales_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</s:Header>
<s:Body>
<GetTimeAndSales_Request_1 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchemainstance"xmlns="http://www.reuters.com/ns/2006/
05/01/webservices/rkd/TimeSeries_1">
<Symbol>TRI.N</Symbol>
<StartTime>2018-05-01T00:00:00</StartTime>
<EndTime>2018-05-02T00:00:00</EndTime>
<Count>100</Count>
<Field>TRDPRC_1</Field>
<Field>TRDVOL_1</Field>
<Field>VWAP</Field>
<Field>BID</Field>
<Field>BIDSIZE</Field>
<Field>ASK</Field>
<Field>ASKSIZE</Field>
<Field>NETCHNG_1</Field>
<Field>SEQNUM</Field>
<Field>TRADE_ID</Field>
</GetTimeAndSales_Request_1>
</Body>
</Envelope>
17.3.5.2 JSON Sample Request with All Parameters Used, Including All Fields in Response
{
"GetTimeAndSales_Request_1": {
"Symbol": “TRI.N”,
"StartTime": "2018-05-10T00:00:00",
"EndTime": "2018-05-02T00:00:00",
"Count": 100,
"Field": [
"TRDPRC_1",
"TRDVOL_1",
"VWAP",
"BID",
"BIDSIZE",
"ASK"
"ASKSIZE"
"NETCHNG_1",
"SEQNUM"
"TRADE_ID"
],
"TrimResponse": true,
"IncludeNonSessionTrades": true
}
}
ATTRIBUTE DESCRIPTION
Symbol A RIC of the instrument, intraday prices of which you want to retrieve.
Day Allows you to retrieve data for a specific day by selecting one of the following options:
• Latest
• Today
• Yesterday
• Two Days Ago
• Three Days Ago
• Four Days Ago
• Five Days Ago
• Custom Date
If the Custom Date option is selected (by default), the Start Time and End Time parameters
are available.
If you select Latest, the response shows data of the latest day when trading operations
occurred.
TimeZone Available only if no custom date (StartTime and EndTime) is specified. Use this parameter to
retrieve data adjusted for a specific time zone. The short name of a time zone should be used
in the request. The default is UTC.
To get the list of supported time zones, use the GetTimeZoneList operation.
You can also use the value 'LOCAL' to adjust data for the instrument's exchange time zone.
StartTime Start date and time criteria of the search. The format of the Start time should be: yyyy-mm-
ddThh:mm:ss
EndTime End date and time criteria of the search. The format of the Start time should be: yyyy-mm-
ddThh:mm:ss
NOTE: Please pay attention that the maximum <EndDate> value is 2038. If you specify a
greater<EndDate> value, you receive a blank response.
ATTRIBUTE DESCRIPTION
TZ Time Zone.
NAME_LL Name the company is known locally, if different from the official name, in the local character
set.
TrimResponse If this parameter is set to true, the API returns a much thinner XML response.
Pre And Post Market Trading Sessions Intraday summaries normally include only trades during the instrument’s session open hours.
Select this option to include all trades between the selected start and end timestamps.
Time and sales fields Any combination of time and sales fids from TIMESTAMP, TRDPRC_1, TRDVOL_1, VWAP,
BID, BIDSIZE, ASK, ASKSIZE, NETCHNG_1, SEQNUM, TRADE_ID. Note that all fids are
not necessarily available for all instruments. If a field is not available no data is returned.
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/TimeSeries_1/GetTimeAndSales_Response_1
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetTimeAndSales_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/TimeSeries_1">
<Row>
<TIMESTAMP>2018-05-01T19:59:56.904+00:00</TIMESTAMP>
<TRDPRC_1>40.17</TRDPRC_1>
<TRDVOL_1>100</TRDVOL_1>
<VWAP>40.0776</VWAP>
<BID>40.17</BID>
<BIDSIZE>2100</BIDSIZE>
<ASK>40.18</ASK>
<ASKSIZE>1300</ASKSIZE>
<NETCHNG_1>-0.05</NETCHNG_1>
<SEQNUM>2068890</SEQNUM>
<TRADE_ID>1234</TRADE_ID>
</Row>
</GetTimeAndSales_Response_1>
</s:Body>
</s:Envelope>
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/TimeSeries_1/GetTimeAndSales_Response_1
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetTimeAndSales_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/TimeSeries_1">
<R T="2018-05-01T19:59:56.904+00:00" P="40.17" V="100" VW="40.0776" B="40.17" BS="2100"
A="40.18" AS="1300" NC="-0.05" N="2068890" ID="1234"/>
</GetTimeAndSales_Response_1>
</s:Body>
</s:Envelope>
{
"GetTimeAndSales_Response_1": {
"Row": [
{
"TIMESTAMP": "2018-05-01T19:59:56.904+00:00",
"TRDPRC_1": 40.17,
"TRDVOL_1": 100.0,
"VWAP": 40.0776,
"BID": 40.17,
"BIDSIZE": 2100.0,
"ASK": 40.18,
"ASKSIZE": 1300.0,
"NETCHNG_1": -0.05,
"SEQNUM": "2068890"
"TRADE_ID": "1234"
},
{
"TIMESTAMP": "2018-05-01T19:59:57.528+00:00",
"TRDPRC_1": 40.18,
"TRDVOL_1": 67.0,
"VWAP": 40.0777,
"BID": "40",
"BIDSIZE": "600",
"ASK": "41",
"ASKSIZE": "70",
"NETCHNG_1": "-1.1",
"SEQNUM": "2069466"
},
...
{
"GetTimeAndSales_Response_1": {
"R": [
{
"T": "2018-05-01T19:59:57.528+00:00",
"P": 40.18,
"V": 67.0,
"VW": 40.0777,
"B": "40",
"BS": "60",
"A": "41",
"AS": "70",
"NC": "-1.1",
"N": "2069466"
"ID", "1234"
},
...
18 Lipper Search
The Lipper Search web service provides methods that allow the client to look for an asset based on several types of characteristics. For
example, Lipper Search gives the user the ability to search for assets with a name that 'begins with' or 'contains' certain words or phrases.
The following methods are available through Lipper Search service:
• Get Classes by Class Scheme (GetClassesbyClassScheme_1): Retrieves a list of classifications for the given classification scheme
ID.
• Get Class Scheme Search (GetClassSchemeSearch_1): Returns the assets along with their classification list.
• Get Class Scheme Search By RFS (GetClassSchemeSearchByRFS_1): Returns a list of classification schemes available for the
given country.
• Get Cross Reference Search - (GetCrossReferenceSearch_1): Returns the assets that have cross-reference codes matching the
given search string.
• Get Cross Reference Search By Universe (GetCrossReferenceSearchByUniverse_1): Returns cross-reference codes matching
the search string and search style based on universe.
• Get Fund Name Search Max Records (GetFundNameSearchMaxRecords_1): Returns the assets that meet the given criteria.
• Get Fund Name Search Max Records By Universe (GetFundNameSearchMaxRecordsByUniverse_1): Returns funds name
search max records by universe.
• Get Fund Name Search Paging (GetFundNameSearchPaging_1): Returns the assets that meet the given criteria.
• Get Fund Name Search Pagination By RFS (GetFundNameSearchPaginationByRFS_1): Returns funds name search pagination for
the specified country.
• Get Legal Structure Search (GetLegalStructureSearch_1): Returns the assets that have the given legal structure.
• Get Lipper Leader Score Search (GetLipperLeaderScoreSearch_1): Returns Lipper Leader Scores that meet the specified criteria.
• Get Search Keyword By Asset Type (GetSearchKeywordByAssetType_1): Searches the type of the keyword by asset.
18.1.1 Authorization
All requests to the Lipper Search service require an authorization token. For details, see Understanding Authentication Tokens.
18.1.2 Authentication
Lipper Search uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in Lipper Search.
For additional information on creating a Service Token, see Creating a Token.
18.2 WSDL
WSDL:
http://api.rkd.refinitiv.com/schemas/LipperSearch/wsdl/LipperSearch_1_HttpAndRKDToken.wsdl
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperSearch/LipperSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperSearch_1/GetClassesbyClassScheme_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetClassesbyClassScheme_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperSearch_1">
<classSchemeID>6052</classSchemeID>
<language>Italian</language>
</GetClassesbyClassScheme_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
classSchemeID The classification scheme ID for which the classification list is returned.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
ELEMENT DESCRIPTION
Class is an abbreviation for 'classification'. A classification is a designation assigned to assets based on various characteristics of the assets.
For example, "Equity North America" is a classification assigned to an asset. Classifications are organized into classification schemes.
Lipper provides multiple classification schemes around the world. For example, Equity North America is a classification within the Lipper
Global Classification scheme.
XML Sample Request - Making Class Scheme Search
The example below retrieves class schemes which names begin with 'Ab' and are displayed in English language:
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperSearch/LipperSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperSearch_1/GetClassSchemeSearch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetClassSchemeSearch_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperSearch_1">
<searchstring>Ab</searchstring>
<language>English</language>
</GetClassSchemeSearch_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
searchstring The classification scheme for which to search according to the specified search string value. Note that
this field does not accept any special characters.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperSearch/LipperSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperSearch_1/GetClassSchemeSearchByRFS_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetClassSchemeSearchByRFS_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/
rkd/LipperSearch_1">
<countryCode>USA</countryCode>
<language>English</language>
<provideClasses>true</provideClasses>
</GetClassSchemeSearchByRFS_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
countryCode The country for which classification schemes are returned. For full listing of available counties, see
Countries Enumeration.
provideClasses If set to 'true', then the classifications for each classification scheme are included in the results; if set to
'false', then no classification types are included in the results.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
ELEMENT DESCRIPTION
ClassList The asset's classification list for the classification scheme set in <ClassSchemeName>. A
ClassificationList is the set of classifications that belong to a classification scheme. Contains the
following elements:
• ClassId: The classification type's numeric ID.
• ClassName: The name of the classification type.
• Language: The display language for classification data.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperSearch/LipperSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperSearch_1/GetCrossReferenceSearch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetCrossReferenceSearch_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperSearch_1">
<searchString>Ab</searchString>
<crossReferenceSearchStyle>BeginsWith</crossReferenceSearchStyle>
</GetCrossReferenceSearch_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
searchstring The cross-reference code (or a set of codes) that correspond to the specified search string value.
crossReferenceSearchStyle The search style, either Begins With or Exact. 'BeginsWith' searches for assets based on the specified
name, while 'Exact' is used with Symbol search and requires an exact identifier such as CUSIP.
</Body>
</Envelope>
ELEMENT DESCRIPTION
AssetCategory The asset's category. Asset Category identifies the universe that the asset belongs to, such as, mutual
fund, indices, exchange traded fund, etc.
Promoter The asset's promoter's name. A promoter is the company responsible for promoting the fund.
Administrator The asset's administrator's name. The administrator provides back office support and compliance
services to the fund.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperSearch/LipperSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperSearch_1/GetCrossReferenceSearchByUniverse_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetCrossReferenceSearchByUniverse_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperSearch_1">
<searchStr>Ab</searchStr>
<universeCode>USA</universeCode>
<crossreferencesearchStyle>BeginsWith</crossreferencesearchStyle>
</GetCrossReferenceSearchByUniverse_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
universeCode The code of the Universe. For full listing of universe codes, see Universe Enumeration.
crossreferencesearchStyle Specifies how the search should be performed. The possible value could be 'BeginsW ith' and 'Exact'.
'BeginsWith' searches for assets based on the specified name, while 'Exact' is used with Symbol search
and requires an exact identifier such as CUSIP.
<LipperLeaderSearchResultType>
<LipperId>40001460</LipperId>
<Language>English</Language>
<AssetName>Munder Bond Fund;A</AssetName>
<Domicile>USA</Domicile>
<AssetCategory>Mutual Funds</AssetCategory>
<Promoter>MUNDER CAPITAL MANAGEMENT</Promoter>
<Administrator>MUNDER CAPITAL MANAGEMENT</Administrator>
<Code>ABRAX.O ^F95</Code>
<CodeName>RIC</CodeName>
<AssetTypeName>Bond</AssetTypeName>
<DataDate>2009-03-31</DataDate>
<RecordCount>324</RecordCount>
</LipperLeaderSearchResultType>
...
<LipperLeaderSearchResultType>
<LipperId>40094506</LipperId>
<Language>English</Language>
<AssetName>RiverSource Portfolio Builder Conservative Fund;B</AssetName>
<Domicile>USA</Domicile>
<AssetCategory>Mutual Funds</AssetCategory>
<Promoter>RIVERSOURCE INVESTMENTS LLC</Promoter>
<Administrator>AMERIPRISE FINANCIAL INC</Administrator>
<Code>ABBDX</Code>
<CodeName>NASDAQ Ticker</CodeName>
<AssetTypeName>Mixed Assets</AssetTypeName>
<DataDate>2009-03-31</DataDate>
<RecordCount>324</RecordCount>
</LipperLeaderSearchResultType>
</CrossReferenceSearchByUniverseResult>
</GetCrossReferenceSearchByUniverse_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
AssetCategory The asset's category. An Asset Category identifies the universe that the asset belongs to, such as,
mutual fund, indices, exchange traded fund, etc.
Promoter The asset's promoter's name. A promoter is the company responsible for promoting the fund.
Administrator The asset's administrator's name. The administrator provides back office support and compliance
services to the fund.
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperSearch/LipperSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperSearch_1/GetFundNameSearchMaxRecords_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetFundNameSearchMaxRecords_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperSearch_1">
<searchString>A b</searchString>
<searchStyle>BeginsWith</searchStyle>
<maxRecords>100</maxRecords>
</GetFundNameSearchMaxRecords_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
searchStyle The search style, either Begins With or Contains. Both values search assets based on the specified
name. 'BeginsWith' searches only for assets which names begin with the specified values, while
'Contains' - which names contain the specified value in any position.
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperSearch/LipperSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperSearch_1/GetFundNameSearchMaxRecordsByUniverse_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetFundNameSearchMaxRecordsByUniverse_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperSearch_1">
<searchString>Ab</searchString>
<universeCode>USA</universeCode>
<searchStyle>BeginsWith</searchStyle>
<maxRecords>100</maxRecords>
</GetFundNameSearchMaxRecordsByUniverse_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
universeCode The universe code. For full listing of universe codes, see Universe Enumeration.
searchStyle The search style, either Begins With or Contains. Both values search assets based on the specified
name. 'BeginsWith' searches only for assets which names begin with the specified values, while
'Contains' - which names contain the specified value in any position.
PARAMETER DESCRIPTION
XML Sample Response - Retrieving Fund Name Search Max Records By Universe
The response returns a list of <AssetIdentityType> elements that contain the assets that meet the given search criteria.
<AssetIdentityType>
<LipperId>40039305</LipperId>
<Language>English</Language>
<Name>ABN AMRO/Chicago Trust Sm Cap Val Fund (Class N)</Name>
</AssetIdentityType>
</FundNameSearchMaxRecordsByUniverseResult>
</GetFundNameSearchMaxRecordsByUniverse_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperSearch/LipperSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperSearch_1/GetFundNameSearchPaging_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetFundNameSearchPaging_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperSearch_1">
<searchString>Ab</searchString>
<searchStyle>BeginsWith</searchStyle>
<paginationStart>1</paginationStart>
<paginationEnd>3</paginationEnd>
</GetFundNameSearchPaging_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
searchStyle The search style, either Begins With or Contains. Both values search assets based on the specified
name. 'BeginsWith' searches only for assets which names begin with the specified values, while
'Contains' - which names contain the specified value in any position.
NOTE: 'PaginationStart' and 'PaginationEnd' give a user the ability to control the returned results from the search query. For example, setting
'paginationStart' to 1 and 'paginationEnd' to 5 returns results one through five page only.
</FundNameSearchPagingResult>
</GetFundNameSearchPaging_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
Language The display language for asset identity information. Asset identity is the information used to characterize
the fund such as LipperID or fund name.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperSearch/LipperSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperSearch_1/GetFundNameSearchPaginationByRFS_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetFundNameSearchPaginationByRFS_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperSearch_1">
<searchString>Int</searchString>
<searchStyle>BeginsWith</searchStyle>
<paginationStart>10</paginationStart>
<paginationEnd>20</paginationEnd>
<countries>
<Countries>USA</Countries>
</countries>
</GetFundNameSearchPaginationByRFS_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
searchStyle The search style, either Begins With or Contains. Both values search assets based on the specified
name. 'BeginsWith' searches only for assets which names begin with the specified values, while
'Contains' - which names contain the specified value in any position.
countries The country (list of countries) for which assets are returned. For full listing of available counties, see
Countries Enumeration.
NOTE: 'PaginationStart' and 'PaginationEnd' give a user the ability to control the returned results from the search query. For example, setting
'paginationStart' to 1 and 'paginationEnd' to 5 returns results one through five page only.
<Language>English</Language>
<AssetName>Integrity Equity Fund;N</AssetName>
<Domicile>USA</Domicile>
<AssetCategory>Mutual Funds</AssetCategory>
<Promoter>INTEGRITY MONEY MANAGEMENT INC</Promoter>
<Administrator>INTEGRITY FUND SERVICES INC </Administrator>
</SearchResultType>
<SearchResultType>
<LipperId>40005204</LipperId>
<Language>English</Language>
<AssetName>Integrity ND Tax-Free Fund;B</AssetName>
<Domicile>USA</Domicile>
<AssetCategory>Mutual Funds</AssetCategory>
<Promoter>INTEGRITY MONEY MANAGEMENT INC</Promoter>
</SearchResultType>
...
<SearchResultType>
<LipperId>40009462</LipperId>
<Language>English</Language>
<AssetName>Integ "I"Gmst:V IP MM;I</AssetName>
<Domicile>USA</Domicile>
<AssetCategory>Insurance Funds</AssetCategory>
<Promoter>INTEGRITY MONEY MANAGEMENT INC</Promoter>
</SearchResultType>
</FundNameSearchPaginationByRFSResult>
</GetFundNameSearchPaginationByRFS_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
AssetCategory The asset's category. An asset category identifies the universe that the asset belongs to, such as,
mutual fund, indices, exchange traded fund, etc.
Promoter The asset's promoter's name. A promoter is the company responsible for promoting the fund.
Administrator The asset's administrator's name. The administrator provides back office support and compliance
services to the fund.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperSearch/LipperSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperSearch_1/GetLegalStructureSearch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetLegalStructureSearch_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperSearch_1">
<searchString>Inv</searchString>
<language>English</language>
</GetLegalStructureSearch_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
</Envelope>
ELEMENT DESCRIPTION
Language The Language ID that represents the data language for the legal structure information.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperSearch/LipperSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperSearch_1/GetLipperLeaderScoreSearch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetLipperLeaderScoreSearch_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperSearch_1">
<lipperIds>
<int>60087648</int>
<int>65145151</int>
<int>60003332</int>
<int>60003331</int>
<int>60003333</int>
</lipperIds>
<language>English</language>
<universeId>INTL</universeId>
<sortBy>Default</sortBy>
<sortingOrder>Ascending</sortingOrder>
<paginationStart>1</paginationStart>
<paginationEnd>20</paginationEnd>
</GetLipperLeaderScoreSearch_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
universeId The ID of the Universe. For full listing of universes, see Universe Enumeration.
PARAMETER DESCRIPTION
sortBy The value by which the results must be sorted. Possible values are:
• Asset Type
• Class Name
• Consistent Return Rating Default
• Expense Rating
• Fund Company
• Name
• Preservation Rating
• Return Value
• Tax Efficiency Rating
• Total Return Rating
NOTE:
• 'PaginationStart' and 'PaginationEnd' give a user the ability to control the returned results from the search query. For example,
setting 'paginationStart' to 1 and 'paginationEnd' to 5 returns results one through five page only.
• Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
ELEMENT DESCRIPTION
Language The language that represents the display language for the Lipper Leader Score information.
FundCompanyPromoterId The name (ID) of the fund company promoter. A promoter is an insurance company or its subsidiary that
underwrites and guarantees the death benefits and other aspects of Variable Insurance Product
contracts.
TotalReturnRating The Total Return Rating denotes a fund that has provided superior total returns (income from dividends
and interest as well as capital appreciation) when compared to a group of similar funds.
ConsistentReturnRating The Consistent Return Rating identifies a fund that has provided relatively superior consistency and
risk- adjusted returns when compared to a group of similar funds.
PreservationRating The Preservation Rating identifies a fund that has demonstrates a superior ability to preserve capital in
a variety of markets when compared with other funds in its asset class.
TaxEfficiencyRating The Tax Efficiency Rating identifies a fund that has been successful at deferring taxes over the
measurement period relative to similar funds.
ExpenseRating The Expense Rating identifies a fund that has successfully managed to keep its expenses low relative to
its peers and within its load structure.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperSearch/LipperSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperSearch_1/GetSearchKeywordByAssetType_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetSearchKeywordByAssetType_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperSearch_1">
<keyword>ABI</keyword>
<searchStyle>BeginsWith</searchStyle>
<assetTypeName>MixedAssets</assetTypeName>
<maxRecords>100</maxRecords>
</GetSearchKeywordByAssetType_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
searchStyle The search style, either “Begins With” or “Contains”. Both values search assets based on the specified
name. 'BeginsWith' searches only for assets which names begin with the specified values, while
'Contains' - which names contain the specified value in any position.
assetTypeName The name of the asset type. Available asset type names are:
• Bond: Bond
• Equity: Equity
• MixedAssets: Mixed Assets
• MoneyMarket: Money Market
• RealEstate: Real Estate
• Other: Other
• Unassigned: Unassigned
• Unknown: Unknown
</AssetIdentityType>
</SearchKeywordByAssetTypeResult>
</GetSearchKeywordByAssetType_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
Language The display language for asset identity information. Asset identity is the information used to characterize
the fund such as LipperID or fund name.
19 Lipper Utilities
The Lipper Utilities service provides methods that allow the user to retrieve auxiliary data that may be used as parameter values by other
Lipper methods in Lipper, such as lists of enumerations for Lipper data types.
The following methods are available in Lipper Utilities:
• Get Benchmarks (GetBenchmarks_1): Returns the benchmarks exposed by Lipper.
• Get Class Schemes (GetClassSchemes_1): Returns a list of classification schemes supported by Lipper.
• Get Class Scheme Details (GetClassSchemeDetails_1): Returns all available information for the given classification scheme and the
scheme's classes.
• Get Country List (GetCountryList_1): Returns a list of the countries supported in Lipper.
• Get Cross Reference Codes (GetCrossReferenceCodes_1): Returns a list of the cross-reference codes supported by Lipper.
• Get Currency List (GetCurrencyList_1): Returns a list of the currencies that are supported by Lipper.
• Get EU Tax Directive - (GetEUTaxDirective_1): Returns the European Union tax directives supported by Lipper.
• Get Flag Groups (GetFlagGroups_1): Returns a list of the flag groups supported by Lipper.
• Get Lipper Leader Score Dates (GetLipperLeaderScoreDates_1): Returns the date when Lipper Leader Scores (LLS) were last
updated.
• Get Price Estimation (GetPriceEstimation_1): Returns the price estimation benchmarks exposed by Lipper.
• Get Risk Free Index (GetRiskFreeIndex_1): Returns the risk free index benchmarks exposed by Lipper.
• Get Technical Indicators (GetTechnicalIndicators_1): Returns the Lipper technical indicators that are exposed by Lipper.
• Get Universes (GetUniverses_1): Returns the list of asset universes supported by Lipper.
19.1.1 Authorization
All requests to the Lipper Search service require an authorization token. For details, see Understanding Authentication Tokens.
19.1.2 Authentication
The Lipper Utilities service uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before
your application authenticates them. Unmanaged effective users are not supported in the Lipper Utilities service.
For additional information on creating a Service Token, see Creating a Token.
19.2 WSDL
WSDL:
http://api.rkd.refinitiv.com/schemas/LipperUtilities/wsdl/LipperUtilities_1_HttpAndRKDToken.wsdl
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperUtilities/LipperUtilities.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperUtilities_1/GetBenchmarks_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetBenchmarks_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperUtilities_1">
<language>English</language>
</GetBenchmarks_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
<s:Header>
<a:Action s:mustUnderstand="1">http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperUtilities_1/GetBenchmarks_1_Reply </a:Action>
<CacheResponse xsi:type="DoNotStoreCacheResponse" xmlns="http://www.reuters.com/ns/2008/03/01/
webservices/rkd/Cache_1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Date>2009-04-17T10:41:48.639875Z</Date>
<DoNotStore/>
</CacheResponse>
<a:RelatesTo>[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetBenchmarks_Response_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/
rkd/LipperUtilities_1">
<GetBenchmarksResult>
<AssetIdentityType>
<LipperId>11033839</LipperId>
<Language>English</Language>
<Name>50% MSC I Golden Dragon Net + 50% JPM Gl Govt Bd TR</Name>
</AssetIdentityType>
<AssetIdentityType>
<LipperId>11028279</LipperId>
<Language>English</Language>
<Name>A BG Nordic TMT C R</Name>
</AssetIdentityType>
<AssetIdentityType>
<LipperId>19074014</LipperId>
<Language>English</Language>
<Name>ABI UK - Asia Pacific ex Japan Equities-Life</Name>
</AssetIdentityType>
...
<AssetIdentityType>
<LipperId>11020285</LipperId>
<Language>English</Language>
<Name>hm. CS Fund of Funds (L) Growth</Name>
</AssetIdentityType>
</GetBenchmarksResult>
</GetBenchmarks_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperUtilities/LipperUtilities.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperUtilities_1/GetClassSchemes_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetClassSchemes_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperUtilities_1">
<language>English</language>
<provideClasses>true</provideClasses>
</GetClassSchemes_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
language The display language for the returned list of classification schemes.
provideClasses If set to true, each classification scheme's classes are included in the results.
searchString The classification scheme name for which results should be returned. To receive a list that contains all
classification schemes set <searchString> to null.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
ELEMENT DESCRIPTION
ELEMENT DESCRIPTION
ClassList The asset's classification list for the classification scheme. Contains the following elements:
• ClassId: The classification type's numeric ID.
• ClassName: The name of the classification type.
• Language: The display language for classification data.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperUtilities/LipperUtilities.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperUtilities_1/GetClassSchemeDetails_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetClassSchemeDetails_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperUtilities_1">
<classSchemeIDs>
<int>1671</int>
</classSchemeIDs>
<language>English</language>
</GetClassSchemeDetails_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
classSchemeIDs The ID of the classification scheme for which results should be returned.
language The display language for the returned classification scheme information.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
</Envelope>
ELEMENT DESCRIPTION
ClassList The asset's classification list for the classification scheme. Contains the following elements:
• ClassId: The classification type's numeric ID.
• ClassName: The name of the classification type.
• Language: The display language for classification data.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperUtilities/LipperUtilities.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperUtilities_1/GetCountryList_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetCountryList_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperUtilities_1">
<language>English</language>
</GetCountryList_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
<CountryId>798</CountryId>
<Language>English</Language>
<CountryName>Bahamas</CountryName>
<CountryCode>BHS</CountryCode>
</CountryType>
<CountryType>
<CountryId>799</CountryId>
<Language>English</Language>
<CountryName>Bahrain</CountryName>
<CountryCode>BHR</CountryCode>
</CountryType>
<CountryType>
<CountryId>801</CountryId>
<Language>English</Language>
<CountryName>Barbados</CountryName>
<CountryCode>BRB</CountryCode>
</CountryType>
...
<CountryType>
<CountryId>1005</CountryId>
<Language>English</Language>
<CountryName>United States</CountryName>
<CountryCode>USA</CountryCode>
</CountryType>
<CountryType>
<CountryId>1012</CountryId>
<Language>English</Language>
<CountryName>Vietnam</CountryName>
<CountryCode>VNM</CountryCode>
</CountryType>
</GetCountryListResult>
</GetCountryList_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperUtilities/LipperUtilities.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperUtilities_1/GetCrossReferenceCodes_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetCrossReferenceCodes_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperUtilities_1">
<language>English</language>
</GetCrossReferenceCodes_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
<DoNotStore/>
</CacheResponse>
<a:RelatesTo>[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetCrossReferenceCodes_Response_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/
rkd/LipperUtilities_1">
<GetCrossReferenceCodesResult>
<CrossReferenceItem>
<Language>English</Language>
<XrefId>4861</XrefId>
<ReferenceCode>LIPPERSYMBOL</ReferenceCode>
<CodeFullName>Lipper Symbol (LANA Code)</CodeFullName>
</CrossReferenceItem>
<CrossReferenceItem>
<Language>English</Language>
<XrefId>4862</XrefId>
<ReferenceCode>CUSIP</ReferenceCode>
<CodeFullName>CUSIP</CodeFullName>
</CrossReferenceItem>
...
<CrossReferenceItem>
<Language>English</Language>
<XrefId>31421</XrefId>
<ReferenceCode>BCNPJ2</ReferenceCode>
<CodeFullName>Brazilian CNPJ</CodeFullName>
</CrossReferenceItem>
</GetCrossReferenceCodesResult>
</GetCrossReferenceCodes_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
ReferenceCode The alphabetic cross-reference code (e.g., the five-character symbol for a NASDAQ cross-reference).
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperUtilities/LipperUtilities.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperUtilities_1/GetCurrencyList_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetCurrencyList_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperUtilities_1">
<language>English</language>
</GetCurrencyList_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
<Language>English</Language>
<CurrencyCode>LC</CurrencyCode>
<Name><No Currency ></Name>
</CurrencyType>
<CurrencyType>
<CurrencyId>10000046</CurrencyId>
<Language>English</Language>
<CurrencyCode>ALL</CurrencyCode>
<Name>Albania Lek</Name>
</CurrencyType>
...
<CurrencyType>
<CurrencyId>10000047</CurrencyId>
<Language>English</Language>
<CurrencyCode>ZWD</CurrencyCode>
<Name>Zimbabwe Dollar</Name>
</CurrencyType>
</GetCurrencyListResult>
</GetCurrencyList_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
Language The Language ID that represents the language for the currency.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperUtilities/LipperUtilities.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperUtilities_1/GetDomiciles_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetDomiciles_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperUtilities_1">
<language>English</language>
</GetDomiciles_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperUtilities/LipperUtilities.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperUtilities_1/GetEUTaxDirective_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetEUTaxDirective_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperUtilities_1">
<language>English</language>
</GetEUTaxDirective_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
language The display language for the returned list of EU tax directives.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
<s:Body>
<GetEUTaxDirective_Response_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/
rkd/LipperUtilities_1">
<GetEUTaxDirectiveResult>
<EUTaxAttributeType>
<AttributeId>1395</AttributeId>
<Language>English</Language>
<AttributeName>China QDII</AttributeName>
</EUTaxAttributeType>
<EUTaxAttributeType>
<AttributeId>1396</AttributeId>
<Language>English</Language>
<AttributeName>Infrastructure Fund</AttributeName>
</EUTaxAttributeType>
...
<EUTaxAttributeType>
<AttributeId>7805</AttributeId>
<Language>English</Language>
<AttributeName>Dividend TIIA</AttributeName>
</EUTaxAttributeType>
</GetEUTaxDirectiveResult>
</GetEUTaxDirective_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
NOTE: Flag is another term for attribute. In the context of Lipper Web Services, the <flag> element represents an attribute that Lipper has
assigned to the asset.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperUtilities/LipperUtilities.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperUtilities_1/GetFlagGroups_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetFlagGroups_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperUtilities_1">
<language>English</language>
<flagGroup>7800</flagGroup>
<flagID>7805</flagID>
<provideFlagList>true</provideFlagList>
</GetFlagGroups_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
language The language ID that represents the display language for the returned flag group list.
flagGroup The ID of the flag group for which information should be returned. If set to null, all flag groups are
included.
flagID The ID of the flag for which information should be returned. If set to null, all flags are returned.
provideFlagList A flag that indicates if the flag group's associated flag list should be included in the results.
NOTE:
• Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
• If <flagID> is not null and <provideFlagList> is true, then only information for the given Flag ID is returned.
• If <flagID> is null and <provideFlagList> is true, all flags for the flag set in <flagGroup> are returned.
ELEMENT DESCRIPTION
ELEMENT DESCRIPTION
FlagList The flag group's flag list consisting of <FlagItem> elements. Contains the following elements:
• FlagId: The numeric flag ID.
• FlagName: The name of the flag.
• FlagCode: The alphabetic flag code.
• FlagValue: The flag value, which is either 'Y' (YES) or 'N' (NO).
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperUtilities/LipperUtilities.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperUtilities_1/GetLanguages_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetLanguages_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperUtilities_1">
<language>Thai</language>
</GetLanguages_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
The response returns a list of <LanguageType> elements that contain all of the supported languages:
ELEMENT DESCRIPTION
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperUtilities/LipperUtilities.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperUtilities_1/GetLipperLeaderScoreDates_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetLipperLeaderScoreDates_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/
rkd/LipperUtilities_1">
<lipperIDs>
<int>65028707</int>
<int>60003333</int>
</lipperIDs>
</GetLipperLeaderScoreDates_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
lipperIDs A list of one or more Lipper IDs for which data is returned. A Lipper ID is a unique eight- or nine-digit
number (e.g., 60003333) that identifies an asset.
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperUtilities/LipperUtilities.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperUtilities_1/GetPriceEstimation_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetPriceEstimation_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperUtilities_1">
<language>English</language>
</GetPriceEstimation_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
language The display language for the returned price estimation list.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperUtilities/LipperUtilities.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperUtilities_1/GetRiskFreeIndex_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetRiskFreeIndex_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperUtilities_1">
<language>English</language>
</GetRiskFreeIndex_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
language The display language for the returned list of Risk Free benchmarks.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperUtilities/LipperUtilities.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperUtilities_1/GetTechnicalIndicators_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetTechnicalIndicators_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperUtilities_1">
<language>English</language>
</GetTechnicalIndicators_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
language The display language for the returned list of technical indicators.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
ELEMENT DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperUtilities/LipperUtilities.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/01/01/
webservices/rkd/LipperUtilities_1/GetUniverses_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetUniverses_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperUtilities_1">
<language>English</language>
</GetUniverses_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
language The display language for the returned list of asset universes.
NOTE: Lipper automatically defaults to American English if the requested data is unavailable in the language specified in the language
option.
ELEMENT DESCRIPTION
Language The language ID that represents the display language for the universe information.
ELEMENT DESCRIPTION
20 Refinitiv Search
20.1 Overview
Refinitiv Search web service could be described as a search engine that searches on Refinitiv financial information.
Primary use case of Search service is as a symbol resolution engine. That is, use search to resolve CompanyIdentifiers (for example, a
company name) into the identifiers required for other APIs. In most cases, this identifier is RIC.
Refinitiv recommends using the single service user to make the requests (rather than each effective user); this approach simplifies the
application and the entitlements structure required to support the search requests.
The following operations are available in this web service:
NAME DESCRIPTION
Derivative Quote Searches on any derivative quote, additional filter or query term required to limit to Option,
Future, Warrant etc.
Government and Corporate Bond Searches Government and Corporate Bond instruments.
Instruments
NOTE: Refinitiv Search allows you to use Chinese or Japanese characters when searching for data.
20.2.1 Authorization
All requests to the Refinitiv Search web service require an authorization token. For details, see Understanding Authentication Tokens.
20.2.2 Authentication
Refinitiv Search uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in Refinitiv Search.
For additional information on creating a Service Token, see Creating a Token.
ATTRIBUTE DESCRIPTION
UnentitledAccess If set to True, all results are returned, irrespective of user access rights. If set to False, only
those results are returned, to which the user is entitled.
UseEnglishOnly If you set this attribute to True, when searching by name, the DocumentTitle element only in
the default language is returned. If set to False or not specified, multiple DocumentTitle
elements are returned, in all available languages.
<ns5:GetEquityQuote_Response_1 xmlns:ns5="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/EquityQuote_1"xmlns:ns1="http://www.reuters.com/ns/frdsearch/1.0/CommonDatatypes"
xmlns:ns2="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes"xmlns:ns3="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields"xmlns:ns4="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">
<ns2:ResultHeader>
<ns2:FirstHit>1</ns2:FirstHit>
<ns2:LastHit>5</ns2:LastHit>
<ns2:Hits>5</ns2:Hits>
<ns2:TotalHits>56</ns2:TotalHits>
<ns2:ExecutionTime>78</ns2:ExecutionTime>
<ns2:Duration>141</ns2:Duration>
</ns2:ResultHeader>
<ns2:NavigatorList></ns2:NavigatorList>
<ns5:Result>
<ns5:Hit>
<ns3:BusinessEntity>QUOTE.EQUITY</ns3:BusinessEntity>
<ns3:PI>733337</ns3:PI>
<ns3:DocumentTitle>
<ns2:Value>Microsoft Corp, Ordinary, Consolidated Issue Listed on NASDAQ Global Select
Market</ns2:Value>
<ns2:SubjectName>Microsoft Corp</ns2:SubjectName>
<ns2:SimpleType>Ordinary</ns2:SimpleType>
<ns2:Source>Consolidated Issue Listed on NASDAQ Global Select Market</ns2:Source>
</ns3:DocumentTitle>
</ns5:Hit>
...
</ns5:Result>
</ns5:GetEquityQuote_Response_1>
<QueryHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/QuerySpecDatatypes">
<MaxCount>10</MaxCount>
<Pivot>0</Pivot>
<Timeout>0</Timeout>
<Spellcheck>On</Spellcheck>
</QueryHeader>
ATTRIBUTE DESCRIPTION
Max Count The maximum number of records to be returned by this query. The max number is set to 4020
and the service throws an exception if it is more.
Pivot The offset of the first record returned from the total identified by the search engine.
Timeout The timeout (in seconds) to allow before the query returns an empty result. Default value is
10 seconds.
Spellcheck Whether the search engine performs spell checking on the query. This value only affects
searches made outside of a criteria value (on the Name, Code or NameSymbol fields). The
possible values for Spellcheck are:
• On
• Off
• Suggest
20.3.2 Query
Each Query command contains Expression fields and Value fields.
An Expression has a number of characteristics that you are able to specify. These can be defined as:
• The expression can include a number of values that could be matched for the query.
• Indicates what information is returned in the response through the use of Include attribute in each field.
• The search engine may provide additional information for a particular field, such as Navigation.
• It may be possible to sort a set of results on a particular field.
NOTE: Query must generally be used only for requests against the default field sets: "Search", "Name" and "Code" as these fields allow
ranking to be performed by the search engine based on how well the user query matches the content of these fields. For more information,
see Searchable Field Types.
The types of request which contain many terms as a part of the <Query/> element are not executed. For example, the sample request below
is not considered to be a valid ‘query’.
<Query>
<Code>
<SymbolValue value="VOD.L" />
<SymbolValue value="BT.L" />
</Code>
</Query>
Because there are multiple values requested, it is considered to be a code lookup and as such should be specified in the <Filter/> like:
<Filter>
<Code>
<SymbolValue value="VOD.L" />
<SymbolValue value="BT.L" />
</Code>
</Filter>
This is not to say that <Code/> is not a relevant <Query/> element. Searches are still possible on a code value as in the below
XML Sample Request:
<Query>
<Code>
<SymbolValue value="IBM.N" />
</Code>
</Query>
ATTRIBUTE DESCRIPTION
Sort Only available for fields that are configured as sortable by the search engine. If a sort order is
not specified Search results are returned in a ranked order. This is dictated by a static rank
value defined for each document according to a set of business rules and a dynamic ranking
created at run time designed to boost documents that are the best match for the query.
Navigation Only available for fields for which the search engine is configured to provide analytics on a set
of results.
Include You would set this value to true for a field you want to be returned in the response. You can
set this to be returned in the response without specifying query criteria.
In the example below along with setting the search for keyword "microsoft" it is also indicated that the response should return the value for
CommonName by setting the ‘Include’ attribute to true.
NOTE: Only fields with Include attribute set to true are included in the response.
<Query>
<Search xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields"Include="true" >
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes"Value="microsoft" />
</Search>
<CommonName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields"Include="true" />
</Query>
In the following examples you can see the Expressions outlined in bold:
<Query>
<Search xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields"Include="true" >
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes"Value="microsoft" />
</Search>
</Query>
Value fields represent a single expression and contain the actual value to be included in the criteria for the search. Each data type has a
specific value container as shown in the below table.
ATTRIBUTE DESCRIPTION
ExpressionType Only available for numeric and date fields. To allow the user to specify how the field is
matched by the search engine.
UpperValue Only available for numeric and date fields. When an expression type of "Between" is
specified, the user is required to specify both the upper and lower bounds for the match. In
these cases, "Value" is interpreted as the lower bound, and "UpperValue" specifies the upper
boundary of the range expression.
ExactMatch Only available for symbol fields. This flag specifies that the search engine should perform an
exact match against the field. Support for this feature is specified by the search engine and is
not available by default for all symbol fields. This being the case, specifying that an exact
match should be performed does not always guarantee that an exact match was performed by
the search engine. Current support for this feature is only available for RIC fields.
<Query>
<Search xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/RequestDefaultFields"
Include="true" >
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes"Value="microsoft" />
</Search>
</Query>
20.3.3 Filter
Values can be specified in a Filter rather than a Query when they are required to only limit the universe of results available to the query. The
Filter parameter is typically used for query terms that relate to metadata, such as specifying the collection(s), language scope, document
type or category for the query. One reason for using the Filter parameter rather than query is the lower overhead and faster execution time.
Filters do not perform query transformation processing, such as approximate match. The terms impact which documents are returned (by
limiting the scope of the query), but do not impact the ranking/sorting of the results. For example, the quality of the match (e.g. related to
proximity) for filter terms does not impact the rank of the document. Features such as sorting and navigation are not available on expressions
specified as part of a filter either.
NOTE: As with fields in the query section, it is also possible to set the Include attribute to true to include the field in the response.
<GetGovCorpInst_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
GovCorpInst_1">
<Filter>
<IssueDate Include="true" Sort="Ascending" Navigation="true" xmlns="http://www.reuters.com/ns/
2006/05/01/webservices/rkd/Search/GovCorpInst_QuerySpec_1">
<DateValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" ExpressionType="LessThan" Value="2001-03-07" Negated="false" />
</IssueDate>
</Filter>
<Query>
<Search xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields" Include="true" >
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="cisco" />
</Search>
</Query>
</GetGovCorpInst_Request_1>
Another example of the of the Filter Section in an XML Sample Request is provided below.
The types of request which contain many terms as a part of the <Query/> element are not executed. For example, the sample request
below is not considered to be a valid ‘query’.
<Query>
<Code>
<SymbolValue value="IBM.N" />
<SymbolValue value="BT.L" />
</Code>
</Query>
Because there are multiple values requested, it is considered to be a code lookup and as such should be specified in the <Filter/> like:
<Filter>
<Code>
<SymbolValue value="VOD.L" />
<SymbolValue value="BT.L" />
</Code>
</Filter>
This is not to say that <Code/> is not a relevant <Query/> element. Searches are still possible on a code value as in the below
XML Sample Request:
<Query>
<Code>
<SymbolValue value="CSCO.O" />
</Code>
</Query>
NOTE: For a full listing of Fields and their Field Types refer to the XSD document.
Government and Corporate Bond GetGovCorpInst_1 Searches Government and Corporate Bond
Instruments instruments.
NOTE: PI in GetSearchall_1 request is an ID used by the Refinitiv search engine. PI's are unique identifiers for each item in the search index.
NOTE: SymbolValue elements with ExactMatch="true" are processed without wildcard search and excluded from this limit.
Required Header
Required HTTP Headers
POST /api/Search/Search.svc HTTP/1.1
Content-Type: application/soap+xml
Host: api.rkd.refinitiv.com
Content-Length: [length]
WSDL
http://api.rkd.refinitiv.com/schemas/Search/wsdl/Searchall_1_HttpAndRKDToken.wsdl
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/Search.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/Searchall_1/GetSearchall_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetSearchall_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_1">
<Query>
<Search xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="cisco" Negated="false" />
</Search>
<AssetCategoryName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/Searchall_QuerySpec_1" Include="true" Navigation="true" />
<PrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_QuerySpec_1" Include="true" />
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_QuerySpec_1" Include="true" />
</Query>
</GetSearchall_Request_1>
</Body>
</Envelope>
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" s:mustUnderstand="1" http://
www.reuters.com/ns/2006/05/01/webservices/rkd/http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/Searchall_1/GetSearchall_1_Reply</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetSearchall_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_1">
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<FirstHit>1</FirstHit>
<LastHit>40</LastHit>
<Hits>40</Hits>
<TotalHits>308</TotalHits>
<ExecutionTime>125</ExecutionTime>
<Duration>188</Duration>
</ResultHeader>
<NavigatorList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<StringNavigator FieldName="AssetCategoryName" HitCount="303"
Entropy="1.208660933"Ratio="0.9837662338" Score="1.20866096" SampleCount="303">
<Modifier Value="Equity/Equity/Index Warrant" Count="165" />
<Modifier Value="United States" Count="106" />
<Modifier Value="Israel" Count="5" />
<Modifier Value="United Kingdom" Count="5" />
<Modifier Value="Canada" Count="3" />
...
</StringNavigator>
</NavigatorList>
<Result>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">ORGANISATION</BusinessEntity>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Cisco Systems Inc</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Cisco Systems Inc</SubjectName>
</DocumentTitle>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">46747</PI>
<PrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_ResultSpec_1">CSCO.O</PrimaryRIC>
</Hit>
<Hit>
<AssetCategoryName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/Searchall_ResultSpec_1">Fixed Income/Fixed Rate Bond</AssetCategoryName>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">INSTRUMENT.FIXEDINCOME.GOVCORP</BusinessEntity>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Cisco Systems Inc, Fixed Rate Bond, CSCO 5.250 22-Feb-
2011</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Cisco Systems Inc</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Fixed Rate Bond</SimpleType>
<Characteristics xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">CSCO 5.250 22-Feb-2011</Characteristics>
</DocumentTitle>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">0x0003860206eb771d</PI>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_ResultSpec_1">17275RAB8=RRPS</RIC>
</Hit>
...
</Result>
</GetSearchall_Response_1>
</Body>
</Envelope>
20.4.1.7 XML Sample Request - Search for Primary RIC using Company Name
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/Search.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/Searchall_1/GetSearchall_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetSearchall_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_1">
<Query>
<Search xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="vodafone" Negated="false" />
</Search>
<PrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_QuerySpec_1" Include="true" />
</Query>
</GetSearchall_Request_1>
</Body>
</Envelope>
XML Sample Response - Search for Primary RIC using Company Name
20.4.1.8 XML Sample Response - Search for Primary RIC using Company Name
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Search/Searchall_1/GetSearchall_1_Reply
<a:/Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</s:Header>
<Body>
<GetSearchall_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_1">
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<FirstHit>1</FirstHit>
<LastHit>40</LastHit>
<Hits>40</Hits>
<TotalHits>253</TotalHits>
<ExecutionTime>46</ExecutionTime>
<Duration>94</Duration>
<SpellingSuggestion>"vodafone"</SpellingSuggestion>
</ResultHeader>
<NavigatorList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes"/>
<Result>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">ORGANISATION</BusinessEntity>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Vodafone Group Plc</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Vodafone Group Plc</SubjectName>
</DocumentTitle>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">10749</PI>
<PrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_ResultSpec_1">VOD.L</PrimaryRIC>
</Hit>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">ORGANISATION</BusinessEntity>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Vodafone Egypt Telecommunications Company</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Vodafone Egypt Telecommunications Company
</SubjectName>
</DocumentTitle>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">2512496</PI>
<PrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_ResultSpec_1">VODE.CA</PrimaryRIC>
</Hit>
...
</Result>
</GetSearchall_Response_1>
</Body>
</Envelope>
20.4.1.10 XML Sample Request - Search All Request for Items within an Asset Category
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/Search.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/Searchall_1/GetSearchall_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetSearchall_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_1">
<Filter>
<AssetCategory xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_QuerySpec_1" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="ORD" Negated="false" />
</AssetCategory>
</Filter>
<Query>
<Search xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="vodafone" Negated="false" />
</Search>
<PrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_QuerySpec_1" Include="true" />
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_QuerySpec_1" Include="true" />
</Query>
</GetSearchall_Request_1>
</Body>
</Envelope>
XML Sample Response - Search All Response for Items within an Asset Category
20.4.1.11 XML Sample Response - Search All Response for Items within an Asset Category
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Search/Searchall_1/GetSearchall_1_Reply
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetSearchall_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_1">
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<FirstHit>1</FirstHit>
<LastHit>5</LastHit>
<Hits>5</Hits>
<TotalHits>5</TotalHits>
<ExecutionTime>46</ExecutionTime>
<Duration>109</Duration>
<SpellingSuggestion>"vodafone"</SpellingSuggestion>
</ResultHeader>
<NavigatorList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes"/>
<Result>
<Hit>
<AssetCategory xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/Searchall_ResultSpec_1">ORD</AssetCategory>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">INSTRUMENT.EQUITY</BusinessEntity>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Vodafone AG, Ordinary Share Issue</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Vodafone AG</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Ordinary Share Issue</SimpleType>
</DocumentTitle>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">257844</PI>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_ResultSpec_1">VDFOF.PK</RIC>
</Hit>
<Hit>
<AssetCategory xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/Searchall_ResultSpec_1">ORD</AssetCategory>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">INSTRUMENT.EQUITY</BusinessEntity>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Vodafone Group Plc, Ordinary Share Issue, MiFID Top
Liquidity Security</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Vodafone Group Plc</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Ordinary Share Issue</SimpleType>
<Characteristics xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">MiFID Top Liquidity Security</Characteristics>
</DocumentTitle>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">262356</PI>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_ResultSpec_1">VOD.L</RIC>
</Hit>
...
</Result>
</GetSearchall_Response_1>
</Body>
</Envelope>
20.4.1.13 XML Sample Request - Search All Request for a Specific Exchange
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/Search.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/Searchall_1/GetSearchall_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetSearchall_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_1">
<Filter>
<ExchangeCode xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_QuerySpec_1" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="LSE" Negated="false" />
</ExchangeCode>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_QuerySpec_1" Include="true" />
</Filter>
<Query/>
</GetSearchall_Request_1>
</Body>
</Envelope>
20.4.1.14 XML Sample Response - Search All Response for a Specific Exchange
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Search/Searchall_1/GetSearchall_1_Reply
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetSearchall_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_1">
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<FirstHit>1</FirstHit>
<LastHit>40</LastHit>
<Hits>40</Hits>
<TotalHits>23385</TotalHits>
<ExecutionTime>32</ExecutionTime>
<Duration>78</Duration>
</ResultHeader>
<NavigatorList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes"/>
<Result>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.EQUITY</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">829400</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">BP Plc, Ordinary, London Stock Exchange
</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">BP Plc</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Ordinary</SimpleType>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">London Stock Exchange</Source>
</DocumentTitle>
<ExchangeCode xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/Searchall_ResultSpec_1">LSE</ExchangeCode>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_ResultSpec_1">BP.L</RIC>
</Hit>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.EQUITY</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">21264014</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Royal Dutch Shell Plc, Ordinary, London
Stock Exchange</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Royal Dutch Shell Plc</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Ordinary</SimpleType>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">London Stock Exchange</Source>
</DocumentTitle>
<ExchangeCode xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/Searchall_ResultSpec_1">LSE</ExchangeCode>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_ResultSpec_1">RDSa.L</RIC>
</Hit>
...
</Result>
</GetSearchall_Response_1>
</Body>
</Envelope>
NOTE: If you want the search performed on the whole phrase you have to put it in double quotes, otherwise, you also get back results on
individual words within the search criteria.
20.4.1.16 XML Sample Request - Search All Request for a Specific Index
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/Search.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/Searchall_1/GetSearchall_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetSearchall_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_1">
<Filter>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="INSTRUMENT.INDEX" Negated="false" />
</BusinessEntity>
</Filter>
<Query>
<Search xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="dow jones industrial average index"
Negated="false" />
</Search>
<PrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_QuerySpec_1" Include="true" />
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_QuerySpec_1" Include="true" />
</Query>
</GetSearchall_Request_1>
</Body>
</Envelope>
20.4.1.17 XML Sample Response - Search All Response for a Specific Index
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" s:mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Search/Searchall_1/GetSearchall_1_Reply
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetSearchall_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_1">
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<FirstHit>1</FirstHit>
<LastHit>12</LastHit>
<Hits>12</Hits>
<TotalHits>12</TotalHits>
<ExecutionTime>15</ExecutionTime>
<Duration>453</Duration>
<SpellingSuggestion>dow "lonkey industrial" average index</SpellingSuggestion>
</ResultHeader>
<NavigatorList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes"/>
<Result>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">INSTRUMENT.INDEX</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">271406</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Dow Jones Industrial Average Index, Index, United
States</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Dow Jones Industrial Average Index</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Index</SimpleType>
<Characteristics xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">United States</Characteristics>
</DocumentTitle>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_ResultSpec_1">.DJI</RIC>
</Hit>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">INSTRUMENT.INDEX</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">5183541</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Dow Jones Industrial Average Indicative USD Index,
Index, United States</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Dow Jones Industrial Average Indicative USD
Index</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Index</SimpleType>
<Characteristics xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">United States</Characteristics>
</DocumentTitle>
</Hit>
...
</Result>
</GetSearchall_Response_1>
</Body>
</Envelope>
20.4.1.19 XML Sample Request - Search All Request for a Specific Index
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/Search.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/Searchall_1/GetSearchall_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetSearchall_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_1">
<Filter>
<ExchangeCode xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_QuerySpec_1" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="LSE" Negated="false" />
</ExchangeCode>
</Filter>
<Query>
<Search xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="vodafone" Negated="false" />
</Search>
</Query>
</GetSearchall_Request_1>
</Body>
</Envelope>
20.4.1.20 XML Sample Response - Search All Response for a Specific Index
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" s:mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Search/Searchall_1/GetSearchall_1_Reply
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetSearchall_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_1">
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<FirstHit>1</FirstHit>
<LastHit>24</LastHit>
<Hits>24</Hits>
<TotalHits>24</TotalHits>
<ExecutionTime>62</ExecutionTime>
<Duration>125</Duration>
<SpellingSuggestion>"vodafone"</SpellingSuggestion>
</ResultHeader>
<NavigatorList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes" />
<Result>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.EQUITY</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">1049261</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Vodafone Group Plc, Ordinary, London Stock Exchange
</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Vodafone Group Plc</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Ordinary</SimpleType>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">London Stock Exchange</Source>
</DocumentTitle>
<ExchangeCode xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_ResultSpec_1">LSE</ExchangeCode>
</Hit>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.FIXEDINCOME</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">23484205</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Vodafone Group Plc, Bond Quote, London Stock Exchange
</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Vodafone Group Plc</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Bond Quote</SimpleType>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">London Stock Exchange</Source>
</DocumentTitle>
<ExchangeCode xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_ResultSpec_1">LSE</ExchangeCode>
</Hit>
...
</Result>
</GetSearchall_Response_1>
</Body>
</Envelope>
20.4.1.21 Search for a RIC on the Nasdaq exchange using the ticker 'MSFT'
Search for a RIC on the Nasdaq exchange using the ticker 'MSFT'
The following request demonstrates how to search for a RIC on the Nasdaq exchange using the ticker 'MSFT'.
XML Sample Request - Search for a RIC on the Nasdaq exchange using the ticker 'MSFT'
20.4.1.22 XML Sample Request - Search for a RIC on the Nasdaq exchange using the ticker 'MSFT'
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/Search.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/Searchall_1/GetSearchall_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetSearchall_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_1">
<Filter>
<ExchangeCode xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_QuerySpec_1" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="NSQ" Negated="false" />
</ExchangeCode>
</Filter>
<Query>
<Search xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="MSFT" Negated="false" />
</Search>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_QuerySpec_1" Include="true" />
</Query>
</GetSearchall_Request_1>
</Body>
</Envelope>
XML Sample Response - Search for a RIC on the Nasdaq exchange using the ticker 'MSFT'
20.4.1.23 XML Sample Response - Search for a RIC on the Nasdaq exchange using the ticker 'MSFT'
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Search/Searchall_1/GetSearchall_1_Reply
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetSearchall_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_1">
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<FirstHit>1</FirstHit>
<LastHit>1</LastHit>
<Hits>1</Hits>
<TotalHits>1</TotalHits>
<ExecutionTime>109</ExecutionTime>
<Duration>187</Duration>
</ResultHeader>
<NavigatorList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes"/>
<Result>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.EQUITY</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">733337</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Microsoft Corp, Ordinary, Consolidated Issue Listed on
NASDAQ Global Select Market</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Microsoft Corp</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Ordinary</SimpleType>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Consolidated Issue Listed on NASDAQ Global Select
Market</Source>
</DocumentTitle>
<ExchangeCode xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_ResultSpec_1">NSQ</ExchangeCode>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_ResultSpec_1">MSFT.O</RIC>
</Hit>
</Result>
</GetSearchall_Response_1>
</Body>
</Envelope>
<GetSearchall_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_1">
<Query>
<Code Include="true" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields">
You can also use this feature to provide a breakdown of results by Exchange Code or by Currency for example. You can't get a breakdown
by every metadata attribute, but there is a number which do support this functionality.
20.4.1.26 When to Use SearchAll and When More Specific Search Functions Like Equity Quote?
When to Use SearchAll and When More Specific Search Functions Like Equity Quote?
Refinitiv SearchAll operation takes more time but it is more convenient for a user who wants to retrieve relevant content. Specific search
functions like Equity Quote or Index Instruments are faster and more targeted and they expose more metadata.
NOTE: Keep in mind that the CountryCode element takes the ISO 3166 three-letter CountryCode (like GBR for Great Britain).
Required Header
Required HTTP Headers
POST /api/Search/Search.svc HTTP/1.1
Content-Type: application/soap+xml
Host: api.rkd.refinitiv.com
Content-Length: [length]
42.3.2.2 WSDL
WSDL
http://api.rkd.refinitiv.com/schemas/Search/wsdl/Organisation_1_HttpAndRKDToken.wsdl
NOTE: Since organizations do not include derived categories, an Organization search filtered by 'DerivedCategory' always returns empty
results.
XML Sample Request - Organization Search in USA With Net Income Greater than One Billion
20.4.2.3 XML Sample Request - Organization Search in USA With Net Income Greater than One Billion
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/Search/
Search.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/Organisation_1/GetOrganisation_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetOrganisation_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/Organisation_1">
<Filter>
<CountryHeadquarters xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/Organisation_QuerySpec_1 "Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="USA" Negated="false" />
</CountryHeadquarters>
<FundsCount xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Organisation_QuerySpec_1" Include="true" />
<LegalName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Organisation_QuerySpec_1" Include="true" />
</Filter>
<Query>
<CommonName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields" Include="true" />
<DerivedCategory xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields" Include="true" Navigation="true" />
</Query>
</GetOrganisation_Request_1>
</Body>
</Envelope>
XML Sample Response - Organization Search in USA With Net Income Greater than One Billion
20.4.2.4 XML Sample Response - Organization Search in USA With Net Income Greater than One Billion
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" s:mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Search/Organisation_1/
GetOrganisation_1_Reply</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetOrganisation_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/Organisation_1">
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<FirstHit>1</FirstHit>
<LastHit>11</LastHit>
<Hits>11</Hits>
<TotalHits>11</TotalHits>
<ExecutionTime>15</ExecutionTime>
<Duration>31</Duration>
</ResultHeader>
<NavigatorList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes" />
<Result>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">ORGANISATION</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">36999</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Exxon Mobil Corp</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Exxon Mobil Corp</SubjectName>
</DocumentTitle>
<CommonName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Organisation_ResultSpec_1">Exxon Mobil Corp</CommonName>
<CountryHeadquarters xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/Organisation_ResultSpec_1">USA</CountryHeadquarters>
<FundsCount xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Organisation_ResultSpec_1">0</FundsCount>
<IndustryClassificationBenchmark xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/Organisation_ResultSpec_1">0530</
IndustryClassificationBenchmark>
<LegalName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Organisation_ResultSpec_1">Exxon Mobil Corporation</LegalName>
<LongTermDebt xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Organisation_ResultSpec_1">6220000000</LongTermDebt>
<NetIncome xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Organisation_ResultSpec_1">36130000000</NetIncome>
<NetProfit xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Organisation_ResultSpec_1">36130000000</NetProfit>
<NumberOfEmployees xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/Organisation_ResultSpec_1">83700</NumberOfEmployees>
</Hit>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">ORGANISATION</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">37009</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">General Electric Co</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">General Electric Co</SubjectName>
</DocumentTitle>
<CommonName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Organisation_ResultSpec_1">General Electric Co</CommonName>
<CountryHeadquarters xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/Organisation_ResultSpec_1">USA</CountryHeadquarters>
<FundsCount xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Organisation_ResultSpec_1">0</FundsCount>
<IndustryClassificationBenchmark xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/Organisation_ResultSpec_1">2720</
IndustryClassificationBenchmark>
<LegalName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Organisation_ResultSpec_1">General Electric Company</LegalName>
<LongTermDebt xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Organisation_ResultSpec_1">212281000000</LongTermDebt>
<NetIncome xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Organisation_ResultSpec_1">18275000000</NetIncome>
<NetProfit xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Organisation_ResultSpec_1">18275000000</NetProfit>
<NumberOfEmployees xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/Organisation_ResultSpec_1">316000</NumberOfEmployees>
</Hit>
...
</Result>
</GetOrganisation_Response_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/Search/
Search.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/Organisation_1/GetOrganisation_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetOrganisation_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/Organisation_1">
<QueryHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes">
<MaxCount>10</MaxCount>
<Pivot>0</Pivot>
<Timeout>0</Timeout>
<Spellcheck>Suggest</Spellcheck>
</QueryHeader>
<Filter>
<Ticker xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Organisation_QuerySpec_1">
<SymbolValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="IBM" />
</Ticker>
</Filter>
<Query>
<Orgid xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Organisation_QuerySpec_1" Include="true" />
<Ticker xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Organisation_QuerySpec_1" Include="true" />
</Query>
</GetOrganisation_Request_1>
</Body>
</Envelope>
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" s:mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Search/Organisation_1/GetOrganisation_1_Reply
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetOrganisation_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/Organisation_1">
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<FirstHit>1</FirstHit>
<LastHit>1</LastHit>
<Hits>1</Hits>
<TotalHits>1</TotalHits>
<ExecutionTime>47</ExecutionTime>
<Duration>62</Duration>
</ResultHeader>
<NavigatorList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes" />
<Result>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">ORGANISATION</BusinessEntity>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">International Business Machines Corp</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">International Business Machines Corp</SubjectName>
</DocumentTitle>
<Orgid xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Organisation_ResultSpec_1">18228</Orgid>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">37036</PI>
<Ticker xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Organisation_ResultSpec_1">IBM</Ticker>
</Hit>
</Result>
</GetOrganisation_Response_1>
</Body>
</Envelope>
Service Endpoint
Refinitiv Commodity Quote Search Endpoint
http://api.rkd.refinitiv.com/api/Search/Search.svc
Required Header
Required HTTP Headers
POST api/Search/Search.svc HTTP/1.1
Content-Type: application/soap+xml
Host: api.rkd.refinitiv.com
Content-Length: [length]
WSDL
http://api.rkd.refinitiv.com/schemas/Search/wsdl/CommodityQuote_1_HttpAndRKDToken.wsdl
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/Search.svc </To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/CommodityQuote_1/GetCommodityQuote_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetCommodityQuote_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/CommodityQuote_1">
<Query>
<Search xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="arabica coffee" Negated="false" />
</Search>
<Name xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields" Include="true"/>
<AssetCategoryName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/CommodityQuote_QuerySpec_1"Include="true" />
<AssetType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
CommodityQuote_QuerySpec_1" Include="true" />
<Currency xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
CommodityQuote_QuerySpec_1" Include="true" />
<ExchangeName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
CommodityQuote_QuerySpec_1" Include="true" />
<ExpiryDate xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
CommodityQuote_QuerySpec_1" Include="true" />
<PrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
CommodityQuote_QuerySpec_1" Include="true" />
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
CommodityQuote_QuerySpec_1" Include="true" />
</Query>
</GetCommodityQuote_Request_1>
</Body>
</Envelope>
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Search/CommodityQuote_1/
GetCommodityQuote_1_Reply</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetCommodityQuote_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/CommodityQuote_1">
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<FirstHit>1</FirstHit>
<LastHit>40</LastHit>
<Hits>40</Hits>
<TotalHits>82</TotalHits>
<ExecutionTime>187</ExecutionTime>
<Duration>344</Duration>
<SpellingSuggestion>arabia coffee</SpellingSuggestion>
</ResultHeader>
<NavigatorList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes" />
<Result>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.COMMODITY</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">16254</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">NEW YORK BOARD OF TRADE (CSC) COFFEE ARABICA FUTURES
CHAIN, Commodity Future, Board of Trade of the City of New York, Inc.
(Coffee,Sugar and Cocoa)</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">NEW YORK BOARD OF TRADE (CSC) COFFEE ARABICA
FUTURES CHAIN</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Commodity Future</SimpleType>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Board of Trade of the City of New York, Inc.
(Coffee,Sugar and Cocoa)</Source>
</DocumentTitle>
<AssetCategoryName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/CommodityQuote_ResultSpec_1">Commodity/Commodity Future</
AssetCategoryName>
<AssetType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
CommodityQuote_ResultSpec_1">DERIVATIVE</AssetType>
<Currency xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
CommodityQuote_ResultSpec_1">USc</Currency>
<ExchangeName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
CommodityQuote_ResultSpec_1">Board of Trade of the City of New York, Inc.
(Coffee,Sugar and Cocoa)</ExchangeName>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
CommodityQuote_ResultSpec_1">0#KC:</RIC>
</Hit>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.COMMODITY</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">255696</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">CAMEROON ARABICA LAVE A COFFEE EX DOCK LE HAVRE,
Commodity Cash, Cash Commodity Rates EMEA</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">CAMEROON ARABICA LAVE A COFFEE EX DOCK LE HAVRE</
SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Commodity Cash</SimpleType>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Cash Commodity Rates EMEA</Source>
</DocumentTitle>
<AssetCategoryName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/CommodityQuote_ResultSpec_1">Commodity/Commodity Cash</
AssetCategoryName>
<AssetType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
CommodityQuote_ResultSpec_1">COMMODITY</AssetType>
<Currency xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
CommodityQuote_ResultSpec_1">EUR</Currency>
<ExchangeName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
CommodityQuote_ResultSpec_1">Cash Commodity Rates EMEA</ExchangeName>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
CommodityQuote_ResultSpec_1">CFCM-LALEH-XDK</RIC>
</Hit>
</Result>
</GetCommodityQuote_Response_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/CommodityQuote.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/CommodityQuote_1/GetCommodityQuote_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetCommodityQuote_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/CommodityQuote_1">
<Filter>
<AssetCategory xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
CommodityQuote_QuerySpec_1" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="CFD" Negated="false" />
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="CSO" Negated="false" />
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="CIX" Negated="false" />
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="CMO" Negated="false" />
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="CCS" Negated="false" />
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="CFX" Negated="false" />
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="CMF" Negated="false" />
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="CSP" Negated="false" />
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="CST" Negated="false" />
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="CMW" Negated="false" />
</AssetCategory>
</Filter>
<Query>
<Search xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="egyptian" Negated="false" />
</Search>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields" Include="true" />
<AssetCategoryName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/CommodityQuote_QuerySpec_1" Include="true" Navigation="true" />
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
CommodityQuote_QuerySpec_1" Include="true" />
</Query>
</GetCommodityQuote_Request_1>
</Body>
</Envelope>
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Search/CommodityQuote_1/
GetCommodityQuote_1_Reply</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetCommodityQuote_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/CommodityQuote_1">
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<FirstHit>1</FirstHit>
<LastHit>40</LastHit>
<Hits>40</Hits>
<TotalHits>72</TotalHits>
<ExecutionTime>219</ExecutionTime>
<Duration>312</Duration>
</ResultHeader>
<NavigatorList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<StringNavigator FieldName="AssetCategoryName" HitCount="72" Entropy="0" Ratio="1"
Score="0" SampleCount="72">
<Modifier Count="72" Value="Commodity/Commodity Cash" />
</StringNavigator>
</NavigatorList>
<Result>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.COMMODITY</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">6167144</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">EGYPTIAN G89 COTTON EGYPT FOB ALEXANDRIA, Commodity
Cash, Cash Commodity Rates EMEA</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">EGYPTIAN G89 COTTON EGYPT FOB ALEXANDRIA</
SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Commodity Cash</SimpleType>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Cash Commodity Rates EMEA</Source>
</DocumentTitle>
<AssetCategory xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/CommodityQuote_ResultSpec_1">CCS</AssetCategory>
<AssetCategoryName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/CommodityQuote_ResultSpec_1">Commodity/CommodityCash</AssetCategoryName>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
CommodityQuote_ResultSpec_1">COT-EG-G89</RIC>
</Hit>
...
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.COMMODITY</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">38350415</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">USDA;Hard Red Winter Wheat Exports Egypt - Weekly Net
Sales, Commodity Cash</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">USDA;Hard Red Winter Wheat Exports Egypt - Weekly
Net Sales</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Commodity Cash</SimpleType>
</DocumentTitle>
<AssetCategory xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/CommodityQuote_ResultSpec_1">CCS</AssetCategory>
<AssetCategoryName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/CommodityQuote_ResultSpec_1">Commodity/CommodityCash</AssetCategoryName>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
CommodityQuote_ResultSpec_1">HRW-WNS-EG</RIC>
</Hit>
</Result>
</GetCommodityQuote_Response_1>
</Body>
</Envelope>
Service Endpoint
Refinitiv Derivative Instrument Search Endpoint
http://api.rkd.refinitiv.com/api/Search/Search.svc
Required Header
Required HTTP Headers
POST /api/Search/Search.svc HTTP/1.1
Content-Type: application/soap+xml
Host: api.rkd.refinitiv.com
Content-Length: [length]
WSDL
http://api.rkd.refinitiv.com/schemas/Search/wsdl/DerivativeInst_1_HttpAndRKDToken.wsdl
20.4.4.3 XML Sample Request - Derivative Instrument Search on Warrants for an Underlying Issuer
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/DerivativeInst.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/DerivativeInst_1/GetDerivativeInst_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetDerivativeInst_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/DerivativeInst_1">
<Filter>
<DerivedCategory xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="WARRANT" Negated="false" />
</DerivedCategory>
<UnderlyingIssuerPI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/DerivativeInst_QuerySpec_1" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="37036" Negated="false" />
</UnderlyingIssuerPI>
</Filter>
<Query>
<IssuerCommonName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
DerivativeInst_QuerySpec_1" Include="true" />
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
DerivativeInst_QuerySpec_1" Include="true" />
<UnderlyingQuoteRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/DerivativeInst_QuerySpec_1" Include="true" />
</Query>
</GetDerivativeInst_Request_1>
</Body>
</Envelope>
XML Sample Response - Derivative Instrument Search on Warrants for an Underlying Issuer
20.4.4.4 XML Sample Response - Derivative Instrument Search on Warrants for an Underlying Issuer
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Search/DerivativeInst_1/
GetDerivativeInst_1_Reply</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetDerivativeInst_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/DerivativeInst_1">
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<FirstHit>1</FirstHit>
<LastHit>40</LastHit>
<Hits>40</Hits>
<TotalHits>147</TotalHits>
<ExecutionTime>93</ExecutionTime>
<Duration>125</Duration>
</ResultHeader>
<NavigatorList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes" />
<Result>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">INSTRUMENT.EQUITY</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">24294068</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">IBM Ord Shs, Warrant, HSBC Trinkaus & Burkhardt
AG PUT 70.000 11-Jan-2008</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd
Search/ResultSpecDatatypes">IBM Ord Shs</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Warrant</SimpleType>
<Characteristics xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/ResultSpecDatatypes">HSBC Trinkaus & Burkhardt AG PUT 70.000
11-Jan-2008</Characteristics>
</DocumentTitle>
<IssuerCommonName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/DerivativeInst_ResultSpec_1">HSBC Trinkaus & Burkhardt AG
</IssuerCommonName>
<UnderlyingIssuerPI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/DerivativeInst_ResultSpec_1">37036</UnderlyingIssuerPI>
<UnderlyingQuoteRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/DerivativeInst_ResultSpec_1">IBM.N</UnderlyingQuoteRIC>
</Hit>
...
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">INSTRUMENT.EQUITY</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">24294069</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">IBM Ord Shs, Warrant, HSBC Trinkaus & Burkhardt
AG PUT 70.000 15-Dec-2008</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">IBM Ord Shs</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Warrant</SimpleType>
<Characteristics xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/ResultSpecDatatypes">HSBC Trinkaus & Burkhardt AG PUT 70.000
15-Dec-2008</Characteristics>
</DocumentTitle>
<IssuerCommonName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/DerivativeInst_ResultSpec_1">HSBC Trinkaus & Burkhardt AG
</IssuerCommonName>
<UnderlyingIssuerPI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/DerivativeInst_ResultSpec_1">37036</UnderlyingIssuerPI>
<UnderlyingQuoteRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/DerivativeInst_ResultSpec_1">IBM.N</UnderlyingQuoteRIC>
</Hit>
</Result>
</GetDerivativeInst_Response_1>
</Body>
</Envelope>
Required Header
Required HTTP Headers
POST /api/Search/Search.svc HTTP/1.1
Content-Type: application/soap+xml
Host: api.rkd.refinitiv.com
Content-Length: [length]
WSDL
http://api.rkd.refinitiv.com/schemas/Search/wsdl/DerivativeQuote_1_HttpAndRKDToken.wsdl
20.4.5.3 XML Sample Request - Derivative Quote Search with Underlying Issuer
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/DerivativeQuote.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/DerivativeQuote_1/GetDerivativeQuote_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization >
</Header>
<Body>
<GetDerivativeQuote_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/DerivativeQuote_1">
<Filter>
<CommonName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields" Include="true" />
<ExchangeName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
DerivativeQuote_Query Spec_1" Include="true" />
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
DerivativeQuote_Query Spec_1" Include="true" />
<UnderlyingIssuerPI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/DerivativeQuote_Query Spec_1" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDataTypes" Value="37036" Negated="false"/>
</UnderlyingIssuerPI>
</Filter>
<Query>
<Name xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields" Include="true" />
</Query>
</GetDerivativeQuote_Request_1>
</Body>
</Envelope>
20.4.5.4 XML Sample Response - Derivative Quote Search with Underlying Issue
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">
http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/DerivativeQuote_1/
GetDerivativeQuote_1_Reply</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetDerivativeQuote_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/DerivativeQuote_1">
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDataTypes"> <F irstHit>1</F irstHit>
<LastHit>40</LastHit>
<Hits>40</Hits>
<TotalHits>1254</TotalHits>
<ExecutionTime>218</ExecutionTime>
<Duration>266</Duration>
</ResultHeader>
<NavigatorList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDataTypes" />
<Result>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">Q UO TE.EQ UITY</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">19136336</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDataTypes">LIFFE UK IBM Corporation PD Equity Future
Chain, Future, USD, The London International Financial Futures and Options
Exchange</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDataTypes">LIFFE UK IBM Corporation PD Equity Future Chain
</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDataTypes">Future</SimpleType>
<Characteristics xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/ResultSpecDataTypes">USD</Characteristics>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDataTypes">The London International Financial Futures and
Options Exchange</Source>
</DocumentTitle>
<ExchangeName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/DerivativeQuote_ResultSpec_1">The London International Financial
Futures and Options Exchange</ExchangeName>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
DerivativeQuote_ResultSpec_1">0#IBMXlf:</RIC>
<UnderlyingIssuerPI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/DerivativeQuote_ResultSpec_1">37036</UnderlyingIssuerPI>
</Hit>
...
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.EQUITY</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">34495239</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDataTypes">IBM JUN8 84 P, Option, PUT 84.000 EUR 20-Jun-
2008, Eurex</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDataTypes">IBM JUN8 84 P</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDataTypes">Option</SimpleType>
<Characteristics xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/ResultSpecDataTypes">PUT 84.000 EUR 20-Jun-2008
</Characteristics>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDataTypes">Eurex</Source>
</DocumentTitle>
<ExchangeName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/DerivativeQuote_ResultSpec_1">Eurex</ExchangeName>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
DerivativeQuote_ResultSpec_1">IBM840R8.EX</RIC>
<UnderlyingIssuerPI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/DerivativeQuote_ResultSpec_1">37036</UnderlyingIssuerPI>
</Hit>
</Result>
</GetDerivativeQuote_Response_1>
</Body>
</Envelope>
Service Endpoint
Refinitiv Equity Quote Search Endpoint
http://api.rkd.refinitiv.com/api/Search/Search.svc
Required Header
Required HTTP Headers
POST /api/Search/Search.svc HTTP/1.1
Content-Type: application/soap+xml
Host: api.rkd.refinitiv.com
Content-Length: [length]
WSDL
http://api.rkd.refinitiv.com/schemas/Search/wsdl/EquityQuote_1_HttpAndRKDToken.wsdl
20.4.6.3 XML Sample Request - Search Equity Quote for a Specific Index
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/Search.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/EquityQuote_1/GetEquityQuote_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetEquityQuote_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_1">
<Filter/>
<Query>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_QuerySpec_1" Include="true" />
</Query>
</GetEquityQuote_Request_1>
</Body>
</Envelope>
20.4.6.4 XML Sample Response - Search Equity Quote for a Specific Index
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">
http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/EquityQuote_1/
GetEquityQuote_1_Reply</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetEquityQuote_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/GetEquityQuote_1_Reply">
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<FirstHit>1</FirstHit>
<LastHit>30</LastHit>
<Hits>30</Hits>
<TotalHits>30</TotalHits>
<ExecutionTime>31</ExecutionTime>
<Duration>109</Duration>
</ResultHeader>
<NavigatorList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes" />
<Result>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.EQUITY</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">7759230</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Microsoft Corp, Ordinary, NASDAQ Stock Exchange Global
Select Market</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Microsoft Corp</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Ordinary</SimpleType>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">NASDAQ Stock Exchange Global Select Market</Source>
</DocumentTitle>
<IndexMembership xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/EquityQuote_ResultSpec_1">271404/271406/271449/271455/276367/279529/
280520/280586/280713/296670/315319/321391/325547/327496/329820/334798/334799/
346454/346842/347349/356474/359012/359337/359341/367178/370142/384370/389183/
394162/394844/400161/512390/522354/529873/5286056/5286057/5286058/5286059/
5847432/6003336/6003338/6105340/6105358/6105377/6105470/11188749/18780593/
18895463/18895608/18895731/18896327/18897045/20727980</IndexMembership>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">MSFT.OQ</RIC>
</Hit>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.EQUITY</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">1090154</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">General Electric Co, Ordinary, New York Stock Exchange
</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">General Electric Co</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Ordinary</SimpleType>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">New York Stock Exchange</Source>
</DocumentTitle>
<IndexMembership xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/EquityQuote_ResultSpec_1">271404/271406/271449/271455/279529/280586/
280713/296670/325547/334798/334799/340932/346454/346799/347349/356474/373345/
384179/384370/394162/400161/529873/5286064/5286065/5286066/5286067/5847432/
6081820/6105322/6105356/6105373/6105438/6245458/11188749/18780579/18895463/
18895467/18895614/18896096/18896270</IndexMembership>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">GE.N</RIC>
</Hit>
...
</Result>
</GetEquityQuote_Response_1>
</Body>
</Envelope>
20.4.6.5 Search for all Equity RICs from the London Stock Exchange
Search for all Equity RICs from the London Stock Exchange
This example searches for all Equity RICs from the London Stock Exchange.
XML Sample Request - Search for all Equity RICs from the London Stock Exchange
20.4.6.6 XML Sample Request - Search for all Equity RICs from the London Stock Exchange
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/Search.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/EquityQuote_1/GetEquityQuote_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetEquityQuote_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_1">
<Query>
<ExchangeCode xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_QuerySpec_1" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="LSE" Negated="false" />
</ExchangeCode>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_QuerySpec_1" Include="true" />
</Query>
</GetEquityQuote_Request_1>
</Body>
</Envelope>
XML Sample Response - Search for all Equity RICs from the London Stock Exchange
20.4.6.7 XML Sample Response - Search for all Equity RICs from the London Stock Exchange
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Search/EquityQuote_1/GetEquityQuote_1_Reply
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetEquityQuote_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/EquityQuote_1">
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<FirstHit>1</FirstHit>
<LastHit>40</LastHit>
<Hits>40</Hits>
<TotalHits>4840</TotalHits>
<ExecutionTime>62</ExecutionTime>
<Duration>203</Duration>
</ResultHeader>
<NavigatorList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes"/>
<Result>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.EQUITY</BusinessEntity>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Royal Dutch Shell Plc, Ordinary, MiFID Top Liquidity
Security, London Stock Exchange</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Royal Dutch Shell Plc</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Ordinary</SimpleType>
<Characteristics xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">MiFID Top Liquidity Security</Characteristics>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">London Stock Exchange</Source>
</DocumentTitle>
<ExchangeCode xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">LSE</ExchangeCode>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">21264014</PI>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">RDSa.L</RIC>
</Hit>
....
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.EQUITY</BusinessEntity>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">J Sainsbury PLC, Ordinary, MiFID Top Liquidity Security,
London Stock Exchange</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">J Sainsbury PLC</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Ordinary</SimpleType>
<Characteristics xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">MiFID Top Liquidity Security</Characteristics>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">London Stock Exchange</Source>
</DocumentTitle>
<ExchangeCode xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">LSE</ExchangeCode>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">1049304</PI>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">SBRY.L</RIC>
</Hit>
</Result>
</GetEquityQuote_Response_1>
</Body>
</Envelope>
20.4.6.8 Search for IBM trading on a number of Named Exchanges (New York, Hamburg and Euro TLX)
Search for IBM trading on a number of Named Exchanges (New York, Hamburg and Euro TLX)
This example shows how to search for IBM trading on a number of Named Exchanges (New York, Hamburg and Euro TLX).
XML Sample Request - Search for IBM trading on a number of Named Exchanges (New York, Hamburg and Euro TLX)
20.4.6.9 XML Sample Request - Search for IBM trading on a number of Named Exchanges (New York, Hamburg
and Euro TLX)
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/Search.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/EquityQuote_1/GetEquityQuote_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetEquityQuote_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_1">
<Filter>
<ExchangeCode xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_QuerySpec_1" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="NYS" Negated="false" />
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="HAM" Negated="false" />
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="ETX" Negated="false" />
</ExchangeCode>
</Filter>
<Query>
<Search xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="IBM" Negated="false" />
</Search>
</Query>
</GetEquityQuote_Request_1>
</Body>
</Envelope>
XML Sample Response - Search for IBM trading on a number of Named Exchanges (New York, Hamburg and Euro TLX)
20.4.6.10 XML Sample Response - Search for IBM trading on a number of Named Exchanges (New York, Hamburg
and Euro TLX)
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
</DocumentTitle>
<ExchangeCode xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">HAM</ExchangeCode>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search
ResponseDefaultFields">986737</PI>
</Hit>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.EQUITY</BusinessEntity>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">International Business Machines Corp, Ordinary, Euro
TLX</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">International Business Machines Corp</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Ordinary</SimpleType>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Euro TLX</Source>
</DocumentTitle>
<ExchangeCode xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">ETX</ExchangeCode>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">26924068</PI>
</Hit>
</Result>
</GetEquityQuote_Response_1>
</Body>
</Envelope>
20.4.6.12 XML Sample Request - Search for Quote Detail by Issuer Ticker
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/Search.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/EquityQuote_1/GetEquityQuote_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetEquityQuote_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_1">
<QueryHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes">
<MaxCount>10</MaxCount>
<Pivot>0</Pivot>
<Timeout>0</Timeout>
<Spellcheck>Suggest</Spellcheck>
</QueryHeader>
<Filter>
<IsPrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_QuerySpec_1">
<BooleanValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="true" />
</IsPrimaryRIC>
<IssuerTicker xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_QuerySpec_1">
<SymbolValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="IBM" />
</IssuerTicker>
</Filter>
<Query>
<EstimateData xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_QuerySpec_1" Include="true" />
<EstimateList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_QuerySpec_1" Include="true" />
<IsPrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_QuerySpec_1" Include="true" />
<IssuerMXID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_QuerySpec_1" Include="true" />
<IssuerTicker xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_QuerySpec_1" Include="true" />
</Query>
</GetEquityQuote_Request_1>
</Body>
</Envelope>
20.4.6.13 XML Sample Response - Search for Quote Detail by Issuer Ticker
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
This example shows how to search for quote detail by Issuer MXID ("100085757").
XML Sample Request - Search for Quote Detail by Issuer MXID
20.4.6.15 XML Sample Request - Search for Quote Detail by Issuer MXID
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/Search.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/EquityQuote_1/GetEquityQuote_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetEquityQuote_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_1">
<QueryHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes">
<MaxCount>10</MaxCount>
<Pivot>0</Pivot>
<Timeout>0</Timeout>
<Spellcheck>Suggest</Spellcheck>
</QueryHeader>
<Filter>
<IsPrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_QuerySpec_1">
<BooleanValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="true" />
</IsPrimaryRIC>
<IssuerMXID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_QuerySpec_1">
<SymbolValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" ExactMatch="false" Value="100085757" Negated="false" />
</IssuerMXID>
</Filter>
<Query>
<EstimateData xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_QuerySpec_1" Include="true" />
<IsPrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_QuerySpec_1" Include="true" />
<IssuerMXID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_QuerySpec_1" Include="true" />
<IssuerTicker xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_QuerySpec_1" Include="true" />
</Query>
</GetEquityQuote_Request_1>
</Body>
</Envelope>
20.4.6.16 XML Sample Response - Search for Quote Detail by Issuer MXID
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">
http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/EquityQuote_1/
GetEquityQuote_1_Reply</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetEquityQuote_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/EquityQuote_1">
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<FirstHit>1</FirstHit>
<LastHit>1</LastHit>
<Hits>1</Hits>
<TotalHits>1</TotalHits>
<ExecutionTime>62</ExecutionTime>
<Duration>78</Duration>
</ResultHeader>
<NavigatorList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes"/>
<Result>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.EQUITY</BusinessEntity>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">International Business Machines Corp, Ordinary, New York
Consolidated</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">International Business Machines Corp</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Ordinary</SimpleType>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">New York Consolidated</Source>
</DocumentTitle>
<IsPrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">true</IsPrimaryRIC>
<IssuerMXID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">100085757</IssuerMXID>
<IssuerTicker xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">IBM</IssuerTicker>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">1097326</PI>
</Hit>
</Result>
</GetEquityQuote_Response_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/Search.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/EquityQuote_1/GetEquityQuote_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetEquityQuote_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_1">
<QueryHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes">
<MaxCount>5</MaxCount>
<Pivot>0</Pivot>
<Timeout>0</Timeout>
<Spellcheck>On</Spellcheck>
</QueryHeader>
<Filter>
<EstimateData xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_QuerySpec_1" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="CA_A2651_1" Negated="false" />
</EstimateData>
<IsPrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_QuerySpec_1" Include="true" />
<IssuerMXID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_QuerySpec_1" Include="true" />
</Filter>
<Query />
</GetEquityQuote_Request_1>
</Body>
</Envelope>
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Search/EquityQuote_1/GetEquityQuote_1_Reply
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetEquityQuote_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/EquityQuote_1">
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<FirstHit>1</FirstHit>
<LastHit>5</LastHit>
<Hits>5</Hits>
<TotalHits>17</TotalHits>
<ExecutionTime>94</ExecutionTime>
<Duration>109</Duration>
</ResultHeader>
<NavigatorList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes"/>
<Result>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.EQUITY</BusinessEntity>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Thomson Reuters Corporation, Ordinary, The Toronto Stock
Exchange</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Thomson Reuters Corporation</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Ordinary</SimpleType>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">The Toronto Stock Exchange</Source>
</DocumentTitle>
<EstimateData xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">
<EstimateID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">CA_A2651_1</EstimateID>
<Repno xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">A2651</Repno>
<RepnoName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">"Thomson Reuters Corporation"</RepnoName>
<PricingRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">TRI.TO</PricingRIC>
<EstimateActive xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">True</EstimateActive>
<EstimateCountry xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">CAN</EstimateCountry>
<EstimateCurrency xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/ResultSpecDatatypes">USD</EstimateCurrency>
<EstimateExchange xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/ResultSpecDatatypes">TSE</EstimateExchange>
<EstimateIssueID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">1</EstimateIssueID>
</EstimateData>
...
<EstimateData xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">
<EstimateID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">US_A489F_1</EstimateID>
<Repno xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">A489F</Repno>
<RepnoName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">"Thomson Reuters Corporation (USA)"</RepnoName>
<PricingRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">TRI</PricingRIC>
<EstimateActive xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">True</EstimateActive>
<EstimateCountry xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">USA</EstimateCountry>
<EstimateCurrency xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/ResultSpecDatatypes">USD</EstimateCurrency>
<EstimateExchange xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/ResultSpecDatatypes">NYSE</EstimateExchange>
<EstimateIssueID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">1</EstimateIssueID>
</EstimateData>
<IsPrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">true</IsPrimaryRIC>
<IssuerMXID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">100042713</IssuerMXID>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">748450</PI>
</Hit>
...
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.EQUITY</BusinessEntity>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Thomson Reuters Corporation, Ordinary, NYSE Arca</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Thomson Reuters Corporation</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Ordinary</SimpleType>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">NYSEArca</Source>
</DocumentTitle>
<EstimateData xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">
<EstimateID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">CA_A2651_1</EstimateID>
<Repno xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">A2651</Repno>
<RepnoName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">"Thomson Reuters Corporation"</RepnoName>
<PricingRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">TRI.TO</PricingRIC>
<EstimateActive xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">True</EstimateActive>
<EstimateCountry xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">CAN</EstimateCountry>
<EstimateCurrency xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/ResultSpecDatatypes">USD</EstimateCurrency>
<EstimateExchange xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/ResultSpecDatatypes">TSE</EstimateExchange>
<EstimateIssueID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">1</EstimateIssueID>
</EstimateData>
...
<EstimateData xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">
<EstimateID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">US_A489F_1</EstimateID>
<Repno xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">A489F</Repno>
<RepnoName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">"Thomson Reuters Corporation (USA)"</RepnoName>
<PricingRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">TRI</PricingRIC>
<EstimateActive xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">True</EstimateActive>
<EstimateCountry xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">USA</EstimateCountry>
<EstimateCurrency xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/ResultSpecDatatypes">USD</EstimateCurrency>
<EstimateExchange xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/ResultSpecDatatypes">NYSE</EstimateExchange>
<EstimateIssueID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">1</EstimateIssueID>
</EstimateData>
<IsPrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">false</IsPrimaryRIC>
<IssuerMXID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">100042713</IssuerMXID>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">8002074</PI>
</Hit>
</Result>
</GetEquityQuote_Response_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/Search.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/EquityQuote_1/GetEquityQuote_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetEquityQuote_Request_1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/EquityQuote_1">
<Filter>
<IsPrimaryRIC Include="true" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/EquityQuote_QuerySpec_1">
<BooleanValue Value="true" xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/QuerySpecDatatypes"/>
</IsPrimaryRIC>
<RIC Include="true" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/EquityQuote_QuerySpec_1"/>
</Filter>
<Query>
<Name Include="true" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/RequestDefaultFields">
<StringValue Value="Microsoft" Negated="false" xmlns="http://www.reuters.com/ns/
2006/05/01/webservices/rkd/Search/QuerySpecDatatypes"/>
</Name>
<IssuerMXID Include="true" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/EquityQuote_QuerySpec_1"/>
</Query>
</GetEquityQuote_Request_1>
</Body>
</Envelope>
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Search/EquityQuote_1/GetEquityQuote_1_Reply
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetEquityQuote_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/EquityQuote_1">
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<FirstHit>1</FirstHit>
<LastHit>1</LastHit>
<Hits>1</Hits>
<TotalHits>1</TotalHits>
<ExecutionTime>282</ExecutionTime>
<Duration>328</Duration>
</ResultHeader>
<NavigatorList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes"/>
<Result>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.EQUITY</BusinessEntity>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Microsoft Corp, Ordinary, Consolidated Issue Listed on
NASDAQ Global Select Market</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Microsoft Corp</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Ordinary</SimpleType>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Consolidated Issue Listed on NASDAQ Global Select Market
</Source>
</DocumentTitle>
<IsPrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">true</IsPrimaryRIC>
<IssuerMXID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">100089359</IssuerMXID>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">733337</PI>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search
EquityQuote_ResultSpec_1">MSFT.O</RIC>
</Hit>
</Result>
</GetEquityQuote_Response_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/Search.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/EquityQuote_1/GetEquityQuote_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetEquityQuote_Request_1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/EquityQuote_1">
<Filter>
<Code Include="true" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/RequestDefaultFields">
<SymbolValue ExactMatch="false" Value="TRIL" Negated="false" xmlns="http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Search/QuerySpecDatatypes"/>
<SymbolValue ExactMatch="false" Value="MSFT" Negated="false" xmlns="http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Search/QuerySpecDatatypes"/>
</Code>
<IsPrimaryRIC Include="true" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/EquityQuote_QuerySpec_1">
<BooleanValue Value="true" xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/QuerySpecDatatypes"/>
</IsPrimaryRIC>
<RIC Include="true" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/EquityQuote_QuerySpec_1"/>
</Filter>
<Query>
<IssuerMXID Include="true" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/EquityQuote_QuerySpec_1"/>
</Query>
</GetEquityQuote_Request_1>
</Body>
</Envelope>
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Search/EquityQuote_1/GetEquityQuote_1_Reply
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetEquityQuote_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/EquityQuote_1">
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<FirstHit>1</FirstHit>
<LastHit>5</LastHit>
<Hits>5</Hits>
<TotalHits>5</TotalHits>
<ExecutionTime>375</ExecutionTime>
<Duration>422</Duration>
</ResultHeader>
<NavigatorList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes"/>
<Result>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.EQUITY</BusinessEntity>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Microsoft Corp, Ordinary, Consolidated Issue
Listed on NASDAQ Global Select Market</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Microsoft Corp</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Ordinary</SimpleType>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Consolidated Issue Listed on NASDAQ Global
Select Market</Source>
</DocumentTitle>
<IsPrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/EquityQuote_ResultSpec_1">true</IsPrimaryRIC>
<IssuerMXID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/EquityQuote_ResultSpec_1">100089359</IssuerMXID>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">733337</PI>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">MSFT.O</RIC>
</Hit>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.EQUITY</BusinessEntity>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Thomson Reuters PLC, Ordinary, MiFID Top
Liquidity Security, London Stock Exchange</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Thomson Reuters PLC</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Ordinary</SimpleType>
<Characteristics xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/ResultSpecDatatypes">MiFID Top Liquidity Security
</Characteristics>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">London Stock Exchange</Source>
</DocumentTitle>
<IsPrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/EquityQuote_ResultSpec_1">true</IsPrimaryRIC>
<IssuerMXID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/EquityQuote_ResultSpec_1">106867600</IssuerMXID>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">1049418</PI>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">TRIL.L</RIC>
</Hit>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.EQUITY</BusinessEntity>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Megasoft Ltd, Ordinary, Bombay Stock
Exchange</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Megasoft Ltd</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Ordinary</SimpleType>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Bombay Stock Exchange</Source>
</DocumentTitle>
<IsPrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/EquityQuote_ResultSpec_1">true</IsPrimaryRIC>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">13743734</PI>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">MSFT.BO</RIC>
</Hit>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.EQUITY</BusinessEntity>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Masafat For Specialized Transportation,
Ordinary, Amman Financial Market</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Masafat For Specialized Transportation
</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Ordinary</SimpleType>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Amman Financial Market</Source>
</DocumentTitle>
<IsPrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/EquityQuote_ResultSpec_1">true</IsPrimaryRIC>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">27422658</PI>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">MSFT.AM</RIC>
</Hit>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.EQUITY</BusinessEntity>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Transcon Research & Infotech Ltd,
Ordinary, Bombay Stock Exchange</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Transcon Research & Infotech Ltd
</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Ordinary</SimpleType>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Bombay Stock Exchange</Source>
</DocumentTitle>
<IsPrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/EquityQuote_ResultSpec_1">true</IsPrimaryRIC>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">1148553</PI>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">TRIL.BO</RIC>
</Hit>
</Result>
</GetEquityQuote_Response_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/Search.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/EquityQuote_1/GetEquityQuote_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetEquityQuote_Request_1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/EquityQuote_1">
<Filter>
<IsPrimaryRIC Include="true" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/EquityQuote_QuerySpec_1">
<BooleanValue Value="true" xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/QuerySpecDatatypes"/>
</IsPrimaryRIC>
<RIC Include="true" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/EquityQuote_QuerySpec_1"/>
</Filter>
<Query>
<Name Include="true" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/RequestDefaultFields">
<StringValue Value="Microsoft" Negated="false" xmlns="http://www.reuters.com/ns/
2006/05/01/webservices/rkd/Search/QuerySpecDatatypes"/>
</Name>
<EstimateData Include="true" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/EquityQuote_QuerySpec_1"/>
</Query>
</GetEquityQuote_Request_1>
</Body>
</Envelope>
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<EstimateIssueID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">1</EstimateIssueID>
</EstimateData>
<EstimateData xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">
<EstimateID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">US_57840_2</EstimateID>
<Repno xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">57840</Repno>
<RepnoName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">"Microsoft Corporation"</RepnoName>
<PricingRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">MSFT.O</PricingRIC>
<EstimateActive xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">false</EstimateActive>
<EstimateCountry xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">USA</EstimateCountry>
<EstimateCurrency xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/ResultSpecDatatypes">USD</EstimateCurrency>
<EstimateExchange xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/ResultSpecDatatypes">OTC</EstimateExchange>
<EstimateIssueID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">2</EstimateIssueID>
</EstimateData>
<IsPrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">true</IsPrimaryRIC>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">MSFT.O</RIC>
</Hit>
</Result>
</GetEquityQuote_Response_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/Search.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/EquityQuote_1/GetEquityQuote_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetEquityQuote_Request_1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/EquityQuote_1">
<Filter>
<Code Include="true" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/RequestDefaultFields">
<SymbolValue ExactMatch="false" Value="TRIL" Negated="false" xmlns="http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Search/QuerySpecDatatypes"/>
<SymbolValue ExactMatch="false" Value="MSFT" Negated="false" xmlns="http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Search/QuerySpecDatatypes"/>
</Code>
<IsPrimaryRIC Include="true" xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/EquityQuote_QuerySpec_1">
<BooleanValue Value="true" xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/QuerySpecDatatypes"/>
</IsPrimaryRIC>
<RIC Include="true" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/EquityQuote_QuerySpec_1"/>
</Filter>
<Query>
<EstimateData Include="true" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/EquityQuote_QuerySpec_1"/>
</Query>
</GetEquityQuote_Request_1>
</Body>
</Envelope>
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Search/EquityQuote_1/GetEquityQuote_1_Reply
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetEquityQuote_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/EquityQuote_1">
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<FirstHit>1</FirstHit>
<LastHit>5</LastHit>
<Hits>5</Hits>
<TotalHits>5</TotalHits>
<ExecutionTime>453</ExecutionTime>
<Duration>475</Duration>
</ResultHeader>
<Result>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.EQUITY</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">733337</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Microsoft Corp, Ordinary Share, NASDAQ Global Select
Consolidated</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Microsoft Corp</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Ordinary Share</SimpleType>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">NASDAQ Global Select Consolidated</Source>
</DocumentTitle>
<EstimateData xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">
<EstimateID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">US_57840_1</EstimateID>
<Repno xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">57840</Repno>
<RepnoName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">"Microsoft Corporation"</RepnoName>
<PricingRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">MSFT.O</PricingRIC>
<EstimateActive xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">false</EstimateActive>
<EstimateCountry xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">USA</EstimateCountry>
<EstimateCurrency xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/ResultSpecDatatypes">USD</EstimateCurrency>
<EstimateExchange xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/ResultSpecDatatypes">OTC</EstimateExchange>
<EstimateIssueID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">2</EstimateIssueID>
</EstimateData>
<IsPrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">true</IsPrimaryRIC>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">MSFT.O</RIC>
</Hit>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.EQUITY</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">41790951</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Transformers and Rectifiers (India) Ltd, Ordinary Share,
National Stock Exchange of India</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Transformers and Rectifiers (India) Ltd</
SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Ordinary Share</SimpleType>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">National Stock Exchange of India</Source>
</DocumentTitle>
<EstimateData xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">
<EstimateID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">IN_AFB28_1</EstimateID>
<Repno xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">AFB28</Repno>
<RepnoName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">"Transformers & Rectifiers (India) Ltd."</
RepnoName>
<PricingRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">TRNF.NS</PricingRIC>
<EstimateActive xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">true</EstimateActive>
<EstimateCountry xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">IND</EstimateCountry>
<EstimateCurrency xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/ResultSpecDatatypes">INR</EstimateCurrency>
<EstimateExchange xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/ResultSpecDatatypes">NSE</EstimateExchange>
<EstimateIssueID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">1</EstimateIssueID>
</EstimateData>
<IsPrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">true</IsPrimaryRIC>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">TRNF.NS</RIC>
</Hit>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.EQUITY</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">19194489</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Trillium Therapeutics Inc, Ordinary Share, The Toronto
Stock Exchange</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Trillium Therapeutics Inc</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Ordinary Share</SimpleType>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">The Toronto Stock Exchange</Source>
</DocumentTitle>
<EstimateData xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">
<EstimateID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">CA_AFC89_1</EstimateID>
<Repno xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">AFC89</Repno>
<RepnoName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">"Trillium Therapeutics Inc"</RepnoName>
<PricingRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">TRIL.TO</PricingRIC>
<EstimateActive xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">true</EstimateActive>
<EstimateCountry xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">CAN</EstimateCountry>
<EstimateCurrency xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/ResultSpecDatatypes">CAD</EstimateCurrency>
<EstimateExchange xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Search/ResultSpecDatatypes">TSE</EstimateExchange>
<EstimateIssueID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">1</EstimateIssueID>
</EstimateData>
<IsPrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">true</IsPrimaryRIC>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
EquityQuote_ResultSpec_1">TRIL.TO</RIC>
</Hit>
</Result>
</GetEquityQuote_Response_1>
</Body>
</Envelope>
Service Endpoint
Refinitiv Fund Quote Search Endpoint
http://api.rkd.refinitiv.com/api/Search/Search.svc
Required Header
Required HTTP Headers
POST /api/Search/Search.svc HTTP/1.1
Content-Type: application/soap+xml
Host: api.rkd.refinitiv.com
Content-Length: [length]
WSDL
http://api.rkd.refinitiv.com/schemas/Search/wsdl/FundQuote_1_HttpAndRKDToken.wsdl
20.4.7.3 XML Sample Request -Search Fund Quote with Currency and Exchange Information
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/FundQuote.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/FundQuote_1/GetFundQuote_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetFundQuote_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
FundQuote_1">
<Filter>
<Currency xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
FundQuote_QuerySpec_1" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="Eur" Negated="false" />
</Currency>
<ExchangeName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
FundQuote_Query Spec_1" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="Copenhagen Stock Exchange" Negated="false" />
</ExchangeName>
</Filter>
<Query>
<Search xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Value="BankInv" Negated="false" />
</Search>
<CommonName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields" Include="true" />
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
FundQuote_QuerySpec_1" Include="true" />
</Query>
</GetFundQuote_Request_1>
</Body>
</Envelope>
XML Sample Response - Search Fund Quote with Currency and Exchange Information
20.4.7.4 XML Sample Response - Search Fund Quote with Currency and Exchange Information
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Search/FundQuote_1/GetFundQuote_1_Reply
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetFundQuote_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
FundQuote_1">
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<FirstHit>1</FirstHit>
<LastHit>2</LastHit>
<Hits>2</Hits>
<TotalHits>2</TotalHits>
<ExecutionTime>0</ExecutionTime>
<Duration>78</Duration>
<SpellingSuggestion>"banking"</SpellingSuggestion>
</ResultHeader>
<NavigatorList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes"/>
<Result>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.FUND</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">22400857</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">BankInv Gl Emkt Open Fund, Open Fund, EUR, Copenhagen
Stock Exchange</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">BankInv Gl Emkt Open Fund</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Open Fund</SimpleType>
<Characteristics xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">EUR</Characteristics>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Copenhagen Stock Exchange</Source>
</DocumentTitle>
<CommonName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
FundQuote_ResultSpec_1">BANKINV GL EMKT</CommonName>
<Currency xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
FundQuote_ResultSpec_1">EUR</Currency>
<ExchangeName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
FundQuote_ResultSpec_1">Copenhagen Stock Exchange</ExchangeName>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
FundQuote_ResultSpec_1">BAIGEM.CO</RIC>
</Hit>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">QUOTE.FUND</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">22401235</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">BankInv Gl Em Bd Open Fund, Open Fund, EUR, Copenhagen
Stock Exchange</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">BankInv Gl Em Bd Open Fund</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Open Fund</SimpleType>
<Characteristics xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">EUR</Characteristics>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Copenhagen Stock Exchange</Source>
</DocumentTitle>
<CommonName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search /
FundQuote_ResultSpec_1">BANKINV GL EM BD</CommonName>
<Currency xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
FundQuote_ResultSpec_1">EUR</Currency>
<ExchangeName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
FundQuote_ResultSpec_1">Copenhagen Stock Exchange</ExchangeName>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
FundQuote_ResultSpec_1">BAIEMB.CO</RIC>
</Hit>
</Result>
</GetFundQuote_Response_1>
</Body>
</Envelope>
Service Endpoint
Refinitiv Government Bond Instruments Search Endpoint
http://api.rkd.refinitiv.com/api/Search/Search.svc
Required Header
Required HTTP Headers
POST /api/Search/Search.svc HTTP/1.1
Content-Type: application/soap+xml
Host: api.rkd.refinitiv.com
Content-Length: [length]
WSDL
http://api.rkd.refinitiv.com/schemas/Search/wsdl/GovCorpInst_1_HttpAndRKDToken.wsdl
20.4.8.3 XML Sample Request - Search Fund Quote with Currency and Exchange Information
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/GovCorpInst.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/GovCorpInst_1/GetGovCorpInst_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetGovCorpInst_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
GovCorpInst_1">
<Filter>
<CouponRate xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
GovCorpInst_QuerySpec_1" Include="true">
<NumberValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" ExpressionType="GreaterThan" Value="9" Negated="false" />
</CouponRate>
<MaturityDate xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
GovCorpInst_QuerySpec_1" Include="true">
<DateValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" ExpressionType="GreaterThan" Value="2007-01-01"
Negated="false" />
</MaturityDate>
</Filter>
<Query>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
GovCorpInst_QuerySpec_1" Include="true" />
</Query>
</GetGovCorpInst_Request_1>
</Body>
</Envelope>
XML Sample Response - Search Fund Quote with Currency and Exchange Information
20.4.8.4 XML Sample Response - Search Fund Quote with Currency and Exchange Information
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Search/GovCorpInst_1/GetGovCorpInst_1_Reply
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetGovCorpInst_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/GovCorpInst_1">
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<FirstHit>1</FirstHit>
<LastHit>38</LastHit>
<Hits>38</Hits>
<TotalHits>38</TotalHits>
<ExecutionTime>47</ExecutionTime>
<Duration>109</Duration>
</ResultHeader>
<NavigatorList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes"/>
<Result>
<Hit Index="1">
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">INSTRUMENT.FIXEDINCOME.GOVCORP</BusinessEntity>
<CouponRate xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
GovCorpInst_ResultSpec_1">9.75</CouponRate>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Qatar, State of, Fixed Rate Bond, QATAR 9.750 15-Jun-
2030</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Qatar, State of</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Fixed Rate Bond</SimpleType>
<Characteristics xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">QATAR 9.750 15-Jun-2030</Characteristics>
</DocumentTitle>
<MaturityDate xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
GovCorpInst_ResultSpec_1">2030-06-15T00:00:00Z</MaturityDate>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">0x0002a0006fd2617e</PI>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
GovCorpInst_ResultSpec_1">QA011341969=</RIC>
</Hit>
<Hit Index="2">
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">INSTRUMENT.FIXEDINCOME.GOVCORP</BusinessEntity>
<CouponRate xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
GovCorpInst_ResultSpec_1">23.188</CouponRate>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Italy, Republic Of, Fixed Rate Bond, ITALY 23.188 20-Feb-
2031</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Italy, Republic Of</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Fixed Rate Bond</SimpleType>
<Characteristics xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">ITALY 23.188 20-Feb-2031</Characteristics>
</DocumentTitle>
<MaturityDate xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
GovCorpInst_ResultSpec_1">2031-02-20T00:00:00Z</MaturityDate>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">0x0002a000552b70ac</PI>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
GovCorpInst_ResultSpec_1">XS0124812503=R</RIC>
</Hit>
...
</Result>
</GetGovCorpInst_Response_1>
</Body>
</Envelope>
NOTE: Refinitiv Search on Index Instruments retrieves all available data on index instruments, while Refinitiv Search on Index Quote
retrieves only the data you are permissioned for.
Service Endpoint
Refinitiv Index Instruments Search Endpoint
http://api.rkd.refinitiv.com/api/Search/Search.svc
Required Header
Required HTTP Headers
POST /api/Search/Search.svc HTTP/1.1
Content-Type: application/soap+xml
Host: api.rkd.refinitiv.com
Content-Length: [length]
WSDL
http://api.rkd.refinitiv.com/schemas/Search/wsdl/IndexInst_1_HttpAndRKDToken.wsdl
20.4.9.3 XML Sample Request -Search Fund Quote with Instrument Information
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/Search.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/IndexInst_1/GetIndexInst_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization >
</Header>
<Body>
<GetIndexInst_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
IndexInst_1"
<Query>
<Search xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
QuerySpecDatatypes" Negated="false" Value="FTSE"/>
</Search>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields" Include="true" Sort="Ascending"/>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields" Include="true"/>
</Query>
</GetIndexInst_Request_1>
</Body>
</Envelope>
20.4.9.4 XML Sample Response - Search Fund Quote with Instrument Information
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Search/IndexInst_1/GetIndexInst_1_Reply
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetIndexInst_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
IndexInst_1">
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDataTypes">
<FirstHit>1</FirstHit>
<LastHit>40</LastHit>
<Hits>40</Hits>
<TotalHits>44512</TotalHits>
<ExecutionTime>78</ExecutionTime>
<Duration>148</Duration>
</ResultHeader>
<NavigatorList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDataTypes" />
<Result>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">INSTRUMENT.INDEX</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">19722530</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">FTSE EPRA/NAREIT Developed Europe Liquid 40 ex UK Index,
Equity Index</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">FTSE EPRA/NAREIT Developed Europe Liquid 40 ex UK
Index</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDatatypes">Equity Index</SimpleType>
</DocumentTitle>
</Hit>
</Result>
</GetIndexInst_Response_1>
</Body>
</Envelope>
NOTE: Refinitiv Search on Index Instruments retrieves all available data on index instruments, while Refinitiv Search on Index Quote
retrieves only the data you are permissioned for.
Service Endpoint
Refinitiv Index Quote Search Endpoint
http://api.rkd.refinitiv.com/api/Search/Search.svc
Required Header
Required HTTP Headers
POST /api/Search/Search.svc HTTP/1.1
Content-Type: application/soap+xml
Host: api.rkd.refinitiv.com
Content-Length: [length]
WSDL
http://api.rkd.refinitiv.com/schemas/Search/wsdl/IndexQuote_1_HttpAndRKDToken.wsdl
20.4.10.3 XML Sample Request -Search Fund Quote with Currency and Exchange Information
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Search/Search.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Search/IndexQuote_1/GetIndexQuote_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization >
</Header>
<Body>
<GetIndexQuote_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
IndexQuote_1">
<Query>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
RequestDefaultFields" Include="true">
<StringValue xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Query SpecDataTypes" Value="12003613" Negated="false" />
</PI>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
IndexQuote_Query Spec_1" Include="true" />
</Query>
</GetIndexQuote_Request_1>
</Body>
</Envelope>
XML Sample Response - Search Fund Quote with Currency and Exchange Information
20.4.10.4 XML Sample Response - Search Fund Quote with Currency and Exchange Information
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Search/IndexQuote_1/GetIndexQuote_1_Reply
</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetIndexQuote_Response_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
IndexQuote_1">
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDataTypes">
<FirstHit>1</FirstHit>
<LastHit>1</LastHit>
<Hits>1</Hits>
<TotalHits>1</TotalHits>
<ExecutionTime>31</ExecutionTime>
<Duration>78</Duration>
</ResultHeader>
<NavigatorList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDataTypes" />
<Result>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">Q UO TE.INDEX</BusinessEntity>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">12003613</PI>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDataTypes">FTSEURO FIRST 100, Index Quote, United Kingdom, FTSE
International</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDataTypes">FTSEURO FIRST 100</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDataTypes">Index Quote</SimpleType>
<Characteristics xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Search/ResultSpecDataTypes">United Kingdom</Characteristics>
<Source xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDataTypes">FTSE International</Source>
</DocumentTitle>
<RIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
IndexQuote_ResultSpec_1">.FTEFC 1R</RIC>
</Hit>
</Result>
</GetIndexQuote_Response_1>
</Body>
</Envelope>
• Navigator List: Provides analytic on the results in the form of a Navigator list.
• Result: The Result element of the response can contain zero or many "Hit" records.
<ResultHeader xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<FirstHit>1</FirstHit>
<LastHit>19</LastHit>
<Hits>19</Hits>
<TotalHits>19</TotalHits>
<ExecutionTime>16</ExecutionTime>
<Duration>63</Duration>
<SpellingSuggestion>"vodafone"</SpellingSuggestion>
</ResultHeader>
The following are the default fields returned for every request:
ATTRIBUTE DESCRIPTION
FirstHit The offset or pivot value of the first result in current set of results.
LastHit The offset of the last result in the current set of results.
Duration The total duration of the query, including the processing overhead incurred by the SQS.
<NavigatorList xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">
<StringNavigator FieldName="AssetCategoryName" HitCount="303" Entropy="1.208660933"
Ratio="0.9837662338" Score="1.20866096" SampleCount="303">
<Modifier Value="Equity/Equity/Index Warrant" Count="165" />
<Modifier Value="United States" Count="106" />
<Modifier Value="Israel" Count="5" />
<Modifier Value="United Kingdom" Count="5" />
<Modifier Value="Canada" Count="3" />
...
</StringNavigator>
</NavigatorList>
ATTRIBUTE DESCRIPTION
StringNavigator This element provides general information about the navigation list.
Contains the following attributes:
• FieldName: The name of the field to which the analytic relates.
• HitCount: The total number records identified in the query for which the analytic was
generated.
• Entropy:
• Ratio:
• Score:
• Min: The minimum value identified for the field (Only applicable to numeric and date
analytics).
• Max: The maximum value identified for the field (Only applicable to numeric and date
analytics).
• Mean: The mean average value identified for the field (Only applicable to numeric and
date analytics).
• SampleCount: The number of records on which the analytic was generated. Maybe
different to the value for “HitCount”.
20.5.3 Result
The Result element of the response can contain zero or many "Hit" records. In the case of the result fields contained by each hit, the data
types are no longer required to express criteria for a search query. With the exception of the "DocumentTitle" field, each field is described in
terms of its native xml schema data type.
XML Sample Response - Search All Response with Navigate
<Result>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">ORGANISATION</BusinessEntity>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Vodafone Group Plc</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Vodafone Group Plc</SubjectName>
</DocumentTitle>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">10749</PI>
<PrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_ResultSpec_1">VOD.L</PrimaryRIC>
</Hit>
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">ORGANISATION</BusinessEntity>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Vodafone Egypt Telecommunications Company</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Vodafone Egypt Telecommunications Company</SubjectName>
</DocumentTitle>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">2512496</PI>
<PrimaryRIC xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
Searchall_ResultSpec_1">VODE.CA</PrimaryRIC>
</Hit>
...
<Hit>
<BusinessEntity xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">INSTRUMENT.FIXEDINCOME.GOVCORP</BusinessEntity>
<DocumentTitle xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">
<Value xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Vodafone Group PLC, Fixed Rate Bond, VOD 5.125 10-Apr-2015</Value>
<SubjectName xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Vodafone Group PLC</SubjectName>
<SimpleType xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">Fixed Rate Bond</SimpleType>
<Characteristics xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResultSpecDatatypes">VOD 5.125 10-Apr-2015</Characteristics>
</DocumentTitle>
<PI xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Search/
ResponseDefaultFields">0x00038600556940f9</PI>
</Hit>
</Result>
The following are the default fields returned for every request.
ATTRIBUTE DESCRIPTION
DocumentTitle For display purposes the fields that best describes the result.
• Get Top News By Column (GetTopNewsByColumn_1) - searches Refinitiv top news by column.
• Get Top News Columns (GetTopNewsColumns_1) - retrieves the columns of top news.
• Get Top News Entitled Columns (GetTopNewsEntitledColumns_2) - retrieves Top News columns identifications and names for which
user is entitled.
21.2.1 Authorization
All requests to the Top News service require an authorization token. For details, see Understanding Authentication Tokens.
21.2.2 Authentication
Top News service uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in Refinitiv Top News.
For additional information on creating a Service Token, see Creating a Token.
WSDL
http://api.rkd.refinitiv.com/schemas/TopNews/wsdl/TopNews_1_HttpAndRKDToken.wsdl
<GetNewsStory_Request_1 xmlns="http://www.reuters.com/ns/2012/02/02/webservices/rkd/TopNews_1"
timeOut="55" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/20
01/XMLSchema">
<Story>
<StoryId xmlns="http://www.reuters.com/ns/2012/02/02/webservices/rkd/TopNews_1/request"
identifierType="PNAC">PNAC</StoryId>
</Story>
</GetNewsStory_Request_1>
21.3.1.2 JSON Sample Request - Get News Story with PNAC nL3N13T1ZE
{
"GetNewsStory_Request_1": {
"Story": [
{
"StoryId": {
"identifierType": "PNAC",
"Value": "nL3N13T1ZE"
}
}
]
}
}
ENTITY DESCRIPTION
TimeOut Defines maximum time in seconds to wait for a response (optional). Default is 60 seconds.
StoryId Contains the StoryIdentifiers for Refinitiv Headline searches (PNAC code).
IdentifierType Provides information about the StoryId code. PNAC value contains the Primary News
Access Code.
PnacDate Identifies day and time of the specified PNAC id. If this entity is missing, today's date is
assumed.
<GetNewsStory_Response_1 xmlns="http://www.reuters.com/ns/2012/02/02/webservices/rkd/TopNews_1">
<Story>
<Story Props xmlns="http://www.reuters.com/ns/2012/02/02/webservices/rkd/TopNews_1/response">
<ItemMeta>
<Provider>NOT AVAILABLE</Provider>
<Body Type>text/plain</Body Type>
<Source>RTRS</Source>
<VersionCreated>2015-05-13T10:18:09.000+00:00</VersionCreated>
<FirstCreated>2015-05-13T09:53:18.000+00:00</FirstCreated>
<Tabular>X</Tabular>
<AvailableRSF>No</AvailableRSF>
</ItemMeta>
<ContentMeta>
<Urgency>3</Urgency>
<Language>L:en</Language>
<HeadlineText d7p1:displayDirection="LeftToRight" d7p1:language="L:en"
xmlns:d7p1="http://www.reuters.com/ns/2012/02/02/webservices/rkd/TopNews_1/
response">BoE's Carney says sterling strength relevant to rate
projections<BKENG.UL></HeadlineText>
<TakeNo>1</TakeNo>
<RCS>A:2 A:8 A:9 A:N B:125 B:126 B:127 B:128 BL:61 E:5 E:B G:3 G:7J G:A M:5 M:8 M:DU
M:E7 M:J M:K M:N M:ZR:BKENG.UL</RCS>
<PermIDs>8589934365</PermIDs>
<Products>DDNPEEMKMPSCPTDRNPTUKI</Products>
</ContentMeta>
<TakeHistory />
<DisplayDirection>LeftToRight</DisplayDirection>
</Story Props>
<TextContent xmlns="http://www.reuters.com/ns/2012/02/02/webservices/rkd/TopNews_1/
response">LONDON, May 13 (Reuters) - Bank of England Governor Mark Carney said on Wednesday
it was right to consider the strength of Britain's sterling currency when projecting the path
of future interest rates.
"For the appropriate path of rates, (sterling strength) is relevant", said Carney, answering
questions from reporters after the BoE cut its forecasts for British economic growth over the
next three years. [ID:nL5N0Y434D] Carney also said the BoE was looking "very closely" at how
any uncertainty created by a referendum on Britain's European Union membership could affect
the economy.
For more quotes from Carney, see [ID:nL5N0Y42K3]
(Reporting by David Milliken and William Schomberg, writing by Andy Bruce; Editing by Alison
Williams) ((andy.bruce@thomsonreuters.com; +442075423484; Reuters Messaging: andy
.bruce.thomsonreuters.com@reuters.net))
Keywords: BRITAIN BOE/STERLING
</TextContent>
</Story>
</GetNewsStory _Response_1>
21.3.1.4 JSON Sample Response - Get News Story with PNAC nL3N13T1Z
{
"GetNewsStory _Response_1": {
"Story": [
{
"Story Props": {
"ItemMeta": {
"Provider": "NOT AVAILABLE",
ENTITY DESCRIPTION
<GetTopNewsColumns_Request_1xmlns="http://www.reuters.com/ns/2012/02/02/webservices/rkd/TopNews_1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns:xsd="http://www.w3.org/2001/
XMLSchema"/>
{
"GetTopNewsColumns_Request_1": {
}
}
<GetTopNewsColumns_Response_1 xmlns="http://www.reuters.com/ns/2012/02/02/webservices/rkd/
TopNews_1">
<Columns>
<Column xmlns="http://www.reuters.com/ns/2012/02/02/webservices/rkd/TopNews_1/
response"columnId="urn:newsml:reuters.com:20080813:SPDOC_2047711320081" name="Africa"/>
<Column xmlns="http://www.reuters.com/ns/2012/02/02/webservices/rkd/TopNews_1/
response"columnId="urn:newsml:reuters.com:20110214:SPDOC_1568921420111" name="Agricultural
Commodities"/>
<Column xmlns="http://www.reuters.com/ns/2012/02/02/webservices/rkd/TopNews_1/
response"columnId="urn:newsml:reuters.com:20020924:SPDOC_56007242002" name="A sian
Companies"/>
<Column xmlns="http://www.reuters.com/ns/2012/02/02/webservices/rkd/TopNews_1/
response"columnId="urn:newsml:reuters.com:20030521:SPDOC_67969212003" name="Industrials and
Transport"/>
<Column xmlns="http://www.reuters.com/ns/2012/02/02/webservices/rkd/TopNews_1/
response"columnId="urn:newsml:reuters.com:20110719:SPDOC_1248091920111" name="Brasil"/>
...
<Column xmlns="http://www.reuters.com/ns/2012/02/02/webservices/rkd/TopNews_1/
response"columnId="urn:newsml:reuters.com:20080818:SPDOC_1430941820081" name="zJapan"/>
<Column xmlns="http://www.reuters.com/ns/2012/02/02/webservices/rkd/TopNews_1/
response"columnId="urn:newsml:reuters.com:20111108:SPDOC_2033330820111" name="zLy nx TEST
Investment Strategy "/>
<Column xmlns="http://www.reuters.com/ns/2012/02/02/webservices/rkd/TopNews_1/
response"columnId="urn:newsml:reuters.com:20100518:SPDOC_1860631820101" name="zTEST C
ENTRAL BANKS & GLOBAL ECONOMY"/>
<Column xmlns="http://www.reuters.com/ns/2012/02/02/webservices/rkd/TopNews_1/
response"columnId="urn:newsml:reuters.com:20090527:SPDOC_1323242720091" name=" "/>
<Column xmlns="http://www.reuters.com/ns/2012/02/02/webservices/rkd/TopNews_1/
response"columnId="urn:newsml:reuters.com:20100623:SPDOC_1331612320101" name=" "/>
</Columns>
</GetTopNewsColumns_Response_1>
{
"GetTopNewsColumns_Response_1": {
"Columns": {
"Column": [
{
"name": "Africa",
"columnId": "urn:newsml:reuters.com:20080813:SPDOC_2047711320081"
},
{
"name": "Agricultural Commodities",
"columnId": "urn:newsml:reuters.com:20110214:SPDOC_1568921420111"
},
{
"name": "Asian Companies",
"columnId": "urn:newsml:reuters.com:20020924:SPDOC_56007242002"
},
{
"name": "Australia & New Zealand",
"columnId": "urn:newsml:reuters.com:20150107:SPDOC_2847160072015"
},
{
"name": "Industrials and Transport",
"columnId": "urn:newsml:reuters.com:20030521:SPDOC_67969212003"
},
{
"name": "Brasil",
"columnId": "urn:newsml:reuters.com:20110719:SPDOC_1248091920111"
},
{
"name": "Britain & Ireland",
"columnId": "urn:newsml:reuters.com:20080901:SPDOC_1365800120081"
},
...
{
"name": "Canada",
"columnId": "urn:newsml:reuters.com:20081001:SPDOC_1321850120081"
},
{
"name": "Central Banks & Global Economy ",
"columnId": "urn:newsml:reuters.com:20080317:SPDOC_1727041720081"
},
{
"name": "Commodities",
"columnId": "urn:newsml:reuters.com:20060119:SPDOC_28769192006"
},
]
}
}
}
ENTITY DESCRIPTION
NOTE: The list of all column identifiers (columnId) can be retrieved with GetTopNewsColumns_1 or GetTopNewsEntitledColumns_1
methods. See Get Top News Columns (GetTopNewsColumns_1) or Get Top News Entitled Columns(GetTopNewsEntitledColumns_2).
{
"RetrieveTopNewsByColumnID_Request_1": {
"ColumnId": "urn:newsml:reuters.com:20110719:SPDOC_1248091920111",
"returnPrivateNetworkURL": true
}
}
<RetrieveTopNewsByColumnID_Response_1 xmlns="http://www.reuters.com/ns/2012/02/02/webservices/rkd/
TopNews_1">
<Story>
<Story Props xmlns="http://www.reuters.com/ns/2012/02/02/webservices/rkd/TopNews_1/response">
<ItemMeta>
<Provider>NOT AVAILABLE</Provider>
<BodyType>text/xml</BodyType>
<Source>RTRS</Source>
<VersionCreated>2014-07-16T18:02:00.000+00:00</VersionCreated>
<FirstCreated>2014-07-16T18:02:00.000+00:00</FirstCreated>
</ItemMeta>
<ContentMeta>
<Urgency>4</Urgency>
<Language>L:en</Language>
<HeadlineText d7p1:language="L:en" d7p1:displayDirection="LeftToRight"
xmlns:d7p1="http://www.reuters.com/ns/2012/02/02/webservices/rkd/TopNews_1/
response">Brasil - urn:newsml:reuters.com:20110719:SPDOC_1248091920111:3003</
HeadlineText>
<TakeNo>3003</TakeNo>
<Products>TPN</Products>
</ContentMeta>
<TakeHistory />
<DisplayDirection>LeftToRight</DisplayDirection>
</Story Props>
<OtherContent xmlns="http://www.reuters.com/ns/2012/02/02/webservices/rkd/TopNews_1/
response">
<NewsML xmlns="">
<NewsEnvelope>
<DateAndTime>20140715T234118+0000</DateAndTime>
</NewsEnvelope>
<NewsItem>
<Comment>Smart Page SNEP</Comment>
<Identification>
<NewsIdentifier>
<ProviderId>reuters.com</ProviderId>
<DateId>20110719</DateId>
<NewsItemId>SPDOC_1248091920111</NewsItemId>
<RevisionId Update="Y" PreviousRevision="3002">3003</RevisionId>
<PublicIdentifier>urn:newsml:reuters.com:20110719:SPDOC
_1248091920111:3003</PublicIdentifier>
</NewsIdentifier>
</Identification>
<NewsManagement>
<NewsItemType FormalName="Smart Page"/>
<FirstCreated>20120317T053402+0000</FirstCreated>
<ThisRevisionCreated>20140715T234118+0000</ThisRevisionCreated>
<Status FormalName="Usable"/>
</NewsManagement>
<NewsComponent Duid="SNEP0001">
...
<NewsLines>
<HeadLine>Rioforte dб calote e O i aceita acordo em que Portugal Telecom
reduz fatia em fusгo</HeadLine>
</NewsLines>
...
<NewsLines>
<HeadLine>Aatel deveaprovar acordo revisado de Oie Portugal Telecom, diz
fonte</HeadLine>
<By Line/>
<DateLine>BRASÐ LIA, 16 Jul (Reuters)</DateLine>
<WeblinkURL/>
</NewsLines>
<DescriptiveMetadata/>
<ContentItem Duid="CTI0001">
<MediaType FormalName="Text"/>
<Format FormalName="XHTML"/>
<DataContent>
<html>
<head>
<title/>
</head>
<body>
<p xmlns="http://www.w3.org/1999/xhtml">A Agência Nacional de
Telecomunicações (A natel) dev e aprov ar oacordo revisado
para fusão entre Oie Portugal Telecom, anunciado na
madrugada desta quarta-feira, disse à Reuters uma fonte da
agência reguladora.</p>
</body>
</html>
</DataContent>
</ContentItem>
</NewsComponent>
</NewsItem>
</NewsML>
</OtherContent>
</Story>
</RetrieveTopNewsByColumnID_Response_1>
{
"RetrieveTopNewsByColumnID_Response_1": {
"Story": {
"StoryProps": {
"ItemMeta": {
"Provider": "NOT AVAILABLE",
"BodyType": "text/xml",
"Source": "RTRS",
"VersionCreated": "2015-12-03T16:26:24Z",
"FirstCreated": "2015-12-03T16:26:24Z",
"Tabular": "X",
"AvailableRSF ": "No"
},
"ContentMeta": {
"Urgency ": 4,
"Language": [
"L:en"
],
"HeadlineText": {
"language": "L:en",
"displayDirection": "LeftToRight",
"Value": "Brasil - urn:newsml:reuters.com:20110719:SPDOC_1248091920111:3782"
},
"TakeNo": 3782,
"Products": "TPN"
},
"TakeHistory": null,
"DisplayDirection": "LeftToRight"
},
"OtherContent": {
"NewsML": {
"NewsEnvelope": {
"DateAndTime": "20151202T235654+0000"
},
"NewsItem": {
"Comment": "Smart Page SNEP",
"Identification": {
"NewsIdentifier": {
"ProviderId": "reuters.com",
"DateId": "20110719",
"NewsItemId": "SPDOC_1248091920111",
"RevisionId": {
"@Update": "Y",
"@PreviousRevision": "3781",
"#text": "3782"
},
"PublicIdentifier":
"urn:newsml:reuters.com:20110719:SPDOC_1248091920111:3782"
}
},
"NewsManagement": {
"NewsItemType": {
"@FormalName": "Smart Page"
},
"FirstCreated": "20120317T053402+0000",
"ThisRevisionCreated": "20151202T235654+0000",
"Status": {
"@FormalName": "Usable"
}
},
"NewsComponent": {
"@Duid": "SNEP0001",
"TopicSet": {
"@FormalName": "SNEPImportant"
},
"Role": {
"@FormalName": "Super News Event Package"
},
"NewsLines": {
"HeadLine": "Brasil",
"By Line": "Redação São Paulo",
"Copy rightLine": "© Thomson Reuters 2015. All rights reserved.
Republication or redistribution of Thomson Reuters content [or
maintenance releases or similar], including by caching, framing or
similar means, is expressly prohibited without the prior written
consent of Thomson Reuters. Thomson Reuters and the Thomson Reuters
logo are registered trademarks and trademarks of the Thomson Reuters
group of companies around the world."
},
"AdministrativeMetadata": {
"Property": [
{
"@FormalName": "SP_Search",
"@Value": "LPT"
},
]
}]
},
"DescriptiveMetadata": "",
"NewsComponent": [
{
"Metadata": {
"MetadataType": {
"@FormalName": "Order"
},
"Property": {
"@FormalName": "Significance",
"@Value": "1"
} },
"NewsItem": {
"NewsComponent": {
"@Duid": "NEP0001",
"TopicSet": {
"@FormalName": "HighImportance",
"Topic": [
{
"@Duid": "ts_1",
"TopicType": {
"@FormalName": "Country Grouping"
},
"FormalName": {
"@Scheme": "N2000",
"#text": "EMRG"
},
"Description": {
"@lang": "en",
"#text": "Emerging Market Countries"
} },
{
"@Duid": "ts_6",
"TopicType": {
"@FormalName": "POLITICS"
},
"FormalName": {
"@Scheme": "N2000",
"#text": "POL"
},
"Description": {
"@lang": "en",
"#text": "Government / Politics"
}}]
},
"Role": {
"@FormalName": "News Event Package"
},
}}}}}}
NOTE: To get image(-s) for the corresponding Top News story, see Retrieving Images Associated with Top News Stories.
ENTITY DESCRIPTION
OtherContent All other content types (xml, html, image, etc.), base64 encoded.
• NewsML: Value of Guid code.
• NewsEnvelope: Contains DateAndTime attribute in the format yyyymmddhhmmss.
• NewsItem: Provides information on the news item:
• Comment: Shows comments available to the news item.
• Identification: Contains parameters by which news item is identified.
• NewsIdentifier: Contains attributes by which news item is identified:
• ProviderId
• DateId
• NewsItemId
• RevisionId
• PublicIdentifier
• NewsManagement: Contains attributes by which news stories are managed:
• NewsItemType: Type of the news item.
• FirstCreated: The date of news item creation.
• ThisRevisionCreated: The date of news item revision.
• Status: News item status.
• NewsComponent: Contains information about the news component:
• TopicSet: Contains list of topics with Refinitiv codes that indicate a particular column.
• Role: Show to which news group the news item belongs.
• NewsLines: Includes the following attributes:
• HeadLine: News story headline.
• ByLine: Author of the news item.
• CopyrightLine: Provides information on the copyright owner.
• AdministrativeMetadata: Provides information on who the owner of news story is. It
contains Property attribute.
<GetTopNewsEntitledColumns_Request_2
xmlns="http://www.reuters.com/ns/2012/02/02/webservices/rkd/TopNews_1" xmlns:xsi="http://www.w3.org/
2001/XMLSchema-instance"xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
{
"GetTopNewsEntitledColumns_Request_2": {
}
}
<GetTopNewsEntitledColumns_Response_2 xmlns="http://www.reuters.com/ns/2012/02/02/webservices/rkd/
TopNews_1">
<Columns>
<Column xmlns="http://www.reuters.com/ns/2012/02/02/webservices/rkd/TopNews_1/response"
columnId="urn:newsml:reuters.com:20110214:SPDOC_1568921420111" name="Agricultural Commodities"/>
...
<Column xmlns="http://www.reuters.com/ns/2012/02/02/webservices/rkd/TopNews_1/response"
columnId="urn:newsml:reuters.com:20020924:SPDOC_56045242002"name="World News"/>
</Columns>
</GetTopNewsEntitledColumns_Response_2>
{
"GetTopNewsEntitledColumns_Response_2": {
"Columns": {
"Column": [
{
"name": "Agricultural Commodities",
"columnId": "urn:newsml:reuters.com:20110214:SPDOC_1568921420111"
},
{
"name": "Asian Companies",
"columnId": "urn:newsml:reuters.com:20020924:SPDOC_56007242002"
},
{
"name": "South and Southeast Asia,"
"columnId": "urn:newsml:reuters.com:20201006:SPDOC_1098050062020"
},
{
"name": "Industrials and Transport",
"columnId": "urn:newsml:reuters.com:20030521:SPDOC_67969212003"
},
... ... ...
{
"name": "Brasil",
"columnId": "urn:newsml:reuters.com:20110719:SPDOC_1248091920111"
},
{
"name": "Europe, UK & Russia",
"columnId": "urn:newsml:reuters.com:20201006:SPDOC_1150540062020"
},
{
"name": "Canada",
"columnId": "urn:newsml:reuters.com:20081001:SPDOC_1321850120081"
},
{
"name": "Central Banks & Global Economy",
"columnId": "urn:newsml:reuters.com:20080317:SPDOC_1727041720081"
},
{
"name": "Commodities",
"columnId": "urn:newsml:reuters.com:20060119:SPDOC_28769192006"
},
]
}
}
}
ENTITY DESCRIPTION
NOTE:
• More than one image can be associated with a corresponding Top News story.
• In rare cases, an image associated with a Top News story may be unavailable, resulting in an HTTP 500 error message. Refinitiv
recommends handling these cases by displaying a boiler plate image (for example, your company logo).
<NewsComponent>
<Role FormalName="Main Picture"></Role>
<NewsComponent>
<Metadata>
<MetadataType FormalName="MainOrder"></MetadataType>
<Property FormalName="Display " Value=""></Property>
</Metadata>
<NewsLines>
<HeadLine>Supporters of Muslim Brotherhood and ousted Egyptian President Mohamed Mursi
shout slogans in east Cairo</HeadLine>
<By Line>© Amr Dalsh / Reuters</By Line>
<DateLine></DateLine>
<NewsLine>
<NewsLineType FormalName="Caption"></NewsLineType>
<NewsLineText>Supporters of Muslim Brotherhood and ousted Egyptian President Mohamed
Mursi shout slogans against the military and the interior ministry as they gesture with
the sign "Rabaa", or "Four", during a protest around Ain Shams square in east Cairo
February 14, 2014. The placard reads "Our victory coming soon". REUTERS/Amr Abdallah
Dalsh </NewsLineText>
</NewsLine>
<WeblinkURL></WeblinkURL>
</NewsLines>
<DescriptiveMetadata></DescriptiveMetadata>
<NewsComponent EquivalentsList="yes">
<Role FormalName="Image Wrapper"></Role>
<BasisForChoice>./ContentItem/Characteristics/Property [@FormalName="PicType"]/@Value
</BasisForChoice>
<ContentItem Duid="" Href="http://api.rkd.refinitiv.com/api/topnews/topnews-images/
2014-03-29T152733Z_1_VG7_RTRLXPP_1_LYNXPACKAGER.JPG.ashx">
<MediaType FormalName="Photo"></MediaType>
<Format FormalName="JPEG Baseline"></Format>
<Characteristics>
<Property Value="Thumbnail" FormalName="PicType"></Property>
<Property FormalName="ContentID" Value=""></Property>
<Property FormalName="ContentCreationDateAndTime" Value=""></Property>
<Property FormalName="SP_ContentURL" Value=""></Property>
</Characteristics>
</ContentItem>
<ContentItem Duid="" Href="http://api.rkd.refinitiv.com/api/topnews/topnews-images/
2014-03-29T152733Z_1_VG7_RTRLXPP_2_LYNXPACKAGER.JPG.ashx">
<MediaType FormalName="Photo"></MediaType>
<Format FormalName="JPEG Baseline"></Format>
<Characteristics>
<Property Value="ViewImage" FormalName="PicType"></Property>
<Property FormalName="ContentID" Value=""></Property>
<Property FormalName="ContentCreationDateA ndTime" Value=""></Property>
</Characteristics>
</ContentItem>
</NewsComponent>
</NewsComponent>
</NewsComponent>
Thus, for instance, to retrieve the images for this story, use the following urls:
http://api.rkd.refinitiv.com/api/topnews/topnews-images/2014-03-29T152733Z_1_VG7_RTRLXPP_1_LYNXPACKAGER.JPG.ashx,
and
http://api.rkd.refinitiv.com/api/topnews/topnews-images/2014-03-29T152733Z_1_VG7_RTRLXPP_2_LYNXPACKAGER.JPG.ashx.
{
"Role": {
"@FormalName": "Main Picture"
},
"NewsComponent": {
"Metadata": {
"MetadataType": {
"@FormalName": "MainOrder"
},
"Property ": {
"@FormalName": "Display",
"@Value": ""
}
},
"NewsLines": {
"HeadLine": "Snow covered transfer lines are seen with storage tanks at the Dominion Cove
Point Liquefied Natural Gas terminal in Maryland",
"By Line": "GARY CAMERON",
"DateLine": "",
"NewsLine": {
"NewsLineType": {
"@FormalName": "Caption"
},
"NewsLineText": "Snow covered transfer lines (C) are seen leading to storage tanks (rear) at
the Dominion Cove Point Liquefied Natural Gas (LNG) terminal in Lusby, Maryland March 18,
2014. REUTERS/Gary Cameron"
},
"WeblinkURL": ""
},
"DescriptiveMetadata": "",
"NewsComponent": {
"@EquivalentsList": "yes",
"Role": {
"@FormalName": "Image Wrapper"
},
"BasisForChoice": "./ContentItem/Characteristics/Property [@FormalName="PicType"]/@Value",
"ContentItem": [
{
"@Duid": "",
"@Href": "http://api.rkd.refinitiv.com/api/topnews/topnews-images/2015-11-
05T170331Z_1_GN2_RTRLXPP_1_LYNXPACKAGER.JPG.ashx",
"@HrefSecure": "https://api.rkd.refinitiv.com/api/topnews/topnews-images/2015-
11-05T170331Z_1_GN2_RTRLXPP_1_LYNXPACKAGER.JPG.ashx",
"MediaType": {
"@FormalName": "Photo"
},
"Format": {
"@FormalName": "JPEG Baseline"
},
"Characteristics": {
"Property": [
{
"@Value": "Thumbnail",
"@FormalName": "PicType"
},
{
"@FormalName": "ContentID",
"@Value": ""
},
{
"@FormalName": "ContentCreationDateAndTime",
"@Value": ""
},
{
"@FormalName": "SP_ContentURL",
"@Value": ""
}
]
}
}
}
}
}
}
To retrieve the images for this story, use the following urls:
http://api.rkd.refinitiv.com/api/topnews/topnews-images/2015-11-05T170331Z_1_GN2_RTRLXPP_1_LYNXPACKAGER.JPG.ashx
and
https://api.rkd.refinitiv.com/api/topnews/topnews-images/2015-11-05T170331Z_1_GN2_RTRLXPP_1_LYNXPACKAGER.JPG.ashx
22 Document Retrieval
The Document Retrieval service is used to retrieve documents by Document ID or Contributor ID and Contributor Document ID. The service
checks the authenticated user's credentials and delivers documents the user is entitled to. The service supports all file types in the document
repository including multimedia files.
The service also allows you to retrieve document thumbnails to determine a document's contents: whether it is a text or a chart.
You can search for Document IDs and Contributor Document IDs using the Document Search service. See Document Search for more
information.
22.1.1 Authorization
All requests to the Refinitiv Knowledge Direct API require an authorization token. For details, see Understanding Authentication Tokens.
22.1.2 Authentication
Refinitiv Knowledge Direct API uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user
before your application authenticates them. Unmanaged effective users are not supported in Refinitiv Knowledge Direct API.
For additional information on creating a Service Token, see Creating a Token.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
TokenManagement/TokenManagement.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/TokenManagement_1/CreateServiceToken_1</Action>
</Header>
<Body>
<CreateServiceToken_Request_1 xmlns:global="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/Common_1" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
TokenManagement_1">
<ApplicationID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
[AppID]</ApplicationID>
<Username>[service user]</Username>
<Password>[password]</Password>
</CreateServiceToken_Request_1>
</Body>
</Envelope>
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" s:mustUnderstand="1" >http://
www.reuters.com/ns/2006/05/01/webservices/rkd/TokenManagement_1/
CreateServiceToken_1_Reply</a:Action>
<a:RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<CreateServiceToken_Response_1 xmlns="https://www.reuters.com/ns/2006/05/01/webservices/rkd/
TokenManagement_1">
<Expiration>[token expiration YYYY-MM-DDTHH:MM:SS]</Expiration>
<Token xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">[service
token]</Token>
</CreateServiceToken_Response_1>
</Body>
</Envelope>
NOTE: The user authorization token expires in a configurable time period. The default expiration is 90 minutes. If you make a Document
Retrieval request with an expired or invalid authorization token, the service returns HTTP 403 Forbidden status response with the error
description included in the response HTTP headers (see Error Handling). You can also enable redirection for an invalid or expired
authorization (see Error Handling).
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
TokenManagement/TokenManagement.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/TokenManagement_1/CreateImpersonationToken_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<CreateImpersonationToken_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/TokenManagement_1">
<EffectiveUsername>[effective user]</EffectiveUsername>
</CreateImpersonationToken_Request_1>
</Body>
</Envelope>
You can create both Service and Impersonation Token in one request -by using a CreateImpersonationToken_Request_2 operation and
passing the service user credentials and the effective user id at once.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
TokenManagement/TokenManagement.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/TokenManagement_1/CreateImpersonationToken_2</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<CreateImpersonationToken_Request_2 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/TokenManagement_1">
<ApplicationID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Common">[AppID]</ApplicationID>
<Username>[service user]</Username>
<Password>[password]</Password>
<EffectiveUsername>[Effective user]</EffectiveUsername>
</CreateImpersonationToken_Request_2>
</Body>
</Envelope>
http://docs.rkd.refinitiv.com/api/DocumentRetrieval/DocumentRetrieval.svc/docs/[docID]/
DocumentType?pages=[page]&refNo=[reference_number]
Cookie: RkdAppID=[AppID]; RkdToken=[RkdToken]
ATTRIBUTE DESCRIPTION
DocumentType Defines the document type to be retrieved by the request. Please, provide DocumentType with the
value of "fileType" attribute contained in the DocSearch response. For example, use "DocumentType
= syn" to retrieve document synopsis.
The possible values are:
• activeDoc: Use this value to retrieve documents of the following types: doc, xsl, etc;
• pdf: Use this value to get documents in pdf format;
• syn: Apply this value to retrieve document synopsis;
• url: Use this value to redirect to the specified url;
• web: Use this value to get html documents with links to other html pages, images, stylesheets,
etc.
• other: Specify other document type you want to retrieve (txt, etc).
refNo (Optional) Specifies reference information to the purchase record. If you specify it by document retrieval, this
referenceCode is recorded in the purchase record. If you then send a GetPurchaseHistory_1
request, you see the purchase record of the downloaded document with the referenceCode you
specified.
NOTE: If fileType="web" the URL must contain the forward slash "/" at the end:
http://docs.rkd.refinitiv.com/api/2008/01/12/DocumentRetrieval.svc/docs/40465480/web/
The following example retrieves synopsis of the document with the 41958041 docID:
http://docs.rkd.refinitiv.com/api/DocumentRetrieval/DocumentRetrieval.svc/docs/41958041/syn
Cookie: RkdAppID=[AppID]; RkdToken=[RkdToken]
HTTP/1.1 200 O K
Content-Length: 0
Cache-Control: private
Date: Mon, 14 Apr 2008 12:29:51 GMT
Expires: Mon, 14 Apr 2008 07:29:51 GMT
Server: Microsoft-IIS/6.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
If the user authorization token is invalid or expired, the service returns HTTP 403 Forbidden status response with the error description
included in the response HTTP headers (see Error Handling). The Document Retrieval service supports also redirection for expired or invalid
authorization (see Error Handling).
NOTE: The ResellerId parameter is determined automatically by the Refinitiv Knowledge Direct API inner logic and cannot be specified in the
request. This numeric code specifies the resellerId of a reseller agent that can resell documents.
22.3.4.1 Http Sample Request - Retrieving Document by Contributor ID and Contributor Document ID
http://docs.rkd.refinitiv.com/api/DocumentRetrieval/DocumentRetrieval.svc/docs/CtbID/[CtbDocID]/
DocumentType?pages=[page_number]&refNo=[reference_number]
Cookie: RkdAppID=[AppID]; RkdToken=[RkdToken]
ATTRIBUTE DESCRIPTION
DocumentType Defines the document type to be retrieved by the request. Please, provide
DocumentType with the value of "fileType" attribute contained in the
DocSearch response. For example, use "DocumentType = syn" to retrieve
document synopsis.
The possible values are:
• activeDoc: Use this value to retrieve documents of the following types: doc,
xsl, etc;
• pdf: Use this value to get documents in pdf format;
• syn: Apply this value to retrieve document synopsis;
• url: Use this value to redirect to the specified url;
• web: Use this value to get html documents with links to other html pages,
images, stylesheets, etc;
• other: Specify other document type you want to retrieve (txt, etc).
refNo (Optional) Specifies a reference information to the purchase record. If you specify it by
document retrieval, this referenceCode is recorded in the purchase record. If
you then send a GetPurchaseHistory_1 request, you see the purchase record
of the downloaded document with the referenceCode you specified.
NOTE: If fileType="web" the URL must contain the forward slash "/" at the end:
http://docs.rkd.refinitiv.com/api/DocumentRetrieval/DocumentRetrieval.svc/docs/17459/3853_L/web/
22.3.4.2 Http Sample Request - Retrieving PDF Document with CtbID=4505 and CtbDocID=2263
http://docs.rkd.refinitiv.com/api/DocumentRetrieval/DocumentRetrieval.svc/docs/14505/2263/pdf
Cookie: RkdAppID=[AppID]; RkdToken=[RkdToken]
NOTE: Both parameters (CtbID and CtbDocID) are required in the request:
• If a user enters null (nothing) for ctbid (contributor id) and a valid ctbdocid (contributor document id) then the documentretrieval
service returns an error.
• If a user enters any value for ctbid, for example 1, and a valid value for ctbdocid, then the documentretrieval service returns the
document. The back-end service is flexible to allow searching for documents based on the value of ctbdocid.
• If a user enters a valid ctbid and a valid ctbdocid, then the documentretrieval service also returns the document.
22.3.4.3 Http Sample Response - Retrieving PDF Document with CtbID=4505 and CtbDocID=2263
HTTP/1.1 200 O K
Content-Length: 0
Cache-Control: private
Date: Mon, 14 Apr 2008 12:29:51 GMT
Expires: Mon, 14 Apr 2008 07:29:51 GMT
Server: Microsoft-IIS/6.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
If the user authorization token is invalid or expired, the service returns HTTP 403 Forbidden status response with the error description
included in the response HTTP headers (see Error Handling). The Document Retrieval service supports also redirection for expired or invalid
authorization (see Error Handling).
http://docs.rkd.refinitiv.com/api/DocumentRetrieval/DocumentRetrieval.svc/thumbs/[DocID]/[page
number]
Cookie: RkdAppID=[AppID]; RkdToken=[RkdToken]
NOTE: Document pages start from the number 0. Only pages of PDF documents can be presented as thumbnails.
NOTE: If you get an error while processing the request, please try again. If problem persists, contact product support. In case of error while
trying to download a document, you must follow the recommendations from the error message and try to download the document again.
http://docs.rkd.refinitiv.com/api/DocumentRetrieval/DocumentRetrieval.svc/docs/57635849/pdf
Cookie: RkdAppID=[AppID]; RkdToken=[RkdToken]
HTTP/1.1 200 OK
Cache-Control: public, must-revalidate, max-age=0
Content-Length: 311577
Content-Type: application/pdf
Expires: Fri, 18 Nov 2011 16:57:12 GMT
Last-Modified: Fri, 18 Nov 2011 13:57:12 GMT
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Content-Disposition: inline; filename=57635849.pdf
Content-Title: 57635849.pdf
22.5.1.2 Example 2
The requested document has negative values both for total price and price per page.
Http Sample Request 2
http://docs.rkd.refinitiv.com/api/DocumentRetrieval/DocumentRetrieval.svc/docs/28995123/pdf
Cookie: RkdAppID=[AppID]; RkdToken=[RkdToken]
22.5.1.3 Example 3
The requested document has positive value for total price and negative value for price per page. The document cannot be retrieved by
pages.
Http Sample Request 3
http://docs.rkd.refinitiv.com/api/DocumentRetrieval/DocumentRetrieval.svc/docs/57635849/pdf?pages=1
Cookie: RkdAppID=[AppID]; RkdToken=[RkdToken]
22.5.1.4 Example 4
The requested document has 0 (free) value for total price and negative for price per page. The document can be retrieved as a whole.
Http Sample Request 4
http://docs.rkd.refinitiv.com/api/DocumentRetrieval/DocumentRetrieval.svc/docs/57519670/pdf
Cookie: RkdAppID=[AppID]; RkdToken=[RkdToken]
HTTP/1.1 200 OK
Cache-Control: public, must-revalidate, max-age=0
Content-Length: 110242
Content-Type: application/pdf
Expires: Fri, 18 Nov 2011 15:59:46 GMT
Last-Modified: Fri, 18 Nov 2011 12:59:46 GMT
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Content-Disposition: inline; filename=57519670.pdf
Content-Title: 57519670.pdf
X-Powered-By: ASP.NET
22.5.1.5 Example 5
The document has 0 value for total price and negative value for price per page. The document cannot be retrieved by pages.
Http Sample Request 5
http://docs.rkd.refinitiv.com/api/DocumentRetrieval/DocumentRetrieval.svc/docs/57519670/pdf?pages=1
Cookie: RkdAppID=[AppID]; RkdToken=[RkdToken]
23 Document Search
The Document Search service gives you the possibility to search for documents and retrieve document information from the electronic library
contributed by research analysts of different companies.
Each and every document containing financial or analytical data has a set of attributes assigned to them by the document's author. The
Document Search service uses those attributes to find the documents satisfying the search criteria.
To retrieve actual documents, use the Document Retrieval service. See Document Retrieval for more information.
23.1.1 Authorization
All requests to the Document Search web service require an authorization token. For details, see Understanding Authentication Tokens.
23.1.2 Authentication
Document Search uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in Document Search.
For additional information on creating a Service Token, see Creating a Token.
WSDL
http://api.rkd.refinitiv.com/schemas/DocSearch/wsdl/DocSearch_1_HttpAndRKDToken.wsdl
NOTE: "newSubmissions" is the default date range and is, by default, 1 day back. You can use the <bbDaysBack> element to change this
range. For example <bbDaysBack>2</bbDaysBack> defines "newSubmissions" as 2 days back.
The following XML example shows a request of metadata for 10 recently submitted documents:
23.2.1.1 XML Sample Request - Performing a Request for 10 Recently Submitted Documents
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/DocSearch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<DocSearch_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1"
dateRange="newSubmissions" maxRows="10">
</DocSearch_Request_1>
</Body >
</Envelope>
ATTRIBUTE DESCRIPTION
dateRange The date range of the document headlines to be returned. For a "newSubmissions" search, the RKD
API selects documents based on the date that the documents arrived at Refinitiv ("arriveDate"). For
other searches, the API uses the release date contributed by the client ("releaseDate").
maxRows The maximum number of document headlines to be returned -in this example the request is for a
maximum of 10.
NOTE:
• Max value for maxRows is 2500.
• maxRows attribute is applicable only for Full Text Search methods.
If the <maxRowsToAbort> attribute is set bigger than 2000, then system resets it to 2000 (max value handled by system).
If the number of records to be returned is greater than <maxRowsToAbort>, system responds with 'DocSearch_TooGeneric' RKD fault.
For example, if you have specified the following criteria:
Keep in mind that the <maxRows> attribute is only for paging, which means that if 400 records satisfy the specified criteria, then the system
sends back only 50 records. But if 600 records satisfy the specified criteria, you receive a "too much data" exception.
23.2.1.2 JSON Sample Request - Performing a Request for 10 Recently Submitted Documents
{
"DocSearch_Request_1": {
"dateRange": "newSubmissions",
"maxRows": 10
}
}
NOTE: A "newSubmissions" search uses the "arriveDate" date stamp. All other searches use "releaseDate". See Understanding Document
Dates and Ordering for more details.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2007/01/12/
webservices/rkd/DocSearch_1/DocSearch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<DocSearch_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
DocSearch_1">
<diDef docID="28673918" ctbID="20780" companyName="Multex Research Desk" fileType="url"
fileName="http://www.multexusa.com/mrd_daily.asp" fileSize="0" price="0" pages="0"
hasSyn="0" ndOvw="0" tocStart="-1" tocEnd="-1" docClass="MR"
releaseDate="2003-03-07T01:00:00" submitDate="2003-03-07T15:10:00"
arriveDate="2003-0307T15:10:05" localCode="9120020712190622">
<headline>Multex At A Glance -Companies Reporting -March 10, 2003</headline>
<tkr prtID="100034300">ALXN=US</tkr>
<tkr prtID="100070420">CWG=US</tkr>
<reg c="NAM">North America</reg>
<regG c="NAM">North America</regG>
<docTyp c="1100">EQUITY</docTyp>
<docTypG c="1100">EQUITY</docTypG>
<cntry c="CAN">Canada</cntry>
<cntry c="USA">United States</cntry>
<crncy c="USD">U.S. Dollar</crncy>
<grp uid="70005269">1</grp>
<grp uid="70005418">4</grp>
<langDesc lang="en" rfc1766="en">English</langDesc>
<ctSubjectsResp c="">MXCO </ctSubjectsResp>
<disciplinesResp c="">DISFUND</disciplinesResp>
<rptStylesResp c="">RPT_CO</rptStylesResp>
<Restriction underRestriction="0" underReview="0" underExtendedReview="0"/>
</diDef>
<diDef
...
</diDef>
</DocSearch_Request_1>
</Body >
</Envelope>
PARAMETER DESCRIPTION
diDef Each <diDef/> element contains all the metadata for a document matching the
search criteria.
prtID Documents about a particular company are tagged by ticker and Refinitiv
identifier or “parent ID” (MXID). For additional information, see Searching for
Documents about a Particular Company.
reg Additional contributed metadata includes region, and language, for example.
Restriction The Refinitiv Knowledge Direct API can be configured to return restriction
information about documents.
{
"DocSearch_Request_1": {
"textSearch": {
"matchStrHdln": {
"Value": ""
},
"matchStrText": {
"Value": ""
},
"matchStrTOC": {
"Value": ""
},
"matchStrDisclmr": {
"Value": ""
}
},
"dateRange": "newSubmissions",
"maxRows": 10
}
}
• Documents Count (DocCount_1): Shows the number of documents that match search criteria.
• Fts Document IDs (FtsDocIDs_1): Retrieves Document IDs using full text search.
• Fts Documents Count (FtsDocCount_1): Shows the number of documents that match full text search criteria.
• Fts Documents Search (FtsDocSearch_1): Performs a full text search for a document using various criteria.
• Batch Request (Batch_1): Can perform a request that can include several document search requests seen above in one call.
• Search Keyword (DocSearchKeyword_1): Retrieves the context in which a search term appears (i.e. the 20 words either side of the
search term).
• Table of Contents (DocTableOfContents_1): Retrieves a table of contents for the research report.
Currently, Document Search requests are divided into two groups:
• Structured searches that apply DocID parameters but do not apply matchStr parameter
• Full Text Searches (with the prefix FTS) that apply matchStr parameter but do not apply DocID parameters.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/DocIDs_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<DocIDs_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1"
dateRange="newSubmissions" />
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www
.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1/DocIDs_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<DocIDs_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1">
<id>41958041</id>
<id>41958038</id>
<id>41958017</id>
<id>41958003</id>
...
<id>41957041</id>
<id>41957036</id>
<id>41957030</id>
</DocIDs_Response_1>
</Body >
</Envelope>
{
"DocIDs_Request_1": {
"dateRange": "newSubmissions"
}
}
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/DocInfo_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<DocInfo_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1"
acceptLanguage="en" calcPrice="true" synCharsRequired="350" req_id="345">
<docID>43032783</docID>
</DocInfo_Request_1>
</Body >
</Envelope>
PARAMETER DESCRIPTION
acceptLanguage This element allows you to retrieve the document in the language you specify.
calcPrice This indicates whether the response must show document price or not. The possible values are:
• true
• false
synCharsRequired This value indicates the synopsis length (in characters) you want to receive in the response.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www
.reuters.com/ns/2006/05/01/webservices/rkd/DocSearch_1/DocInfo_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<DocInfo_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1"
req_id="345">
<diDef arriv eDate="2008-07-31T07:03:33" companyName="Alfa Bank" ctbID="20486"
docClass="MN" docID="43032783" fileExt="pdf" fileName="43032783.pdf" fileSize="235777"
fileType="pdf" hasEarns="false" hasSyn="true" indOvw="false"
pages="16" price="0" releaseDate="2008-07-31T11:02:00" submitDate="2008-07-31T07:03:00"
tocEnd="-1" tocStart="-1" transpRpt="false">
<headline>ALFA BANK Morning Brief: Macroeconomics, DisCos, Bank Forum, Zaporizhstal</
headline>
<reg c="EUR">Europe</reg>
<regG c="EUR">Europe</regG>
<subj c="MRNC ">MORNING COMMENTS</subj>
<subjG c="MRNC">MORNING COMMENTS</subjG>
<docTyp c="1120">EQUITY-MARKET</docTyp>
<docTypG c="1120">EQUITY-MARKET</docTypG>
<ind c="660">Utilities</ind>
<ind c="480">Metals & Minerals</ind>
<ind c="170">Banks</ind>
<indG c="660">Utilities</indG>
<indG c="480">Metals & Minerals</indG>
<indG c="170">Banks</indG>
<cntry c="UA ">Ukraine</cntry>
<cntry c="RUS">Russian Federation</cntry>
<grp uid="70008251">3</grp>
<grp uid="70005113">1</grp>
<langDesc lang="en" rfc1766="en">English</langDesc>
<ctSubjectsResp uid="120000014">MXCO</ctSubjectsResp>
<disciplinesResp uid="130000002">DIS_FUND</disciplinesResp>
{
"DocInfo_Request_1": {
"docID": "43032783",
"acceptLanguage": "en",
"calcPrice": "true",
"synCharsRequired": "350",
"req_id": "345"
}
}
{
"c": "UA",
"text": "Ukraine"
},
{
"c": "RUS",
"text": "Russian Federation"
}
],
"grp": [
{
"uid": "70008251",
"text": "3"
},
{
"uid": "70005113",
"text": "1"
}
],
"langDesc": {
"lang": "en",
"rfc1766": "en",
"text": "English"
},
"ctSubjectsResp": {
"uid": "120000014",
"text": "MXCO"
},
"disciplinesResp": {
"uid": "130000002",
"text": "DIS_FUND"
},
"reasonsResp": {
"uid": "140000001",
"text": "REA _COMM"
},
"rptStylesResp": {
"uid": "150000002",
"text": "RPT_CO"
}
"arriveDate": "2008-07-31T07:03:33",
"companyName": "Alfa Bank",
"ctbID": "20486",
"docClass": "MN",
"docID": "43032783",
"fileExt": "pdf",
"fileName": "43032783.pdf",
"fileSize": "235777",
"fileType": "pdf",
"hasEarns": "false",
"hasSyn": "true",
"indOvw": "false",
"pages": "16",
"price": "0",
"releaseDate": "2008-07-31T11:02:00",
"submitDate": "2008-07-31T07:03:00",
"tocEnd": "-1",
"tocStart": "-1",
"transpRpt": "false"
},
"req_id": "345"
}}
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/DocCount_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<DocCount_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1"
dateRange="newSubmissions">
<country>USA</country>
</DocCount_Request_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www
.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1/DocCount_1_Reply </Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<DocCount_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
DocSearch_1">
<count>247</count>
</DocCount_Response_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/DocSearch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<DocSearch_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
DocSearch_1">
<docID>41737709</docID>
</DocSearch_Request_1>
</Body >
</Envelope>
NOTE: The <excludeRixmlDocs> attribute found in Request Modifiers is not currently used. It is reserved for future development.
The complete list of all available parameters that can be used in a DocSearch_1 request can be found in DocSearch_1 Request Parameters.
The parameter acceptLanguage="en" does not perform search by documents in English, but returns response with the elements' values in
English (if there are any). To search for the document in English use the <langID> parameter.
The response also returns the RIC of the companies covered in research documents along with tickers.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www
.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1/DocSearch_1_Reply </Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<DocSearch_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
DocSearch_1">
<diDef arriveDate="2008-02-27T11:01:22" companyName="Ibersecurities" ctbID="8707"
docClass="MR" docID="41737709" fileExt="pdf" fileName="41737709.pdf" fileSize="173169"
fileType="pdf" hasEarns="false" hasSyn="true" indOvw="false" localCode="3052"
pages="14" price="0" releaseDate="2008-02-27T06:00:00" submitDate="2008-02-27T11:01:00"
tocEnd="-1" tocStart="-1" transpRpt="false">
<headline>IBERIAN DAILY 27 FEBRUARY (IBERSECURITIES SV)</headline>
<pTkr prtID="100005771">ACX=ES</pTkr>
<tkr prtID="100005771">ACX=ES</tkr>
<author c="16C L">Nicolas Fernandez</author>
<author c="3PU8">Agustin Alberti</author>
<author c="41E8">Jean Baptiste Bruny </author>
<author c="421K">Laura Benito</author>
<author c="3X7G">María Cebollero</author>
<author c="1SD7">Glen S. Chapman</author>
<author c="3O Q 6">Jesus Dominguez</author>
<author c="3X7F">Clara Espino</author>
<author c="3X7D">Javier Esteban</author>
<author c="421L">Manuel Gallego</author>
<author c="3OPT">Jorge Gonzalez</author>
<author c="41E4">Leon Izuzquiza</author>
<author c="3FS8">Mario Lodos</author>
<author c="3X7C ">Francisco Rodríguez</author>
<author c="3X7E">Ignacio Romero</author>
<author c="421M">Beatrix Tejero</author>
<reg c="EUR">Europe</reg>
<reg c="ERL">Euroland</reg>
<regG c="EUR">Europe</regG>
<regG c="ERL">Euroland</regG>
<subj c="COM">COMPANY UPDATE</subj>
<subjG c="COM">COMPANY UPDATE</subjG>
<docTyp c="1100">EQUITY</docTyp>
<docTypG c="1100">EQUITY</docTypG>
<cntry c="ESP">Spain</cntry>
<grp uid="70001276">2</grp>
<grp uid="70001187">1</grp>
<langDesc lang="en" rfc1766="en">English</langDesc>
<ctSubjectsResp uid="120000020">MXCOFN</ctSubjectsResp>
<ctSubjectsResp uid="120000014">MXCO </ctSubjectsResp>
<disciplinesResp uid="130000002">DIS_FUND</disciplinesResp>
<reasonsResp uid="140000010">REA_PER</reasonsResp>
<rptStylesResp uid="150000002">RPT_CO</rptStylesResp>
</diDef>
</DocSearch_Response_1>
</Body >
</Envelope>
"reg": [
{
"c": "EUR",
"text": "Europe"
},
{
"c": "ERL",
"text": "Euroland"
}
],
"regG": [
{
"c": "EUR",
"text": "Europe"
},
{
"c": "ERL",
"text": "Euroland"
}
],
"subj": {
"c": "COM",
"text": "COMPANY UPDATE"
},
"subjG": {
"c": "COM",
"text": "COMPANY UPDATE"
},
"docTyp": {
"c": "1100",
"text": "EQUITY"
},
"docTypG": {
"c": "1100",
"text": "EQUITY"
},
"cntry": {
"c": "ESP",
"text": "Spain"
},
"grp": [
{
"uid": "70001276",
"text": "2"
},
{
"uid": "70001187",
"text": "1"
}
],
"langDesc": {
"lang": "en",
"rfc1766": "en",
"text": "English"
},
"ctSubjectsResp": [
{
"uid": "120000020",
"text": "MXCOFN"
},
{
"uid": "120000014",
"text": "MXCO"
}
],
"disciplinesResp": {
"uid": "130000002",
"text": "DIS_FUND"
},
"reasonsResp": {
"uid": "140000010",
"text": "REA_PER"
},
"rptStylesResp": {
"uid": "150000002",
"text": "RPT_CO"
},
"arriveDate": "2008-02-27T11:01:22",
"companyName": "Ibersecurities",
"ctbID": "8707",
"docClass": "MR",
"docID": "41737709",
"fileExt": "pdf",
"fileName": "41737709.pdf",
"fileSize": "173169",
"fileType": "pdf",
"hasEarns": "false",
"hasSyn": "true",
"indOvw": "false",
"localCode": "3052",
"pages": "14",
"price": "0",
"releaseDate": "2008-02-27T06:00:00",
"submitDate": "2008-02-27T11:01:00",
"tocEnd": "-1",
"tocStart": "-1",
"transpRpt": "false"
}
}
}
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/DocSummary _1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<DocSummary_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
DocSearch_1">
<docID>41737709</docID>
</DocSummary_Request_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www
.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1/DocSummary _1_Reply </Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<DocSummary_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
DocSearch_1">
<ctbSum companyID="8707" companyName="Ibersecurities" mnCnt="0" mrCnt="1"/>
</DocSummary _Response_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/FtsDocIDs_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<FtsDocIDs_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1"
dateRange="newSubmissions">
<bbDaysBack>2</bbDaysBack>
<matchStr relev ance="1" strSrc="text">microsoft</matchStr>
</FtsDocIDs_Request_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www
.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1/FtsDocIDs_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<FtsDocIDs_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
DocSearch_1">
<id>41949954</id>
<id>41949963</id>
...
<id>41956623</id>
<id>41956648</id>
</FtsDocIDs_Response_1>
</Body >
</Envelope>
NOTE: Full Text Search supports only Roman characters. Other characters like Cyrillic, Arabic, hieroglyphs are ignored in Document Search
service.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/FtsDocCount_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<FtsDocCount_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
DocSearch_1" dateRange="newSubmissions">
<matchStr relevance="1">Yahoo</matchStr>
</FtsDocCount_Request_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www
.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1/FtsDocC ount_1_Reply </Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<FtsDocCount_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
DocSearch_1">
<count>2</count>
</FtsDocCount_Response_1>
</Body >
</Envelope>
NOTE: Full Text Search supports only Roman characters. Other characters like Cyrillic, Arabic, hieroglyphs are ignored in Document Search
service.
NOTE: Full Text Search supports only Roman characters. Other characters like Cyrillic, Arabic, hieroglyphs are ignored in Document Search
service.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/FtsDocSearch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[ImpersonationToken]</Token>
</Authorization>
</Header>
<Body >
<FtsDocSearch_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
DocSearch_1">
<matchStr strSrc="text">"Egypt Market Review"</matchStr>
</FtsDocSearch_Request_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www
.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1/FtsDocSearch_1_Reply </Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<FtsDocSearch_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
DocSearch_1">
<diDef arriveDate="2008-03-24T14:28:05" companyName="HC Brokerage" ctbID="29328" docC
lass="MR" docID="41958309" fileName="41958309.pdf" fileSize="182850" fileType="pdf"
hasEarns="false" indOvw="false" price="0" releaseDate="2008-0324T10:27:00"
submitDate="2008-03-24T14:28:00" tocEnd="-1" tocStart="-1" transpRpt="false"
fileExt="pdf" hasSyn="true" localCode="2512" pages="4" relevance="293">
<headline>HC Brokerage: Egypt Market Review March 24 2008</headline>
<tkr prtID="100103804">WCDF=EG</tkr>
...
<tkr prtID="100211386">ORTE=EG</tkr>
<tkr>ORHD=EG</tkr>
...
<tkr>=US</tkr>
<author c="3M4Y">Nemat Allah Choucri</author>
<author c="40KQ ">Hatem Alaa</author>
<reg c="MST">Middle East</reg>
<regG c="MST">Middle East</regG>
<subj c="RAT">RATINGS CHANGES</subj>
<subj c="PRC">PRICE</subj>
<subj c="OPR">OPERATING RESULTS</subj>
<subj c="EPS">ESTIMATE CHANGES</subj>
<subjG c="RAT">RATINGS CHANGES</subjG>
<subjG c="PRC">PRICE</subjG>
<subjG c="OPR">OPERATING RESULTS</subjG>
<subjG c="EPS">ESTIMATE CHANGES</subjG>
<docTyp c="1010">ECONOMICS</docTyp>
<docTypG c="1010">ECONOMICS</docTypG>
<ind c="660">Utilities</ind>
...
<indG c="235">Consumer</indG>
<cntry c="EGY">Egypt</cntry>
<grp uid="70007531">1</grp>
<langDesc rfc1766="en" lang="en">English</langDesc>
<ctSubjectsResp uid="120000034">MXEC</ctSubjectsResp>
<ctSubjectsResp uid="120000013">MXCN</ctSubjectsResp>
<disciplinesResp uid="130000002">DIS_FUND</disciplinesResp>
<reasonsResp uid="140000001">REA _COMM</reasonsResp>
<rptStylesResp uid="150000006">RPT_ECON</rptStylesResp>
</diDef>
</FtsDocSearch_Response_1>
</Body >
</Envelope>
NOTE: If the <maxRowsToAbort> attribute is set bigger than 2000, then system resets it to 2000 (max value handled by system).
If the number of records to be returned is greater than <maxRowsToAbort>, system responds with 'DocSearch_TooGeneric' Refinitiv
Knowledge Direct fault. For example, if you have specified the following criteria
Keep in mind that the <maxRows> attribute is only for paging, which means that if 400 records satisfy the specified criteria, then system
sends back only 50 records. But if 600 records satisfy the specified criteria, you receive a "too much data" exception.
All searches go against Fulcrum, even headlines searches. When search goes against Fulcrum it retrieves a vector of document ids that
satisfy the given criteria. All document attributes (including cat codes) are taken from SQL Server using the vector of docids retrieved from
the Fulcrum.
"subj": [
{
"c": "RAT",
"text": "RATINGS CHANGES"
},
{
"c": "PRC",
"text": "PRICE"
},
{
"c": "OPR",
"text": "OPERATING RESULTS"
},
{
"c": "EPS",
"text": "ESTIMATE CHANGES"
}
],
"subjG": [
{
"c": "RAT",
"text": "RATINGS CHANGES"
},
{
"c": "PRC",
"text": "PRICE"
},
{
"c": "OPR",
"text": "OPERATING RESULTS"
},
{
"c": "EPS",
"text": "ESTIMATE CHANGES"
}
],
"docTyp": {
"c": "1010",
"text": "ECONOMICS"
},
"docTypG": {
"c": "1010",
"text": "ECONOMICS"
},
"ind": {
"c": "660",
"text": "Utilities"
},
"indG": {
"c": "235",
"text": "Consumer"
},
"cntry": {
"c": "EGY",
"text": "Egypt"
},
"grp": {
"uid": "70007531",
"text": "1"
},
"langDesc": {
"rfc1766": "en",
"lang": "en",
"text": "English"
},
"ctSubjectsResp": [
{
"uid": "120000034",
"text": "MXEC"
},
{
"uid": "120000013",
"text": "MXCN"
}
],
"disciplinesResp": {
"uid": "130000002",
"text": "DIS_FUND"
},
"reasonsResp": {
"uid": "140000001",
"text": "REA _COMM"
},
"rptStylesResp": {
"uid": "150000006",
"text": "RPT_ECON"
},
"arriveDate": "2008-03-24T14:28:05",
"companyName": "HC Brokerage",
"ctbID": "29328",
"docClass": "MR",
"docID": "41958309",
"fileName": "41958309.pdf",
"fileSize": "182850",
"fileType": "pdf",
"hasEarns": "false",
"indOvw": "false",
"price": "0",
"releaseDate": "2008-0324T10:27:00",
"submitDate": "2008-03-24T14:28:00",
"tocEnd": "-1",
"tocStart": "-1",
"transpRpt": "false",
"fileExt": "pdf",
"hasSyn": "true",
"localCode": "2512",
"pages": "4",
"relevance": "293"
}
}
}
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/Batch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<Batch_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1">
<DocInfo_Request_1 calcPrice="false" synCharsRequired="1">
<docID>41737698</docID>
</DocInfo_Request_1>
<DocInfo_Request_1>
<docID>41737704</docID>
</DocInfo_Request_1>
<DocInfo_Request_1 acceptLanguage="en" calcPrice="true" synCharsRequired="0">
<docID>41736916</docID>
</DocInfo_Request_1>
</Batch_Request_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/2008/
01/12/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/Batch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<Batch_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1">
<DocSummary _Request_1 dateRange="today" req_id="1"/>
<DocCount_Request_1 dateRange="today" req_id="2"/>
</Batch_Request_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www
.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1/Batch_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<Batch_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1">
<DocSummary_Response_1 req_id="1">
<ctbSum companyID="39612" companyName="Abu Dhabi Investment Company (ADIC)" mnCnt="0"
mrCnt="1"></ctbSum>
<ctbSum companyID="29444" companyName="Affin Securities Sdn. Bhd." mnCnt="0" mrCnt="4">
</ctbSum>
<ctbSum companyID="19717" companyName="Aizawa Securities Co., Ltd" mnCnt="0" mrCnt="1">
</ctbSum>
<ctbSum companyID="34730" companyName="AL Habib Capital Markets (Private) Limited"
mnCnt="1" mrCnt="0"></ctbSum>
<ctbSum companyID="20486" companyName="Alfa Bank" mnCnt="1" mrCnt="0"></ctbSum>
<ctbSum companyID="37792" companyName="Alpha Finance Romania S.A" mnCnt="1" mrCnt="0">
</ctbSum>
<ctbSum companyID="22229" companyName="Aqeel Karim Dhedhi Securities (Pvt) Ltd"
mnCnt="0" mrCnt="1"></ctbSum>
<ctbSum companyID="8358" companyName="Arab Malaysia Securities Sdn Bhd" mnCnt="0"
mrCnt="7"></ctbSum>
<ctbSum companyID="19080" companyName="ATR-Kim Eng Securities Inc." mnCnt="0"
mrCnt="1"></ctbSum>
...
<ctbSum companyID="31769" companyName="TA IB Securities W.L.L" mnCnt="0" mrCnt="1">
</ctbSum>
<ctbSum companyID="5706" companyName="Theodoor Gilissen Securities" mnCnt="0"
mrCnt="2"></ctbSum>
<ctbSum companyID="20981" companyName="Thomson StreetEvents" mnCnt="0" mrCnt="17">
</ctbSum>
<ctbSum companyID="30254" companyName="Tong Yang Securities" mnCnt="2" mrCnt="9">
</ctbSum>
<ctbSum companyID="35007" companyName="UOB Kay Hian Securities (Thailand) Public
Company Limited" mnCnt="0" mrCnt="4"></ctbSum>
<ctbSum companyID="41335" companyName="Viet Capital Securities Joint Stock Company
(VCSC)" mnCnt="1" mrCnt="0"></ctbSum>
<ctbSum companyID="4394" companyName="Wilson HTM Ltd., Australia" mnCnt="0" mrCnt="7">
</ctbSum>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/FtsDocSearch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<FtsDocSearch_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
DocSearch_1" maxRows="1" dateRange="newSubmissions">
<matchStr>Europe</matchStr>
</FtsDocSearch_Request_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/2008/
01/12/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/DocSearchKeyword_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<DocSearchKeyword_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
DocSearch_1" searchMethod="any Keyword">
<docId>46993916</docId>
<searchText>Europe</searchText>
</DocSearchKeyword_Request_1>
</Body >
</Envelope>
The following searchMethods are available: All keywords, Any keyword and Entire phrase.
Refinitiv Knowledge Direct API returns page numbers and context snippets.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www
.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1/DocSearchKeyword_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<DocSearchKeyword_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
DocSearch_1">
<KeywordSearchResult>
<Page no="21">
<Text>10036-8293 United States Tel: + 1 (1) 212 761 4000 Europe 20 Bank Street, Canary
Wharf London E144AD</Text>
</Page>
</KeywordSearchResult>
</DocSearchKeyword_Response_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/DocTableOfContents_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<DocTableOfContents_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
DocSearch_1">
<docID>46993916</docID>
</DocTableOfContents_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www
.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1/DocTableOfContents_1_Reply
</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<DocTableOfContents_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
DocSearch_1">
<TableOfContents docID="46993916" ctbID="2975" pages="22">
<headline>Japan Economics: Japan Briefing (Nov 2-13): Entering Soft Patch Amid Mixed
Data</headline>
<titem page="3">
<tl>Bank Lending & Money Stock (October) November 10, 2009</tl>
</titem>
<titem page="6">
<tl>Economy Watchers Survey (October) November 10, 2009</tl>
</titem>
<titem page="9">
<tl>Machinery Orders (September Results, Oct-Dec Outlook) November 11, 2009</tl>
</titem>
<titem page="16">
<tl>Economic Data Calendar: Nov 16-20: GDP, TIAI, AIAI</tl>
<titem page="16">
<tl>Main Economic Indicator Calendar</tl>
</titem>
<titem page="16">
<tl>Main Economic Events</tl>
</titem>
<titem page="17">
<tl>Key Economic Data Forecast</tl>
</titem>
<titem page="19">
<tl>Main Economic Indicators</tl>
</titem>
</titem>
<titem page="20">
<tl>Forecast Summary September 11, 2009</tl>
</titem>
</TableOfContents>
</DocTableOfContents_Response_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
titem Contains the attribute "page" that indicates the page of the TOC item in the document. It also
contains the element <tl>.
{
"DocTableOfContents_Request_1": {
"docID": "46993916"
}
}
{
"DocTableOfContents_Response_1": {
"TableOfContents": {
"headline": "Japan Economics: Japan Briefing (Nov 2-13): Entering Soft Patch Amid Mixed Data",
"titem": [
{
"tl": "Bank Lending & Money Stock (October) November 10, 2009",
"page": "3"
},
{
"tl": "Economy Watchers Survey (October) November 10, 2009",
"page": "6"
},
{
"tl": "Machinery Orders (September Results, Oct-Dec Outlook) November 11, 2009",
"page": "9"
},
{
"tl": "Economic Data Calendar: Nov 16-20: GDP, TIAI, AIAI",
"titem": [
{
"tl": "Main Economic Indicator Calendar",
"page": "16"
},
{
"tl": "Main Economic Events",
"page": "16"
},
{
"tl": "Key Economic Data Forecast",
"page": "17"
},
{
"tl": "Main Economic Indicators",
"page": "19"
}
],
"page": "16"
},
{
"tl": "Forecast Summary September 11, 2009",
"page": "20"
}
],
"docID": "46993916",
"ctbID": "2975",
"pages": "22"
}
}
}
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/GetSnapshotTOC_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<GetSnapshotTOC_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
DocSearch_1">
<docID>47196070</docID>
</GetSnapshotTOC_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www
.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1/GetSnapshotTOC_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<GetSnapshotTOC_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
DocSearch_1">
<TableOfContents docID="47196070" ctbID="2182" pages="7">
<headline>Anatolia Minerals Development-Copler Mine Construction Update</headline>
<titem page="1">
<tl>PRICE TARGET REVISION</tl>
</titem>
<titem page="1">
<tl>Anatolia Minerals Development</tl>
</titem>
<titem page="4">
<tl>Speculative Risk (SR</tl>
</titem>
<titem page="4">
<tl>execution risk</tl>
</titem>
</TableOfContents>
</GetSnapshotTOC_Response_1>
</Body >
</Envelope>
PARAMETER DESCRIPTION
titem Contains the attribute "page" that indicates the page of the TOC item in the document. It also
contains the element <tl>.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/FtsDocPortfolioSummary_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<FtsDocPortfolioSummary _Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/
rkd/DocSearch_1" dateRange="lastWeek" tkrPrimary="true" maxRows="50" tkrEncoding="prtID">
<sort s_c="portfolioCount" s_d="desc" />
<ticker>100031056,100031627,100031703,100031826,100031907</ticker>
<matchStr>Europe</matchStr>
</FtsDocPortfolioSummary _Request_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www
.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1/FtsDocPortfolioSummary_Reply
</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<FtsDocPortfolioSummary_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/
rkd/DocSearch_1">
<portfolioSum docCnt="8" parentID="100031826" tickerName="SAPAG"></portfolioSum>
<portfolioSum docCnt="5" parentID="100031703" tickerName="AT&T Inc"></portfolioSum>
<portfolioSum docCnt="4" parentID="100031056" tickerName="British Sky Broadcasting Group
PLC"></portfolioSum>
<portfolioSum docCnt="2" parentID="100031627" tickerName="Macy's Inc"></portfolioSum>
</FtsDocPortfolioSummary_Response_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/DocPortfolioSummary _1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<DocPortfolioSummary_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
DocSearch_1" dateRange="lastWeek" tkrPrimary="true" maxRows="50" tkrEncoding="prtID">
<sort s_c="portfolioCount" s_d="desc" />
<ticker>100031056,100031627,100031703,100031826,100031907</ticker>
</DocPortfolioSummary_Request_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www
.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1/DocPortfolioSummary _Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<DocPortfolioSummary_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
DocSearch_1">
<portfolioSum docCnt="24" parentID="100031703" tickerName="AT&T Inc"></portfolioSum>
<portfolioSum docCnt="17" parentID="100031826" tickerName="SAPAG"></portfolioSum>
<portfolioSum docCnt="15" parentID="100031627" tickerName="Macy's Inc"></portfolioSum>
<portfolioSum docCnt="11" parentID="100031056" tickerName="British Sky Broadcasting Group
PLC"></portfolioSum>
<portfolioSum docCnt="1" parentID="100031907" tickerName="Casino Guichard Perrachon
SA"></portfolioSum>
</DocPortfolioSummary_Response_1>
</Body >
</Envelope>
NOTE: PortfolioCount and PortfolioTickerName sorting criteria are available only for DocPortfolioSummary_1 and
FtsDocPortfolioSummary_1 methods and cannot be used in other operations.
PARAMETER DESCRIPTION
langID Language identifier. To search for the document in a specific language use the <langID> parameter.
bbDaysBack Shows the count of days that dataRange should run back. Note that "newSubmissions" is, by default,
1 day back. You can use the bbDaysBack element to change this range. For example,
<bbDaysBack>2</ bbDaysBack> defines "newSubmissions" as 2 days back.
auxData Auxiliary data. In some cases, contributors need to tag contributed documents with data that does not
fit in the standard set (ticker, industry, analyst, and others); for example, there may be documents
referring to a particular event. Refinitiv includes this contributor specific data as "auxiliary data". To
search for documents tagged with particular auxiliary data, use the <auxData/> element. For
example, to search for "Multex Research Desk" (contributor 20780) documents tagged with auxiliary
code 555.
finalCtbType Specifies the identifier of document type. Available IDs: 1(PDF), 2(TEXT), 3(EXCEL), 4(WEBSITE),
5(URL) and other.
pagingHint pagingHint: By specifying the hintStr and docID of the last record on the previous page you are able
to retrieve the next page. hintStr should contain values defined by the following rules: If you sort by
date and the query is newSubmissions, then hintStr= arriveDate of the last doc in the previous query,
formatted time_t (# of seconds since 01/01/1970). For any other query sorted by date, hintStr =
releaseDate of the last doc in the previous query, formatted time_t (# of seconds since 01/01/1970).
If you sort by primaryTicker, then hintStr = pTck of the last doc in the previous query. If you sort by
pages, then hintStr = pages of the last doc in the previous query.
sort The sort element allows you to control how the document headlines are sorted. The <s_c> attribute
allows you to sort by date, score, pages, and the primary ticker. The <s_d> attribute allows you to
control whether the document headlines are sorted in ascending or descending order.
ctbs Use the <excludeCtbs/> and <ctbs/> elements to include or exclude contributors. The
<excludeCtbs>1</excludeCtbs> elements cause the query to exclude the contributors in <ctbs/>. To
designate multiple contributors, use a comma separated list inside <ctbs/>.
ctbsm This value determines the category of contributors. The possible values are:
• brokers
• independents
• allCtbs
The possible actions are:
• include
• exclude
For example: <ctbsm category="allCtbs" action="exclude">20780</ctbsm>.
ticker This shows company's ticker. The SEDOLs, CUSIPs, and symbols that are to be used by the
symbology server to obtain the MXIDs.
PARAMETER DESCRIPTION
analystSet Many contributors have their own designations for analysts, industries, subjects, regions, and
categories. You can use these local codes by first specifying the "code set". To specify an analyst
code set, use the alpha numeric set code. For example, to use local contributor analyst codes from
the fictitious Acme Inc. (AI#001), use <analystSet>AI#001</analystSet> <analysts>ABC</analysts>.
analyst Many contributors have their own designations for analysts, industries, subjects, regions, and
categories. You can use these local codes by first specifying the "code set". To specify an analyst
code set, use the alpha numeric set code. For example, to use local contributor analyst codes from
the fictitious Acme Inc. (AI#001), use <analystSet>AI#001</analystSet> <analysts>ABC</analysts>.
subjectSet This value specifies the subject code by which the search must be made.
bSubjects "bSubjects" values allow applications to use AND with subject codes. That is, to OR subject codes,
use. For example: <subject>code1</subject> <bSubject>code2</bSubject>
ctSubjects During the contribution process Refinitiv automatically categorizes documents based on CtSubjects
Criteria. You can use the Reference Information service to generate a list of the discipline categories.
disciplines During the contribution process Refinitiv automatically categorizes documents based on types of
analysis (disciplines). You can use the Reference Information service to generate a list of the
discipline categories.
reasons During the contribution process Refinitiv automatically categorizes documents based on the research
purpose (reasons). You can use the Reference Information service to generate a list of the research
purposes.
rptStyles Search for industry reports. During the contribution process Refinitiv automatically categorizes
documents based on Report Style. You can use the Reference Information service to generate a list
of the industry reports.
PARAMETER DESCRIPTION
dateRange The date range of the document headlines to be returned. For a "newSubmissions" search, the
Refinitiv Knowledge Direct API selects documents based on the date that the documents arrived at
Refinitiv ("arriveDate"). For other searches, the Refinitiv Knowledge Direct API uses the release date
contributed by the client ("releaseDate").
exclude3rdParty True/False.
ppv Refinitiv categorizes documents based on "pay per view" type. The available types are free, ppv,
premium, free_ppv, free_premium, ppv_premium, all.
tkrEncoding The <ticker> element is used in combination with the "tkrEncoding" attribute. The following algorithm
is used in the Refinitiv Knowledge Direct API: If tkrEncoding = "tkr" then "<ticker>" is symbol
("IBM=US" for example); If tkrEncoding = "prtID" then "<ticker>" is parent ID (or issuer ID (MXID) in
other words, "100085757" for example); If tkrEncoding="prtIDOrRIC" then "<ticker>" can contain
parent ID (or issuer ID (MXID) or RIC in other words, "r;100085757" or "r;IBM.N".
tkrPrimary True/False. Documents have numerous tickers associated with them. One of the tickers may be
designated the primary ticker. When this attribute is set to "1", the Refinitv Knowledge Direct API only
matches against the primary ticker. Otherwise, it matches against any ticker associated with the
document.
useCtbSetCodes Use the "useCtbSetCodes" attribute to specify the contributor set codes to use for all criteria.
exludeRixmlDocs True/False.
acceptLanguage True/False. This element allows you to retrieve the document in the language you specify.
calcPrice True/False. This indicates whether the response must show document price or not.
synCharsRequired This value indicates the synopsis length (in characters) you want to receive in the response.
bShowPrims True/False. This attribute allows users to specify whether all primary symbols should be returned in
the response.
timeFrom This element <timeFrom>hh:mm:ss</timeFrom> allow a user to search by time interval in case of
custom date range.
timeTo This element <timeTo>hh:mm:ss</timeTo> allow a user to search by time interval in case of custom
date range.
NumPagesFrom This attribute allow a user to search by number of pages in the document.
NumPagesTo This attribute allow a user to search by number of pages in the document.
FileSizeFrom This attribute allow a user to search by file size of the document.
FileSizeTo This attribute allow a user to search by file size of the document.
Each element puts some restriction on the contributors. The final result set is an intersection of all result sets for each element available for
the current user entitlements. When the element has an exact category it means that there is a restriction on the contributors within the same
category only, so the result includes all other contributors. The element string values can contain comma-separated contributor IDs or be
empty. The empty value means all contributors within the same category are included/excluded according to the action attribute. When the
contributor's category is specified (brokers or independents), then it is checked (whether it is it a broker or independent) and if it doesn't
match the specified criteria the application returns an error.
You can limit your document search to research from a particular contributor or several contributors. You can also exclude one or more
contributors from your search. You need the numeric contributor ID to include or exclude contributors. See Reference Information for more
information about generating data about the contributors you are entitled to.
Use necessary contributors category and "include" or "exclude" actions to include or exclude contributors.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/DocSearch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<DocSearch_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1"
dateRange="newSubmissions" maxRows="20">
<ctbsm category="allCtbs" action="exclude">20780</ctbsm>
</DocSearch_Request_1>
</Body >
</Envelope>
23.3.16.2 XML Sample Request - Searching for Documents from a Single Contributor
To include only documents from a particular contributor, use the <action="include"> element in the query. The following query shows how to
search for documents from a single contributor:
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/DocSearch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<DocSearch_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1"
dateRange="newSubmissions" maxRows="20">
<ctbsm category="allCtbs" action="include">20780</ctbsm>
</DocSearch_Request_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/DocSearch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<DocSearch_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1"
dateRange="newSubmissions" maxRows="20">
<ctbsm category ="allCtbs" action="exclude">20780,17459</ctbsm>
</DocSearch_Request_1>
</Body >
</Envelope>
Most manipulations can be done in different ways. For example, each of the following three elements
NOTE: The overall result depends on current user entitlements, so no document would be included in the response result if the document
group does not include current user entitlements.
Another way to put restriction on contributor search is by using elements <ctbs>, <exclude3rdParty> and <excludeCtbs> in the Document
Search service. However, Refinitiv DOES NOT recommend using them when searching for documents. You may not combine these
elements with the elements described above, doing so results in a response containing an error.
23.3.16.5 JSON Sample Request - Searching for Documents from a Single Contributor
{
"DocSearch_Request_1": {
"ctbsm": {
"category": "allCtbs",
"action": "include",
"text": "20780"
},
"dateRange": "newSubmissions",
"maxRows": "20"
}
}
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/DocInfo_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<FtsDocIDs_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1"
dateRange="allDates" exclude3rdParty="true" maxRows="3">
<excludeCtbs>true</excludeCtbs>
<ctbs>10642</ctbs>
<ctbsm category="brokers" action="exclude">10642</ctbsm>
<ctbsm category="independents" action="exclude"/>
<matchStr>food</matchStr>
</FtsDocIDs_Request_1>
</Body >
</Envelope>
{
"FtsDocIDs_Request_1": {
"excludeCtbs": "true",
"ctbs": "10642",
"ctbsm": [
{
"category": "brokers",
"action": "exclude",
"text": "10642"
},
{
"category": "independents",
"action": "exclude"
}
],
"matchStr": "food",
"dateRange": "allDates",
"exclude3rdParty": "true",
"maxRows": "3"
}
}
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www
.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1/FtsDocIDs_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<FtsDocIDs_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
DocSearch_1">
<Fault>
<faultcode>soap:Server</faultcode>
<faultstring>Search failed</faultstring>
<detail>
<DefaultTornadoFault_1 xmlns="http://schemas.reuters.com/ns/2005/08/
infrastructure/faults">
<Description>searches_1_doer::search failed: invalid contributors manipulation
</Description>
...
</FtsDocIDs_Response_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/DocSearch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<DocSearch_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1"
dateRange="newSubmissions" maxRows="10" tkrPrimary="1">
<sort s_c="date" s_d="desc"/>
<ticker>AMZN</ticker>
<ticker>IBM</ticker>
</DocSearch_Request_1>
</Body >
</Envelope>
ATTRIBUTE DESCRIPTION
dateRange The date range of the document headlines to be returned. For a "newSubmissions" search, the
Refintiv Knowledge Direct API selects documents based on the date that the documents arrived at
Refinitiv ("arriveDate"). For other searches, the Refinitiv Knowledge Direct API uses the release date
contributed by the client ("releaseDate").
maxRows The maximum number of document headlines to returned -in this example a request is for a
maximum of 10. Note: Max value for maxRows is 2500.
tkrPrimary Documents have numerous tickers associated with them. One of the tickers may be designated the
primary ticker. When this attribute is set to "1", the Refinitiv Knowledge Direct API only matches
against the primary ticker. Otherwise, it matches against any ticker associated with the document.
sort The sort element allows you to control how the document headlines are sorted. The <s_c> attribute
allows you to sort by date, score, pages, and the primary ticker. The <s_d> attribute allows you to
control whether the document headlines are sorted in ascending or descending order.
ticker The list of tickers to search on. For additional information about tickers, see A Word about Tickers.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/DocSearch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<DocIDs_Request_1 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/
2001/XMLSchema-instance"FileSizeFrom="100" maxRows="5" dateRange="lastWeek"
tkrEncoding="prtIDOrRIC" xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
DocSearch_1">
<ticker>IBM.N</ticker>
<ticker>AAPL.O</ticker>
<ticker>100089359</ticker>
<ticker>100444478</ticker>
<textSearch>
<matchStrHdln/>
<matchStrText/>
<matchStrTOC/>
<matchStrDisclmr/>
</textSearch>
</DocIDs_Request_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www
.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1/DocIDs_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<DocIDs_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1">
<id>65765271</id>
<id>65765169</id>
<id>63931710</id>
<id>65764013</id>
<id>65764009</id>
</DocIDs_Response_1>
</Body >
</Envelope>
DEC & IBM or DEC and IBM ...both DEC and IBM.
software & "annual reports" ...both the word software and the phrase annual reports.
Coca-Cola near/5 PepsiCo ...Coca-Cola no more than 5 characters away from PepsiCo.
mer* ...mer, Merrill, merry, etc. The "*" stands for any number of letters at the end of the word.
m?cro ...micro, macro, m3cro, etc. The "?" stands for any one letter or digit.
"news of the day" ...the phrases "news of the day", "news of day", "news day". Words like "of", "the", "and",
"in" are excluded from the search.
"news & day" ...the phrases "news & day", "news @ day", "news day". Special characters (not letters or
numbers) are regarded as interchangeable.
NOTE: If the <maxRowsToAbort> attribute is set bigger than 2000, then the system resets it to 2000 (max value handled by system).
If the number of records to be returned is greater than <maxRowsToAbort>, the system responds with 'DocSearch_TooGeneric' Refinitiv
Knowledge Direct fault.
For example, if you have specified the following criteria:
Keep in mind that the <maxRows> attribute is only for paging, which means that if 400 records satisfy the specified criteria, then system
sends back only 50 records, but if 600 records satisfy the specified criteria, you receive a "too much data" exception.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/DocSearch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<DocSearch_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1>
<industrySet>100</industrySet>
</DocSearch_Request_1>
</Body >
</Envelope>
23.3.20.2 XML Sample Request - Searching by Analyst, Industry, Language, and other Criteria
The example below has more search criteria specified:
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/2008/
01/12/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/DocSearch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<DocSearch_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1>
<ctbsm category="brokers" action="include">651651</ctbsm>
<ticker>41651</ticker>
<analystSet>gregg</analystSet>
<industrySet>100</industrySet>
<subjectSet>refinitiv</subjectSet>
<subject>merger</subject>
<bSubjects>appearance</bSubjects>
<regionSet>europe</regionSet>
<country>UK</country>
<currencies>USD</currencies>
<categorySet>651</categorySet>
</DocSearch_Request_1>
</Body >
</Envelope>
PARAMETER DESCRIPTION
ctbsm category This value determines the category of contributors. The possible values are:
• brokers
• independents
• allCtbs
The possible actions are:
• include
• exclude
subjectSet This value specifies the subject code by which the search must be made.
bSubjects "Subjects" values allow applications to use AND with subject codes.
NOTE: The parameter acceptLanguage="language_ID" does not make the service search for documents in the specified language, but
returns response with the elements' values in English (if there are any). To search for the document in a specific language use the <langID>
parameter.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/2008/
01/12/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/DocSearch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<DocSearch_Request_1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://
www.w3.org/2001/XMLSchema" dateRange="customDate" maxRows="30" xmlns="http://
www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1">
<dateFrom>2009-09-22</dateFrom>
<dateTo>2009-09-23</dateTo>
<langID>en</langID>
</DocSearch_Request_1>
</Body >
</Envelope>
23.3.20.5 JSON Sample Request – Searching by Analyst, Industry, Language, and other Criteria
{
"DocSearch_Request_1": {
"ctbsm": {
"category": "brokers",
"action": "include",
"text": "651651"
},
"ticker": "41651",
"analystSet": "gregg",
"industrySet": "100",
"subjectSet": "refinitiv",
"subject": "merger",
"bSubjects": "appearance",
"regionSet": "europe",
"country": "UK",
"currencies": "USD",
"categorySet": "651"
}
}
NOTE: Use a <GetContributorInfoRequest> to determine the contributor code set designation. For information about
<GetContributorInfoRequest>, see Reference Information.
As an alternate syntax, use the "useCtbSetCodes" attribute to specify the contributor set codes to use for all criteria.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/DocSearch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<DocSearch_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1"
dateRange="newSubmissions" maxRows="2">
<ctbs>20780</ctbs>
<auxData>555</auxData>
</DocSearch_Request_1>
</Body >
</Envelope>
NOTE: Including the document price in the result set is an expensive and therefore relatively slow operation. You should only request the
document price for individual documents, not a range. Use the boolean "price" indicator to designate "pay per view" documents for your user.
Only calculate the price if the user selects a particular document.
The document price returned by this request does not reflect discounts generally given through resellers. This price also does not reflect the
standard "24 hour discount" implemented by "On Demand" sites. With the "24 hour discount" clients can retrieve a document multiple times
in 24 hours and Refinitiv only charges for the first download.
23.3.22.1 XML Sample Request - Including the Undiscounted Document Price in the Metadata
The following query returns the document metadata, including the undiscounted price, for document "27384598":
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/DocSearch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<DocSearch_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1"
dateRange="allDates" maxRows="1" calcPrice="1">
<docID>27384598</docID>
</DocSearch_Request_1>
</Body >
</Envelope>
NOTE: The document price returned by this request does not reflect discounts generally given through resellers. This price also does not
reflect the standard "24 hour discount" implemented by "On-Demand" sites. With the "24 hour discount" clients can retrieve a document
multiple times in 24 hours and Refinitiv only charges for the first download.
23.3.22.3 JSON Sample Request - Including the Undiscounted Document Price in the Metadata
{
"DocSearch_Request_1": {
"docID": "27384598",
"dateRange": "allDates",
"maxRows": "1",
"calcPrice": "1"
}
}
23.3.23.1 XML Sample Request - Including the Document Synopsis in the Result Set
The following query requests 50 characters from the synopsis:
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/DocSearch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<DocSearch_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1"
dateRange="newSubmissions" maxRows="10" synCharsRequired="50">
</DocSearch_Request_1>
</Body >
</Envelope>
23.3.23.2 JSON Sample Request - Including the Document Synopsis in the Result Set
{
"DocSearch_Request_1": {
"dateRange": "newSubmissions",
"maxRows": "10",
"synCharsRequired": "50"
}
}
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/DocSearch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<DocSearch_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1"
dateRange="newSubmissions" maxRows="10" tkrEncoding="prtID">
<ticker>100065019</ticker>
<ticker>100081948</ticker>
<ticker>100085757</ticker>
<sort s_c="date" s_d="desc"/>
<excludeCtbs>1</excludeCtbs>
<ctbs>17459</ctbs>
</DocSearch_Request_1>
</Body >
</Envelope>
ATTRIBUTE DESCRIPTION
prtID The ticker encoding informing the request that the codes are MXIDs.
{
"DocSearch_Request_1": {
"ticker": [
"100065019",
"100081948",
"100085757"
],
"sort": {
"s_c": "date",
"s_d": "desc"
},
"excludeCtbs": "1",
"ctbs": "17459",
"dateRange": "newSubmissions",
"maxRows": "10",
"tkrEncoding": "prtID"
}
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/DocSearch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<DocSearch_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1"
exclude3rdParty="0" acceptLanguage="en" ppv="both" calcPrice="0" tkrEncoding="tkr"
maxRowsToAbort="2000" maxRows="5" infoLevel="default" dateRange="newSubmissions"
queryType="normal">
<sort s_d="desc" s_c="date"/>
<pagingHint hintStr="1179218642" docID="39597491"/>
</DocSearch_Request_1>
</Body >
</Envelope>
In the first brackets you need to specify the date, for which you want to calculate number of seconds since 1970. The second brackets define
the date format.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
DocSearch/DocSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/DocSearch_1/DocSearch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<DocSearch_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1"
exclude3rdParty="0" acceptLanguage="en" ppv="both" calcPrice="0" tkrEncoding="tkr"
maxRowsToAbort="2000" maxRows="100" infoLevel="default" dateRange="newSubmissions"
queryType="normal">
<sort s_d="desc" s_c="date"/>
<rptStyles>150000009</rptStyles>
</DocSearch_Request_1>
</Body >
</Envelope>
<ctbs>1</ctbs>
<ctbs>2</ctbs>
<ctbs>1</ctbs>
<lang>en</lang>
NOTE: The Document Search service may return a non-empty response without errors if you specify an invalid value for "ctbs" in the
request.
We implemented <Subject> to allow applications to use AND with subject codes. That is, to OR subject codes, use
<subject>code1</subject>
<subject>code2</subject>
<subject>code1</subject>
<bSubject>code2</bSubject>
NOTE: Keep in mind that symbol "$" is converted to '*' sign that serves as a wild card character in fulcrum. Also, symbol '#' is a special
symbol for fulcrum search engine and should not be used in search query.
CODE DESCRIPTION
If the response contains a negative value for a document price, the <priceDescription> attribute provides explanation for that negative
value.
The <priceDescription> attribute is used in responses for the following operations:
• DocInfo_1
• Batch_1
• DocSearch_1
• FtsDocSearch_1
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www
.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1/DocInfo_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<DocInfo_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1">
<diDef arriv eDate="2011-11-03T09:31:00" companyName="Directors Deals Ltd." ctbID="21143"
docClass="MR" docID="43853826" fileExt="pdf" fileName="43853826.pdf" fileSize="99434"
fileType="pdf" hasEarns="false" hasSyn="true" indOvw="false" localCode="B00KX66"
pages="1" price="-1" releaseDate="2011-11-03T09:31:00" submitDate="2011-1103T09:31:00"
tocEnd="-1" tocStart="-1" transpRpt="false" priceDescription="price is not found">
<headline>Company Snapshot-Komplett Asa</headline>
...
</diDef>
<DocInfo_Response_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www
.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1/Batch_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<Batch_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1">
<diDef arriveDate="2008-04-07T16:44:05" companyName="Kevin Dann & Partners"
ctbID="22251" docClass="MR" docID="42065857" fileExt="pdf" fileName="42065857.pdf"
fileSize="91913" fileType="pdf" hasEarns="false" hasSyn="true" indOvw="false"
pages="3" price="-2 " releaseDate="2008-04-07T22:13:00" relevance="321"
submitDate="2008-0407T16:44:00" tocEnd="-1" tocStart="-1" transpRpt="false"
priceDescription="user is not entitled for the document">
<headline>CSK AUTO CORP : COMPANY DELAYS 10-K FILING -4Q 07 COMPS DOWN</headline>
...
</diDef>
</Batch_Response_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www
.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1/DocSearch_1_Reply </Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<resp_search_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1">
<diDef arriveDate="2011-11-03T09:31:00" companyName="Directors Deals Ltd." ctbID="21143"
docC lass="MR" docID="43853826" fileExt="pdf" fileName="43853826.pdf" fileSize="99434"
fileType="pdf" hasEarns="false" hasSy n="true" indO v w="false" localCode="B00KX66"
pages="1" price="-3 " releaseDate="2011-11-03T09:31:00" submitDate="2011-1103T09:31:00"
tocEnd="-1" tocStart="-1" transpRpt="false" priceDescription="the document is not found">
<headline>C ompany Snapshot -Komplett A sa</headline>
...
</diDef>
</resp_search_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www
.reuters.com/ns/2008/01/12/webservices/rkd/DocSearch_1/FtsDocSearch_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<FtsDocSearch_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
DocSearch_1">
<diDef arriveDate="2011-11-14T14:50:27" companyName="Directors Deals Ltd." ctbID="21143"
docClass="MR" docID="57799514" enhancedPDF="false" fileExt="pdf"
fileName="57799514.pdf" fileSize="87094" fileType="pdf" hasEarns="false" hasFPP="true"
hasSyn="true" indOvw="false" localCode="B59HWK0" pages="1" price="-4" pricingType="1"
releaseDate="2011-11-14T14:50:00" submitDate="2011-11-14T14:50:00" tocEnd="-1"
tocStart="-1" transpRpt="false" priceDescription="document is not allowed to be
downloaded by pages or locked">
<headline>Company Snapshot -Jiangsu Huifeng Agrochemical Co</headline>
...
</diDef>
<FtsDocSearch_Response_1>
</Body >
</Envelope>
24 Estimates IBES
24.1 Overview
The Estimates IBES API is a SOAP-based web service that provides access to Estimates IBES content. The Estimates IBES content
incorporates sell side estimates data, analytical data, company issued guidance, recommendation/ target price, detailed estimates,
estimates statement and actual view.
24.2.1 Authorization
All requests to the Refinitiv Estimates IBES web service require an authorization token. For details, see Understanding Authentication
Tokens.
24.2.2 Authentication
Refinitiv Estimates IBES uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in Estimates IBES.
For additional information, see Creating a Token.
WSDL
http://api.rkd.refinitiv.com/schemas/EstimatesIBES/wsdl/EstimatesIBES_1_HttpAndRKDToken.wsdl
<Envelope xmlns=”http://www.w3.org/2003/05/soap-Envelope”>
<Header>
<To xmlns=”http://www.w3.org/2005/08/addressing”>http://api.rkd.refinitiv.com/api/
EstimatesIBES/EstimatesIBES.svc</To>
<MessageID xmlns=”http://www.w3.org/2005/08/addressing”>[Unique Message ID]</MessageID>
<Action xmlns=”http://www.w3.org/2005/08/addressing”>http://www.reuters.com/ns/2011/12/02/
webservices/rkd/EstimatesIBES_1/GetEstimateCoverage_1</Action>
<Authorization xmlns=”http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1”>
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<GetEstimateCoverage_Request_1 xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/
EstimatesIBES_1”>
<Symbol xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/EstimatesIBES_1/
Criteria/Symbol”>
<Type>Ric</Type>
<Value>IBM.N</Value>
</Symbol>
</GetEstimateCoverage_Request_1>
</Body >
</Envelope>
The following table lists the parameters you can use in the request:
ATTRIBUTE DESCRIPTION
Symbol Shows symbol for which the coverage has to be returned. Includes the following values:
• Type: Defines symbol type. The following types are supported:
• IBES Ticker
• RIC
• Value: Input value for the symbol.
Measure A collection of Measure Criterion (optional input). Can have the following values:
• Code: Measure code value supported by the input symbol, or can be given as Preferred or All.
• SegmentCode: Code that describes the segment.
If no measure is provided, then only the Preferred Measure is returned.
ATTRIBUTE DESCRIPTION
RelativePeriod This optional attribute determines the relative period to be returned. Can have the following values:
• Type: Defines relative period type: Annual, Interim or Monthly.
• Number: Defines number of periods ahead or before the current period.
Type and Number can be in the following range:
• 1. Annual: From -10 to 5
• 2. Interim: From -20 To 20
• 3. Monthly: From -47 To 12
When no period is supplied the default is Annual = 1.
FiscalPeriod This optional attribute determines the fiscal period to be returned. Possible values are:
• Type: Fiscal period type. Can be: FY, QTR1, QTR2, QTR3, QTR4, SAN1, SAN2, MON1, MON2,
MON3, MON4, MON5, MON6, MON7, MON8, MON9, MON10, MON11, MON12.
• Year: Fiscal year.
Fiscal Period Year should be between 1990-2030.
IncludeAnalysts Allows retrieving information analyst names with the contributor: True or False.
OutputIndustryCodeType Indicates what industry code to return in the response. If specified, only events related to the
requested industry are included in the search results. The supported code schema is TRBC.
</DisplaySymbol>
<Industry >
<Code>
<Type xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/
EstimatesIBES_1/Criteria/Industry“>Trbc</Type>
<Value xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/
EstimatesIBES_1/Criteria/Industry“>57201010</Value>
</Code>
<Name>IT Services & Consulting</Name>
</Industry >
<ValueFormats>
<ValueFormat>
<Type>NonPerShare</Type>
<Name>Per-share</Name>
<Scale>1</Scale>
<Unit>Money</Unit>
<CurrencyCode>USD</CurrencyCode>
</ValueFormat>
</ValueFormats>
<PreferredMeasureCode>EPS</PreferredMeasureCode>
<PrimaryReportingBasis>Consolidated</PrimaryReportingBasis>
<HasMultipleReportingBases>false</HasMultipleReportingBases>
<CountryCode>USA</CountryCode>
<CountryName>United States</CountryName>
</Organization>
<Contributors>
<Contributor>
<ContribID>9584</ContribID>
<Name>PERMISSION_DENIED</Name>
</Contributor>
<Contributor>
<ContribID>6872</ContribID>
<Name>SANFORD C . BERNSTEIN & CO., LLC </Name>
</Contributor>
...
<Contributor>
<ContribID>60797</ContribID>
<Name>PERMISSION_DENIED</Name>
</Contributor>
</Contributors>
</EstimateCoverage>
</GetEstimateCoverage_Response_1>
</Body >
</Envelope>
ATTRIBUTE DESCRIPTION
Organization The company name and symbol of subject company. Can have the following values:
• Name: The organization’s name.
• Symbol: The symbol type and value in the request for company events.
Industry Provides information on what industries the company is a component of. Can have the following
values:
• Code: Industry code based on TRBC classification.
• Name: Industry name.
ValueFormats A collection of value formats, one for each measure value type (Per share, Non Per Share, Ratio).
Can have the following values:
• Type: Shows type of value (per share, non per share or ratio).
• Name: Name of value format.
• Scale: Scaling factor (e.g.1 or 1000000).
• Unit: Shows unit type (Money or Percentage).
• CurrencyCode: Shows currency code for the current value format.
PreferredMeasureCode Shows measure code that is the default for this company.
PrimaryReportingBasis Shows reporting basis for the company (either Parent or Consolidated).
HasMultipleReportingBases Indicates whether the company has estimates for both Parent & Consolidated.
Contributor Includes:
• A collection of Contributor Object with ContribID - contributor ID and Name - contributor name (if
available).
• A collection of Analyst (returned only when Include Analysts is set to true) with the following
attributes:
• Analyst Code
• Name
• Rating: Estimate, Recommendation, RecommendationOverall
<Envelope xmlns=”http://www.w3.org/2003/05/soap-Envelope”>
<Header>
<To xmlns=”http://www.w3.org/2005/08/addressing”>http://api.rkd.refinitiv.com/api/
EstimatesIBES/EstimatesIBES.svc</To>
<MessageID xmlns=”http://www.w3.org/2005/08/addressing”>[Unique Message ID]</MessageID>
<Action xmlns=”http://www.w3.org/2005/08/addressing”>http://www.reuters.com/ns/2011/12/02/
webservices/rkd/EstimatesIBES_1/GetEstimateDetail_1</Action>
<Authorization xmlns=”http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1”>
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<GetEstimateDetail_Request_1 xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/
EstimatesIBES_1”>
<Symbol xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/EstimatesIBES_1/
Criteria/Symbol”>
<Type>Ric</Type>
<Value>IBM.N</Value>
</Symbol>
<Measures xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/
EstimatesIBES_1_Types”>
<Measure>
<Code>All</Code>
</Measure>
</Measures>
<ReportingBasis>Primary</ReportingBasis>
<FiscalPeriods xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/
EstimatesIBES_1_Types”>
<FiscalPeriod>
<Type>FY</Type>
<Year>2000</Year>
</FiscalPeriod>
</FiscalPeriods>
</GetEstimateDetail_Request_1>
</Body >
</Envelope>
The following table contains the description of parameters that can be used in the request:
ATTRIBUTE DESCRIPTION
Symbol Shows symbol for which the coverage has to be returned. Includes the following values:
• Type: Defines symbol type. The following values are available:
• IBES Ticker
• RIC
• Value: Input value for the symbol.
Measures List of Measure criterion where single/multiple measures can be provided. Also AllMeasures/
PreferredMeasure can be given. Can have the following values:
• Code: Measure code value supported by the input symbol, or can be given as Preferred or All.
• SegmentCode: Code that describes the segment.
RelativePeriod This optional attribute determines the relative period to be returned. Can have the following values:
• Type: Defines relative period type: Annual, Interim or Monthly.
• Number: Defines number of periods ahead or before the current period.
Multiple relative periods can be provided. When no period is supplied the default is Annual 0.
FiscalPeriod This optional attribute determines the fiscal period to be returned. Possible values:
• Type: Fiscal period type. Can be: FY, QTR1, QTR2, QTR3, QTR4, SAN1, SAN2, MON1, MON2,
MON3, MON4, MON5, MON6, MON7, MON8, MON9, MON10, MON11, MON12.
• Year: Fiscal year.
Multiple fiscal periods can be provided.
ContribId Defines contributor ID for which the Estimates Data is returned only.
<Scale>1</Scale>
<Unit>Money </Unit>
<CurrencyCode>USD</CurrencyCode>
</ValueFormat>
<ValueFormat>
<Type>NonPerShare</Type>
<Name>Ratio</Name>
<Scale>1</Scale>
<Unit>Percentage</Unit>
<CurrencyCode>USD</CurrencyCode>
</ValueFormat>
</ValueFormats>
<PreferredMeasureCode>EPS</PreferredMeasureCode>
<PrimaryReportingBasis>Consolidated</PrimaryReportingBasis>
<HasMultipleReportingBases>false</HasMultipleReportingBases>
<CountryCode>USA</CountryCode>
<CountryName>United States</CountryName>
</Organization>
<Measures></Measures>
</EstimateDetail>
</GetEstimateDetail_Response_1>
</Body >
</Envelope>
ATTRIBUTE DESCRIPTION
Organization The company name and symbol of subject company. Can have the following values:
• Name: The organization’s name
• Symbol: The symbol type and value in the request for company events
Industry Provides information on what industries the company is a component of. Can have the following
values:
• Code: Industry code based on TRBC classification
• Name: Industry name
ValueFormats A collection of value formats one for each measure value type (Per share/Non Per Share/Ratio). Can
have the following values:
• Type: Shows type of value (per share, non per share or ratio)
• Name: Name of value format
• Scale: Scaling factor (e.g. 1 or 1000000)
• Unit: Shows unit type (Money or Percentage)
• CurrencyCode: Shows currency code for the current value format
PreferredMeasureCode Shows measure code that is the default for this company.
PrimaryReportingBasis Shows reporting basis for the company (either Parent or Consolidated).
HasMultipleReportingBases Indicates whether the company has estimates for both Parent & Consolidated.
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
LongTermGrowthEstimates: It has the Long Term Growth details given by each contributor/analyst.
• Contributor: Contributor details with analyst if any
• ContribID
• Name
• Analyst (returned only when Include Analysts is set true) with the following attributes:
- Analyst Code
- Name
- Rating: Estimate, Recommendation, RecommendationOverall
• Unverified: Unverified value
• Preliminary: Preliminary value
• Current: Current value
• Previous: Previous value
• RevisionDate: LongTermGrowth estimate revision date
• ReviewDate: Review date
• Summary: Has the summary data for UnverifiedMean, PreliminaryMean and Mean.
• IsExcludedFromMean: Excluded from mean or not.
• Footnotes
• Type: One of the three footnote types: Company, Instrument and Estimate-level footnotes
• Subtype
• Entry Date: Footnote date
• Subject: All, Current, Previous
• IsSignificant: Significant or not
• Text: Footnote text
• Bibliography: Additional reference doc IDs (research):
• UnverifiedDocumentId
• PreliminaryDocumentId
• CurrentDocumentId
• PreviousDocumentId
ATTRIBUTE DESCRIPTION
Period: Gives the details of which fiscal/relative period the data belongs to. For future periods
Estimates values are returned and for historical periods Actual values are returned.
Estimate Period:
• RelativePeriod: It can be any of the below and in respective range.
• Annual: ANN-10 to ANN5
• Interim: INT-20 to INT20
• Monthly: MON-47 to MON12
• Fiscal Period:
• Type can be: FY, QTR1, QTR2, QTR3, QTR4, SAN1, SAN2, MON1, MON2, MON3, MON4,
MON5, MON6, MON7, MON8, MON9, MON10, MON11, MON12.
• Fiscal Period Year: Should be between 1990-2030.
• CalendarYear: Year
• CalendarMonth: Month
• ActualReportDate: Actual reported date
Actuals: A collection of actual data for each segment/sub-segment. This data is returned only for
past periods (Where earnings have already been reported). For measures without segment, there is
only one element in the collection.
• Currency code: Currency value (for example, USD, CAD)
• Reported: Actual value reported
• ReportedDate: Date when actual was reported
• Restated: Actual value restated
• RestatedDate: Date when actual was restated
• PostReport30DayPriceChangePercent: The change in the stock price of the company 30 days
after the company reported financial results
• SurprisePercent: Surprise percentage for this period/measure, calculated as (actual -mean) /
mean
• Surprise60DayPercent: The percentage difference between the actual reported by the company
and the mean estimate for that ticker/measure/period 60 days prior to the day of report
• SurpriseMean: The arithmetic average of estimates at the release of earnings to the marketplace,
for the period indicated
• StandardizedUnexpectedEarnings: The standardized unanticipated earnings score, calculated as
(actual - mean) / standard deviation of summary estimates
• NumberOfEstimates: Number of estimates given
• SegmentCode: Segment code
• SubSegmentCode: Sub segment code
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
<Envelope xmlns=”http://www.w3.org/2003/05/soap-Envelope”>
<Header>
<To xmlns=”http://www.w3.org/2005/08/addressing”>http://api.rkd.refinitiv.com/api/
EstimatesIBES/EstimatesIBES.svc</To>
<MessageID xmlns=”http://www.w3.org/2005/08/addressing”>[Unique Message ID]</MessageID>
<Action xmlns=”http://www.w3.org/2005/08/addressing”>http://www.reuters.com/ns/2011/12/02/
webservices/rkd/EstimatesIBES_1/GetEstimateMeasures_1</Action>
<Authorization xmlns=”http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1”>
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<GetEstimateMeasures_Request_1 xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/
EstimatesIBES_1”>
<Symbol xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/EstimatesIBES_1/
Criteria/Symbol”>
<Type>Ric</Type>
<Value>IBM.N</Value>
</Symbol>
<OutputIndustryCodeType>Trbc</OutputIndustryCodeType>
</GetEstimateMeasures_Request_1>
</Body >
</Envelope>
The following table lists the parameters that can be used in the request:
ATTRIBUTE DESCRIPTION
Symbol Shows symbol for which the coverage has to be returned. Includes the following values:
• Type: Defines symbol type. The following types are supported:
• IBES Ticker
• RIC
• Value: Input value for the symbol.
OutputIndustryCodeType Indicates what industry code to return in the response. If specified, only events related to the
requested industry are included in the search results. The supported code schema is TRBC.
ReturnMeasuresForPrimaryRep If true returns only those measures whose reporting basis is Primary, otherwise All measures.
ortingBasisOnly
IncludeHistoricalPeriods This optional attribute determines the fiscal period(s) to be returned. The attribute accepts years
(2010,2011) and does not accept hints (CURR,NEXT). If you want to use hints, you must use the
FiscalPeriodHintsOnly attribute.
<PrimaryReportingBasis>Consolidated</PrimaryReportingBasis>
<EstimateMeasures xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/
EstimatesIBES_1_Types”>
<EstimateMeasure>
<Code>BPS</Code>
<Name>Book Value per Share</Name>
<Abbreviation>BPS</Abbreviation>
<IsPreferred>false</IsPreferred>
<ReportingBasis>Consolidated</ReportingBasis>
<ValueFormat>
<Type>PerShare</Type>
<Name>Per-share</Name>
<Scale>1</Scale>
<Unit>Money</Unit>
<CurrencyCode>USD</CurrencyCode>
</ValueFormat>
<Section>Balance Sheet</Section>
<PrecisionDetail>2</PrecisionDetail>
<PrecisionSummary >3</PrecisionSummary>
<SegmentPeriods>
<SegmentPeriod>
<RelativePeriod>
<Type>Annual</Type>
<Number>1</Number>
</RelativePeriod>
<FiscalPeriod>
<Type>FY</Type>
<Year>2011</Year>
</FiscalPeriod>
<CalendarYear>2011</CalendarYear>
<CalendarMonth>12</CalendarMonth>
<ActualReportDate xsi:nil=”true” xmlns:xsi=”http://www.w3.org/2001/
XMLSchema-instance”></ActualReportDate>
</SegmentPeriod>
...
</EstimateMeasure>
<EstimateMeasure>
<Code>CPX</Code>
<Name>Capital Expenditure</Name>
<Abbreviation>CPX</Abbreviation>
<IsPreferred>false</IsPreferred>
<ReportingBasis>Consolidated</ReportingBasis>
<ValueFormat>
...
</ValueFormat>
<Section>Cash Flow Statement</Section>
<PrecisionDetail>2</PrecisionDetail>
<PrecisionSummary >2</PrecisionSummary >
<SegmentPeriods>
<SegmentPeriod>
...
</SegmentPeriod>
</SegmentPeriods>
</EstimateMeasure>
</EstimateMeasures>
</GetEstimateMeasures_Response_1>
</Body >
</Envelope>
ATTRIBUTE DESCRIPTION
PrimaryReportingBasis Shows reporting basis for the company (either Parent or Consolidated).
• Segments: Only returned for measures where segments available (Pharma, Same store sales,
etc.)
• Code: Segment code
• Category: Segment category
• Name: Segment name
• Abbreviation: Segment abbreviation
• SubSegments: Every Segment has at least one subsegment:
- Code: Subsegment code
- Category: Subsegment category
- Name: Subsegment name
- Abbreviation: Subsegment abbreviation
PrecisionDetail Number of decimal places used to display Detail Estimate data for that company.
ATTRIBUTE DESCRIPTION
PrecisionSummary Number of decimal places used to display Summary Estimates data for that company.
SegmentPeriod Collection of Estimate Period and SegmentCodes, one for each Period for which the data is
available.
Estimate Period:
• RelativePeriod: It can be any of the below and in respective range.
• Annual: ANN-10 to ANN5
• Interim: INT-20 to INT20
• Monthly: MON-47 to MON12
• Fiscal Period
• Type can be: FY, QTR1-QTR4, SAN1-SAN2, and MON1-MON12
• Fiscal Period Year should be between 1990-2030.
• CalendarYear: Year
• CalendarMonth: Month
• ActualReportDate: Actual reported date
• SegmentCodes is a collection of SegmentCode and is returned only for measures where
segments are available (Pharmaceuticals, Same Store Sales, etc.)
• Code: Segment code name
• SubSegmentCode: Subsegment code name
<Envelope xmlns=”http://www.w3.org/2003/05/soap-Envelope”>
<Header>
<To xmlns=”http://www.w3.org/2005/08/addressing”>http://api.rkd.refinitiv.com/api/
EstimatesIBES/EstimatesIBES.svc</To>
<MessageID xmlns=”http://www.w3.org/2005/08/addressing”>[Unique Message ID]</MessageID>
<Action xmlns=”http://www.w3.org/2005/08/addressing”>http://www.reuters.com/ns/2011/12/02/
webservices/rkd/EstimatesIBES_1/GetEstimateSummaries_1</Action>
<Authorization xmlns=”http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1”>
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<GetEstimateSummaries_Request_1 xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/
EstimatesIBES_1”>
<Symbols xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/EstimatesIBES_1/
Criteria/Symbol”>
<Symbol>
<Type>Ric</Type>
<Value>IBM.N</Value>
</Symbol>
</Symbols>
<Measures xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/
EstimatesIBES_1_Types”>
<Measure>
<Code>All</Code>
</Measure>
</Measures>
<ReportingBasis>Primary</ReportingBasis>
<CalculationBasis xsi:nil=”true” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”/>
<FiscalPeriods xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/
EstimatesIBES_1_Types”>
<FiscalPeriod>
<Type>FY</Type>
<Year>2000</Year>
</FiscalPeriod>
</FiscalPeriods>
</GetEstimateSummaries_Request_1>
</Body >
</Envelope>
The following table lists the parameters that can be used in the request:
ATTRIBUTE DESCRIPTION
Symbols Shows symbol(s) for which the summaries have to be returned. Includes the following values:
• Type: Defines symbol type. The following types are supported:
• IBES Ticker
• RIC
• Value: Input value for the symbol.
Measure List of Measure criterion where a single or multiple measures can be provided. Can have the
following values:
• Code: Measure code value supported by the input symbol, or can be given as Preferred or
All.
• SegmentCode: Code that describes the segment.
RelativePeriod This optional attribute determines the relative period to be returned. Can have the following
values:
• Type: Defines relative period type: Annual, Interim or Monthly.
• Number: Defines number of periods ahead or before the current period.
Multiple relative periods can be provided.
When period is supplied the default is Annual 0.
FiscalPeriod • This optional attribute determines the fiscal period to be returned. Possible values:
• Type: Fiscal period type. Can be: FY, QTR1, QTR2, QTR3, QTR4, SAN1, SAN2, MON1,
MON2, MON3, MON4, MON5, MON6, MON7, MON8, MON9, MON10, MON11, MON12.
• Year: Fiscal year.
Multiple fiscal periods can be provided.
ATTRIBUTE DESCRIPTION
</DisplaySymbol>
<Industry >
<Code>
<Type xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/
EstimatesIBES_1/Criteria/Industry“>Trbc</Type>
<Value xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/
EstimatesIBES_1/Criteria/Industry“>0000</Value>
</Code>
<Name>UNCLASSIFIED</Name>
</Industry>
<ValueFormats>
<ValueFormat>
<Type>NonPerShare</Type>
<Name>Non Per-share</Name>
<Scale>1000000</Scale>
<Unit>Money</Unit>
<CurrencyCode>USD</CurrencyCode>
</ValueFormat>
...
</ValueFormats>
<PreferredMeasureCode>EPS</PreferredMeasureCode>
<PrimaryReportingBasis>Consolidated</PrimaryReportingBasis>
<HasMultipleReportingBases>false</HasMultipleReportingBases>
<CountryCode>USA</CountryCode>
<CountryName>United States</CountryName>
</Organization>
<Measures></Measures>
</EstimateSummary >
</EstimateSummaries>
<CalculationBasis>ConsensusMean</CalculationBasis>
</GetEstimateSummaries_Response_1>
</Body >
</Envelope>
ATTRIBUTE DESCRIPTION
Organization The company name and symbol of subject company. Can have the following values:
• Name: The organization's name.
• Symbol: Collection of organization's symbols.
Industry Provides information on what industries the company is a component of. Can have the following
values:
• Code: Industry code based on TRBC classification.
• Name: Industry name.
ValueFormats A collection of value formats one for each measure value type (Per share/Non Per Share/Ratio).
Can have the following values:
• Type: Shows type of value type (per share, non per share or ratio)
• Name: Name of value format
• Scale: Scaling factor (e.g.1 or 1000000)
• Unit: Shows unit type (Money or Percentage)
• CurrencyCode: Shows currency code for the current value format
ATTRIBUTE DESCRIPTION
PreferredMeasureCode Shows measure code that is the default for this company.
PrimaryReportingBasis Shows reporting basis for the company (either Parent or Consolidated).
HasMultipleReportingBases Indicates whether the company has estimates for both Parent & Consolidated.
ATTRIBUTE DESCRIPTION
Measures (cont’d) • Segments: Only returned for measures where segments available (Pharma, Same Store
Sales, etc.)
• Code: Segment code
• Category: Segment category
• Name: Segment name
• Abbreviation: Segment abbreviation
• SubSegments: Every segment has at least one subsegment:
- Code: Subsegment code
- Category: Subsegment category
- Name: Subsegment name
- Abbreviation: Subsegment abbreviation
• PrecisionDetail: Number of decimal places used to display Detail Estimate data for that
company
• PrecisionSummary: Number of decimal places used to display Summary Estimates data for
that company
LongTermGrowthEstimate: Summarizes the Long Term Growth Estimates as below:
• Unverified Mean: mean estimate taking into account all Estimate Revisions that have been
submitted by contributors but not yet verified as valid by the IBES Estimates Content
Operations Team. This provides what the Mean would be if all data received from contributors
is verified.
• PreliminaryMean: Mean estimate including all revisions verified by the IBES Estimates
Content Operations
• Team since the last Analytics (SmartEstimate, Predicted Surprise, etc) were created
• Mean: The arithmetic average of all values
• High: The highest value
• Low: The lowest value
• NumberOfEstimates: The number of estimates
• Median: The median of all estimates
• StandardDeviation: The standard deviation of estimates
LongTermGrowthEstimateSnapshots:
• Mean: The arithmetic average of all values
• High: The highest value
• Low: The lowest value
• NumberOfEstimates: The number of estimates
• Median: The median of all estimates
• StandardDeviation: The standard deviation of estimates
• Age (7, 30,60,90 days only)
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
Measures (cont’d) • Estimate: A collection of estimates for each segment/subsegment as applicable. For
measures without segment, the collection has only one element.
• CurrencyCode: Currency value (for example, USD, CAD)
• UnverifiedMean: The arithmetic average of unverified estimates
• PreliminaryMean: The arithmetic average of preliminary estimates
• Mean: The arithmetic average of estimates
• High: The highest value
• Low: The lowest value
• NumberOf Estimates: The number of estimates
• Median: The median of estimates
• StandardDeviation: The standard deviation of estimates
• Calculations: Type, Value
• PredictedSurprise: Value, Unit, IsSignificant
• SmartEstimate: The Smart Estimate
• SegmentCode: The segment code
• SubSegmentCode: The subsegment code
• Estimate Snapshots: A collection of Snapshot summary returned only when requested
(support for 7, 30 & 90 days only):
• CurrencyCode: Currency value (for example, USD, CAD)
• Mean: The arithmetic average of estimates
• High: The highest value
• Low: The lowest value
• NumberOfEstimates: The number of estimates
• Median: The median of estimates
• Standard Deviation: The standard deviation of estimates
• Age
• Calculations (A collection of calculations like y/y, q/q growth etc.)
- Type
- Value
• Predicted Surprise snapshot: value, unit
• SmartEstimate: The Smart Estimate
• SegmentCode: The segment code
• SubSegmentCode: The subsegment code
ATTRIBUTE DESCRIPTION
SummaryPriceTarget Has the summary price target if requested in the input option:
• CurrencyCode: Currency code, like USD, INR, etc.
• UnverifiedMean: The arithmetic average of unverified price targets
• PreliminaryMean: The arithmetic average of preliminary price targets
• Mean: The arithmetic average of price targets
• High: The highest value
• Low: The lowest value
• NumberOfEstimates: The number of estimates
• Median: The median of all price targets
• Standard Deviation: The standard deviation of price targets
PriceTargetSnapshots A collection of Price Target Snapshots from past shall be returned on request:
• CurrencyCode: Currency code, like USD, INR, etc.
• Mean: The arithmetic average of price targets
• High: The highest value
• Low: The lowest value
• NumberOfEstimates: The number of estimates
• Median: The median of all price targets
• Standard Deviation: The standard deviation of price targets
• Age
SummaryRecommendation This data shall be returned only if the 'include Recommendation' flag is specified in the request. It
shall have the following data included:
• UnverifiedMean: The arithmetic average of unverified recommendations
• PreliminaryMean: The arithmetic average of preliminary recommendations
• Mean: The arithmetic average of recommendations
• High: The highest value
• Low: The lowest value
• NumberOfRecommendations: The total number of recommendations
• Statistics (only if requested): Recommendation, NumberOfAnalysts
RecommendationSnapshots Historical recommendation snapshots (7/30/90 days ago) are returned when the Include
Recommendation Snapshots option is selected in the request. This provides attributes as follows:
• Mean: The arithmetic average of recommendations
• High: The highest value
• Low: The lowest value
• NumberOfRecommendations: The total number of recommendations
• Statistics (only if requested): Recommendation, NumberOfAnalysts
• Age (7, 30, 60, 90 days only)
• CalculationBasis Indicates if calculations use the ConsensusMean or SmartEstimate values.
24.3.5.1 XML Sample Request - Retrieving IBES Estimate Summaries By Report Date
The following example retrieves estimates summary data according to the specified criteria:
<Envelope xmlns=”http://www.w3.org/2003/05/soap-Envelope”>
<Header>
<To xmlns=”http://www.w3.org/2005/08/addressing”>http://api.rkd.refinitiv.com/api/
EstimatesIBES/EstimatesIBES.svc</To>
<MessageID xmlns=”http://www.w3.org/2005/08/addressing”>[Unique Message ID]</MessageID>
<Action xmlns=”http://www.w3.org/2005/08/addressing”>http://www.reuters.com/ns/2011/12/02/
webservices/rkd/EstimatesIBES_1/GetEstimateSummariesByReportDate_1</Action>
<Authorization xmlns=”http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1”>
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<GetEstimateSummariesByReportDate_Request_1 xmlns=”http://www.reuters.com/ns/2011/12/02/
webservices/rkd/EstimatesIBES_1”>
<ReportDateRange>
<From xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/EstimatesIBES_1/
Criteria/Range”>2011-12-01T00:00:00</ From>
<To xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/EstimatesIBES_1/
Criteria/Range”>2011-12-03T00:00:00</To>
</ReportDateRange>
<Measures xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/
EstimatesIBES_1_Types”>
<Measure>
<Code>All</Code>
</Measure>
</Measures>
<ReportingBasis>Primary</ReportingBasis>
<CalculationBasis xsi:nil=”true” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”/>
<Pagination xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/EstimatesIBES_1/
Criteria/Pagination”>
<PageNumber>2</PageNumber>
<RecordsPerPage>2</RecordsPerPage>
</Pagination>
</GetEstimateSummariesByReportDate_Request_1>
</Body >
</Envelope>
The following table lists all the parameters that can be used in the request:
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
Pagination Has PageNumber and RecordsPerPage to view any number of records and at any page No.
24.3.5.2 XML Sample Response - Retrieving IBES Estimate Summaries By Report Date
The response returns the following information:
<PageNumber>2</PageNumber>
<RecordsOnPage>2</RecordsOnPage>
<RecordsPerPage>2</RecordsPerPage>
<TotalRecords>94</TotalRecords>
</PaginationResult>
<EstimateSummaries xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/
EstimatesIBES_1_Types”>
<EstimateSummary>
<Organization>
<Name>Piscines Desjoy aux SA</Name>
<DisplaySymbol xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/
EstimatesIBES_1/Criteria/Symbol”>
<DisplayValue>ALPDX.PA</DisplayValue>
<Symbol>
<Type>IbesTicker</Type>
<Value>@PIJ</Value>
</Symbol>
</DisplaySymbol>
<Industry>
<Code>
<Type xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/
EstimatesIBES_1/Criteria/Industry“>Trbc</Type>
<Value xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/
EstimatesIBES_1/Criteria/Industry“>0000</Value>
</Code>
<Name>UNCLASSIFIED</Name>
</Industry>
<ValueFormats>
<ValueFormat>
<Type>NonPerShare</Type>
<Name>Non Per-share</Name>
<Scale>1000000</Scale>
<Unit>Money</Unit>
<CurrencyCode>EUR</CurrencyCode>
</ValueFormat>
...
</ValueFormats>
<PrimaryReportingBasis>Consolidated</PrimaryReportingBasis>
<HasMultipleReportingBases>false</HasMultipleReportingBases>
<CountryCode>FRA</CountryCode>
<CountryName>France</CountryName>
</Organization>
<Measures>
<Measure>
<Code>NDT</Code>
<Name>Net Debt</Name>
<Abbreviation>NDT</Abbreviation>
<IsPreferred>false</IsPreferred>
<ReportingBasis>Consolidated</ReportingBasis>
<ValueFormat>
<Type>NonPerShare</Type>
<Name>Non Per-share</Name>
<Scale>1000000</Scale>
<Unit>Money</Unit>
<CurrencyCode>EUR</CurrencyCode>
</ValueFormat>
<Section>Balance Sheet</Section>
<PrecisionDetail>2</PrecisionDetail>
<PrecisionSummary >2</PrecisionSummary>
<Periods>
<Period>
<RelativePeriod>
<Type>Interim</Type>
<Number>0</Number>
</RelativePeriod>
<FiscalPeriod>
<Type>QTR4</Type>
<Year>2011</Year>
</FiscalPeriod>
<CalendarYear>2011</CalendarYear>
<CalendarMonth>8</CalendarMonth>
<ActualReportDate>2011-12-02T14:53:00</ActualReportDate>
</Period>
</Periods>
</Measure>
...
</Measures>
</EstimateSummary>
<EstimateSummary>
...
</EstimateSummary>
</EstimateSummaries>
<CalculationBasis>ConsensusMean</CalculationBasis>
</GetEstimateSummariesByReportDate_Response_1>
</Body >
</Envelope>
The following table lists the parameters that are returned in the response:
ATTRIBUTE DESCRIPTION
Organization The company name and symbol of subject company. Can have the following values:
• Name: The organization's name.
• Symbol: Collection of organization's symbols.
ATTRIBUTE DESCRIPTION
Industry Provides information on what industries the company is a component of. Can have the
following values:
• Code: Industry code based on TRBC classification.
• Name: Industry name.
ValueFormats A collection of value formats, one for each measure value type (Per share/Non Per Share/
Ratio). Can have the following values:
• Type: Shows type of value (per share, non per share or ratio)
• Name: Name of value format
• Scale: Scaling factor (e.g. 1 or 1000000)
• Unit: Shows unit type (Money or Percentage)
• CurrencyCode: Shows currency code for the current value format
PreferredMeasureCode Shows measure code that is the default for this company.
PrimaryReportingBasis Shows reporting basis for the company (either Parent or Consolidated).
HasMultipleReportingBases Indicates whether the company has estimates for both Parent & Consolidated.
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
Measure (cont’d) • EstimateSnapshots: A collection of Snapshot summary returned only when requested
(7, 30 and 90 days supported):
• CurrencyCode: Currency value (for example, USD, CAD)
• Mean: The arithmetic average of estimates
• High: The highest value
• Low: The lowest value
• NumberOfEstimates: The number of estimates
• Median: The median of estimates
• Standard Deviation: The standard deviation of estimates
• Age
• Calculations (A collection of calculations like y/y, q/q growth etc.)
- Type
- Value
• Predicted Surprise snapshot: Value, Unit
• SmartEstimate: The Smart Estimate
• SegmentCode: The segment code
• SubSegmentCode: The subsegment code
• Footnotes:
• Type: one of the three footnote types: Company, Instrument and Estimate-level
footnotes
• Subtype
• EntryDate: Footnote date
• Subject: All, Current, Previous
• IsSignificant: Is significant or not
• Text: footnote text
ATTRIBUTE DESCRIPTION
PriceTargetSnapshots A collection of Price Target Snapshots from past shall be returned on request:
• CurrencyCode: Currency code, like USD, INR, etc.
• Mean: the arithmetic average of price targets
• High: The highest value
• Low: The lowest value
• NumberOfEstimates: The number of estimates
• Median: The median of all price targets
• Standard Deviation: The standard deviation of price targets
• Age
Recommendation This data shall be returned only if the Include Recommendation option is specified in the
request. It can have the following data included:
• UnverifiedMean: The arithmetic average of unverified recommendations
• PreliminaryMean: The arithmetic average of preliminary recommendations
• Mean: The arithmetic average of recommendations
• High: The highest value
• Low: The lowest value
• NumberOfRecommendations: The total number of recommendations
• Statistics (only if requested): Recommendation, NumberOfAnalysts
RecommendationSnapshots Historical recommendation snapshots (7/30/90 days ago) are returned when the Include
Recommendation Snapshots option is selected in the request. This provides attributes as
follows:
• Mean: The arithmetic average of recommendations
• High: The highest value
• Low: The lowest value
• NumberOfRecommendations: The total number of recommendations
• Statistics (only if requested): Recommendation, NumberOfAnalysts
• Age (7, 30, 60, 90 days only)
• CalculationBasis Indicates if calculations use the ConsensusMean or SmartEstimate
values.
<Envelope xmlns=”http://www.w3.org/2003/05/soap-Envelope”>
<Header>
<To xmlns=”http://www.w3.org/2005/08/addressing”>http://api.rkd.refinitiv.com/api/
EstimatesIBES/EstimatesIBES.svc</To>
<MessageID xmlns=”http://www.w3.org/2005/08/addressing”>[Unique Message ID]</MessageID>
<Action xmlns=”http://www.w3.org/2005/08/addressing”>http://www.reuters.com/ns/2011/12/02/
webservices/rkd/EstimatesIBES_1/GetEstimateDetailsByAnalyst_1</Action>
<Authorization xmlns=”http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1”>
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<GetEstimateDetailsByAnalyst_Request_1 xmlns=”http://www.reuters.com/ns/2011/12/02/
webservices/rkd/EstimatesIBES_1” xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/
rkd/EstimatesIBES_1_Types”>
<AnalystCode>
<Type>Starmine</Type>
<Value>158239</Value>
</AnalystCode>
<Measures></Measures>
<ReportingBasis p4:nil=”true” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”
xmlns:p4=”http://www.w3.org/2001/ XMLSchema-instance” />
<RelativePeriods>
<RelativePeriod>
<Type>Annual</est1:Type>
<Number>1</est1:Number>
</RelativePeriod>
</RelativePeriods>
</GetEstimateDetailsByAnalyst_Request_1>
</Body>
</Envelope>
The following table lists the parameters that you can use in the request:
ATTRIBUTE DESCRIPTION
Measures A collection of Measure Criterion (optional input). Can have the following values:
• Code: Measure code value supported by the input symbol, or can be given as Preferred
or All.
• SegmentCode: Code that describes the segment.
If no measure is provided, then only the Preferred Measure is returned.
RelativePeriods This optional attribute determines the relative period to be returned. Can have the following
values:
• Type: Defines relative period type: Annual, Interim or Monthly.
• Number: Defines number of periods ahead or before the current period.
Multiple relative periods can be provided.
When no period is supplied the default is Annual 0
FiscalPeriods This optional attribute determines the fiscal period to be returned. Possible values:
• Type: Fiscal period type. Can be: FY, QTR1, QTR2, QTR3, QTR4, SAN1, SAN2, MON1,
MON2, MON3, MON4, MON5, MON6, MON7, MON8, MON9, MON10, MON11,
MON12.
• Year: Fiscal year.
Multiple fiscal periods can be provided.
ATTRIBUTE DESCRIPTION
<PrimaryReportingBasis>Consolidated</PrimaryReportingBasis>
<HasMultipleReportingBases>false</HasMultipleReportingBases>
<CountryCode>USA</CountryCode>
<CountryName>United States</CountryName>
</Organization>
<Measures>
<Measure>
<Code>EPS</Code>
<Name>EPS</Name>
<Abbreviation>EPS</Abbreviation>
<IsPreferred>true</IsPreferred>
<ReportingBasis>Consolidated</ReportingBasis>
<ValueFormat>
<Type>PerShare</Type>
<Name>Per-share</Name>
<Scale>1</Scale>
<Unit>Money</Unit>
<CurrencyCode>USD</CurrencyCode>
</ValueFormat>
<Section>Income Statement</Section>
<PrecisionDetail>2</PrecisionDetail>
<PrecisionSummary >3</PrecisionSummary >
<Periods>
<Period>
<RelativePeriod>
<Type>Annual</Type>
<Number>1</Number>
</RelativePeriod>
<FiscalPeriod>
<Type>FY</Type>
<Year>2011</Year>
</FiscalPeriod>
<CalendarYear>2011</CalendarYear>
<CalendarMonth>12</CalendarMonth>
<ActualReportDate xsi:nil=”true” xmlns:xsi=”http://www.w3.org/
2001/XMLSchema-instance”></ActualReportDate>
<Estimates>
<Estimate>
<Contributor>
<ContribID>11266</ContribID>
<Name>WILLIAM BLAIR&COMPANY,L.L.C.</Name>
<Analysts>
<Analyst>
<Code>
<Type>Starmine</Type>
<Value>158239</Value>
</Code>
<Name>Schackart, Ralph</Name>
<Rating>
<Estimate>1</Estimate>
<Recommendation>3</Recommendation>
<RecommendationOverall>2</
RecommendationOverall>
</Rating>
</Analyst>
</Analysts>
</Contributor>
<Unverified xsi:nil=”true” xmlns:xsi=”http://
www.w3.org/2001/XMLSchema-instance”></Unverified>
<Preliminary xsi:nil=”true” xmlns:xsi=”http://
www.w3.org/2001/XMLSchema-instance”></Preliminary>
<Current>0.85000000</Current>
<Previous>0.77000000</Previous>
<RevisionDate>2011-11-09T00:00:00</RevisionDate>
<ReviewDate>2011-11-10T10:20:18.78</ReviewDate>
<CurrencyCode>USD</CurrencyCode>
<Summary>
<UnverifiedMean xsi:nil=”true” xmlns:xsi=”http://
www.w3.org/2001/XMLSchema-instance”>
</UnverifiedMean>
<PreliminaryMean xsi:nil=”true” xmlns:xsi=”http://
www.w3.org/2001/XMLSchema-instance”>
</Preliminary Mean>
<Mean xsi:nil=”true” xmlns:xsi=”http://www.w3.org/
2001/XMLSchema-instance”></Mean>
<SmartEstimate xsi:nil=”true” xmlns:xsi=”http://
www.w3.org/2001/XMLSchema-instance”>
</SmartEstimate>
<PredictedSurprise xsi:nil=”true” xmlns:xsi=”http://
www.w3.org/2001/XMLSchema-instance”>
</PredictedSurprise>
<PredictedSurpriseIsSignificant>false
</PredictedSurpriseIsSignificant>
<High xsi:nil=”true” xmlns:xsi=”http://www.w3.org/
2001/XMLSchema-instance”></High>
<Low xsi:nil=”true” xmlns:xsi=”http://www.w3.org/
2001/XMLSchema-instance”></Low>
</Summary>
<IsExcludedFromMean>false</IsExcludedFromMean>
<EarningsAccuracy>1</EarningsAccuracy>
<IsBold>false</IsBold>
<IsSignificant>false</IsSignificant>
<IsHigh>false</IsHigh>
<IsLow>true</IsLow>
<SmartEstimate>
<Weight>1.63737000</Weight>
</SmartEstimate>
<Bibliography></Bibliography>
</Estimate>
</Estimates>
</Period>
...
</Periods>
</Measure>
</Measures>
</EstimateDetail>
...
</EstimateDetails>
</GetEstimateDetailsByAnalyst_Response_1>
</Body >
</Envelope>
The following table lists all the parameters returned by the response:
ATTRIBUTE DESCRIPTION
Organization The company name and symbol of subject company. Can have the following values:
• Name: The organization's name.
• Symbol: The symbol type and value in the request for company events.
Industry Provides information on what industries the company is a component of. Can have the following
values:
• Code: Industry code based on TRBC classification.
• Name: Industry name.
ValueFormats A collection of value formats one for each measure value type (Per share/Non Per Share/Ratio).
Can have the following values:
• Name: The organization's name.
• Symbol: The symbol type and value in the request for company events.
• Type: Shows type of value (per share, non per share or ratio)
• Name: Name of value format
• Scale: Scaling factor (e.g. 1 or 1000000)
• Unit: Shows unit type (Money or Percentage)
• CurrencyCode - Shows currency code for the current value format
PreferredMeasureCode Shows measure code that is the default for this company.
PrimaryReportingBasis Shows reporting basis for the company (either Parent or Consolidated).
HasMultipleReportingBases Indicates whether the company has estimates for both Parent & Consolidated.
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
Measures (cont’d) LongTermGrowthEstimates It has the LongTermGrowth detail given by each contributor/
analyst.
• Contributor: Contributor details with analyst if any
• ContribID
• Name
• Analyst (shall only be returned when the caller specifies the Include Analysts set to true)
with the following attributes
- Analyst Code
- Name
- Rating: Estimate, Recommendation, RecommendationOverall
• Unverified: Unverified value
• Preliminary: Preliminary value
• Current: Current value
• Previous: Previous value
• RevisionDate: LTG revision date
• ReviewDate: Reviewed date
• Summary: Has the summary data for UnverifiedMean, PreliminaryMean and Mean
• IsExcludedFromMean: Is excluded from mean or not
• Footnotes
• Type: One of the three footnote types: Company, Instrument and Estimate-level
footnotes
• Subtype
• Entry Date: Footnote date
• FootnoteSubject: All, Current, Previous
• IsSignificant: Is significant or not
• Text: Footnote text
• Bibliography: Additional reference doc IDs (research):
• UnverifiedDocumentId
• PreliminaryDocumentId
• CurrentDocumentId
• PreviousDocumentId
ATTRIBUTE DESCRIPTION
Measures (cont’d) Periods: Gives the detail of which fiscal/relative period the data belongs to. If future period, then
Estimates value is returned, and if historical periods, then Actual are returned.
Estimate Period:
• RelativePeriod: It can be any of the below and in respective range.
• Annual: ANN-10 to ANN5
• Interim: INT-20 to INT20
• Monthly: MON-47 to MON12
• Fiscal Period:
• Type can be: FY, QTR1-QTR4, SAN1-SAN2, and MON1-MON12
• Fiscal Period Year: Should be between 1990-2030.
• CalendarYear: Year
• CalendarMonth: Month
• ActualReportDate: Actual reported date
Actuals: A collection of actual data one for each segment/sub-segment. This data is returned
only for past periods (Where earnings have already been reported). For measures without
segment, there is only one element in the collection.
• Currency code: Currency value (for example, USD, CAD)
• Reported: Actual value reported
• ReportedDate: Date when actual was reported
• Restated: Actual value restated
• RestatedDate: Date when actual was restated
• PostReport30DayPriceChangePercent: The change in the stock price of the company 30
days after the company reported financial results
• SurprisePercent: Surprise percentage for this period/measure, calculated as (actual - mean) /
mean
• Surprise60DayPercent: The percentage difference between the actual reported by the
company and the mean estimate for that ticker/measure/period 60 days prior to the day of
report
• SurpriseMean: The arithmetic average of estimates at the release of earnings to the
marketplace, for the fiscal period indicated
• StandardizedUnexpectedEarnings: The standardized unanticipated earnings score,
calculated as (actual - mean) / standard deviation of summary estimates
• NumberOfEstimates: Number of estimates given
• SegmentCode: Segment code
• SubSegmentCode: Sub segment code
ATTRIBUTE DESCRIPTION
Measures (cont’d) Estimates: Has estimate value given by each contributor/analyst if period is future.
• Contributor: Contributor details with analyst if any
• ContribID
• Name
• Analyst (shall only be returned when the caller specifies the Include Analysts set to true)
with the following attributes
• Analyst Code
• Name
• Rating: Estimate, Recommendation, RecommendationOverall
• Unverified: Unverified value
• Preliminary: Preliminary value
• Current: Current value
• Previous: Previous value
• RevisionDate: Revision date
• ReviewDate: Reviewed date
• CurrencyCode: Like USD, INR etc.
• Calculations: Type, Value
• Summary
• UnverifiedMean: Mean estimate taking into account all estimate revisions that have
been submitted by contributors but not yet verified as valid by the IBES Estimates
Content Operations Team. This provides what the mean would be if all data received
from contributors is verified.
• PreliminaryMean: Mean estimate including all revisions verified by the IBES Estimates
Content Operations Team since the last Analytics (SmartEstimate, Predicted Surprise,
etc) were created
• Mean: The mean of all estimates included in the summary
• SmartEstimate: The Smart Estimate
• PredictedSurprise: The Predicted Surprise amount
• PredictedSurpriseIsSignificant: Whether the Predicted Surprise is significant
• High: The highest estimate included in the summary
• Low: The lowest estimate included in the summary
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
24.3.7.1 XML Sample Request - Retrieving Long Term Growth Estimate Detail
The following example retrieves long term growth details for IBM.
<Envelope xmlns=”http://www.w3.org/2003/05/soap-Envelope”>
<Header>
<To xmlns=”http://www.w3.org/2005/08/addressing”>http://api.rkd.refinitiv.com/api/
EstimatesIBES/EstimatesIBES.svc</To>
<MessageID xmlns=”http://www.w3.org/2005/08/addressing”>[Unique Message ID]</MessageID>
<Action xmlns=”http://www.w3.org/2005/08/addressing”>http://www.reuters.com/ns/2011/12/02/
webservices/rkd/EstimatesIBES_1/GetLongTermGrowthEstimateDetail_1</Action>
<Authorization xmlns=”http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1”>
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<GetLongTermGrowthEstimateDetail_Request_1 xmlns=”http://www.reuters.com/ns/2011/12/02/
webservices/rkd/EstimatesIBES_1”>
<Symbol xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/EstimatesIBES_1/
Criteria/Symbol”>
<Type>Ric</Type>
<Value>IBM.N</Value>
</Symbol>
<Measures xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/
EstimatesIBES_1_Types”>
<Measure>
<Code>All</Code>
</Measure>
</Measures>
<ReportingBasis>Primary</ReportingBasis>
</GetLongTermGrowthEstimateDetail_Request_1>
</Body >
</Envelope>
The following table contains the parameters that you use in the request:
ATTRIBUTE DESCRIPTION
Symbol Shows the symbol to request data for. Includes the following values:
• Type: Defines symbol type:
• IBES Ticker
• RIC
• Value: Input value for the symbol.
Measures List of Measure criterion where a single or multiple measures can be provided. Can have the
following values:
• Code: Measure code value supported by the input symbol, or can be given as Preferred or All.
• SegmentCode: Code that describes the segment.
ContribId Defines contributor ID for which the Estimates Data is returned only.
IncludeBibliography Specifies whether the response shall include additional reference doc IDs (research).
IncludeFootnotes Specifies whether the response shall include any footnotes that apply to the estimate, actual or the
organization.
24.3.7.2 XML Sample Response - Retrieving Long Term Growth Estimate Detail
The response returns the following details:
<CountryName>United States</CountryName>
</Organization>
<Measures>
<Measure>
<Code>BPS</Code>
<Name>Book Value per Share</Name>
<Abbreviation>BPS</Abbreviation>
<IsPreferred>false</IsPreferred>
<ReportingBasis>Consolidated</ReportingBasis>
<ValueFormat>
<Type>PerShare</Type>
<Name>Per-share</Name>
<Scale>1</Scale>
<Unit>Money</Unit>
<CurrencyCode>USD</CurrencyCode>
</ValueFormat>
<Section>Balance Sheet</Section>
<PrecisionDetail>2</PrecisionDetail>
<PrecisionSummary >3</PrecisionSummary >
</Measure>
...
</Measures>
</LongTermGrowthEstimateDetail>
</GetLongTermGrowthEstimateDetail_Response_1>
</Body >
</Envelope>
ATTRIBUTE DESCRIPTION
Organization The company name and symbol of subject company. Can have the following values:
• Name: The organization's name.
• Symbol: The symbol type and value in the request for company events.
Industry Provides information on what industries the company is a component of. Can have the following
values:
• Code: Industry code based on TRBC classification.
• Name: Industry name.
ValueFormats A collection of value formats one for each measure value type (Per share/Non Per Share/Ratio).
Can have the following values:
• Type: Shows type of value (per share, non per share or ratio).
• Name: Name of value format.
• Scale: Scaling factor (i.e. 1 or 1000000)
• Unit: Shows unit type (Money, Percentage).
• CurrencyCode: Shows currency code for the current value format.
PreferredMeasureCode Shows measure code that is the default for this company.
PrimaryReportingBasis Shows reporting basis for the company (either Parent or Consolidated).
ATTRIBUTE DESCRIPTION
HasMultipleReportingBases Indicates whether the company has estimates for both Parent & Consolidated.
ATTRIBUTE DESCRIPTION
Measure (cont’d) • Segments: Only returned for measures where segments are available (Pharma, Same Store
Sales, etc.):
• Code: Segment code
• Category: Segment category
• Name: Segment name
• Abbreviation: Segment abbreviation
• SubSegments: Every segment has at least 1 subsegment
- Code: Subsegment code
- Category: Subsegment category
- Name: Subsegment name
- Abbreviation: Subsegment abbreviation
• PrecisionDetail: Number of decimal places used to display Detail Estimate data for that
company
• PrecisionSummary: Number of decimal places used to display Summary Estimates data for
that company
LongTermGrowthEstimates: It has the LongTermGrowth details given by each contributor/
analyst.
• Contributor: Contributor details with analyst if any
• ContribID
• Name
• Analyst (shall only be returned when the caller specifies the Include Analysts set to true)
with the following attributes
- Analyst Code
- Name
- Rating: Estimate, Recommendation, RecommendationOverall
• Unverified: Unverified value
• Preliminary: Preliminary value
• Current: Current value
• Previous: Previous value
• RevisionDate: LTG revision date
• ReviewDate: Reviewed date
• Summary: Includes the summary data for UnverifiedMean, PreliminaryMean and Mean
• IsExcludedFromMean: Excluded from mean or not
ATTRIBUTE DESCRIPTION
24.3.8.1 XML Sample Request - Retrieving Long Term Growth Estimate Summaries
The following example requests long term growth summaries for IBM:
<Envelope xmlns=”http://www.w3.org/2003/05/soap-Envelope”>
<Header>
<To xmlns=”http://www.w3.org/2005/08/addressing”>http://api.rkd.refinitiv.com/api/
EstimatesIBES/EstimatesIBES.svc</To>
<MessageID xmlns=”http://www.w3.org/2005/08/addressing”>[Unique Message ID]</MessageID>
<Action xmlns=”http://www.w3.org/2005/08/addressing”>http://www.reuters.com/ns/2011/12/02/
webservices/rkd/EstimatesIBES_1/GetLongTermGrowthEstimateSummaries_1</Action>
<Authorization xmlns=”http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1”>
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<GetLongTermGrowthEstimateSummaries_Request_1 xmlns=”http://www.reuters.com/ns/2011/12/02/
webservices/rkd/EstimatesIBES_1” xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/
rkd/EstimatesIBES_1/Criteria/Symbol”>
<Symbols>
<Symbol>
<Type>Ric</Type>
<Value>IBM.N</Value>
</Symbol>
</Symbols>
<Measures xmlns:est1=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/
EstimatesIBES_1_Types”/>
<ReportingBasis p3:nil=”true” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”
xmlns:p3=”http://www.w3.org/2001/ XMLSchema-instance” />
</GetLongTermGrowthEstimateSummaries_Request_1>
</Body >
</Envelope>
The following table lists the parameters available for this request:
ATTRIBUTE DESCRIPTION
Symbol Shows the symbol(s) to request data for. Includes the following values:
• Type: Defines symbol type:
• IBES Ticker
• RIC
• Value: Input value for the symbol.
Measures List of Measure criterion where a single or multiple measures can be provided. Can have the
following values:
• Code: Measure code value supported by the input symbol, or can be given as Preferred or
All.
• SegmentCode: Code that describes the segment.
OutputIndustryCodeType Indicates whether to return the TRBC industry code in the response.
24.3.8.2 XML Sample Response - Retrieving Long Term Growth Estimate Summaries
The response returns the following information:
<PrimaryReportingBasis>Consolidated</PrimaryReportingBasis>
<HasMultipleReportingBases>false</HasMultipleReportingBases>
<CountryCode>USA</CountryCode>
<CountryName>United States</CountryName>
</Organization>
<Measures>
<Measure>
<Code>EPS</Code>
<Name>EPS</Name>
<Abbreviation>EPS</Abbreviation>
<IsPreferred>true</IsPreferred>
<ReportingBasis>Consolidated</ReportingBasis>
<ValueFormat>
<Type>PerShare</Type>
<Name>Per-share</Name>
<Scale>1</Scale>
<Unit>Money</Unit>
<CurrencyCode>USD</CurrencyCode>
</ValueFormat>
<Section>Income Statement</Section>
<PrecisionDetail>2</PrecisionDetail>
<PrecisionSummary >3</PrecisionSummary >
<LongTermGrowthEstimate>
<UnverifiedMean xsi:nil=”true” xmlns:xsi=”http://www.w3.org/2001/
XMLSchema-instance”></UnverifiedMean>
<PreliminaryMean xsi:nil=”true” xmlns:xsi=”http://www.w3.org/2001/
XMLSchema-instance”></PreliminaryMean>
<Mean>11.01250000</Mean>
<High>15.00000000</High>
<Low>8.40000000</Low>
<NumberOfEstimates>8</NumberOfEstimates>
<Median>10.35000000</Median>
<StandardDeviation>1.99459090</StandardDeviation>
</LongTermGrowthEstimate>
</Measure>
</Measures>
</LongTermGrowthEstimateSummary>
</LongTermGrowthEstimateSummaries>
</GetLongTermGrowthEstimateSummaries_Response_1>
</Body >
</Envelope>
The following table lists the parameters that are returned in the response:
ATTRIBUTE DESCRIPTION
Organization The company name and symbol of subject company. Can have the following values:
• Name: The organization's name.
• Symbol: The symbol type and value in the request for company events.
Industry Provides information on what industries the company is a component of. Can have the following
values:
• Code: Industry code based on TRBC classification.
• Name: Industry name.
ValueFormats A collection of value formats, one for each measure value type (Per share/Non Per Share/Ratio).
Can have the following values:
• Type: Shows type of value type (per share, non per share or ratio)
• Name: Name of value format
• Scale: Quantitative measure (i.e. 1 or 1000000)
• Unit: Shows unit type
• CurrencyCode: Shows currency code for the current value format
PreferredMeasureCode Shows measure code that is the default for this company.
PrimaryReportingBasis Shows reporting basis for the company (either Parent or Consolidated).
HasMultipleReportingBases Indicates whether the company has estimates for both Parent & Consolidated.
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
Measures (cont’d) LongTermGrowthEstimate: Summarizes the Long Term Growth Estimates as below:
• Unverified Mean: Mean estimate taking into account all estimate revisions that have been
submitted by contributors but not yet verified as valid by the IBES Estimates Content
Operations Team. This provides what the man would be if all data received from contributors
is verified.
• PreliminaryMean: Mean estimate including all revisions verified by the IBES Estimates
Content Operations Team since the last Analytics (SmartEstimate, Predicted Surprise, etc)
were created
• Mean: The arithmetic average of all LTG estimates
• High: The highest value
• Low: The lowest value
• NumberOfEstimates: The number of LTG estimates
• Median: The median of all LTG estimates
• StandardDeviation: The standard deviation of LTG estimates
LongTermGrowthEstimateSnapshots:
• Mean: The arithmetic average of all LTG estimates
• High: The highest value
• Low: The lowest value
• NumberOfEstimates: The number of LTG estimates
• Median: The median of all LTG estimates
• StandardDeviation: The standard deviation of LTG estimates
• Age (7, 30, 60, 90 days only)
<Envelope xmlns=”http://www.w3.org/2003/05/soap-Envelope”>
<Header>
<To xmlns=”http://www.w3.org/2005/08/addressing”>http://api.rkd.refinitiv.com/api/
EstimatesIBES/EstimatesIBES.svc</To>
<MessageID xmlns=”http://www.w3.org/2005/08/addressing”>[Unique Message ID]</MessageID>
<Action xmlns=”http://www.w3.org/2005/08/addressing”>http://www.reuters.com/ns/2011/12/02/
webservices/rkd/EstimatesIBES_1/GetRecommendationDetail_1</Action>
<Authorization xmlns=”http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1”>
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<GetRecommendationDetail_Request_1 xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/
rkd/EstimatesIBES_1”>
<Symbol xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/EstimatesIBES_1/
Criteria/Symbol”>
<Type>Ric</Type>
<Value>IBM.N</Value>
</Symbol>
</GetRecommendationDetail_Request_1>
</Body >
</Envelope>
ATTRIBUTE DESCRIPTION
Symbol Shows symbol for which the coverage has to be returned. Includes the following values:
• Type: defines symbol type. The following types are supported:
• IBES Ticker
• RIC
• Value: Input value for the symbol.
OutputIndustryCodeType Indicates whether to return the Trbc industry code in the response.
<Code>
<Type>Starmine</Type>
<Value>78377</Value>
</Code>
<Name>Kelleher, Jim</Name>
<Rating>
<Estimate>2</Estimate>
<Recommendation>4</Recommendation>
<RecommendationOverall>2</RecommendationOverall>
</Rating>
</Analyst>
</Analysts>
</Contributor>
<Unverified xsi:nil=”true” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-
instance”></Unverified>
<Preliminary xsi:nil=”true” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-
instance”></Preliminary >
<Current>1</Current>
<Previous xsi:nil=”true” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-
instance”></Previous>
<RevisionDate>2003-05-02T09:13:27</RevisionDate>
<Review Date>2011-12-26T23:15:08.77</ReviewDate>
<Summary>
<UnverifiedMean>2.32142857</UnverifiedMean>
<PreliminaryMean>2.32142857</PreliminaryMean>
<Mean>2.32142857</Mean>
</Summary>
<CurrentText>BUY</CurrentText>
<Bibliography ></Bibliography>
</Recommendation>
...
</Recommendations>
</RecommendationDetail>
</GetRecommendationDetail_Response_1>
</Body >
</Envelope>
ATTRIBUTE DESCRIPTION
Organization The company name and symbol of subject company. Can have the following values:
• Name: the organization's name.
• Symbol: the symbol type and value in the request for company events.
Industry Provides information on what industries the company is a component of. Can have the following
values:
• Code: Industry code based on TRBC classification.
• Name: Industry name.
ValueFormats A collection of value formats one for each measure value type (Per share/Non Per Share/Ratio).
Can have the following values:
• Type: Shows type of value (per share, non per share or ratio)
• Name: Name of value format
• Scale: Scaling factor (e.g. 1 or 1000000)
• Unit: Shows unit type (Money or Percentage)
• CurrencyCode: Shows currency code for the current value format
PreferredMeasureCode Shows measure code that is the default for this company.
PrimaryReportingBasis Shows reporting basis for the company (either Parent or Consolidated).
HasMultipleReportingBases Indicates whether the company has estimates for both Parent & Consolidated.
ATTRIBUTE DESCRIPTION
PriceTargets • Contributor:
• A collection of Contributor Object with ContribID - contributor ID and Name -contributor
name (if available).
• A collection of Analyst (returned only when Include Analysts is set to true) with the
following attributes
• Analyst Code, Name and Rating (Estimate, Recommendation,
RecommendationOverall).
• Unverified: Unverified value
• Preliminary: Preliminary value
• Current: Current value
• Previous: Previous value
• RevisionDate: Revision date
• Summary: Has the summary data for UnverifiedMean, PreliminaryMean and Mean
• CurrencyCode: USD, INR etc.
• LastClosingPrice: Last closing price
• DifferencePercent: Percentage difference
• UnverifiedHorizon: Time horizon of the unverified estimate
• PreliminaryHorizon: Time horizon of the preliminary estimate
• CurrentHorizon: Time horizon of the current estimate
• PreviousHorizon: Time horizon of the previous estimate
• Bibliography: Additional reference doc IDs (research):
• UnverifiedDocumentId
• PreliminaryDocumentId
• CurrentDocumentId
• PreviousDocumentId
ATTRIBUTE DESCRIPTION
Recommendation • Contributor:
• A collection of Contributor Object with ContribID - contributor ID and Name - contributor
name (if available).
• A collection of Analyst (shall only be returned when the Include Analysts is set to true)
with the following attributes: Analyst Code, Name and Rating (Estimate,
Recommendation, RecommendationOverall).
• Unverified: Unverified value
• Preliminary: Preliminary value
• Current: Current value
• Previous: Previous value
• RevisionDate: Revision date
• ReviewDate: Reviewed date
• Summary: Has the summary data for UnverifiedMean, PreliminaryMean and Mean.
• UnverifiedText: Unverified text
• PreliminaryText: Preliminary text
• CurrentText: Current text
• PreviousText: Previous text
• Bibliography: Additional reference doc IDs (research):
• UnverifiedDocumentId
• PreliminaryDocumentId
• CurrentDocumentId
• PreviousDocumentId
<Envelope xmlns=”http://www.w3.org/2003/05/soap-Envelope”>
<Header>
<To xmlns=”http://www.w3.org/2005/08/addressing”>http://api.rkd.refinitiv.com/api/
EstimatesIBES/EstimatesIBES.svc</To>
<MessageID xmlns=”http://www.w3.org/2005/08/addressing”>[Unique Message ID]</MessageID>
<Action xmlns=”http://www.w3.org/2005/08/addressing”>http://www.reuters.com/ns/2011/12/02/
webservices/rkd/EstimatesIBES_1/GetRecommendationSummaries_1</Action>
<Authorization xmlns=”http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1”>
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body >
<GetRecommendationSummaries_Request_1 xmlns=”http://www.reuters.com/ns/2011/12/02/
webservices/rkd/EstimatesIBES_1”>
<Symbols xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/EstimatesIBES_1/
Criteria/Symbol”>
<Symbol>
<Type>Ric</Type>
<Value>IBM.N</Value>
</Symbol>
</Symbols>
</GetRecommendationSummaries_Request_1>
</Body >
</Envelope>
ATTRIBUTE DESCRIPTION
Symbols Shows the symbol(s) to request data for. Includes the following values:
• Type: Defines symbol type:
• IBES Ticker
• RIC
• Value: Input value for the symbol.
<Organization>
<Name>International Business Machines Corp</Name>
<DisplaySymbol xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/rkd/
EstimatesIBES_1/Criteria/Symbol”>
<DisplayValue>IBM</DisplayValue>
<Symbol>
<Type>Ric</Type>
<Value>IBM.N</Value>
</Symbol>
</DisplaySymbol>
<Industry >
<Code>
<Type xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/
rkd/EstimatesIBES_1/Criteria/Industry“>Trbc</Type>
<Value xmlns=”http://www.reuters.com/ns/2011/12/02/webservices/
rkd/EstimatesIBES_1/Criteria/Industry“>0000</Value>
</Code>
<Name>UNCLASSIFIED</Name>
</Industry >
<PreferredMeasureCode>EPS</PreferredMeasureCode>
<PrimaryReportingBasis>Consolidated</PrimaryReportingBasis>
<HasMultipleReportingBases>false</HasMultipleReportingBases>
<CountryCode>USA</CountryCode>
<CountryName>United States</CountryName>
</Organization>
<Recommendation>
<UnverifiedMean>2.32142857</UnverifiedMean>
<PreliminaryMean>2.32142857</PreliminaryMean>
<Mean>2.32142857</Mean>
<High>1</High>
<Low>3</Low >
<NumberOfRecommendations>28</NumberOfRecommendations>
</Recommendation>
</RecommendationSummary >
</RecommendationSummaries>
</GetRecommendationSummaries_Response_1>
</Body >
</Envelope>
ATTRIBUTE DESCRIPTION
Organization The company name and symbol of subject company. Can have the following values:
• Name: The organization's name.
• Symbol: The symbol type and value in the request for company events.
ATTRIBUTE DESCRIPTION
Industry Provides information on what industries the company is a component of. Can have the following
values:
• Code: Industry code based on TRBC classification.
• Name: Industry name.
ValueFormats A collection of value formats one for each measure value type (Per share/Non Per Share/Ratio).
Can have the following values:
• Type: Shows type of value (per share, non per share or ratio)
• Name: Name of value format
• Scale: Scaling factor (e.g. 1 or 1000000)
• Unit: Shows unit type (Money or Percentage)
• CurrencyCode: Shows currency code for the current value format
PreferredMeasureCode Shows measure code that is the default for this company.
PrimaryReportingBasis Shows reporting basis for the company (either Parent or Consolidated).
HasMultipleReportingBases Indicates whether the company has estimates for both Parent & Consolidated.
PriceTargetSnapshot A collection of Price Target Snapshots from the past is returned on request:
• CurrencyCode: Currency code, like USD, INR, etc.
• Mean: The arithmetic average of price targets
• High: The highest value
• Low: The lowest value
• NumberOfEstimates: The number of estimates
• Median: The median of all price targets
• Standard Deviation: The standard deviation of price targets
• Age
ATTRIBUTE DESCRIPTION
25 People Search
People Search service provides information about Corporate Officers and Directors. The basic search provides basic information based on
either partial name or PersonID. Detailed search provides full detailed information including education, compensation history, certifications,
etc. Relationship search gives a list of all other officers and directors of the companies with which a given person is associated.
The following operations are available through the People Search service:
• Get Detail (GetDetail_1): Retrieves corporate officers and director's data including compensation history for a specific person.
• Get Person Relationships (GetPersonRelationships_1): Retrieves information on an officer's corporate affiliations or relationships within
companies on the Fundamentals database.
• Get Relational Path (GetRelationalPath_1): Retrieves details about relational path between two specified Person IDs.
25.1.1 Authorization
All requests to the People Search service require an authorization token. For details, see Understanding Authentication Tokens.
25.1.2 Authentication
Refinitiv Search uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in Refinitiv People Search.
For additional information on creating a Service Token, see Creating a Token.
WSDL
http://api.rkd.refinitiv.com/schemas/PeopleSearch/wsdl/PeopleSearch_1_HttpAndRKDToken.wsdl
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
PeopleSearch/PeopleSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/02/04/
webservices/rkd/PeopleSearch_1/GetDetail_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body >
<GetDetail_Request_1 xmlns="http://www.reuters.com/ns/2009/02/04/webservices/rkd/
PeopleSearch_1" PersonID="3" />
</Body >
</Envelope>
ATTRIBUTE DESCRIPTION
lang The language used for people search (optional). Can have the following values:
• en-US (default)
• ja-JP
• zh-JHS
<PersonInformation>
<LastModified Date="2005-11-12T08:26:54.113"></LastModified>
<Name>
<Info Type="LastName">Savitz</Info>
<Info Type="FirstName">Richard</Info>
<Info Type="MiddleInitial">J</Info>
<Info Type="Age">53</Info>
<Info Type="Sex">M</Info>
</Name>
</PersonInformation>
<CorporateAffiliations>
<Affiliation Order="1">
<Company RepNo="48680" Name="Justin Industries, Inc." Active="false">
</Company>
<OfficerID="3" Title="Vice President-Finance, Treasurer, Secretary"
Active="false"></Officer>
<Address>
<StreetAddress Line="1">2821 West 7th Street</StreetAddress>
<City>Fort Worth</City>
<StateOrRegion>Texas</StateOrRegion>
<PostalCode>76107</PostalCode>
<CountryCode="USA">United States</Country>
</Address>
<IndustryClassification>
<Taxonomy Type="RBSS2004">
<Detail Order="1" Code="51221" Mnemonic="51221"
Description="Construction Materials"></Detail>
</Taxonomy >
</IndustryClassification>
<PositionInformation>
<TenureDates>
<OfficerStart Year="1982" Month="3"></OfficerStart>
<OfficerEnd Year="2000" Month="8"></OfficerEnd>
</TenureDates>
<Titles>
<Designation>
<End Year="1999"></End>
<LongTitle>Vice President-Finance, Treasurer, Secretary
</LongTitle>
<Title Order="0" ID="VFN">Vice President -Finance</Title>
<Title Order="1" ID="TRS">Treasurer</Title>
<Title Order="2" ID="SEC ">Secretary</Title>
</Designation>
<Designation>
<Start Year="1999"></Start>
<End Year="2000" Month="8"></End>
<LongTitle>Chief Financial Officer, SeniorVice President,
Secretary </LongTitle>
<Title Order="0" ID="CFO">Chief Financial Officer</Title>
<Title Order="1" ID="SVP">SeniorVice President</Title>
<Title Order="2" ID="SEC">Secretary</Title>
</Designation>
</Titles>
</PositionInformation>
<BiographicalInformation>
<Text Type="Biography"></Text>
</BiographicalInformation>
<SalaryInformation>
<CompensationPeriod EndDate="1999-12-31">
<Submission Type="10-K405" Year="2000" Month="3" Day ="29"></
Submission>
<CompensationCurrency>USD</CompensationCurrency>
<CompensationInformation>
<Compensation Type="Salary">263000</Compensation>
<Compensation Type="Bonus">139390</Compensation>
<Compensation Type="OtherST">148750</Compensation>
<Compensation Type="TotalST">551140</Compensation>
<Compensation Type="AllOtherLT">4213</Compensation>
<Compensation Type="TotalComp">555353</Compensation>
</CompensationInformation>
<OptionsInformation>
<Option Type="Exercised">
<Number>8860</Number>
<Value>67710</Value>
</Option>
<Option Type="Unexercised-Exercisable">
<Number>58200</Number>
<Value>269724</Value>
</Option>
<Option Type="Unexercised-Unexercisable">
<Number>61000</Number>
<Value>86000</Value>
</Option>
</OptionsInformation>
</CompensationPeriod>
...
<CompensationPeriod EndDate="1997-12-31">
<Submission Type="10-K"></Submission>
<Submission Type="Proxy Statement"></Submission>
<CompensationCurrency>USD</CompensationCurrency>
<CompensationInformation>
<Compensation Type="Salary ">213000</Compensation>
<Compensation Type="Bonus">102240</Compensation>
<Compensation Type="TotalST">315240</Compensation>
<Compensation Type="AllOtherLT">4410</Compensation>
<Compensation Type="TotalComp">319650</Compensation>
</CompensationInformation>
<OptionsInformation>
<Option Type="Unexercised-Exercisable">
<Number>53700</Number>
<Value>308285</Value>
</Option>
<Option Type="Unexercised-Unexercisable">
<Number>29000</Number>
<Value>32750</Value>
</Option>
</OptionsInformation>
</CompensationPeriod>
</SalaryInformation>
</Affiliation>
</CorporateAffiliations>
</PeopleAffiliationDetail>
</PeopleAffiliations>
</GetDetail_Response_1>
</Body >
</Envelope>
<PeopleAffiliations>
<PeopleAffiliationDetail>
<Person ID="3" Active="false"></Person>
....
</PeopleAffiliations>
Each PeopleAffiliations element also contains the following information divided up into sub-elements:
• Corporate Affiliations
• Position Information
• Biographical Information
• Salary Information
• Person Information
<CorporateAffiliations>
<Affiliation Order="1">
<Company RepNo="48680" Name="Justin Industries, Inc." Active="false"></company>
<Officer ID="3" Title="Vice President-Finance, Treasurer, Secretary" Active="false">
</Officer>
<Address>
<StreetAddress Line="1">2821 West 7th Street</StreetAddress>
<City>Fort Worth</City >
<StateOrRegion>Texas</StateOrRegion>
<PostalCode>76107</PostalCode>
<CountryCode="USA">United States</Country>
</Address>
<IndustryClassification>
<Taxonomy Type="RBSS2004">
<Detail Order="1" Code="51221" Mnemonic="51221" Description="Construction
Materials"></Detail>
</Taxonomy>
</IndustryClassification>
...
</Affiliation>
</CorporateAffiliations>
NOTE: The date is not given in regular Date format (YYYYMMDD) because some components of the date (e.g. the Day) may not be
available. In some instances the Start Year may also not be available to Refinitiv. In such instances Start Year is populated with the string NA.
Titles: The Titles section details the various titles a person has held with a company, over time. Each Designation has a Start date, may have
an End date, has a Long Title as reported by the company, and up to four titles. Thus, a company may report a person's most recent title as
'Chairman of the Board and Chief Executive Officer'. This appears as the Long Title. The person is also tagged with two 'title ID's': CHM
=Chairman and CEO = Chief Executive Officer. If available, this title also has a Start date. However, as the most current title, this does not
have an End date. If this person was previously a VP of the company, then there is another Designation record in the file. This could have a
Long Title of Vice President and a title ID VP=Vice President. As this is not the most current title, this designation does have an End date.
Committee Memberships: This section details the various board committees a director sits on. Fields include committee, title and start/end
date.
<PositionInformation>
<TenureDates>
<OfficerStart Year="1982" Month="3"></OfficerStart>
<OfficerEnd Year="2000" Month="8"></OfficerEnd>
</TenureDates>
<Titles>
<Designation>
<End Year="1999"></End>
<LongTitle>Vice President-Finance, Treasurer, Secretary </LongTitle>
<Title Order="0" ID="VFN">V ice President -Finance</Title>
<Title Order="1" ID="TRS">Treasurer</Title>
<Title Order="2" ID="SEC">Secretary</Title>
</Designation>
<Designation>
<Start Year="1999"></Start>
<End Year="2000" Month="8"></End>
<LongTitle>Chief Financial Officer, Senior Vice President, Secretary</LongTitle>
<Title Order="0" ID="CFO">Chief Financial Officer</Title>
<Title Order="1" ID="SVP">Senior Vice President</Title>
<Title Order="2" ID="SEC">Secretary </Title>
</Designation>
</Titles>
</PositionInformation>
<BiographicalInformation>
<Text Type="Biography">Mr. Thomas H. Glocer is Chief Executive Officer of Thomson Reuters PLC.
Mr. Glocer joined Reuters Group in 1993 as Vice President and Deputy Counsel, Reuters America.
He held a number of senior leadership positions at Reuters, including President of Reuters LatAm
and Reuters America, before being named CEO of Reuters Group PLC in July 2001. He also served
on the Reuters Board from 2000...</Text>
</BiographicalInformation>
<Salary Information>
<CompensationPeriod EndDate="1999-12-31">
<Submission Type="10-K405" Year="2000" Month="3" Day ="29"></Submission>
<CompensationCurrency >USD</CompensationCurrency >
<CompensationInformation>
<Compensation Type="Salary ">263000</Compensation>
<Compensation Type="Bonus">139390</Compensation>
<Compensation Type="OtherST">148750</Compensation>
<Compensation Type="TotalST">551140</Compensation>
<Compensation Type="AllOtherLT">4213</Compensation>
<Compensation Type="TotalComp">555353</Compensation>
</CompensationInformation>
<OptionsInformation>
<Option Type="Exercised">
<Number>8860</Number>
<Value>67710</Value>
</Option>
<Option Type="Unexercised-Exercisable">
<Number>58200</Number>
<Value>269724</Value>
</Option>
<Option Type="Unexercised-Unexercisable">
<Number>61000</Number>
<Value>86000</Value>
</Option>
</OptionsInformation>
</CompensationPeriod>
...
</Salary Information>
NOTE: Person-specific fields are maintained on an individual level -i.e. as reported in a company's latest source document that an officer is
associated with. All fields within the "PersonInformation" container element are maintained until a person's status becomes inactive.
Name: Contains all information pertinent to an individual's name. Fields include first, middle, last and preferred name in addition to prefix and
suffix. First and last name are required fields. Preferred name may include an officers/directors nickname and/or "western" name depending
on their preference and origin.
Certifications: The certifications element displays a certificate obtained by a person during his/her lifetime. This information is not linked to
a date and only displays the certificate.
EducationHistory: This section provides information on the person's educational background. Fields include college, degree, major and
graduation date, and are listed per Degree record. If a person has multiple degrees from the same college, then two records are created.
<PersonInformation>
<LastModified Date="2005-11-12T08:26:54.113"></LastModified>
<Name>
<Info Type="LastName">Savitz</Info>
<Info Type="FirstName">Richard</Info>
<Info Type="MiddleInitial">J</Info>
<Info Type="Age">53</Info>
<Info Type="Sex">M</Info>
</Name>
</PersonInformation>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
PeopleSearch/PeopleSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/02/04/
webservices/rkd/PeopleSearch_1/ GetPersonRelationships_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body >
<GetPersonRelationships_Request_1 xmlns="http://www.reuters.com/ns/2009/02/04/webservices/
rkd/PeopleSearch_1" PersonID="3"></GetPersonRelationships_Request_1>
</Body >
</Envelope>
PARAMETER DESCRIPTION
Lang The language used for people search (optional). Can have the following values:
• en-US
• ja-JP
• zh-JHS
Exclusion Allows you to add exclusions (optional).To add an exclusion you need to specify:
• PersonID: Person identifier.
• RepNo: Report Number ID that represents the U.S. GAAP filing associated to the Issue ADR ID.
<Name>
<Info Type="LastName">Musolino</Info>
<Info Type="FirstName">Joseph</Info>
<Info Type="MiddleInitial">R</Info>
<Info Type="Age">67</Info>
<Info Type="Sex">M</Info>
</Name>
<CorporateAffiliations>
<Affiliation>
<company IssuerID="3698" RepNo="71615" Name="Pool
Energy Services Co." OrgID="29424"
Active="false"></company >
<Position OfficerID="8540" ActiveStatus="false"
Title="Director"></Position>
</Affiliation>
<Affiliation>
<Company IssuerID="9319" RepNo="A12AE" Name="Edge
Petroleum Corp." OrgID="112195" Active="true">
</Company>
<Position OfficerID="435074" ActiveStatus="false"
Title="Director"></Position>
</Affiliation>
</CorporateAffiliations>
</Person>
<Position OfficerID="10" ActiveStatus="false"
Title="Director"></Position>
</Officer>
...
</OfficersDirectors>
</Company >
<Position OfficerID="3" ActiveStatus="false" Title="Vice President-Finance,
Treasurer, Secretary"></Position>
</Affiliation>
</CorporateAffiliations>
</Person>
</GetPersonRelationships_Response_1>
</Body >
</Envelope>
The response provides information on officer's corporate affiliations or relationships within companies on the Fundamentals database. Each
response can have the following fields:
PARAMETER DESCRIPTION
Person Contains information pertaining to the person's ID, name, age and sex.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
PeopleSearch/PeopleSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/02/04/
webservices/rkd/PeopleSearch_1/GetRelationalPath_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body >
<GetRelationalPath_Request_1 xmlns="http://www.reuters.com/ns/2009/02/04/webservices/rkd/
PeopleSearch_1" Person1ID="3" Person2ID="2"></GetRelationalPath_Request_1>
</Body >
</Envelope>
ATTRIBUTE DESCRIPTION
ShowNumPaths Defines number of paths to be displayed in the response (optional). Default value is '10'.
lang The language used for people search (optional). Can have the following values:
• en-US (default)
• ja-JP
• zh-JHS
The table below gives details of the elements returned by the response:
ATTRIBUTE DESCRIPTION
RelationalPath Shows details about the relational path between the two specified Person IDs. Includes the following
elements:
• TotalConnections: Total number of connections between the specified Person IDs.
• DisplayedConnections: Number of displayed connections.
ATTRIBUTE DESCRIPTION
Connection Provides details about each displayed connection between the specified person IDs. Includes:
• Strength
• Depth
Person Contains information pertaining to the person's ID, name, age and sex.
PositionInformation Contains unique Officer ID and details the various titles a person has held with a company, over time.
• Officer ID: Unique Officer ID. This ID does not change, and is not re-used. While an Officer ID
indicates a unique person within a company, the same person is assigned a different Officer ID in
the context of a different company. In addition to Officer ID, the Person ID is presented as a
separate element and enables identification of the relationship between the individual and
companies.
• Active: Indicates whether an officer and/or director is active ('true') or inactive ('false').
• Designation: Each Designation has a Start date, may have an End date, has a Long Title as
reported by the company, and up to four titles. Thus, a company may report a person's most
recent title as 'Chairman of the Board and Chief Executive Officer'. This appears as the Long
Title. The person is also tagged with two 'title ID's':
CHM =Chairman and CEO = Chief Executive Officer. If available, this title also has a Start date.
However, as the most current title, this does not have an End date. If this person was previously a
VP of the company, then there is another Designation record in the file. This could have a Long
Title of Vice President and a title ID VP=Vice President. As this is not the most current title, this
designation has an End date.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
PeopleSearch/PeopleSearch.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/02/04/
webservices/rkd/PeopleSearch_1/GetSearch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body >
<GetSearch_Request_1 xmlns="http://www.reuters.com/ns/2009/02/04/webservices/rkd/
PeopleSearch_1" PersonID="3"></GetSearch_Request_1>
</Body >
</Envelope>
When searching for a personal profile you can use the following attributes:
ATTRIBUTE DESCRIPTION
Lang The language used for people search (optional). Can have the following values:
• en-US (default)
• ja-JP
• zh-JHS
AllowPartialLastName Enables partial search by part of person's last name. Default value is '0'.
AllowPartialFirstName Enables partial search by part of person's first name. Default value is '0'.
AllowPartialPreferredName Enables partial search by part of person's preferred name. Default value is '0'.
ATTRIBUTE DESCRIPTION
PersonActiveStatus Indicates whether an individual (person) is active ('true') or inactive ('false') and is derived from
Officer Status and Company Status.
ATTRIBUTE DESCRIPTION
RepNo Report Number that represents the U.S GAAP filing associated to the Issue ADR ID.
26 Significant Developments
Refinitiv Significant Developments is a news analysis and filtering service that identifies crucial, market-moving company news on a near
real-time basis for a large universe of public companies. You can use Significant Developments to screen through company press releases
and briefly summarize major company specific developments. The targeted coverage is 30,000+ publicly traded companies in 80 countries.
Refinitiv Significant Developments allows users to keep abreast of the market without screening through high volumes of press releases.
This service allows for customized reports on companies and/or areas of interest (e.g. M&A activity in a particular industry). The data,
including history, is made available in a highly searchable format allowing users to analyze trends and patterns for a company, industry or
subject matter.
Refinitiv analysts monitor thousands of press releases daily, identifying those developments that are significant to a company's current or
future operations. Each story, complete with a date, time and headline, is tagged according to subject and is assigned a significance level.
There are 27 possible subject topics and three levels of significance (1 = high, 2 = medium, 3 = low).
The Refinitiv significant development database is created by trained analysts on a real time basis who continuously monitor various news
sources (Business Wire, Wall Street Journal, for example) for significant developments that are viewed as soon as they become available to
public. The analysts create abstracts and tag them by subject and importance.
26.1.1 Authorization
All requests to the Significant Developments web service require an authorization token. For details, see Understanding Authentication
Tokens.
26.1.2 Authentication
Significant Developments uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before
your application authenticates them. Unmanaged effective users are not supported in Significant Developments.
For additional information, see Creating a Token.
WSDL
http://api.rkd.refinitiv.com/schemas/SignificantDevelopments/wsdl/
SignificantDevelopments_1_HttpAndRKDToken.wsdl
XSD
http://api.rkd.refinitiv.com/schemas/SignificantDevelopments/SignificantDevelopments_1.xsd
• Company
• Development ID
• Period
• Significance
• Number of Developments
• Topic Code
Refinitiv Significant Developments currently provides a single request named GetSignificantDevelopments_Request_1 which allows three
ways to search. These three types of search are:
• FindRequest: Allows the user to search by RIC codes, country and sector, start and end dates, specific significance levels, topic codes
etc.
• FindByIdRequest: Allows the user to retrieve a specific news story by searching on the development id.
• FindRequestByFrontPage: Allows the user to retrieve current days news stories based on whether they are on the front page or not.
NOTE: Refinitiv recommends setting MaxNumberOfItems="100" for all requests to speed up the search and to avoid time out errors in cases
when companies have accumulated an extremely large amount of stories that are not relevant to the search. Even though
<MaxNumberOfItems> is an optional attribute, Refinitiv recommends including <MaxNumberOfItems> in each significant developments
request.
26.2.1 FindRequest
This request allows the user to search by RIC codes, country and sector, start and end dates, specific significance levels, topic codes etc.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
SignificantDevelopments/SignificantDevelopments.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/SignificantDevelopments_1/GetSignificantDevelopments_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetSignificantDevelopments_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/SignificantDevelopments_1">
<FindRequest
StartDate="<Start Date (Optional)>"
EndDate="<End Date (Optional)>"
Significance="<Significance Level (Optional)>"
Topics="<Topic List (Optional)>"
FrontPage="<Front Page Flag (Optional)"
MaxNumberOfItems="<Maximum number of items (Optional)>">
<CompanyIdentifiers>
ATTRIBUTE DESCRIPTION
StartDate The starting date where Refinitiv Significant Developments should begin searching for news stories.
EndDate The end date where Refinitiv Significant Developments should end searching for news stories.
Significance There are currently 3 flags used to disclose the level of significance: 1 = High, 2 = Medium, 3 = Low.
Topics There are total of 22 topics available for Refinitiv Significant Development stories. Each development
can include up to 3 topic codes depending on the nature of development story. There is always a
minimum of one topic code assigned to each development. For further information on Topic codes
and their descriptions please refer to Section 26.4, Topics and Descriptions.
FrontPage Indicates if response should only contain stories that are "Front Page"
NOTE: Refinitiv recommends setting MaxNumberOfItems="100" for all requests to speed up the
search and to avoid time out errors in cases when companies have accumulated an extremely large
amount of stories that are not relevant to the search. Even though <MaxNumberOfItems> is an
optional attribute, Refinitiv recommends including <MaxNumberOfItems> in each significant
developments request.
26.2.2 FindByIDRequest
This request allows the user to retrieve a specific news story by searching on the development id.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
SignificantDevelopments/SignificantDevelopments.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/SignificantDevelopments_1/GetSignificantDevelopments_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetSignificantDevelopments_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/SignificantDevelopments_1">
<FindByIdRequest>
<Development>"<DevelopmentID>"</Development>
</FindByIdRequest>
</GetSignificantDevelopments_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
26.2.3 FindRequestByFrontPage
This request allows the user to retrieve current days news stories based on whether they are on the front page or not.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
SignificantDevelopments/SignificantDevelopments.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/SignificantDevelopments_1/GetSignificantDevelopments_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetSignificantDevelopments_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/SignificantDevelopments_1">
<FindRequestByFrontPage FrontPage="<Front Page Flag>" MaxNumberOfItems="<Maximum number
of items>"/>
</GetSignificantDevelopments_Request_1>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
FrontPage Indicates if response should only contain stories that are "Front Page" or the ones that are not. The
default value is "Yes".
NOTE: Refinitiv recommends setting MaxNumberOfItems="100" for all requests to speed up the
search and to avoid time out errors in cases when companies have accumulated an extremely large
amount of stories that are not relevant to the search. Even though <MaxNumberOfItems> is an
optional attribute, Refinitiv recommends including <MaxNumberOfItems> in each significant
developments request.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
SignificantDevelopments/SignificantDevelopments.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/SignificantDevelopments_1/GetSignificantDevelopments_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetSignificantDevelopments_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/SignificantDevelopments_1">
<FindRequest Significance="1 2 3" MaxNumberOfItems="10">
<CompanyIdentifiers>
<RIC Value="msft.o"/>
</CompanyIdentifiers>
</FindRequest>
</GetSignificantDevelopments_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
SignificantDevelopments/SignificantDevelopments.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/SignificantDevelopments_1/GetSignificantDevelopments_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetSignificantDevelopments_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/SignificantDevelopments_1">
<FindRequest Significance="1 2 3" MaxNumberOfItems="10">
<CompanyIdentifiers>
<RIC Value="vod.l"/>
<RIC Value="ibm.n"/>
<RIC Value="msft.o"/>
</CompanyIdentifiers>
</FindRequest>
</GetSignificantDevelopments_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
SignificantDevelopments/SignificantDevelopments.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/SignificantDevelopments_1/GetSignificantDevelopments_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetSignificantDevelopments_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/SignificantDevelopments_1">
<FindRequest Significance="1 2 3" MaxNumberOfItems="10" StartDate="2006-10-20T 00:00:00"
EndDate="2006-10-25T 00:00:00">
<CompanyIdentifiers>
<RIC Value="vod.l"/>
</CompanyIdentifiers>
</FindRequest>
</GetSignificantDevelopments_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
SignificantDevelopments/SignificantDevelopments.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/SignificantDevelopments_1/GetSignificantDevelopments_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetSignificantDevelopments_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/SignificantDevelopments_1">
<FindRequest Significance="1 2" MaxNumberOfItems="10">
<CompanyIdentifiers>
<RIC Value="vod.l" />
</CompanyIdentifiers>
</FindRequest>
</GetSignificantDevelopments_Request_1>
</Body>
</Envelope>
NOTE: Refinitiv recommends setting MaxNumberOfItems="100" for all requests to speed up the search and to avoid time out errors in cases
when companies have accumulated an extremely large amount of stories that are not relevant to the search. Even though
<MaxNumberOfItems> is an optional attribute, Refinitiv recommends including <MaxNumberOfItems> in each significant developments
request.
26.2.8.1 XML Sample Request – Significant Developments Specifying the Number of Developments
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
SignificantDevelopments/SignificantDevelopments.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/SignificantDevelopments_1/GetSignificantDevelopments_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetSignificantDevelopments_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/SignificantDevelopments_1">
<FindRequest Significance="1 2 3" MaxNumberOfItems="10">
<CompanyIdentifiers>
<RIC Value="vod.l" />
</CompanyIdentifiers>
</FindRequest>
</GetSignificantDevelopments_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
SignificantDevelopments/SignificantDevelopments.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/SignificantDevelopments_1/GetSignificantDevelopments_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetSignificantDevelopments_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/SignificantDevelopments_1">
<FindRequest Significance="1 2" MaxNumberOfItems="10" Topics="201 204">
<CompanyIdentifiers>
<RIC Value="msft.o" />
</CompanyIdentifiers>
</FindRequest>
</GetSignificantDevelopments_Request_1>
</Body>
</Envelope>
NOTE: Refinitiv recommends setting MaxNumberOfItems="100" for all requests to speed up the search and to avoid time out errors in cases
when companies have accumulated an extremely large amount of stories that are not relevant to the search. Even though
<MaxNumberOfItems> is an optional attribute, Refinitiv recommends including <MaxNumberOfItems> in each significant developments
request.
26.2.10.1 XML Sample Request – Significant Developments Request with Front page stories
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
SignificantDevelopments/SignificantDevelopments.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/SignificantDevelopments_1/GetSignificantDevelopments_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetSignificantDevelopments_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/SignificantDevelopments_1">
<FindRequest MaxNumberOfItems="10" FrontPage="true">
</GetSignificantDevelopments_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
SignificantDevelopments/SignificantDevelopments.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/SignificantDevelopments_1/GetSignificantDevelopments_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetSignificantDevelopments_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/
webservices/rkd/SignificantDevelopments_1">
<FindByIdRequest>
<Development>753248</Development>
</FindByIdRequest>
</GetSignificantDevelopments_Request_1>
</Body>
</Envelope>
RepNo A RepNo (Refinitiv Report Number) uniquely identifies each issuer (company) covered by Refinitiv.
generates and maintains these numbers. RepNos do not change over time and are never re-used.
Development ID Refinitiv uses a Development ID to uniquely identify each development in the database. Refinitiv
generates and maintains these numbers. Development IDs do not change over time and are never
re-used.
Development Dates
There are three dates associated with each development: source, initiation and last update. Each date is displayed in GMT.
Source Date Indicates the actual date when the development story was published.
Initiation Date Indicates the date and time when the development news story was created into our collection
database for the first time by our analyst staff.
LastUpdate Date Indicates the date and time when Refinitiv last updated the development news. If the initiation
and lastupdate dates are the same, then there is no update for the given development after the first
time it was entered.
XML Sample
<Dates> <Source>2006-08-23T23:00:00.0000000-04:00</Source> <Initiation>2006-08-24T04:17:25.3730000-
04:00</Initiation> <LastUpdate>2006-08-24T07:06:56.3700000-04:00</LastUpdate> </Dates>
Front Page Indicates if a given development is coming from a front page story or not. There are true or false flags
used to indicate the nature of this data point.
Significance Indicates the level of importance (1=High, 2=Medium, 3=Low) for the development.
The level of significance is assigned by our analyst team, after determining the priority of the given development for a given company.
Please, note that there is a list of guidelines used to determine the significance level. For example, large companies do not need every small
contract identified. In some cases a development is critical towards one particular company's business, but for other companies, that same
development is of very little importance. A sale agreement between IBM and a small market cap firm, as a news story, can be identified as a
low level development for IBM, while it can be tagged as a high level development for the small market cap company.
Refinitiv uses the Front Page designation to highlight the most important stories of the day and/or a specific time of the day. On most days,
there should be at least four Front Page stories before and after the bell totaling eight to ten top stories a day. In addition, Refinitiv monitors
the standard press release sources for top significant developments, and checks other real time web sites (for example, Yahoo! Finance,
Reuters Front Page, Wall Street Journal Reuters Front Page, CBS MarketWatch, TheStreet.com) for potential Front Page news.
<Flags>
<FrontPage>false</FrontPage>
<Significance>1</Significance>
</Flags>
Headline
The headline usually includes relevant information such as the company name and issue topic. To create a useful headline, the analyst may
shorten or otherwise form the headline to indicate the summary of the development.
<Headline>Mittal Steel Company N.V. And Nippon Steel To Lift Output At US JV – Reuter</Headline>
Description
The description section contains the significant development story.
<Description>Mattel, Inc. announced that it has entered a multi-y ear worldwide licensing agreement
with Screenlife LLC to manufacture, distribute and market the first DVD-based board game Scene It?.
The licensing agreement also gives Mattel exclusive rights to the Scene It? Brand across a broad
spectrum of toy categories including traditional, electronic and interactive games.</Description>
DESCRIPTION EXPLANATION
Positive Earnings Pre- Pre-announcement (Guidance) provided by company when it expects to exceed (and by how much)
Announcement estimates published by analysts or company themselves. Includes revised estimates, current
consensus estimates, and reason for revision.
Negative Earnings Pre- Pre-announcement (Guidance) provided by company when it expects to fall below (and by how
Announcement much) estimates published by analysts or company themselves. Includes revised estimates, current
consensus estimates, and reason for revision.
Other Pre-Announcement Pre-announcement (Guidance) provided by company when it expects to meet estimates published
by analysts or company themselves. May also incorporate general business outlook or specific
guidance when no published estimates are available. Includes revised estimates and current
consensus estimates.
Initial Public Offerings All new issuances of stock for the first time publicly on a stock exchange.
Equity Financing /Related Includes the issuance of Common or Preferred Stock as a means of raising capital (secondary
offerings, private placements, etc).
Debt Financing Encompasses the issuance of new debt instruments as well as financial restructurings.
DESCRIPTION EXPLANATION
Mergers / Acquisitions Includes name of company and brief business summary, specific terms of the deal, expected
completion date and type of accounting treatment used. Does not include whether or not deal is
accretive to earnings, is subject to regulatory factors or board/ shareholder approval and subsequent
new management structure.
Equity Investments Any purchase/sale of a company's equity by another company, individual or group of investors when
interest represents less than 50% of company.
Indices Changes Includes DJIA, S&P 500, NASDAQ 100 Does not include other indices such as S&P MidCap 400,
S&P SmallCap 600, Russell 2000.
Litigation / Regulatory/ Related Includes lawsuits for a significant amount of money or resulting in discontinuation of a product,
division or segment. Also includes Justice Department inquiries, state inquiries, criminal
investigations and SEC investigations. Does not include class action security lawsuits or lawsuits of
immaterial value.
Accounting Issues Includes inquiries regarding companies accounting practices, earnings restatements, delayed filings,
and auditor's comments.
Bankruptcy / Related Companies filing for, or emerging from, Chapter 11 Bankruptcy protection.
Restructuring /Reorganization All reorganizations and organizational restructurings and cost of restructuring, where available.
Includes workforce reductions, facility closures and consolidation of business segments/divisions.
Joint Ventures /Strategic Includes joint ventures, collaborations or alliances involving multiple companies and the licensing of
Alliances /Business Deals one company's product to another. Separate stories are written up for each company involved.
Expansion / New Markets / New Includes geographical expansion, the creation of new operating segments/units and entrance into
Units new markets.
Products Includes new products and enhancements to existing products with specified improvements. Not
Included: Enhancements/beta versions of existing products.
Exchange Changes Changes in exchange (NYSE, Nasdaq, Amex, OTC Bulletin Board).
Special Events Includes all other developments that do not fall into any of the above categories or developments
added based upon stock volatility (unless +/-movement in excess of 15%). This includes positive or
weak earnings reports, analyst up/down grades, significant dividend cuts, and political news.
201 Products
213 Divestitures
214 Spin-offs
226 Layoffs
256 Dividends
259 Restatements
262 Environmental
265 Community
27 Street Events
The Street Events 2 API is a web service providing access to StreetEvents 2 proprietary content and extends the content of the Street Events
API. The service allows searching for events, retrieving detail for specific events, and retrieving events related to specific companies.
The following operations are available through the Street Events 2 service:
• Get Economic Headlines (GetEconomicHeadlines_1): Searches for economic events based on date/time range, and/or relatedness to
one or more specified market CountryCode.
• Get Event (GetEvent_1): Retrieves details for a specific event.
• Get Event Headlines (GetEventHeadlines_1): Searches for events based on date/time range, type of event, relatedness to specific
symbols or symbols in a portfolio, and/or relatedness to one or more specified markets or industries.
• Get Event Headlines Overview (GetEventHeadlinesOverview_1): Retrieves a limited set of recent and upcoming events related to a
specific company.
• Get Economic Headline Overview (GetEconomicHeadlineOverview_1): Retrieves a limited set of recent and upcoming economic events
related to a specific company.
• Get Event Summary (GetEventSummary_1): Returns summary of the events based on search criteria.
• Get Metadata Lists (GetMetadataLists_1): Returns list of available metadata, which can be used to search events.
27.1.1 Authorization
All requests to the Street Events service require an authorization token. For details, see Understanding Authentication Tokens.
27.1.2 Authentication
The Street Events service uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before
your application authenticates them. Unmanaged effective users are not supported in Street Events.
For additional information on creating a Service Token, see Creating a Token.
Required Header
Required HTTP Headers
POST api/StreetEvents/StreetEvents_2.svc HTTP/1.1
Content-Type: application/soap+xml
Host: api.rkd.refinitiv.com
Content-Length: [length]
WSDL
http://api.rkd.refinitiv.com/schemas/StreetEvents/wsdl/StreetEvents_2_HttpAndRKDToken.wsdl
<Transcript>
<Status>Final</Status>
<TranscriptId>45DF75FC-BD99-444B-B5C0-3A64F5117038</TranscriptId>
<DeliveryType>Intraday</DeliveryType>
<Locale>en-US</Locale>
</Transcript>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
StreetEvents/StreetEvents_2.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing"> http://www.reuters.com/ns/2014/12/11/
webservices/rkd/StreetEvents_2/GetDocument_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body >
<GetDocument_Request_1 PrivateNetworkURL="false" DecodeDocument="false" xmlns="http://
www.reuters.com/ns/2014/12/11/webservices/rkd/StreetEvents_2">
<DocumentId>45DF75FC-BD99-444B-B5C 0-3A64F5117038</DocumentId>
<DocumentType>Transcript</DocumentType>
<DocumentFormat>Pdf</DocumentFormat>
</GetDocument_Request_1>
</Body >
</Envelope>
NOTE: By default, PrivateNetworkURL and DecodeDocument parameters are set to false, which means that Base64 encoded documents
are returned in response.
27.2.1.3 XML Sample Request – Retrieving Document Details with DecodeDocument Parameter Set to True
To get decoded documents, set DecodeDocument request parameter to true.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
StreetEvents/StreetEvents_2.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing"> http://www.reuters.com/ns/2014/12/11/
webservices/rkd/StreetEvents_2/GetDocument_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body >
<GetDocument_Request_1 PrivateNetworkURL="false" DecodeDocument="true" xmlns="http://
www.reuters.com/ns/2014/12/11/ webservices/rkd/StreetEvents_2">
<DocumentId>45DF75FC–BD99-444B-B5C0-3A64F5117038</DocumentId>
<DocumentType>Transcript</DocumentType>
<DocumentFormat>Pdf</DocumentFormat>
</GetDocument_Request_1>
</Body >
</Envelope>
27.2.1.4 XML Sample Response – Retrieving Document Details with DecodeDocument Parameter Set to True
The response returns links to the appropriate document:
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
StreetEvents/StreetEvents_2.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2014/12/11/
webservices/rkd/StreetEvents_2/GetEconomicHeadlines_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>rkddemoappwm</ApplicationID>
<Token>3326D475FE2EADD777BF51D0561DB5A3C8FA445C732CDDA3F238C9C8BF575B21C83E977C
76E8B110CDBCB98FAE5AC7D051BF698DAA41E2179032AE1597239F0EC14537591B70EBC048C
36B137FE3885A6915CEE7183CF8964A115EAF3BEAB78A</ Token>
</Authorization>
</Header>
<Body >
<ns:GetEconomicHeadlines_Request_1 xmlns:ns="http://www.reuters.com/ns/2014/12/11/
webservices/rkd/StreetEvents_2" xmlns:e="http://www.reuters.com/ns/2014/12/11/
webservices/rkd/StreetEvents_2_Events" xmlns:c="http://www.reuters.com/ns/2014/12/11/
webservices/rkd/StreetEvents_2_Criteria">
<c:DateTimeRange>
<c:From>2014-11-19T14:09:45+00:00</c:From>
<c:To>2014-11-21T14:09:45+00:00</c:To>
</c:DateTimeRange>
<e:MarketCountryCodes>
<e:CountryCode>US</e:CountryCode>
</e:MarketCountryCodes>
<e:EconomicClassifications>
<e:Classification>IndustrySector</e:Classification>
</e:EconomicClassifications>
<c:SortOrder>
<c:By>Date</c:By>
<c:Direction>Descending</c:Direction>
</c:SortOrder>
<e:Pagination>
<e:PageNumber>1</e:PageNumber>
<e:RecordsPerPage>10</e:RecordsPerPage>
</e:Pagination>
</ns:GetEconomicHeadlines_Request_1>
</Body >
</Envelope>
ATTRIBUTE DESCRIPTION
UTC Indicator in Response Indicates whether the time data is in UTC format by appending 'Z' to the date and time data
returned in the response.
DateTimeRange The date/time range over which events must be included in the search results. This is a
required field, and the From date must precede the To date.
MarketCountryCodes An optional array of ISO 3166 CountryCodes. If included, only economic event headlines
related to the specified country or countries are returned by the search. If left empty or null,
no market/country-based filtering is done.
Sort An optional field specifying the sort field and sort direction. If left blank or empty, default
sorting is by ascending date. For more details, see SortCriterion. In Street Events 2, the
following SortBy parameters can be applied: Date, Region, EventName, Period, Unit, Scale.
If SortBy parameter is specified with an empty value, an empty response is returned. When
not specifying, default sorting parameters are returned.
Pagination A required structure indicating which page to return and how many records to define as a
"page". Pagination is a required field. The PageNumber and RecordsPerPage properties of
Pagination must both be greater than 0. For more details see Pagination.
<EndDateTime>2014-11-20T15:00:00</EndDateTime>
<EndQualifier>None</EndQualifier>
<IsEstimate>false</IsEstimate>
<StartDateTime>2014-11-20T15:00:00</StartDateTime>
<StartQualifier>DateTime</StartQualifier>
</Duration>
<EventName>testing United States-Pending homes Pending Sales Change MM</EventName>
<CountryCode>US</CountryCode>
<EconomicIndicator>
<IndicatorName>Pending Sales Change MM</IndicatorName>
<Unit>%</Unit>
<Scale />
<Period>Dec. 2015</Period>
<PriorValue>0.3000</PriorValue>
<LastUpdate>2014-11-20T03:36:57.837</LastUpdate>
<Classifications>
<Classification>Industry Sector</Classification>
</Classifications>
<DataStreamMnemonic>USPHSIM%G</DataStreamMnemonic>
<RIC>USNCH=ECI</RIC>
</EconomicIndicator>
</EconomicHeadline>
<EconomicHeadline>
<EventId>5540634</EventId>
<EventType>EconomicEvents</EventType>
<Duration>
<EndDateTime>2014-11-20T15:00:00</EndDateTime>
<EndQualifier>None</EndQualifier>
<IsEstimate>false</IsEstimate>
<StartDateTime>2014-11-20T15:00:00</StartDateTime>
<StartQualifier>DateTime</StartQualifier>
</Duration>
<EventName>testing United States-Pending homes Pending Homes Index</EventName>
<CountryCode>US</CountryCode>
<EconomicIndicator>
<IndicatorName>Pending Homes Index</IndicatorName>
<Unit/>
<Scale/>
<Period>Dec. 2015</Period>
<PriorValue>105.0000</PriorValue>
<LastUpdate>2014-11-20T03:36:57.837</LastUpdate>
<Classifications>
<Classification>Industry Sector</Classification>
</Classifications>
<DataStreamMnemonic>USPHSI..G</DataStreamMnemonic>
<RIC>USNAR=ECI</RIC>
</EconomicIndicator>
</EconomicHeadline>
...
</EconomicHeadlines>
<PaginationResult xmlns="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2_Events">
<PageNumber>1</PageNumber>
<RecordsOnPage>10</RecordsOnPage>
<RecordsPerPage>10</RecordsPerPage>
<TotalRecords>27</TotalRecords>
</PaginationResult>
</GetEconomicHeadlines_Response_1>
</s:Body >
</s:Envelope>
ATTRIBUTE DESCRIPTION
Economic Headlines A collection of Economic event "headlines" matching the request criteria. If no matches were found,
this is an empty array. For more details see EconomicHeadlines.
PaginationResult A structure indicating the current page, the number of results on the page, and the total number of
headlines matching the search criteria. For more details see PaginationResult.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
StreetEvents/StreetEvents_2.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2014/12/11/
webservices/rkd/StreetEvents_2/GetEconomicHeadlines_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>rkddemoappwm</ApplicationID>
<Token>3326D475FE2EADD777BF51D0561DB5A3C8FA445C732CDDA3F238C9C8BF575B21C83E977C
76E8B110CDBCB98FAE5AC7D051BF698DAA41E2179032AE1597239F0EC14537591B70EBC048C
36B137FE3885A6915CEE7183CF8964A115EAF3BEAB78A</Token>
</Authorization>
</Header>
<Body >
<ns:GetEconomicHeadlinesOverview_Request_1 xmlns:ns="http://www.reuters.com/ns/2014/12/11/
webservices/rkd/StreetEvents_2" xmlns:c="http://www.reuters.com/ns/2014/12/11/webservices/
rkd/StreetEvents_2_Criteria" xmlns:e="http://www.reuters.com/ns/2014/12/11/webservices/
rkd/StreetEvents_2_Events">
<e:IndicatorCodes>
<e:IndicatorCode>AUCBIR=ECI</e:IndicatorCode>
</e:IndicatorCodes>
<e:IndicatorCodeType>RICS</e:IndicatorCodeType>
<e:RecordsPerGroup>3</e:RecordsPerGroup>
</ns:GetEconomicHeadlinesOverview _Request_1>
</Body >
</Envelope>
ATTRIBUTE DESCRIPTION
UTC Indicator in Response Indicates whether the time data is in UTC format by appending 'Z' to the date and time data
returned in the response.
Indicator Codes Specifies the list of codes for which economic events should be returned.
Indicator Code Type Specifies type of the codes in Indicator Codes field.
RecordsPerGroup The number of economic event headlines to include in each returned group (Recent and
Upcoming).
RecordsPerGroup must be between 1 and 5, inclusive. Values outside of this range result in
a service fault.
Sort An optional field specifying the sort field and sort direction. In Street Events, if left blank or
empty, default sorting is by ascending date. For more details see SortCriterion. In Street
Events 2 the following SortBy parameters can be applied: Date, Region, EventName,
Period, Unit, Scale.
<StartQualifier>DateTime</StartQualifier>
</Duration>
<EventName>Australia-RBA cash rate RBA cash rate</EventName>
<CountryCode>AU</CountryCode>
<EconomicIndicator>
<IndicatorName>RBA cash rate</IndicatorName>
<Unit>%</Unit>
<Scale/>
<Period>Dec. 2014</Period>
<PriorValue>2.5000</PriorValue>
<LastUpdate>2014-11-04T03:36:03.677</LastUpdate>
<Classifications>
<Classification>Other</Classification>
</Classifications>
<DataStreamMnemonic>AUPRATE.</DataStreamMnemonic>
<RIC>AUCBIR=ECI</RIC>
</EconomicIndicator>
</EconomicHeadline>
<EconomicHeadline>
<EventId>5485799</EventId>
<EventType>EconomicEvents</EventType>
<Duration>
<EndDateTime>2015-02-03T03:30:00</EndDateTime>
<EndQualifier>None</EndQualifier>
<IsEstimate>false</IsEstimate>
<StartDateTime>2015-02-03T03:30:00</StartDateTime>
<StartQualifier>DateTime</StartQualifier>
</Duration>
<EventName>Australia-RBA cash rate RBA Cash Rate</EventName>
<CountryCode>AU</CountryCode>
<EconomicIndicator>
<IndicatorName>RBA Cash Rate</IndicatorName>
<Unit>%</Unit>
<Scale/>
<Period>Feb. 2015</Period>
<LastUpdate>2014-09-09T06:13:28.09</LastUpdate>
<Classifications>
<Classification>Other</Classification>
</Classifications>
<DataStreamMnemonic>A UPRA TE.</DataStreamMnemonic>
<RIC>AUCBIR=ECI</RIC>
</EconomicIndicator>
</EconomicHeadline>
...
</UpcomingEconomicHeadlines>
<RecentEconomicHeadlines xmlns="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2_Events">
<EconomicHeadline>
<EventId>5260050</EventId>
<EventType>EconomicEvents</EventType>
<Duration>
<EndDateTime>2014-11-04T03:30:00</EndDateTime>
<EndQualifier>None</EndQualifier>
<IsEstimate>false</IsEstimate>
<StartDateTime>2014-11-04T03:30:00</StartDateTime>
<StartQualifier>DateTime</StartQualifier>
</Duration>
<EventName>Australia-RBA cash rate RBA cash rate</EventName>
<CountryCode>AU</CountryCode>
<EconomicIndicator>
<IndicatorName>RBA cash rate</IndicatorName>
<Unit>%</Unit>
<Scale/>
<Period>Nov. 2014</Period>
<ExpectedValue>2.5000</ExpectedValue>
<ActualValue>2.5000</ActualValue>
<PriorValue>2.5000</PriorValue>
<LastUpdate>2014-11-11T08:45:15.577</LastUpdate>
<Classifications>
<Classification>Other</Classification>
</Classifications>
<DataStreamMnemonic>AUPRATE.</DataStreamMnemonic>
<RIC>AUCBIR=ECI</RIC>
</EconomicIndicator>
</EconomicHeadline>
<EconomicHeadline>
<EventId>5260049</EventId>
<EventType>EconomicEvents</EventType>
<Duration>
<EndDateTime>2014-10-07T03:30:00</EndDateTime>
<EndQualifier>None</EndQualifier>
<IsEstimate>false</IsEstimate>
<StartDateTime>2014-10-07T03:30:00</StartDateTime>
<StartQualifier>DateTime</StartQualifier>
</Duration>
<EventName>Australia-RBA cash rate RBA cash rate</EventName>
<CountryCode>AU</CountryCode>
<EconomicIndicator>
<IndicatorName>RBA cash rate</IndicatorName>
<Unit>%</Unit>
<Scale/>
<Period>Oct. 2014</Period>
<ExpectedValue>2.5000</ExpectedValue>
<ActualValue>2.5000</ActualValue>
<PriorValue>2.5000</PriorValue>
<LastUpdate>2014-10-30T05:00:48.847</LastUpdate>
<Classifications>
<Classification>Other</Classification>
</Classifications>
<DataStreamMnemonic>AUPRATE.</DataStreamMnemonic>
<RIC>AUCBIR=ECI</RIC>
</EconomicIndicator>
</EconomicHeadline>
...
</RecentEconomicHeadlines>
</GetEconomicHeadlinesOverview_Response_1>
</s:Body>
</s:Envelope>
ATTRIBUTE DESCRIPTION
RecentEventHeadlines A list of the most recent events related to the requested symbol. The number of events in this list is
equal to the RecordsPerGroup specified in the request, or a smaller value if RecordsPerGroup
exceeds the total number of available past events. These headlines are sorted by descending date.
For more details see Headline.
UpcomingEventHeadlines A list of upcoming events related to the requested symbol. The number of events in this list is equal
to the RecordsPerGroup specified in the request, or a smaller value if RecordsPerGroup exceeds the
total number of available upcoming events. These headlines are sorted by ascending date. For more
details see Headline.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
StreetEvents/StreetEvents_2.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2014/12/11/
webservices/rkd/StreetEvents_2/GetEconomicHeadlines_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body >
<ns:GetEvent_Request_1 xmlns:ns="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2" xmlns:e="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2_Events" xmlns:c="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2_Criteria">
<e:EventId>2172110</e:EventId>
</ns:GetEvent_Request_1>
</Body >
</Envelope>
ATTRIBUTE DESCRIPTION
EventId A valid event id obtained from a Headline. Note: Keep in mind that the GetEvent_1 operation accepts
only 'EventIds' retrieved with the help of GetEventHeadlines_1 and GetEventHeadlinesOverview_1
operations and is not designed to return data by economic 'EventsIds'.
</Duration>
<Password>68490587</Password>
<PhoneNumber>800-344-0593</PhoneNumber>
<AlternatePhoneNumber>706-634-0975</AlternatePhoneNumber>
<Status>Available</Status>
<Notes>Call in 10 minutes prior to be included.</Notes>
</LiveDialIn>
<LiveWebcast>
<Type>BasicAudio</Type>
<Duration>
<EndDateTime>2009-04-27T17:00:00</EndDateTime>
<EndQualifier>None</EndQualifier>
<IsEstimate>false</IsEstimate>
<StartDateTime>2009-04-27T15:00:00</StartDateTime>
<StartQualifier>DateTime</StartQualifier>
</Duration>
<WebcastId>03D2B830-2429-4C 92-8D38-126A 0E1685C 1</WebcastId>
<Provider>WindowsMedia</Provider>
<Url>http://web.servicebureau.net/conf/meta?i=1113095423&c=2343&m=was&u=/
w.xsl&date_ticker=TKR</Url>
</LiveWebcast>
<Name>Q1 2009 The Timken Company Earnings Conference Call</Name>
<ReplayDialIn>
<Duration>
<EndDateTime>2009-05-04T21:00:00</EndDateTime>
<EndQualifier>DateOnly</EndQualifier>
<IsEstimate>false</IsEstimate>
<StartDateTime>2009-04-27T18:00:00</StartDateTime>
<StartQualifier>DateTime</StartQualifier>
</Duration>
<Password xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<PhoneNumber>800-642-1687</PhoneNumber>
<AlternatePhoneNumber>706-645-9291</AlternatePhoneNumber>
<Status>Available</Status>
</ReplayDialIn>
<ReplayWebcast>
<Type>BasicAudio</Type>
<Duration>
<EndDateTime>2010-04-28T04:00:00</EndDateTime>
<EndQualifier>DateOnly</EndQualifier>
<IsEstimate>false</IsEstimate>
<StartDateTime>2009-04-27T17:00:00</StartDateTime>
<StartQualifier>DateTime</StartQualifier>
</Duration>
<WebcastId>BA D84726-157F-4C 7A -B5B4-6E8851925920</WebcastId>
<Provider>WindowsMedia</Provider>
<Url>http://web.servicebureau.net/conf/meta?i=1113095423&c=2343&m=was&u=
/w.xsl&date_ticker=TKR</Url>
</Replay Webcast>
<Transcript>
<Status>Final</Status>
ATTRIBUTE DESCRIPTION
Event A structure describing details related to a single event. For more details see Event.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
StreetEvents/StreetEvents_2.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing"> http://www.reuters.com/ns/2014/12/11/
webservices/rkd/StreetEvents_2/GetEventSummary_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body >
<GetEventSummary_Request_1 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://
www.w3.org/2001/XMLSchemainstance" UTC IndicatorInResponse="false" xmlns="http://
www.reuters.com/ns/2014/12/11/webservices/rkd/StreetEvents_2">
<DateTimeRange xmlns="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2_Criteria">
<From>2010-11-01T00:00:00</From>
<To>2014-12-30T00:00:00</To>
</DateTimeRange>
<ContextCodes xmlns="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2_Events">
<Type>Symbol</Type>
<Scheme>RIC</Scheme>
<Values>
<Value>IBM.N</Value>
</Values>
</ContextCodes>
<ContentFilters>
<BriefFilter status="Final" xmlns="http://www.reuters.com/ns/2014/12/11/
webservices/rkd/StreetEvents_2_Events" />
</ContentFilters>
</GetEventSummary_Request_1>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
DateTimeRange The date/time range over which events must be included in the search results. This is a required
field, and the From date must precede the To date.
Context Codes An optional parameter to specify codes for which event headlines should be returned.
Content Filters Optional parameter requires to search by Content Filters, possible values: WebcastFilter (possible
status: available), TranscriptFilter (possible status: expected, preliminary, in progress, available),
BriefFilter (possible status: expected, preliminary, in progress, available).
...
<EventSummary>
<Date>2011-10-17T00:00:00</Date>
<EventSummaryData>
<SummaryData>
<EventTypeDescription>EarningsCallsAndPresentations</
EventTypeDescription>
<EventTypeCount>1</EventTypeCount>
</SummaryData>
</EventSummaryData>
</EventSummary>
</EventSummaries>
<TotalEventCount>17</TotalEventCount>
</GetEventSummary_Response_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
StreetEvents/StreetEvents_2.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing"> http://www.reuters.com/ns/2014/12/11/
webservices/rkd/StreetEvents_2/GetEventHeadlines_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>rkddemoappwm</ApplicationID>
<Token>B808A17E44EDC059246536A9C74C2CEB3F47F0088CF7616E37305D687542C1487C8DF0CFFC9AC940B
7872B1C4ACD03A827BC10DDB2D92188EE22F73E41F46DDE0AD9F3E939587C8587BE5AE9F4E3F41C9E35941
DFFB65C595D9F720226D28CE3</Token>
</Authorization>
</Header>
<Body>
<ns:GetEventHeadlines_Request_1 xmlns:ns="http://www.reuters.com/ns/2014/12/11/webservices/
rkd/StreetEvents_2" xmlns:e="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2_Events" xmlns:c="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2_Criteria">
<c:DateTimeRange>
<c:From>2014-11-19T14:09:56+00:00</c:From>
<c:To>2014-11-21T14:09:56+00:00</c:To>
</c:DateTimeRange>
<e:EventTypes>
<e:EventType>EarningsCallsAndPresentations</e:EventType>
</e:EventTypes>
<e:Pagination>
<e:PageNumber>1</e:PageNumber>
<e:RecordsPerPage>30</e:RecordsPerPage>
</e:Pagination>
<c:SortOrder>
<c:By>Date</c:By>
<c:Direction>Descending</c:Direction>
</c:SortOrder>
</ns:GetEventHeadlines_Request_1>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
UTC Indicator in Response Indicates whether the time data is in UTC format by appending 'Z' to the date and time data returned
in the response.
DateTimeRange The Date/Time range over which events may be included in the search results. This is a required
field, and the From date must precede the To date.
Records Per Page The maximum number of headlines to include in the returned page of results.
Page Number The requested page of a multi-page set of headlines. This field is 1-based – specifying
PageNumber=1 returns the first available page.
EventTypes An optional list of types of events to include in the search results. If left empty or null, no filtering is
done on event type, and all event types may appear in the search results. For more details see
EventType.
Sort An optional field specifying the sort field and sort direction. If left blank or empty, default sorting is by
ascending date. For more details see SortCriterion. In Street Events 2 the following SortBy
parameters can be applied: Date, Region, EventName, Period, Unit, Scale. If SortBy parameter
specified with empty value, empty response is returned. When not specifying, default sorting
parameters are returned.
Context Codes An optional parameter to specify codes for which event headlines should be returned.
Content Filters Optional parameter requires to search by Content Filters, possible values: WebcastFilter (possible
status: available), TranscriptFilter (possible status: expected, preliminary, in progress, available),
BriefFilter (possible status: expected, preliminary, in progress, available).
<ReplayDialIn>
<Duration>
<EndDateTime>2014-11-28T22:59:00</EndDateTime>
<EndQualifier>DateTime</EndQualifier>
<IsEstimate>false</IsEstimate>
<StartDateTime>2014-11-21T17:00:00</StartDateTime>
<StartQualifier>DateTime</StartQualifier>
</Duration>
<Password>8210139#</Password>
<PhoneNumber>+1-347 366 9565</PhoneNumber>
<Status>Available</Status>
</ReplayDialIn>
<ReplayWebcast>
<Type>ThirdParty</Type>
<Duration>
<EndDateTime>2014-12-21T22:59:00</EndDateTime>
<EndQualifier>DateTime</EndQualifier>
<IsEstimate>false</IsEstimate>
<StartDateTime>2014-11-21T16:00:00</StartDateTime>
<StartQualifier>DateTime</StartQualifier>
</Duration>
<WebcastId>C896114F-A318-4053-AA0B-BC555689EB04</WebcastId>
<Provider>WindowsMedia</Provider>
<Url/>
</ReplayWebcast>
<Organization>
<Name>Golden Ocean Group Ltd</Name>
<Symbols xmlns="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2_Criteria">
<Symbol xmlns="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2_Criteria">
<Type>RIC</Type>
<Value>GOGL.OL</Value>
</Symbol>
</Symbols>
</Organization>
<RsvpRequired>false</RsvpRequired>
</Headline>
<Headline>
<CountryCode>US</CountryCode>
<EventType>EarningsCallsAndPresentations</EventType>
<Duration>
<EndDateTime>2014-11-21T14:00:00</EndDateTime>
<EndQualifier>None</EndQualifier>
<IsEstimate>false</IsEstimate>
<StartDateTime>2014-11-21T14:00:00</StartDateTime>
<StartQualifier>DateTime</StartQualifier>
</Duration>
<EventId>5530233</EventId>
<LastUpdate>2014-11-07T19:10:19.147</LastUpdate>
<LiveDialIn>
<Duration>
<EndDateTime>2014-11-21T14:00:00</EndDateTime>
<EndQualifier>None</EndQualifier>
<IsEstimate>false</IsEstimate>
<StartDateTime>2014-11-21T14:00:00</StartDateTime>
<StartQualifier>DateTime</StartQualifier>
</Duration>
<Password>9697979</Password>
<PhoneNumber>+1-888510-1765</PhoneNumber>
<Status>Available</Status>
</LiveDialIn>
<LiveWebcast>
<Type>ThirdParty</Type>
<Duration>
<EndDateTime>2014-11-21T16:00:00</EndDateTime>
<EndQualifier>DateTime</EndQualifier>
<IsEstimate>false</IsEstimate>
<StartDateTime>2014-11-21T14:00:00</StartDateTime>
<StartQualifier>DateTime</StartQualifier>
</Duration>
<WebcastId>33DF35EB-7D84-4D12-AC52-CF67C70E0C44</WebcastId>
<Provider>WindowsMedia</Provider>
<Url/>
</LiveWebcast>
<Name>Q3 2014 Destination XLGroup Inc Earnings Call</Name>
<ReplayWebcast>
<Type>ThirdParty</Type>
<Duration>
<EndDateTime>2015-11-22T04:59:00</EndDateTime>
<EndQualifier>DateTime</EndQualifier>
<IsEstimate>false</IsEstimate>
<StartDateTime>2014-11-21T16:00:00</StartDateTime>
<StartQualifier>DateTime</StartQualifier>
</Duration>
<WebcastId>A46A8A25-5E89-49D7-8475-DD052649F483</WebcastId>
<Provider>WindowsMedia</Provider>
<Url/>
</ReplayWebcast>
<Transcript>
<Status>Expected</Status>
<TranscriptId>05F4AACE-EF84-4035-B6EE-FF7CB3C86BA4</TranscriptId>
<DeLiveryType>NearLive</DeLiveryType>
<Locale>en-US</Locale>
</Transcript>
<Organization>
<Name>Destination XL Group Inc</Name>
<Symbols xmlns="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2_Criteria">
<Symbol xmlns="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2_Criteria">
<Type>RIC</Type>
<Value>DXLG.OQ</Value>
</Symbol>
</Symbols>
</Organization>
<RsvpRequired>false</RsvpRequired>
</Headline>
<Headline>
<Brief>
<Status>Expected</Status>
<BriefId>B121087B-2A64-424F-B568-C4827EBF7B5D</BriefId>
<Locale>en-US</Locale>
</Brief>
<CountryCode>US</CountryCode>
<EventType>EarningsCallsAndPresentations</EventType>
<Duration>
<EndDateTime>2014-11-21T14:00:00</EndDateTime>
<EndQualifier>None</EndQualifier>
<IsEstimate>false</IsEstimate>
<StartDateTime>2014-11-21T14:00:00</StartDateTime>
<StartQualifier>DateTime</StartQualifier>
</Duration>
<EventId>5472779</EventId>
<LastUpdate>2014-11-10T12:34:04</LastUpdate>
<LiveDialIn>
<Duration>
<EndDateTime>2014-11-21T14:00:00</EndDateTime>
<EndQualifier>None</EndQualifier>
<IsEstimate>false</IsEstimate>
<StartDateTime>2014-11-21T14:00:00</StartDateTime>
<StartQualifier>DateTime</StartQualifier>
</Duration>
<Password>38431988</Password>
<PhoneNumber>+1-888-771-4371</PhoneNumber>
<Status>Available</Status>
</LiveDialIn>
<LiveWebcast>
<Type>ThirdParty</Type>
<Duration>
<EndDateTime>2014-11-21T16:00:00</EndDateTime>
<EndQualifier>DateTime</EndQualifier>
<IsEstimate>false</IsEstimate>
<StartDateTime>2014-11-21T14:00:00</StartDateTime>
<StartQualifier>DateTime</StartQualifier>
</Duration>
<WebcastId>B8BC55F6-D9EE-439B-80CD-0D362AE5B19D</WebcastId>
<Provider>WindowsMedia</Provider>
<Url/>
</LiveWebcast>
<Name>Q3 2014 Foot LockerInc Earnings Call</Name>
<ReplayDialIn>
<Duration>
<EndDateTime>2014-12-06T04:59:00</EndDateTime>
<EndQualifier>DateTime</EndQualifier>
<IsEstimate>false</IsEstimate>
<StartDateTime>2014-11-21T16:00:00</StartDateTime>
<StartQualifier>DateTime</StartQualifier>
</Duration>
<Password>38431988#</Password>
<PhoneNumber>+1-888-843-7419</PhoneNumber>
<Status>Available</Status>
</ReplayDialIn>
<ReplayWebcast>
<Type>ThirdParty</Type>
<Duration>
<EndDateTime>2014-12-21T14:00:00</EndDateTime>
<EndQualifier>None</EndQualifier>
<IsEstimate>false</IsEstimate>
<StartDateTime>2014-11-21T16:00:00</StartDateTime>
<StartQualifier>DateTime</StartQualifier>
</Duration>
<WebcastId>D05A461A-70EB-406D-8DA0-5EE9E972C950</WebcastId>
<Provider>WindowsMedia</Provider>
<Url/>
</ReplayWebcast>
<Transcript>
<Status>Expected</Status>
<TranscriptId>01221E16-5762-4566-A778-EA04369BBAE3</TranscriptId>
<DeLiveryType>Live</DeLiveryType>
<Locale>en-US</Locale>
</Transcript>
<Organization>
<Name>Foot Locker Inc</Name>
<Symbols xmlns="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2_Criteria">
<Symbol xmlns="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2_Criteria">
<Type>RIC</Type>
<Value>FL.N</Value>
</Symbol>
</Symbols>
</Organization>
<RsvpRequired>false</RsvpRequired>
</Headline>
...
</EventHeadlines>
<PaginationResult xmlns="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2_Events">
<PageNumber>1</PageNumber>
<RecordsOnPage>30</RecordsOnPage>
<RecordsPerPage>30</RecordsPerPage>
<TotalRecords>158</TotalRecords>
</PaginationResult>
</GetEventHeadlines_Response_1>
</s:Body >
</s:Envelope>
ATTRIBUTE DESCRIPTION
EventHeadlines A collection of event summary "headlines" matching the request criteria. If no matches were found,
this is an empty array. For more details see Headline.
PaginationResult A structure indicating the current page, the number of results on the page, and the total number of
headlines matching the search criteria. For more details see PaginationResult.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
StreetEvents/StreetEvents_2.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2014/12/11/
webservices/rkd/StreetEvents_2/ GetEventHeadlinesOverview _1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>rkddemoappwm</ApplicationID>
<Token>3326D475FE2EADD777BF51D0561DB5A3C8FA445C732CDDA3F238C9C8BF575B21C83E977C
76E8B110CDBCB98FAE5AC7D051BF698DAA41E2179032AE1597239F0EC14537591B70EBC048C
36B137FE3885A6915CEE7183CF8964A115EAF3BEAB78A</Token>
</Authorization>
</Header>
<Body >
<ns:GetEventHeadlinesOverview_Request_1 xmlns:ns="http://www.reuters.com/ns/2014/12/11/
webservices/rkd/StreetEvents_2" xmlns:e="http://www.reuters.com/ns/2014/12/11/
webservices/rkd/StreetEvents_2_Events" xmlns:c="http://www.reuters.com/ns/2014/12/11/
webservices/rkd/StreetEvents_2_Criteria">
<e:EventTypes>
<e:EventType>EarningsCallsAndPresentations</e:EventType>
</e:EventTypes>
<e:RecordsPerGroup>10</e:RecordsPerGroup>
<c:Symbol>
<c:Type>RIC</c:Type>
<c:Value>316.HK</c:Value>
</c:Symbol>
</ns:GetEventHeadlinesOverview_Request_1>
</Body >
</Envelope>
ATTRIBUTE DESCRIPTION
UTC Indicator in Response Indicates whether the time data is in UTC format by appending 'Z' to the date and time data returned
in the response.
EventTypes An optional list of types of events to include in the response. If left empty or null, no filtering is done
on event type, and all event types may appear in the response. For more details see EventType.
RecordsPerGroup The number of event headlines to include in each returned group (Recent and Upcoming).
RecordsPerGroup must be between 1 and 10, inclusive. Values outside of this range result in a
service fault.
Symbol A required field indicating which symbol to return overview results for. For more details see
SymbolCriterion.
<Room />
<PrimaryPhoneNumber/>
<AlternatePhoneNumber/>
<PrimaryFaxNumber/>
<AlternateFaxNumberxsi:nil="true" />
<Email />
<Url />
</Location>
</Headline>
<Headline>
<CountryCode>HK</CountryCode>
<EventType>EarningsCallsAndPresentations</EventType>
<Duration>
<EndDateTime>2011-03-13T04:00:00</EndDateTime>
<EndQualifier>None</EndQualifier>
<IsEstimate>false</IsEstimate>
<StartDateTime>2011-03-13T04:00:00</StartDateTime>
<StartQualifier>DateTime</StartQualifier>
</Duration>
<EventId>4205473</EventId>
<LastUpdate>2011-09-23T07:51:40.27</LastUpdate>
<Name>FY2010OrientOverseas(International)LtdEarningsPresentation</Name>
<Organization>
<Name>Orient Overseas International Ltd</Name>
<Symbols xmlns="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2_Criteria">
<Symbol xmlns="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2_Criteria">
<Type>RIC</Type>
<Value>0316.HK</Value>
</Symbol>
</Symbols>
</Organization>
<RsvpRequired>false</RsvpRequired>
<Location>
<Name/>
<Description/>
<Notes/>
<Address>
<AddressLine1/>
<AddressLine2/>
<City/>
<StateProvince/>
<PostalCode/>
<CountryCode/>
</Address>
<Room/>
<PrimaryPhoneNumber/>
<AlternatePhoneNumber />
<PrimaryFaxNumber/>
<AlternateFaxNumber xsi:nil="true" />
<Email />
<Url />
</Location>
</Headline>
<Headline>
<CountryCode>HK</CountryCode>
<EventType>EarningsCallsA ndPresentations</EventType>
<Duration>
<EndDateTime>2010-08-05T02:00:00</EndDateTime>
<EndQualifier>None</EndQualifier>
<IsEstimate>false</IsEstimate>
<StartDateTime>2010-08-05T02:00:00</StartDateTime>
<StartQualifier>DateTime</StartQualifier>
</Duration>
<EventId>3269580</EventId>
<LastUpdate>2010-08-02T10:11:04.19</LastUpdate>
<Name>Interim 2010 Orient Overseas (International) Ltd Earnings Presentation</Name>
<Organization>
<Name>Orient Overseas International Ltd</Name>
<Symbols xmlns="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2_Criteria">
<Symbol xmlns="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2_Criteria">
<Type>RIC </Type>
<Value>0316.HK</Value>
</Symbol>
</Symbols>
</Organization>
<RsvpRequired>false</RsvpRequired>
<Location>
<Name />
<Description />
<Notes />
<Address>
<AddressLine1>Multi-function room 1&2,27/F, Harbour Centre,</
AddressLine1>
<AddressLine2>25 Harbour Road, Wanchai,</AddressLine2>
<City>Hong Kong</City>
<StateProvince/>
<PostalCode/>
<CountryCode>HK</CountryCode>
</Address>
<Room />
<PrimaryPhoneNumber/>
<AlternatePhoneNumber/>
<PrimaryFaxNumber/>
<AlternateFaxNumber xsi:nil="true" />
<Email/>
<Url/>
</Location>
</Headline>
</RecentEventHeadlines>
<UpcomingEventHeadlines xmlns="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2_Events" />
</GetEventHeadlinesOverview_Response_1>
</s:Body >
</s:Envelope>
ATTRIBUTE DESCRIPTION
RecentEventHeadlines A list of the most recent events related to the requested symbol. The number of events in this list is
equal to the RecordsPerGroup specified in the request, or a smaller value if RecordsPerGroup
exceeds the total number of available past events. These headlines are sorted by descending date.
For more details see Headline.
Upcoming EventHeadlines A list of upcoming events related to the requested symbol. The number of events in this list is equal
to the RecordsPerGroup specified in the request, or a smaller value if RecordsPerGroup exceeds the
total number of available upcoming events. These headlines are sorted by ascending date. For more
details see Headline.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
StreetEvents/StreetEvents_2.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing"> http://www.reuters.com/ns/2014/12/11/
webservices/rkd/StreetEvents_2/ GetEvent_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body >
<ns:GetMetaDataLists_Request_1 xmlns:ns="http://www.reuters.com/ns/2014/12/11/webservices/
rkd/StreetEvents_2" xmlns:e="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2_Events"xmlns:c="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2_Criteria">
<e:MetaDataListTypes>
<e:MetaDataListType>EventTypes</e:MetaDataListType>
</e:MetaDataListTypes>
</ns:GetMetaDataLists_Request_1
</Body >
</Envelope>
ATTRIBUTE DESCRIPTION
MetadataListType Metadata list type which should be returned. Possible values: EventTypes, EconomicClassifications,
CorporateEventTypes.
<DoNotStore />
</CacheResponse>
<a:RelatesTo>[MessageID]</a:RelatesTo>
</s:Header>
<s:Body >
<GetMetaDataLists_Response_1 xmlns="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2">
<MetaDataLists xmlns="http://www.reuters.com/ns/2014/12/11/webservices/rkd/
StreetEvents_2_Events">
<MetaDataList>
<MetaDataListType>EventTypes</MetaDataListType>
<ListItems>
<ListItem code="BrokerageAnalystCalls" display Name="Analyst Calls"
groupId="3" />
<ListItem code="BrokerageAnalystMeetings" display Name="Analyst Meetings"
groupId="3" />
<ListItem code="Company V isits" display Name="Company V isits" groupId="3" />
<ListItem code="ConferencePresentations" display Name="Conference
Presentations" groupId="4" />
<ListItem code="Conferences" display Name="Conferences" groupId="4" />
<ListItem code="CorporateAnalystMeetings" display Name="Corporate Analyst
Meetings" groupId="1" />
<ListItem code="CorporateCallsA ndPresentations" display Name="Corporate
Calls/Presentations" groupId="1" />
<ListItem code="EarningsCallsA ndPresentations" display Name="Earnings Calls/
Presentations" groupId="1" />
<ListItem code="EarningsReleases" display Name="Earnings Releases"
groupId="1" />
<ListItem code="EconomicEvents" display Name="Economic Events" groupId="7" />
<ListItem code="ExDividends" display Name="Ex-Dividends" groupId="2" />
<ListItem code="GeneralA ndPoliticalEvents" display Name="General/Political
Events" groupId="6" />
<ListItem code="GuidanceCallsA ndPresentations" display Name="Guidance Calls/
Presentations" groupId="1" />
<ListItem code="IpoFilings" display Name="IPO Filings" groupId="5" />
<ListItem code="IpoLockupExpirations" display Name="IPO Lockup Expirations"
groupId="5" />
<ListItem code="IpoPricings" display Name="IPO Pricings" groupId="5" />
<ListItem code="IpoWithdrawals" display Name="IPO Withdrawals" groupId="5" />
<ListItem code="MarketHoliday s" display Name="Market Holiday s" groupId="6" />
<ListItem code="MergerA ndA cquisitionCallsA ndPresentations" display Name="M
& A Calls/Presentations" groupId="1" />
<ListItem code="O therBrokerages" display Name="O ther Institutional"
groupId="3" />
<ListItem code="O therCorporate" display Name="O ther Corporate"
groupId="1" />
<ListItem code="SalesA ndTradingStatementCallsA ndPresentations" display
Name="Sales/Trading Stmt Calls/Pres" groupId="1" />
<ListItem code="SalesA ndTradingStatementReleases" display Name="Sales/Trading
Stmt Releases" groupId="1" />
<ListItem code="Secondary Filings" display Name="Secondary Filings"
groupId="5" />
ATTRIBUTE DESCRIPTION
Metadata List A structure describing details of the requested metadata list. It returns code, display name and group
id of the appropriate metadata list item.
27.3.1.1 EventType
EventType is an enumeration of the types of events included in StreetEvents content. EventType can have the following values:
• BrokerageAnalystCalls
• BrokerageAnalystMeetings
• CompanyVisits
• ConferencePresentations
• Conferences
• CorporateAnalystMeetings
• CorporateCallsAndPresentations
• EarningsCallsAndPresentations
• EarningsReleases
• EconomicEvents
• ExDividends
• GeneralAndPoliticalEvents
• GuidanceCallsAndPresentations
• IpoFilings
• IpoLockupExpirations
• IpoPricings
• IpoWithdrawals
• MarketHolidays
• MergerAndAcquisitionCallsAndPresentations
• OtherBrokerages
• OtherCorporate
• SalesAndTradingStatementCallsAndPresentations
• SalesAndTradingStatementReleases
• SecondaryFilings
• SecondaryPricings
• SecondaryWithdrawals
• ShareholderAndAnnualMeetings
• StockSplits
• SyndicateRoadshows
See the following examples of different Context Codes that are supported:
<ContextCodes>
<Type>Geography</Type>
<Values>
<Value>US</Value>
</Values>
</ContextCodes>
<ContextCodes>
<Type>Symbol</Type>
<!--Scheme is Optional:-->
<Scheme>RIC</Scheme>
<Values>
<!--1 or more repetitions:-->
<Value>GOOG.O</Value>
</Values>
</ContextCodes>
<ContextCodes>
<Type>Index</Type>
<Values>
<Value>.SPX</Value>
</Values>
</ContextCodes>
<ContextCodes>
<Type>Industry</Type>
<!--Scheme is Optional:-->
<Scheme>GICS</Scheme>
<Values>
<Value>101010</Value>
<Value>201010</Value>
</Values>
</ContextCodes>
<ContextCodes>
<Type>Industry</Type>
<!--Scheme is Optional:-->
<Scheme>TRBC</Scheme>
<Values>
<Value>53101010</Value>
</Values>
</ContextCodes>
27.3.1.3 Pagination
The Pagination field allows the client to page through a large set of headlines. Typical usage is to make a first search with PageNumber set
to 1 and RecordsPerPage set to a modest value (25 is recommended). The PaginationResult field of the response can then be used to
calculate the meaningful range of values for PageNumber which can be used on subsequent searches using the same search criteria. See
also PaginationResult.
ATTRIBUTE DESCRIPTION
PageNumber The requested page of a multi-page set of headlines. This field is 1-based – specifying
PageNumber=1 returns the first available page.
RecordsPerPage The maximum number of headlines to include in the returned page of results.
NOTE: Specifying a combination of PageNumber and RecordsPerPage which exceeds the total available headlines for a given search
results in zero records returned.
27.3.1.4 PaginationResult
ATTRIBUTE DESCRIPTION
PageNumber The page number of the current set of headlines. This value is 1-based and always matches the
PageNumber specified in the request. See also Pagination.
RecordsOnPage The number of records in the current set of headlines. This value matches the RecordsPerPage
specified in the request except when the requested PageNumber matches or exceeds the total
available pages.
27.3.1.5 SortCriterion
ATTRIBUTE DESCRIPTION
27.3.1.6 SymbolCriterion
ATTRIBUTE DESCRIPTION
Type The symbol type. The following symbol types are supported:
• CIK
• CUSIP
• CUSIP6
• EXCHANGETICKER
• IBES
• ISIN
• ILXID
• RIC
• SEDOL
• TKOCOMPANYID
• TKOQUOTEID
• TKOSECURITYID
27.3.2.1 Event
ATTRIBUTE DESCRIPTION
EventType The type of event described by this headline. For more details see EventType.
Duration The start and end times of the event (a conference call or webcast). Can have the following values:
• 'IsEstimate': If true, the start and end dates/times are estimated.
• DateTimeQualifier: Is an enumeration which describes adjustments applied to a date and time.
• Possible values are:
• None
• DateOnly
• DateTime
• BeforeMarketOpen
• AfterMarketClose
EventId A unique id for this event. This id may be used in a subsequent call to the GetEvent_1 request.
AlternateEventIds EventIds associated with the event, but different from the main EventId. Can have the following
value:
• Idvalue: The Id of the alternate event.
Brief A briefing provided by the company/ organizer. Can have the following values:
• Status: The status of the Brief.
• BriefId: The id of the Brief.
• Locale: The location where the Brief takes place.
Transcript A written version of the recorded event. Can have the following values:
• Status: The status of the Transcript.
• TranscriptId: The id of the Transcript.
• DeliveryType: The means by which the Transcript is delivered.
• Locale: The location of the Transcript.
LiveDialIn A structure describing when and how to access the live dial-in. Can have the following values:
• Duration: The duration of a dial-in conference call or conference-call replay.
• Password: The password, if required, for a dial-in.
• PhoneNumber: The phone number for a dial-in.
• AlternatePhoneNumber: The alternate phone number, if any, for a dial-in.
LiveWebcast A structure describing the status and, if available, a content identifier. Can have the following values:
• Type: The type of Webcast.
• Provider: The name of the person/ organization that provides access to the Webcast.
• Url: The URL where the Webcast can be accessed.
• EnhancedUrl: The URL where the Webcast can be accessed with additional display options.
• Duration: The start and end times of the webcast.
• WebcastId: If the status is Available, a content identifier.
ATTRIBUTE DESCRIPTION
ReplayDialIn A structure describing when and how to access the replay dial-in. Can have the following values:
• Duration: The duration of a dial-in conference call or conference-call replay.
• Password: The password, if required, for a dial-in.
• PhoneNumber: The phone number for a dial-in.
• AlternatePhoneNumber: The alternate phone number, if any, for a dial-in.
ReplayWebcast A structure describing the status and, if available, a content identifier. Can have the following values:
• Type: The type of Webcast.
• Provider: The name of the person/ organization that provides access to the Webcast.
• Url: The URL where the Webcast can be accessed.
• EnhancedUrl: The URL where the Webcast can be accessed with additional display options.
• Duration: The start and end times of the webcast.
• WebcastId: If the status is Available, a content identifier which may be used to retrieve the
webcast
Organizations A list of organizations related to the event. Can have the following values:
• CompanyName: The organization's name.
• Symbols: Collections of organization's symbols. See SymbolCriterion for more details.
AssociatedEvents A list of events associated with this event. See EventOverview for more details.
Contacts A list of contacts for this event including their names, organization names, titles, addresses, phone
numbers, e-mails, Urls.
Location The location of this event. Can have the following values:
• Name: Name of the location.
• Description: Description of the location.
• Notes: Notes about this location.
• Address: Address of the location.
• Room: A room for this location.
• PrimaryPhoneNumber: A primary phone number for this location.
• AlternatePhoneNumber: An alternate phone number for this location.
• PrimaryFaxNumber: A primary fax number for this location.
• AlternateFaxNumber: An alternate fax number for this location
• Email: An email for this location.
• Url: A web url for this location.
Source The source of the event information. For example: CLIENT or Sponsor.
Sponsor The company name and symbol of the event's sponsor. Can have the following values:
• CompanyName: The organization's name.
• Symbols: Collections of organization's symbols. See SymbolCriterion for more details.
ATTRIBUTE DESCRIPTION
RsvpInformation A structure indicating how to rsvp to this event. Can have the following values:
• Deadline: Date/time before which Rsvp must be submitted.
• Email: E-mail address to which Rsvp may be submitted.
• FaxNumber: Fax number to which Rsvp may be submitted.
• PhoneNumber: Phone number for submitting the Rsvp.
• Url: Web-site through which an Rsvp may be submitted.
Dividend Dividend details. This field is populated only for events of type ExDividends. Can have the following
values:
• AnnouncementDate: Date on which an income payment was first announced.
• ExDate: Date on or after which transactions are not eligible for an Income Payment, unless
traded on a special basis.
• PaymentDate: Income payment date.
• RecordDate: Date by which transfers must be received at the registrar to participate in direct
distribution of income.
• Amount: Amount of the dividend.
• Currency: Currency in which the dividend was paid.
• PaymentType: Describes the nature or type of the dividend. See IdcPaymentTypeCode1 for more
details.
• SecondaryPaymentType: Provides supplemental, or alternative, to PaymentType. See
IdcPaymentTypeCode2 for more details.
Split Split details. This field is populated only for events of type StockSplits. Can have the following values:
• AnnouncementDate: Date on which the capital event details were first added in FTID's system.
• ExDate: Date on which the event begins and new purchases of the security no longer confer the
benefits of the issue unless special trading conditions are attached.
• PaymentDate: First day of trading for capital event securities.
• RecordDate: Holders registered by this date may participate in the capital event.
• Amount: A value reflecting the dilution or concentration of the parent security capital relative to
the pre-issue capital. For example, a 2-for-1 stock split would equal 2.0.
• Ratio
IPO IPO details. This field is populated only for events of type IpoFilings, IpoLockupExpirations,
IpoPricings, IpoWithdrawals, SecondaryWithdrawals, SecondaryPricings, and SecondaryFilings.
Can have the following values:
• FilingDate: Date on which IPO was filed.
• LockupExpiryDate
• OfferingPrice
• FilingPriceLow
• FilingPriceHigh
• FinalPrice
• TotalShares
• WithdrawalDate
• PricingDate
• Exchange: Exchange in which the IPO was filed.
• FormFiled: Form with which the IPO was recorded.
• LeadUnderwriter
• Description
ATTRIBUTE DESCRIPTION
FiscalPeriod Fiscal Period of the event. Can have the following values:
• Quarter: Quarter of the Fiscal Period.
• FiscalYear: Fiscal Year of the Fiscal Period.
27.3.2.2 EventOverview
ATTRIBUTE DESCRIPTION
EventType The type of this event. For more details see EventType.
Duration The start and end times of the event. Can have the following values:
• 'IsEstimate': If true, the start and end dates/times are estimated.
• DateTimeQualifier: Is an enumeration which describes adjustments applied to a date and time.
• Possible values are:
• None
• DateOnly
• DateTime
• BeforeMarketOpen
• AfterMarketClose
EventId A unique id for this event. This id may be used in a subsequent call to the GetEvent_1 request.
Transcript A written version of the recorded event. Can have the following values:
• Status: The status of the Transcript.
• TranscriptId: The id of the Transcript.
• DeliveryType: The means by which the Transcript is delivered.
• Locale: The location of the Transcript.
Organization The company name and symbol of the event's subject company. Can have the following values:
• CompanyName: The organization's name.
• Symbols: Collections of organization's symbols. See SymbolCriterion for more details.
27.3.2.3 Headline
ATTRIBUTE DESCRIPTION
EventType The type of event described by this headline. For more details see EventType.
Duration The start and end times of the event (a conference call or webcast). Can have the following values:
• 'IsEstimate': If true, the start and end dates/times are estimated.
• DateTimeQualifier: Is an enumeration which describes adjustments applied to a date and time.
• Possible values are:
• None
• DateOnly
• DateTime
• BeforeMarketOpen
• AfterMarketClose
EventId A unique id for this event. This id must be used in a subsequent call to the GetEvent_1 request.
Brief A briefing provided by the company/ organizer. Can have the following values:
• Status: The status of the Brief.
• BriefId: The id of the Brief.
• Locale: The location where the Brief takes place.
Transcript A written version of the recorded event. Can have the following values:
• Status: The status of the Transcript.
• TranscriptId: The id of the Transcript.
• DeliveryType: The means by which the Transcript is delivered.
• Locale: The location of the Transcript.
LiveDialIn A structure describing when and how to access the live dial-in. Can have the following values:
• Duration: The duration of a dial-in conference call or conference-call replay.
• Password: The password, if required, for a dial-in.
• PhoneNumber: The phone number for a dial-in.
• AlternatePhoneNumber: The alternate phone number, if any, for a dial-in.
LiveWebcast A structure describing the status and, if available, a content identifier. Can have the following values:
• Type: The type of Webcast.
• Provider: The name of the person/ organization that provides access to the Webcast.
• Url: The URL where the Webcast can be accessed.
• EnhancedUrl: The URL where the Webcast can be accessed with additional display options.
• Duration: The start and end times of the webcast.
• WebcastId: If the status is Available, a content identifier.
ATTRIBUTE DESCRIPTION
ReplayDialIn A structure describing when and how to access the replay dial-in. Can have the following values:
• Duration: The duration of a dial-in conference call or conference-call replay.
• Password: The password, if required, for a dial-in.
• PhoneNumber: The phone number for a dial-in.
• AlternatePhoneNumber: The alternate phone number, if any, for a dial-in.
ReplayWebcast A structure describing the status and, if available, a content identifier. Can have the following values:
• Type: The type of Webcast.
• Provider: The name of the person/ organization that provides access to the Webcast.
• Url: The URL where the Webcast can be accessed.
• EnhancedUrl: The URL where the Webcast can be accessed with additional display options.
• Duration: The start and end times of the webcast.
• WebcastId: If the status is Available, a content identifier.
Organization The company name and symbol of the event's subject company. Can have the following values:
• CompanyName: The organization's name.
• Symbols: Collections of organization's symbols. See SymbolCriterion for more details.
Location The location of this event. Can have the following values:
• Name: Name of the location.
• Description: Description of the location.
• Notes: Notes about this location.
• Address: Address of the location.
• Room: A room for this location.
• PrimaryPhoneNumber: A primary phone number for this location.
• AlternatePhoneNumber: An alternate phone number for this location.
• PrimaryFaxNumber: A primary fax number for this location.
• AlternateFaxNumber: An alternate fax number for this location
• Email: An email for this location.
• Url: A web url for this location.
27.3.2.4 EconomicHeadlines
ATTRIBUTE DESCRIPTION
EventType An optional list of types of events to include in the search results. If left empty or null, no filtering is
done on event type, and all event types may appear in the search results. For more details see
EventType.
ATTRIBUTE DESCRIPTION
Duration Date/time on which the subject document was filed. Can have the following values:
• 'IsEstimate': If true, the start and end dates/times are estimated.
• DateTimeQualifier: is an enumeration which describes adjustments applied to a date and time.
• Possible values are:
• None
• DateOnly
• DateTime
• BeforeMarketOpen
• AfterMarketClose
Unit Unit is derived from unit based on Expectedlevel and CalculatedheaderName column from
U_EventEconomicIndicatorDetail table.
Scale Scale is derived from scale based on Expectedlevel and CalculatedheaderName column from
U_EventEconomicIndicatorDetail table.
Period The Month or the quarter of the year the event belongs to.
Classification An optional array of Economic Classification enumerations restricting the response to events with the
specified classifications. Since events may have multiple classifications, the response may still
indicate classifications outside of the subset included in this filter. Possible values are:
• ConsumerSector
• ExternalSector
• GovernmentSector
• IndustrySector
• LabourMarket
• MoneyAndFinance
• NationalAccounts
• Prices
• SurveysAndCyclicalIndexes
Mnemonics Mnemonics.
27.3.2.5 IdcPaymentTypeCode1
IdcPaymentTypeCode1 is an enumeration with the following values:
• NormalCashDividend
• CashDividendPayableOnShares
• LessForeignTaxesNonCanadian
• SpecialDividendsAndLiquidations
• OptionalDividend
• UsWithholdingIncomeTaxResident
• InitialDividendAfterSplit
• IncludesSecurityProfitsAndGains
• DividendRateUnknown
• ForeignCurrencyNonCanadian
• StockDividend
• StockSplits
• IssuesCalled
• StockRights
• CanadianFundsNonResidentTax15Percent
• CanadianFundsNonResidentTax10Percent
• UsFundsCanadianNonResidentTax15Percent
• UsFundsCanadianNonResidentTax10Percent
• ApproximateDividendRate
• StockDividendInOtherCompanyStock
• StockDividendOnIncreasedShares
• StockSplitOnIncreasedShares
• InitialCanadianDividendOnIncreasedSharesLessTax15Percent
• InitialCanadianDividendOnIncreasedSharesLessTax10Percent
• StockDividendInMoreThanTwoIssues
• PaymentOmitted
• PrincipalDividendUit
• SpecialPrincipalUit
• SpecialInterestUit
• PayableInUsDollars
• RateUnknown
• IssueCalled
• FirstPayment
• CanadianFunds
• UsFundsSubjectToCanadianWithholdingTax
• FixMismatch
• AnnouncedPayment
• NewSituation
27.3.2.6 IdcPaymentTypeCode2
IdcPaymentTypeCode2 is an enumeration with the following values:
• Undefined
• ShortPayPeriod
• LongPayPeriod
• IncludesPrincipalCapitalGains
• IncludesDividendArrears
• IncludesYearEndSpecialProceedsFromSale
• IncludesOptionalDividendsOnIncreasedShares
• DistributionOfWarrants
• CanadianCurrency
• ForeignCurrencyNonCanadian
• InitialDividendToPublic
• DividendInterestCanceled
• InitialCashDividendPayableAfterStockSplit
• InitialCashDividendPayableAfterStockDividend
• ApproximateDividend
• InitialDividendAfterSplitCanadianDollars
• InitialDividendAfterStockDividendCanadianDollars
• DividendInterestCanceledByCompany
• NetAfterTax
• Gross
• DistributionSameCompanyDifferentIssue
• DistributionOfAnIssueOfAnotherCompany
• CashEquivalents
• PartialPayment
• LimitedPartnershipDistribution
• PayableOnSharesIncludedInUnits
• PoisonPill
• ReturnOfCapital
• ReturnOfCapitalPlusIncome
• EstimatedReturnOfCapital
• EstimatedReturnOfCapitalPlusIncome
• Liquidation
• LiquidationSurrenderOfCertificatesRequired
• FinalPaymentTransferBooksAreClosed
• OptionalDividendTotalCashRateIncludedInSpecializedFields
• DividendCanBePaidOptionallyInCanadianOrUsDollars
• SpecialDividend
• SpecialDividendPlusIncome
• ExtraDividend
• ExtraDividendPlusIncome
• YearEndDividend
• YearEndDividendPlusIncome
• AdditionalDividend
• ParticipatingDividend
• ProceedsFromSaleOfRights
• RedemptionOfRights
• PayableOnPresentationOfCertificates
• CalledAndIncomePayment
• LongAndShortTermCapitalGainsPlusIncome
• LongTermCapitalGainsOnly
• LongTermCapitalGainsPlusIncome
• LongAndShortTermCapitalGainsPlusIncome2
• ShortTermCapitalGainsOnly
• ShortTermCapitalGainsPlusIncome
• CapitalGainsBreakdownUnavailable
• OtherSeeContinuationRecord
• AtCloseOfBusiness
28 Entitlements Administration
The Entitlement Administration 2 service allows the user to manage entitlement information by retrieving and updating entitlement, user or
user group and document group information from the database.
The following operations are available:
• Create Entitlement (CreateEntitlement_1): Creates an entitlement/entitlements.
• Get Entitlement (GetEntitlement_1): Retrieves a set of entitlements according to the given user or user group or viewer company and
document group contributor company data.
• Get User Group Template (GetUserGroupTemplate_1): Retrieves all existing user group templates with IDs and names.
• User Group From Template (UserGroupFromTemplate_1): Creates a new user group using existing template.
• Remove ROS Entitlement (RemoveROSEntitlements_1): Resets the entitlements and removes the user from the ROS user group.
• Set User Group Membership (SetUserGroupMembership_1): Adds a user to the specified user group.
• Get User Group Membership (GetUserGroupMembership_1): Lists all users in the user group.
• Remove User Group Membership (RemoveUserGroupMembership_1): Removes all entitlements associated with the specified user
group.
28.1.1 Authorization
All requests to the Entitlement Administration web service require an authorization token. For details, see Understanding Authentication
Tokens.
28.1.2 Authentication
Refinitiv Entitlement Administration uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user
before your application authenticates them. Unmanaged effective users are not supported in Entitlement Administration.
For additional information, see Creating a Token.
WSDL
http://api.rkd.refinitiv.com/schemas/EntitleAdmin/wsdl/EntitleAdmin_2_HttpAndRKDToken.wsdl
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
EntitleAdmin/EntitleAdmin.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/08/08/
webservices/rkd/EntitleAdmin_2/ CreateEntitlement_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body >
<CreateEntitlement_Request_1 xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2" xmlns:Company="http:// www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company">
<entitlement>
<entitlementIdentity >
<userIdentity >
<Company:alias>tr_admin@reuters.com</Company:alias>
</userIdentity >
<docGroup>
<companyId>27</companyId>
<id>4</id>
</docGroup>
</entitlementIdentity>
ELEMENT VALUE
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2008/08/08/webservices/rkd/ EntitleAdmin_2/CreateEntitlement_1_Reply
</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<CreateEntitlement_Response_1 xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2"/>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
EntitleAdmin/EntitleAdmin.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/08/08/
webservices/rkd/EntitleAdmin_2/GetEntitlement_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body >
<GetEntitlement_Request_1 xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2">
<inputFilter>
<vwrCompanyId>47319</vwrcompanyID>
<vwrCompanyId>40171</vwrcompanyID>
<docGroupIdentity>
<companyId>27</companyId>
<id>4</id>
</docGroupIdentity >
<docGroupIdentity >
<companyId>17964</companyId>
<id>2</id>
</docGroupIdentity >
<docGroupIdentity >
<companyId>17964</companyId>
<id>3</id>
</docGroupIdentity >
</inputFilter>
<outputFilter ctbCompanyName="true" docGroupName="true" vwrCompanyName="true"/>
</GetEntitlement_Request_1>
</Body >
</Envelope>
ELEMENT DESCRIPTION
Input Filter User-Vwr Identity: User-viewer identity (mandatory) can have the following values:
• User Identity:
• Alias
• Company ID + User ID
• Integrated Entitlement (optional)
• User Group Identity:
• User Group ID
• Company ID
• Vwr Company ID:
• Viewer Company ID
Doc-Ctb Identity: Doc-Contributor identity (mandatory) can have the following values:
• Doc Group Identity:
• Doc Group ID
• Company ID
• Ctb Company ID:
• Contributor Company ID
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2008/08/08/webservices/rkd/EntitleAdmin_2/GetEntitlement_1_Reply
</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<GetEntitlement_Response_1 xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2">
<entitlement>
<entitlementIdentity >
<userGroupIdentity>
<companyID xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company">47319</companyID>
<ID xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company">10</ID>
</userGroupIdentity>
<docGroup>
<companyID>27</companyID>
<id>4</id>
</docGroup>
</entitlementIdentity >
<vwrCompanyName>Test sellside BEE</vwrCompanyName>
<ctbCompanyName>Banc of America Securities</ctbCompanyName>
<docGroupName>TEST</docGroupName>
</entitlement>
<entitlement>
<entitlementIdentity >
<userIdentity >
<cid_uid xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company">
<companyID>40171</companyID>
<ID>32556999</ID>
</cid_uid>
<alias xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company ">tr_admin@reuters.com</ alias>
</userIdentity >
<docGroup>
<companyId>27</companyId>
<id>4</id>
</docGroup>
</entitlementIdentity >
<vwrCompanyName>TMC-Test API Company1 (IM-US)</vwrCompanyName>
<ctbCompanyName>Banc of America Securities</ctbCompanyName>
<docGroupName>TEST</docGroupName>
</entitlement>
</GetEntitlement_Response_1>
</Body >
</Envelope>
ATTRIBUTE DESCRIPTION
entitlementIdentity Consists of two parts: Viewer (user identity or user group identity) and document group identity.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
EntitleAdmin/EntitleAdmin.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/08/08/
webservices/rkd/EntitleAdmin_2/GetUserGroupTemplate_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body >
<GetUserGroupTemplate_Request_1 xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2"/>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2008/08/08/webservices/rkd/EntitleAdmin_2/GetUserGroupTemplate_1_Reply
</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<GetUserGroupTemplate_Response_1 xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2">
<userGroupTemplate>
<id>5</id>
<name>Corporates/TMC ROS(Canada)</name>
</userGroupTemplate>
<userGroupTemplate>
<id>6</id>
<name>Corporates/TMC ROS(Japan)</name>
</userGroupTemplate>
<userGroupTemplate>
<id>7</id>
<name>Corporates/TMC ROS (ROW)</name>
<userGroupTemplate>
...
<userGroupTemplate>
<id>10</id>
<name>ULE (Japan)</name>
</userGroupTemplate>
</GetUserGroupTemplate_Response_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
EntitleAdmin/EntitleAdmin.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/08/08/
webservices/rkd/EntitleAdmin_2/RemoveEntitlement_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body >
<RemoveEntitlement_Request_1 xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2">
<entitlementIdentity>
<userGroupIdentity>
<Company:companyID>40171</Company:companyID>
<Company:ID>133</Company:ID>
</userGroupIdentity >
<docGroup>
<companyId>17964</companyId>
<id>1</id>
</docGroup>
</entitlementIdentity >
</RemoveEntitlement_Request_1>
</Body >
</Envelope>
IDENTITY DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2008/08/08/webservices/rkd/EntitleAdmin_2/RemoveEntitlement_1_Reply
</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<RemoveEntitlement_Response_1 xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2"/>
</Body >
</Envelope>
NOTE: When you try to remove a non-existent entitlement or non-existent set of entitlements, you do not receive any error.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
EntitleAdmin/EntitleAdmin.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/08/08/
webservices/rkd/EntitleAdmin_2/UserGroupFromTemplate_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body >
<UserGroupFromTemplate_Request_1 xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2">
<input>
<description>usergroup_description</description>
<companyId>47319</companyId>
<templateid>4</templateid>
</input>
</UserGroupFromTemplate_Request_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2008/08/08/webservices/rkd/EntitleAdmin_2/UserGroupFromTemplate_1_Reply
</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<UserGroupFromTemplate_Response_1 xmlns="http://www.reuters.com/ns/2008/08/08/webservices/
rkd/EntitleAdmin_2">
<userGroupIdentity >
<companyID xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company ">47319</companyID>
<ID xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company ">8</ID>
</userGroupIdentity>
</UserGroupFromTemplate_Response_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
EntitleAdmin/EntitleAdmin.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/08/08/
webservices/rkd/EntitleAdmin_2/RemoveROSEntitlements_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body >
<RemoveROSEntitlements_Request_1 xmlns="http://www.reuters.com/ns/2008/08/08/webservices/
rkd/EntitleAdmin_2">
<userGroupIdentity >
<companyID xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company ">47319</companyID>
<ID xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company ">6 </ID>
</userGroupIdentity >
</RemoveROSEntitlements_Request_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2008/08/08/webservices/rkd/EntitleAdmin_2/RemoveROSEntitlements_1_Reply
</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<RemoveROSEntitlements_Response_1 xmlns="http://www.reuters.com/ns/2008/08/08/webservices/
rkd/EntitleAdmin_2">
</RemoveROSEntitlements_Response_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
EntitleAdmin/EntitleAdmin.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/08/08/
webservices/rkd/EntitleAdmin_2/SetUserGroupMembership_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body >
<SetUserGroupMembership_Request_1 xmlns="http://www.reuters.com/ns/2008/08/08/webservices/
rkd/EntitleAdmin_2">
<userGroupMembership>
<userGroupMembershipIdentity >
<userGroupIdentity >
<companyID xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company ">40171</companyID>
<ID xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company">133</ID>
</userGroupIdentity >
<userIdentity >
<cid_uid xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company ">
<companyID>40171</companyID>
<ID>32556999</ID>
</cid_uid>
</userIdentity >
</userGroupMembershipIdentity >
</userGroupMembership>
</SetUserGroupMembership_Request_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2008/08/08/webservices/rkd/EntitleAdmin_2/SetUserGroupMembership_1_Reply
</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<SetUserGroupMembership_Response_1 xmlns="http://www.reuters.com/ns/2008/08/08/webservices/
rkd/EntitleAdmin_2">
</SetUserGroupMembership_Response_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
EntitleAdmin/EntitleAdmin.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/08/08/
webservices/rkd/EntitleAdmin_2/GetUserGroupMembership_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body >
<GetUserGroupMembership_Request_1 xmlns="http://www.reuters.com/ns/2008/08/08/webservices/
rkd/EntitleAdmin_2">
<inputFilter>
<membershipFilter>
<userIdentity >
<cid_uid xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company ">
<companyID>40171</companyID>
<ID>32556999</ID>
</cid_uid>
</userIdentity >
</membershipFilter>
</inputFilter>
</GetUserGroupMembership_Request_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2008/08/08/webservices/rkd/EntitleAdmin_2/GetUserGroupMembership_1_Reply
</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<GetUserGroupMembership_Response_1 xmlns="http://www.reuters.com/ns/2008/08/08/webservices/
rkd/EntitleAdmin_2">
<UserGroupMembership>
<userGroup>
<companyID xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company ">40171</companyID>
<ID xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company ">117</ID>
</userGroup>
<user>
<cid_uid xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company ">
<companyID>40171</companyID>
<ID>32556999</ID>
</cid_uid>
</user>
<status>1</status>
</UserGroupMembership>
<UserGroupMembership>
<userGroup>
<companyID xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company ">40171</companyID>
<ID xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company ">119</ID>
</userGroup>
<user>
<cid_uid xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company ">
<companyID>40171</companyID>
<ID>32556999</ID>
</cid_uid>
</user>
<status>1</status>
</UserGroupMembership>
<UserGroupMembership>
<userGroup>
<companyID xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company ">40171</companyID>
<ID xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company">133</ID>
</userGroup>
<user>
<cid_uid xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company ">
<companyID>40171</companyID>
<ID>32556999</ID>
</cid_uid>
<status>1</status>
</user>
</UserGroupMembership>
</GetUserGroupMembership_Response_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
EntitleAdmin/EntitleAdmin.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/08/08/
webservices/rkd/EntitleAdmin_2/RemoveUserGroupMembership_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body >
<RemoveUserGroupMembership_Request_1 xmlns="http://www.reuters.com/ns/2008/08/08/
webservices/rkd/EntitleAdmin_2">
<userGroupMembership>
<userGroupIdentity >
<companyID xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company ">40171</companyID>
<ID xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company ">133</ID>
</userGroupIdentity >
<userIdentity >
<cid_uid xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company ">
<companyID>40171</companyID>
<ID>32556999</ID>
</cid_uid>
</userIdentity >
</userGroupMembership>
</RemoveUserGroupMembership_Request_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2008/08/08/webservices/rkd/EntitleAdmin_2/
RemoveUserGroupMembership_1_Reply </Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body >
<RemoveUserGroupMembership_Response_1 xmlns="http://www.reuters.com/ns/2008/08/08/
webservices/rkd/EntitleAdmin_2">
</RemoveUserGroupMembership_Response_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
EntitleAdmin/EntitleAdmin.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/08/08/
webservices/rkd/EntitleAdmin_2/GetUserGroup_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[servicetoken]</Token>
</Authorization>
</Header>
<Body >
<GetUserGroup_Request_1 xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2">
<inputFilter>
<userGroupIdentity >
<companyID xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company ">47319</companyID>
<ID xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company">6</ID>
</userGroupIdentity >
</inputFilter>
</GetUserGroup_Request_1>
</Body >
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2008/08/08/webservices/rkd/EntitleAdmin_2/GetUserGroup_1_Reply
</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<GetUserGroup_Response_1 xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2">
<userGroup>
<userGroupIdentity >
<companyID xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company ">47319</companyID>
<ID xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleAdmin_2_Company ">6</ID>
</userGroupIdentity >
<userGroupName>A Test user group 12345</userGroupName>
<description>this is a test user group 2</description>
</userGroup>
</GetUserGroup_Response_1>
</Body >
</Envelope>
29 Entitlement Requests
29.1 Overview
The Entitlements 2 service allows the user to request permission to view documents of other companies. The request sent by the client (buy
side) can be either approved or declined by the broker (sell side).
The Entitlements 2 service exposes a complete set of operations necessary to manage entitlement request lifetime and gather
comprehensive statistics.
The Entitlements 2 service differs from the Entitlements service in having two optional attributes - <userId> and <companyId> to add
administrative functions to the service. Requests and other attributes are the same as in the Entitlements service.
The following operations are available:
• Create Entitlement Request (CreateEntitlementRequest_1): Facilitates the creation of a new entitlement request.
• Get Entitlement Request List (GetEntitlementRequestList_1): Retrieves the list of entitlement requests according to the specified
filtering criteria.
• Get Last Client Contact (GetLastClientContact_1): Retrieves the last contact information submitted by the client.
29.2.1 Authorization
All requests to the Entitlement Requests web service require an authorization token. For details, see Understanding Authentication Tokens.
29.2.2 Authentication
Entitlements Requests uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in Entitlements Requests.
For additional information, see Creating a Token.
WSDL:
http://api.rkd.refinitiv.com/schemas/EntitleReq/wsdl/EntitleReq_2_HttpAndRKDToken.wsdl
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
EntitleReq/EntitleReq.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/08/08/
webservices/rkd/EntitleReq_2/CreateEntitlementRequest_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<CreateEntitlementRequest_Request_1 xmlns="http://www.reuters.com/ns/2008/08/08/webservices/
rkd/EntitleReq_2">
<Contact userId="34" companyId="354" userName="user's name" jobFunction="user's job
function" division="division_name" address="62 Elm str" cityState="New York" country
="USA " telephone="phone_number" email="bill.name@reuters.com"/>
<ContributorRequest id="235236" contactName="john.wer" contactPhone="34532545"
contactEmail="john.wer@reuters.com">
<Comment>any _comments</Comment>
</ContributorRequest>
<ContributorRequest id="235237" contactName="ctb_contactName"/>
</CreateEntitlementRequest_Request_1>
</Body>
</Envelope>
The user can specify the following contact details in the request:
• User Name: Is limited to 64 characters max.
• User ID: User's ID.
• Company ID: Company's ID.
• Job Function: The value is limited to 32 characters max.
• Division: Is limited to 32 characters max.
• Address: Is limited to 256 characters max.
• City State: Is limited to 50 characters max.
• Country: The value is limited to 50 characters max.
• Telephone: Is limited to 32 characters max.
• E-mail: Is limited to 64 characters max.
Except Contributor ID (mandatory), you can provide the following information:
• Contact Name: contributor's contact name (limited to 64 characters).
• Contact Phone: contributor's phone number (limited to 24 characters).
• Contact E-mail: contributor's e-mail address (limited to 256 characters).
• Comment: comments for the specified contact.
NOTE: If you do not specify User ID and Company ID (leave fields blank), the system automatically adds to the request Company ID and
User ID of the current user. If you specify only User ID or only Company ID, the system responds with an error.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www
.reuters.com/ns/2008/08/08/webservices/rkd/EntitleReq_2/CreateEntitlementRequest_1_Reply </
Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<CreateEntitlementRequest_Response_1 xmlns="http://www.reuters.com/ns/2008/08/08/
webservices/rkd/EntitleReq_2">
<Ids>
<Id value="235236"/>
<Id value="235237"/>
</Ids>
</CreateEntitlementRequest_Response_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
EntitleReq/EntitleReq.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/08/08/
webservices/rkd/EntitleReq_2/GetContributorList_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetContributorList_Request_1 xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleReq_2" listType="DefaultList" companyId="40171" userId="32558051"/>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
listType Specifies the amount of detail required in the response. Can contain the following values:
DefaultList: Name, entitlement status, and the most recent update date only.
CtbIds Contains Contributor IDs which the response should be limited to.
NOTE: If you do not specify User ID and Company ID (leave fields blank), the system automatically adds to the request Company ID and
User ID of the current user. If you specify only User ID or only Company ID, the system responds with an error.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www
.reuters.com/ns/2008/08/08/webservices/ rkd/EntitleReq_2/CreateEntitlementRequest_1_Reply
</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<GetContributorList_Response_1 xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/
EntitleReq_2">
<Contributor entitlementStatus="Entitled" id="20247" name="A&A Actienbank"/>
<Contributor date="2008-05-13T18:11:00" entitlementStatus="RequestDeclinedByReuters"
id="1013" name="ABG Sundal Collier"/>
<Contributor entitlementStatus="Entitled" id="14576" name="ABN AMRO – Fixed Income
(Historical)"/>
<Contributor entitlementStatus="Entitled" id="6618" name="ABN AMROAsia Limited
(Historical)"/>
<Contributor entitlementStatus="Entitled" id="5060" name="ABN AMROAustralia
(Historical)"/>
<Contributor entitlementStatus="Entitled" id="2852" name="ABN AMRO Europe (Historical)"/>
<Contributor date="2008-09-10T09:28:12" entitlementStatus="RequestReceived" id="109"
name="ABN AMRO Global Research"/>
<Contributor entitlementStatus="Entitled" id="4205" name="ABN AMRO Ireland
(Historical)"/>
<Contributor entitlementStatus="Entitled" id="12865" name="ABN AMRO Latin America
(Historical)"/>
<Contributor date="2008-05-13T18:17:00" entitlementStatus="RequestDeclinedByBroker"
id="7530" name="ABN AMRO Morgan Ltd"/>
<Contributor entitlementStatus="Entitled" id="6471" name="ABN AMRO Securities Japan
Limited (Historical)"/>
<Contributor entitlementStatus="Entitled" id="39612" name="Abu Dhabi Investment Company
(ADIC)"/>
.....
<Contributor entitlementStatus="None" id="11136" name="WR Hambrecht + Co."/>
<Contributor entitlementStatus="Entitled" id="11395" name="Wunderlich Research Partners"/>
<Contributor entitlementStatus="Entitled" id="22482" name="Yuanta Investment
Consulting"/>
<Contributor entitlementStatus="Entitled" id="26989" name="Zacks Investment Research
Inc."/>
<Contributor entitlementStatus="Entitled" id="37943" name="Zero2IPO Financial Management
Consultancy (Beijing)Ltd."/>
<Contributor entitlementStatus="Entitled" id="41609" name="Zero2IPO Group"/>
<Contributor entitlementStatus="Entitled" id="36351" name="Zheshang Securities Co.,LTD"/>
</GetContributorList_Response_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
EntitleReq/EntitleReq.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/08/08/
webservices/rkd/EntitleReq_2/GetEntitlementRequestList_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetEntitlementRequestList_Request_1 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.reuters.com/ns/2008/
08/08/webservices/rkd/EntitleReq_2" detailLevel="DefaultLevel">
<Filter>
<ClientCriteria>
<CompanyUser companyId="40171"/>
</ClientCriteria>
</Filter>
</GetEntitlementRequestList_Request_1>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
RecordCriteria Specifies filter criteria based on specific request traits such as request id/status.
• Id: Request ID.
• Status: Specifies request status. Can have the following values:
• None
• Entitled
• Request closed
• Request declined by Refinitiv
• Request declined by broker
• Request forwarded to broker
• Request received
• DateRange: Specifies the date range of requests to be returned.
NOTE: In this request you can either specify just Company ID to retrieve list of entitlement requests for a particular company OR Company ID
with User ID to retrieve list of entitlement requests for a certain user of a particular company. If you do not specify anything (leave fields
blank), system automatically adds to the request Company ID and User ID of the current user.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www
.reuters.com/ns/2008/08/08/webservices/rkd/EntitleReq_2/CreateEntitlementRequest_1_Reply
</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<GetEntitlementRequestList_Response_1 xmlns="http://www.reuters.com/ns/2008/08/08/
webservices/rkd/EntitleReq_2">
<EntitlementRequest createdDate="2007-12-03T10:31:51" id="15649"
status="RequestClosed" statusChangedDate="2007-1220T07:58:00">
<ContactEx address="" cityState="" companyId="40171" country="" division=""
email="JohnDoe@EntitlementsTest.com" jobFunction="" telephone="81-3-5405-0422"
userId="32475125" userName="Doe, John" companyName="TMC-Test API Company 1 (IM -
US)" loginName="JohnDoe7"/>
<CtbContact contact="test7" email="test7" id="765" name="Cathay Financial Inc."
phone="test7"/>
</EntitlementRequest>
<EntitlementRequest createdDate="2007-12-03T10:31:52" id="15650"
status="RequestClosed" statusChangedDate="2007-1220T07:46:00">
<ContactEx address="" cityState="" companyId="40171" country="" division=""
email="JohnDoe@EntitlementsTest.com" jobFunction="" telephone="81-3-5405-0422"
userId="32475125" userName="Doe, John" companyName="TMC-Test API Company 1 (IM -
US)" loginName="JohnDoe7"/>
<CtbContact contact="test8" email="test8" id="10009" name="Collins Stewart LLC"
phone="test8"/>
</EntitlementRequest>
<EntitlementRequest createdDate="2008-07-16T12:35:00" id="15651"
status="RequestDeclinedByReuters" statusChangedDate="2008-07-16T12:35:00">
<ContactEx address="" cityState="" companyId="40171" country="" division=""
email="JohnDoe@EntitlementsTest.com" jobFunction="" telephone="81-3-5405-0422"
userId="32475125" userName="Doe, John" companyName="TMC-Test API Company 1 (IM -
US)" loginName="JohnDoe7"/>
<CtbContact contact="test9" email="test9" id="21613" name="Craig Hallum"
phone="test9"/>
</EntitlementRequest>
....
<EntitlementRequest createdDate="2008-10-10T10:18:02" id="25917" status="RequestReceived"
statusChangedDate="2008-1010T10:18:02">
<ContactEx address="contact address" cityState="contact state" companyId="40171"
country="contact country" division="contact division" email="contact@email.com"
jobFunction="contact job func" telephone="contact phone 2222222" userId="32556999"
userName="contact userName" companyName="TMC-Test API Company 1 (IM -US)"
loginName="tmc_qaadminserv ice"/>
<CtbContact contact="ctb contactName" email="ctb_contactEmail@email.com" id="128"
name="Auerbach Grayson & Co., Inc." phone="ctb contactPhone 3333333"/>
</EntitlementRequest>
<EntitlementRequest createdDate="2008-10-15T11:00:38" id="25918"
status="RequestReceived" statusChangedDate="2008-1015T11:00:38">
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
EntitleReq/EntitleReq.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/08/08/
webservices/rkd/EntitleReq_2/GetLastClientContact_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetLastClientContact_Request_1 userId="32558052" companyId="40171" xmlns:xsd=
"http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.reuters.com/ns/2008/08/08/webservices/rkd/EntitleReq_2"/>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
The request retrieves the last contact information submitted by the client.
NOTE: If you do not specify User ID and Company ID (leave fields blank), the system automatically adds to the request Company ID and
User ID of the current user. If you specify only User ID or only Company ID, the system responds with an error.
The field is empty if there are no records.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www
.reuters.com/ns/2008/08/08/webservices/rkd/EntitleReq_2/CreateEntitlementRequest_1_Reply
</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<GetLastClientContact_Response_1 xmlns="http://www.reuters.com/ns/2008/08/08/webservices/
rkd/EntitleReq_2">
<Contact address="contact address" cityState="contact state" companyId="40171" country
="contact country" division="contact division" email="contact@email.com"
jobFunction="contact job func" telephone="2222222" userId="32558052" userName="contact
userName"/>
</GetLastClientContact_Response_1>
</Body>
</Envelope>
• Date
ENTITLEMENT REQUEST
BROKERID BROKERNAME DATE
STATUS STATUS_ID
...
• Buyside (this is for Document Group Entitlement Category - multiple Research Categories map to one Entitlement Category.
Buyside=2, 100, 101, 23, 27, 17, 26, 37)
• Corporates (Res. Cat. #13)
• Press (Res. Cat. #11)
• Sellside/Univ (Sellside/Universities Res. Cat -1,4,5,6,8,18,19,24,25,33,34,35,39. Univ -#22)
Geography policy:
• All
• Canada
• Excl. US
• Excl. US/Japan/Canada
• U.S
• US/Japan/Canada
Approval policy:
• Private (internal distribution or distribution only to certain groups)
• Preapproval (distribution to general groups with only)
• Postapproval (default distribution to all buyside with possible later restrictions)
Pricing policy:
• PPV -Broker
• PPV-Broker-Promotional
• PPV-Third Party
• PPV-Third Party-Promotional
• Premium-Broker
• Premium-Third Party
• Subscription
Receipt policy:
• Private
• Public
• User-Level
29.3.8 Why Users Cannot Get Document from the Contributors They Are Entitled to
If the user is not a member of Public user group which is entitled to particular contributor, the user sees this contributor as entitled, even
though the user doesn't have access to this contributor. This was done to prevent repeated requests for entitlements from clients who are
already entitled through their public group.
29.3.9 Why Users Cannot Access the Document Their Colleagues Have Access to
All users belong to certain users groups, even users from the same company can belong to different users group, which means their
contributors may differ. As a result, they have access to different documents.
29.3.10 Why Is Get Contributor List Operation Often Confused with Get Information Operation from the
Reference Information service
Like Get Contributor List (GetContributorList_1) operation, the Get Information (GetInfo_1) operation from the Reference Information service
with specified "contributor" criteria returns the list of contributors and applies all the policies mentioned for Get Contributors List (see Rules
for Retrieving Contributors). But depending on the "Criterion" parameter the GetInfo_1 operation provides information about all contributors
(full list), company contributors and users contributors.
The Get Entitlement Request List (GetEntitlementRequestList_1) is only supposed to be used to show ROS-enabled users what contributors
they're entitled to and what contributors they can request approval to (it shows all of these as entitled, whether they actually are or not). For
the user who doesn't appear to be ROS-enabled, you must use the Get Information (GetInfo_1) request (under the "References Information"
API) to find out what contributors they are actually entitled to.
NOTE: An error message with the "BusinessRuleViolation" subcode has been added: "Attributes 'companyId' and 'userId' are
interdependent. Either both or none of them should be specified". This error appears when a service user tries to send a request with only
one user credential ('userId' or 'companyId') instead of specifying both of them or none of them. However, in the following case, a request
with single credential does not cause this error: the "GetEntitlementRequestList_Request_1/ Filter/ClientCriteria/CompanyUser/
@companyId" attribute can be specified without the accompanying 'userId' (but not vice versa!).
• Get Broker Countries (GetBrokerCountries_1): Searches the client database for country names together with their corresponding ISO
codes.
• Get Broker Companies Entitlements (GetBrokerCompaniesEntitlements_1): Searches the client database for companies with users that
are eligible to be entitled.
• Get Broker Entitlements Requests (GetBrokerEntitlementsRequests_1): Retrieves the list of entitlement requests.
• Get Broker Users Entitlements (GetBrokerUsersEntitlements_1): Searches for users within a company who are eligible for entitlement.
• Set Broker Entitlements Request Status (SetBrokerEntitlementsRequestsStatus_1): Answers requests for entitlements. Entitlement
requests can be approved, denied, or questioned.
<GetBrokerCompaniesEntitlements_Request_1 xmlns="http://www.reuters.com/ns/2013/07/10/webServices/
rkd/BrokerEntitlementsManagement_1">
<ctbId>17711</ctbId>
<sort field1="City" field2="Country" field3="EntCategory" order="Asc"/>
<searchCompany>
<byCountry CountryCode="CHN"/>
</searchCompany>
</GetBrokerCompaniesEntitlements_Request_1>
ENTITY DESCRIPTION
NOTE: Consolidated contributors can insert the ID of any contributor that they manage and retrieve
companies and entitlements that are specific to that contributor.
searchCompany Specifies the search criteria. It can contain one or more of the following values:
• byCountry: The search is conducted by the CountryCode of a client company. Only ISO-3
CountryCodes can be used as a search criteria.
• byName: The search is conducted by the company name. The required value is:
• name: The search is conducted by the exact client company name or only its part. At least
three characters are required to retrieve all company names that contain these characters.
Optional values are:
• searchOption: The logic of name search is either 'Starts with' or 'Contains'.
• countryCode: The search is conducted by the company CountryCode. Only ISO-3
CountryCodes can be used as a search criteria.
• byIds: The unique CompanyIdentifiers are used to conduct search in the list of client companies.
entStatus Used to narrow the results to the companies status. It can contain the following values:
• Entitled
• Not Entitled
entCategory Used to narrow the results to the level of companies entitlements. It can contain the following values:
• Buyside
• Corporate
ENTITY DESCRIPTION
entLastChange Date Used to narrow the results to those clients only whose access to the contributor changed recently. It
can contain the following values:
• Yesterday
• LastWeek
• LastMonth
• Last3Months
sort Defines how the records are returned in the query. This filter can have the following values:
• sort by: The returned records can be sorted by ID, Name, Entitlement Category, Country, or City.
• order: The returned records can be displayed in the ascending or descending order.
lowerRecBound Used to specify which record is the first listed in the response. It can be used to set up the paging of
results.
maxRecCount Used to specify the maximum number of records returned in the query. It can be used to set up the
paging of results.
<GetBrokerCompaniesEntitlements_Response_1 xmlns="http://www.reuters.com/ns/2013/07/10/webservices/
rkd/BrokerEntitlementsManagement_1">
<companies recCount="3">
<company id="91127" name="ABB (China) Co., Ltd." recPos="0">
<address1>3FB5 Block Hengtong, 10 Jiuxianqiao Road</address1>
<address2></address2>
<city>Chao Yang</city>
<state></state>
<country>China</country>
<entCategory>Corporates</entCategory>
<usersCount>1</usersCount>
<pendingReqsCount>0</pendingReqsCount>
<cleInfo entStatus="NotEntitled">
<docGroup id="1" name="DocGroup CLE Broker" entLevel="Preapproval CLE"
entStatus="NotEntitled"></docGroup>
</cleInfo>
</company>
<company id="99159" name="Alltrust Insurance Company of China Limited" recPos="1">
<address1>2/F Huaneng Union Tower No.958 LuJiaZui Circle Road</address1>
<address2></address2>
<city>SHANGHAI</city>
<state></state>
<country>China</country>
<entCategory>Buy side</entCategory>
<usersCount>1</usersCount>
<pendingReqsCount>0</pendingReqsCount>
<cleInfo entStatus="NotEntitled">
<docGroup id="1" name="DocGroup CLE Broker" entLevel="Preapproval CLE"
entStatus="NotEntitled"></docGroup>
</cleInfo>
</company>
<company id="42031" name="Bank of China Group Insurance Co. Ltd" recPos="19">
<address1>9/F Wing On House 71 Dex Voeux Road</address1>
<address2></address2>
<city>Central</city>
<state></state>
<country>Hong Kong</country>
<entCategory>Buy side</entCategory>
<usersCount>1</usersCount>
<pendingReqsCount>0</pendingReqsCount>
<cleInfo entStatus="NotEntitled">
<docGroup id="1" name="DocGroup CLE Broker" entLevel="Preapproval CLE"
entStatus="NotEntitled"></docGroup>
</cleInfo>
</company>
</companies>
</GetBrokerCompaniesEntitlements_Response_1>
ENTITY DESCRIPTION
companies Provides information about companies which meet the specified criteria. It contains the following
attribute:
• recCount: The number of the returned records.
company Provides details about the client company. It can contain the following values:
• id: Client company unique identifier.
• name: The client company name.
• recPos: The position of that company in the result set.
• address1: Address of the company returned.
• address2: Address (continued) of the company returned.
• city: City of the company returned.
• state: State of the company returned.
• country: Country of the company returned.
• entCategory: Identifies the company entitlement category. It can be:
• Buyside
• Corporate
• usersCount: The number of eligible users within the client company.
• pendingReqsCount: Displays how many active entitlement requests the viewed company has to
the broker. Active requests are the ones with either 'In Process' or 'Pending' status.
• cleInfo: The following values are available:
• entStatus: If at least one document group is entitled on the company level for the viewed client
company,the entitlement status is 'Entitled'.
• docGroup: The list of company level document groups. It can include the following parameters:
• id: Unique identifier of this document group.
• name: Name of this document group.
• entLevel: Entitlement level of this document group (Company or User).
• entStatus: Entitlement status of this document group.
<GetBrokerCountries_Request_1 xmlns="http://www.reuters.com/ns/2013/07/10/webservices/rkd/
BrokerEntitlementsManagement_1"/>
<GetBrokerCountries_Response_1
xmlns="http://www.reuters.com/ns/2013/07/10/webservices/rkd/BrokerEntitlementsManagement_1">
<country code="ARE" name="Abu Dhabi"/>
<country code="AFG" name="Afghanistan"/>
<country code="ARE" name="Ajman"/>
<country code="ALA" name="Aland Islands"/>
<country code="ALB" name="Albania"/>
<country code="DZA" name="Algeria"/>
<country code="ASM" name="American Samoa"/>
<country code="AND" name="Andorra"/>
<country code="AGO" name="Angola"/>
<country code="AIA" name="Anguilla"/>
<country code="ATA" name="Antarctica"/>
<country code="ATG" name="Antigua and Barbuda"/>
<country code="ARG" name="Argentina"/>
<country code="ARM" name="Armenia"/>
<country code="ABW" name="Aruba"/>
<country code="AUS" name="Australia"/>
<country code="AUT" name="Austria"/>
<country code="AZE" name="Azerbaijan"/>
...
<country code="VUT" name="Vanuatu"/>
<country code="VAT" name="Vatican City State"/>
<country code="VEN" name="Venezuela"/>
<country code="VNM" name="Vietnam"/>
<country code="VGB" name="Virgin Islands, British"/>
<country code="VIR" name="Virgin Islands, U.S."/>
<country code="GBR" name="Wales"/>
<country code="WLF" name="Wallis and Futuna"/>
<country code="ESH" name="Western Sahara"/>
<country code="YEM" name="Yemen"/>
<country code="ZMB" name="Zambia"/>
<country code="ZWE" name="Zimbabwe"/
</GetBrokerCountries_Response_1>
ENTITY DESCRIPTION
NOTE: Consolidated contributors can retrieve requests for more than one contributor that they manage by adding additional contributors ids.
<GetBrokerEntitlementsRequests_Request_1 xmlns="http://www.reuters.com/ns/2013/07/10/webservices/
rkd/BrokerEntitlementsManagement_1">
<inputFilter reqHistory="true">
<entitlementReqFilter>
<ids>
<id>197598</id>
</ids>
<statuses>
<status>InProcess</status>
</statuses>
</entitlementReqFilter>
<contributorFilter>
<ids>
<id>17711</id>
</ids>
</contributorFilter>
</inputFilter>
</GetBrokerEntitlementsRequests_Request_1>
ENTITY DESCRIPTION
reqHistory Returns all status changes that were made to the request. It can contain the following values:
• False: Only information about the current status is returned.
• True: Information about all status history is returned.
entitlementReq Filter Specifies the entitlement requests that are required in the response. It can contain the following
values:
• ids: Unique identifier of the request.
• statuses: The entitlement requests with the following statuses are returned:
• In process: A request that is ready to be approved, denied, or questioned.
• Pending: A request that is already questioned, and the contributor waits for the response
from the requester.
contributorFilter This filter is used for consolidated contributors that manage entitlements for one or more sub-broker.
Contributor id should be specified to access entitlement requests made to the particular broker. It can
contain the following values:
• id: Unique identifier of the contributor.
lowerRecBound The record number of the first result in the records returned from a search.
NOTE: The request is closed if it is not answered within 31 day since its creation.
ENTITY DESCRIPTION
entitlementReqInfo Provides information about entitlement requests. It contains the following values:
• id: Collection of numeric unique identifiers for that.
• creationTime the date and time when the request was sent.
• recPos: Tells the order in which each request falls within the list.
additionalInfo Provides additional information about the salesperson and the client. It can have the following
values:
• client: Information on the user who requests entitlement. It can contain the following values:
• name: First and last name of the user who requests entitlement.
• phone: Company phone number of the user who requests entitlement.
• email: Company e-mail address of the user who requests entitlement.
• country: Company of residence of the user who requests entitlement.
• city: City of residence of the user who requests entitlement.
• state: State of residence of the user who requests entitlement.
• address: Physical address of the user who requests entitlement.
• division: Division within the company that the user who requests entitlement is associated
with.
• jobFunction: Job role of the user who requests entitlement.
• corporate: Defines client company as 'Corporate' or 'Buyside'.
• companyName: The company name to which the user who requests entitlement is
associated.
• loginName: Unique identifier within the user's company.
• delivery: Method by which the user who requests entitlement gets access.
ENTITY DESCRIPTION
additionalInfo (cont’d) • contributor: Information on the contributor. It can contain the following values:
• id: Unique identifiers of the contributor to whom the request is made.
• name: Name of the contributor to whom the request is made.
• entDefaultLevel: Defines whether contributor entitles at the company or user level.
• status: Defines the current status of the request.
• salesPerson: Information about the salesperson who is referenced in the entitlement request. It
can contain the following values:
• firstName: The salesperson's first name.
• lastName: The salesperson's last name.
• phone: The salesperson's company phone number.
• email: The salesperson's company e-mail address.
modificationTime Displays the date and the time when the request was made available for the contributor.
requestedFor Provides information who the entitlement is requested for. It can contain the following values:
• companyID: Unique identifier of the company whose user requests entitlement.
• ID: Unique identifier of the user.
creatorExtInfo Provides information about the user who requested access, whether the request is made for him or
on behalf of another user. It can contain the following values:
• firstName: User's name who made the entitlement request.
• lastName User's
• last name who made the entitlement request.
• email: Company e-mail address of the user who made the entitlement request.
• login: Unique identifier of the user within his/ her company.
• isAdmin: Specifies whether the user who requested access is a client of administrator. It can have
the following values:
• true
• false
clientCompanyExtInfo Provides information about the company whose user made the entitlement request. It can contain the
following values:
• address1: Address of the user who made the request. It can be different from the information in
the client part.
• address2: Address2 of the user who made the request. It can be different from the information in
the client part.
• City: City of the user who made the request.
• State: State of the user who made the request.
• Country: Country of the user who made the request.
• entCategory: Specifies whether the entitlement category is 'Buyside' or 'Corporate'.
docGroup Provides information about the document groups that the requestor is eligible for.
• id: Unique identifier of this document group.
• name: Name of this document group.
• entLevel: Entitlement level of this document group (Company or User).
• entStatus: Entitlement status of this document group.
ENTITY DESCRIPTION
clientCompanyDelivery Provides methods by which users at the company access the documents. It contains the following
attribute:
• delivery: Displays the delivery method that one or more users at the client company use.
NOTE: With the help of this method a contributor can search for users who have not requested access. The response returns the list of users
who may, or may not be already entitled.
30.2.4.1 XML Sample Request – Retrieving Broker Users Entitlements Requests List
The following example shows how to retrieve the list of requests for contributor with '17711' ID with the search conducted by company ID:
<GetBrokerUsersEntitlements_Request_1 xmlns="http://www.reuters.com/ns/2013/07/10/webservices/rkd/
BrokerEntitlementsManagement_1" getUserLogin="true">
<ctbId>17711</ctbId>
<search>
<byCompanyId>
<id>65477</id>
</byCompanyId>
</search>
</GetBrokerUsersEntitlements_Request_1>
ENTITY DESCRIPTION
ctbId The unique numeric identifier of the broker company that makes the request.
sortByCompany Specifies how the list of companies should be sorted in the response. It can contain the following
company values to sort the results:
• id: Unique identifier for the company.
• Name: Name of the company.
• EntCategory
• Country: Country where the company is located.
• City: City where the company is located.
• Order: Specifies the ascending or descending order of the records returned.
sortByUser Specifies how the list of users should be sorted in the response. It can contain the following company
values:
• FirstName
• LastName
• LoginName
• JobRole
• Division
• Country
• Address1
• Address2
• City
• State
• PostalCode
• Order: Specifies the ascending or descending order of the records returned.
ENTITY DESCRIPTION
NOTE: If the search is conducted by company, the response returns the following information about users: First Name, Last Name, Delivery,
Document Group and Entitled status.
30.2.4.2 XML Sample Response – Retrieving Broker Users Entitlements Requests List
The request retrieves the following information for contributors:
<GetBrokerUsersEntitlements_Response_1 xmlns="http://www.reuters.com/ns/2013/07/10/webservices/rkd/
BrokerEntitlementsManagement_1">
<companies recCount="1">
<company id="65477" name="A.H. Belo Corporation" recPos="0">
<address1>400 SOUTH RECORD ST.</address1>
<address2></address2>
<city>DALLAS</city>
<state>TX</state>
<country>United States</country>
<entCategory>Corporates</entCategory>
<usersCount>1</usersCount>
<pendingReqsCount>0</pendingReqsCount>
<cleInfo entStatus="NotEntitled">
<docGroup id="1" name="DocGroup CLE Broker" entLevel="Preapproval CLE"
entStatus="NotEntitled"></docGroup>
</cleInfo>
<users recCount="1">
<user userLogin="Rachna.Borar" recPos="0">
<firstName>Rachna</firstName>
<lastName>Borar</lastName>
<email>rborarIR@ahbelo.com</email>
<country>United States</country>
<address1>400 SOUTH RECORD ST.</address1>
<city>DALLAS</city>
<state>TX</state>
<postalCode>75202</postalCode>
</user>
</users>
</company>
</companies>
</GetBrokerUsersEntitlements_Response_1>
ENTITY DESCRIPTION
recCount Provides the number of records that correspond to the criteria specified in the request.
company Provides information about the company whose users request access. It can contain the following
values:
• id
• name
• recPos
• address1
• address2
• city
• state
• country
• entCategory: Specifies the entitlement category of a client company. It can contain the following
values:
• Buyside
• Corporate
• Press
• SellsideUniv
• usersCount: Provides the number of users within the client who are enabled and eligible for the
broker
• pendingRecsCount: Provides the number of open requests to the specified broker.
• cleInfo: Provides information about the entitlement status of the specified client company. It
contains the following values:
• docGroup
• id
• name
• entLevel
• entStatus
ENTITY DESCRIPTION
user Provides information about users within the client company who are eligible for access. It can contain
the following values:
• userId
• userLogin
• recPos
• firstName
• lastName
• email
• phone
• jobRole
• division
• country
• address1
• address2
• city
• state
• postalCode
• docGroup
• id
• name
• entLevel
• entStatus
NOTE: Client company has 'Entitled' status in case it has Company Level Entitlement for at least one document group.
<SetBrokerEntitlements_Request_1 xmlns="http://www.reuters.com/ns/2013/07/10/webservices/rkd/
BrokerEntitlementsManagement_1">
<ctbId>17712</ctbId>
<companyLevel>
<companyId>17715</companyId>
<docGroup>1</docGroup>
</companyLevel>
<disentitling/>
</SetBrokerEntitlements_Request_1>
ENTITY DESCRIPTION
ctbId Unique identifier of the contributor who sets the entitlement. For consolidated contributors it can be
the identifier of a contributor they manage, and on whose behalf they set the entitlement.
userLevel Specifies the level of entitlement for the client company. It contains the following values:
• userID: Is the required combination of:
• companyID: Unique identifier of the company whose user is to be entitled or disentitled.
• login: Login of a specific user who is to be entitled or disentitled.
• docGroup: The list of document groups for the User Level Entitlement.
companyLevel Specifies the level of entitlement for the client company. It contains the following values:
• companyID: Unique numeric identifier of the client company.
• docGroup: The list of document groups for the Company Level Entitlement.
<SetBrokerEntitlements_Response_1 xmlns="http://www.reuters.com/ns/2013/07/10/webServices/rkd/
BrokerEntitlementsManagement_1">
<disentitled></disentitled>
<companyLevel>
<companyId>17715</companyId>
<docGroup>1</docGroup>
</companyLevel>
</SetBrokerEntitlements_Response_1>
ENTITY DESCRIPTION
companyLevel Specifies the level of entitlement for the client company. It contains the following values:
• companyID: Unique numeric identifier of the client company.
userLevel Specifies the level of entitlement for the user. It contains the following values:
• userID: Is the required combination of:
• companyID: Unique identifier of the company whose user is to be entitled or disentitled
• login: Login of a specific user who is to be entitled or disentitled
docGroup Displays the unique numeric identifier of a document group that the client company (or user within
the client company) is entitled to, or disentitled from.
<SetBrokerEntitlementsRequestsStatus_Request_1 xmlns="http://www.reuters.com/ns/2013/07/10/
webServices/rkd/BrokerEntitlementsManagement_1">
<entitlementReq id="197607">
<DeclinedStatus reason="NotEligibleForContent">
<comment>The client is not eligible</comment>
</DeclinedStatus>
</entitlementReq>
</SetBrokerEntitlementsRequestsStatus_Request_1>
ENTITY DESCRIPTION
entitlementReq Provides information about the entitlement request that is answered. It contains the following values
and parameters:
• Id: unique numeric identifier of the request that is answered.
• EntitleStatus: Shows that the request is approved. It contains additional parameter:
• docGroup id: Specifies which document group, or groups, the client is entitled to.
• PendingStatus: Shows that additional information is required from the client. Its reason attribute
can have one of the following values:
• IncorrectBrokerSalesPerson
• UnknownClientContactInfo
• Other
• DeclinedStatus: Shows that the request is denied. Its reason attribute can have one of the
following values:
• InaccurateClassification
• UnknownClientContactInfo
• IncorrectBrokerSalesPerson
• UnknownClent
• NotEligibleForContent
• Other
• comment: Shows broker's comment to the entitlement request.
NOTE: To approve an entitlement request, at least one document group is required. This is also true in case contributor has only one
document group.
<SetBrokerEntitlementsRequestsStatus_Response_1 xmlns="http://www.reuters.com/ns/2013/07/10/
webservices/rkd/BrokerEntitlementsManagement_1">
<entitlementReq id="197629" status="Declined" statusPrev="InProcess">
</entitlementReq>
</SetBrokerEntitlementsRequestsStatus_Response_1>
ENTITY DESCRIPTION
entitlementReq Provides information about the entitlement request that is answered. It contains the following values:
• Id: Unique numeric identifier of the request that is answered.
• status: Shows current status of the request answered.
• statusPrev: Shows previous status of the request answered.
• Create Viewer Entitlement Request (CreateViewerEntitlementsRequest_1): Facilitates the creation of viewer's new entitlement request.
• Get Viewer Contributors (GetViewerContributorsRequest_1): Retrieves the list of contributors available for the viewer.
• Get Viewer Entitlements Requests (GetViewerEntitlementsRequests_1): Retrieves the list of viewer's entitlement requests according to
the specified filtering criteria.
• Resubmit Viewer Entitlement Request (ResubmitViewerEntitlementRequest_1): Resubmits client's entitlement request after some
additional information is asked for.
• Get Viewer Job Functions Request (GetViewerJobFunctions_Request_1): Retrieves list of Job Functions.
<CreateViewerEntitlementsRequest_Request_1 xmlns="http://www.reuters.com/ns/2013/07/10/webservices/
rkd/ViewerEntitlementsManagement_1">
<entitlementReq>
<clientInfo>
<name>Test Request</name>
<phone>(555) 123-4567</phone>
<country>USA</country>
<city>NEW YORK</city>
<state>NY</state>
<userId>
<cid_login>
<companyID>17715</companyID>
<login>effectivecorp1</login>
</cid_login>
</userId>
</clientInfo>
<contributor id="17712">
<salesPersonInfo>
<profile>
<data>
<firstName>Don</firstName>
<lastName>Joe</lastName>
<phone>(555) 555-1234</phone>
<email>don.joe@mail.com</email>
</data>
</profile>
</salesPersonInfo>
<comment>test comment</comment>
</contributor>
</entitlementReq>
</CreateViewerEntitlementsRequest_Request_1>
The user can specify the following contact details in the request:
• Name: First and last name of the viewer. This is the person whom access is being requested for.
• Phone: Phone number of the viewer.
• Email: E-mail address of the viewer.
• Country: Name of the country of the viewer. Country name, according to the ISO-3 CountryCode standard, must be used.
• City: City of the viewer.
• State: State of the viewer.
• Address: Address of the viewer.
• Division: Division that the viewer is in within his/her company.
• Job Function: The viewer's specific job role.
• CompanyID: ID of the company that the viewer is associated with.
• Login: Login ID of the viewer.
Except Contributor ID (mandatory), to whom the request is directed, user can provide new salesperson information:
• FirstName: First name of the salesperson or analyst at the contribution company that the requester is providing as a reference.
• LastName: Last name of the salesperson or analyst at the contribution company that the requester is providing as a reference.
• Email: E-mail address of the salesperson or analyst at the contribution company that the requester is providing as a reference.
• Comment: Comments from the requestor to the specified contact.
NOTE: Name, Phone, E-Mail, Country, City, State (if Country is United States), Address are the required parameters of the requestor
information. First Name, Last Name, and E-mail are the required parameters of salesperson information.
<CreateViewerEntitlementsRequest_Response_1 xmlns="http://www.reuters.com/ns/2013/07/10/webservices/
rkd/ViewerEntitlementsManagement_1">
<entitlementReq id="350882"></entitlementReq>
</CreateViewerEntitlementsRequest_Response_1>
<GetViewerContributors_Request_1
xmlns="http://www.reuters.com/ns/2013/07/10/webservices/rkd/ViewerEntitlementsManagement_1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
<GetViewerContributors_Response_1 xmlns="http://www.reuters.com/ns/2013/07/10/webservices/rkd/
ViewerEntitlementsManagement_1" recCount="3">
<contributor id="17711" name="CTB_RMC Dev TeamTesting_1" entitlementStatus="NotEntitled"
recPos="0"></contributor>
<contributor id="17712" name="CTB_RMC Dev TeamTesting_2" entitlementStatus="NotEntitled"
recPos="1"></contributor>
<contributor id="17713" name="CTB_RMC Dev TeamTesting_3" entitlementStatus="Entitled"
recPos="2"></contributor>
</GetViewerContributors_Response_1>
ENTITY DESCRIPTION
contributorId Unique identifier of the contributor. This ID is used to create an entitlement request.
entitlementStatus Displays if the viewer is currently entitled to the research or not. It can have the following attributes:
• Entitled
• NotEntitled
recPos Defines the order in which the request falls within the list. The first record is position 0.
<GetViewerEntitlementsRequests_Request_1 xmlns="http://www.reuters.com/ns/2013/07/10/webservices/rkd/
ViewerEntitlementsManagement_1">
<inputFilter reqHistory="true">
<entitlementReqFilter>
<ids>
<id>295590</id>
</ids>
</entitlementReqFilter>
</inputFilter>
</GetViewerEntitlementsRequests_Request_1>
ENTITY DESCRIPTION
reqHistory Provides information about the status history of requests. It can contain the following values:
• False: Information on the current status only is returned.
• True: Information about all status history is returned.
<ID>33605195</ID>
</cid_uid>
</modifiedBy>
</additionalInfo>
<additionalInfo status="InProcess">
<salesPerson>
<firstName>Test2</firstName>
<lastName>Test</lastName>
<email>www@ww.com</email>
</salesPerson>
<client>
<name>abc</name>
<companyName>VWR_RMC Dev TeamTesting_2</companyName>
<loginName>effectivecorp1</loginName>
</client>
<contributor id="17712" name="CTB_RMC Dev TeamTesting_2" entDefaultLevel="Preapproval
ULE"></contributor>
<modificationTime>2013-09-24T09:00:22.18</modificationTime>
<modifiedBy>
<cid_uid xmlns="http://www.reuters.com/ns/2013/07/10/webservices/rkd/
ViewerEntitlementsManagement_1_Company">
<company ID>17715</company ID>
<ID>33604362</ID>
</cid_uid>
</modifiedBy>
</additionalInfo>
<additionalInfo status="InProcess">
<salesPerson>
<firstName>Test2</firstName>
<lastName>Test</lastName>
<email>www@ww.com</email>
</salesPerson>
<client>
<name>TestEntWay</name>
<companyName>VWR_RMC Dev TeamTesting_2</companyName>
<loginName>effectivecorp1</loginName>
</client>
<contributor id="17712" name="CTB_RMC Dev TeamTesting_2" entDefaultLevel="Preapproval
ULE"></contributor>
<modificationTime>2013-09-13T09:34:38.42</modificationTime>
<modifiedBy>
<cid_uid xmlns="http://www.reuters.com/ns/2013/07/10/webservices/rkd/
ViewerEntitlementsManagement_1_Company ">
<companyID>17715</companyID>
<ID>33604362</ID>
</cid_uid>
</modifiedBy>
</additionalInfo>
<createdBy>
<cid_uid xmlns="http://www.reuters.com/ns/2013/07/10/webservices/rkd/
ViewerEntitlementsManagement_1_Company">
<companyID>17715</companyID>
<ID>33604362</ID>
</cid_uid>
</createdBy>
<requestedFor>
<cid_uid xmlns="http://www.reuters.com/ns/2013/07/10/webservices/rkd/
ViewerEntitlementsManagement_1_Company">
<companyID>17715</companyID>
<ID>33604362</ID>
</cid_uid>
</requestedFor>
<creatorExtInfo firstName="Dan" lastName="Tripp" email="" login="effectivecorp1@17715">
</creatorExtInfo>
<clientCompanyExtInfo>
<address1>22 Thomson Place</address1>
<address2></address2>
<city>Boston</city>
<state>MA</state>
<country>United States</country>
<entCategory>Corporates</entCategory>
</clientCompanyExtInfo>
</entitlementReqInfo>
</GetViewerEntitlementsRequests_Response_1>
ENTITY DESCRIPTION
ENTITY DESCRIPTION
additionlaInfo Provides additional information on the request, the salesperson, and the client. It contains the
following values:
• status: Current status of the entitlement request.
• salesPerson: Displays salesperson information provided when the entitlement request was
created. It contains the following parameters:
• firstName
• lastName
• phone
• email
• client: Displays client information provided during the entitlement request creation. It contains the
following parameters:
• name
• phone
• email
• country
• city
• state
• address
• division
• jobFunction
• companyName
• loginName
• contributor: Displays contributor information. It contains the following values:
• id
• name
• entdefaultLevel: It has the following values:
• Preapproval ULE: Entitlements at the user level,
• Preapproval CLE: Entitlements at the company level.
• modificationTime: Time of the last status change of the entitlement request.
• modifiedbY: Displays who performed the last status change of the entitlement request:
• companyID: Unique identifier of the company that made the last status change to the entitlement
request.
• ID: Unique identifier of the person who made the last status change to the entitlement request.
createdBy Provides additional information on the creator of the entitlement request. It contains the following
values:
• companyId: Unique numeric identifier of company the entitlement request creator is associated
with.
• Id: Unique numeric identifier of the entitlement request creator.
requestedFor Provides additional information on who the entitlement is requested for. It contains the following
values:
• companyId: Unique numeric identifier of company whose user requests the entitlement.
• Id: Unique numeric identifier of the person the entitlement is request for.
ENTITY DESCRIPTION
clientCompanyExtInfo Provides more information about the company of the user who created the entitlement request. It
contains the following parameters:
• address1: Address of the user who requests entitlement.
• address2: Address 2 of the user who requests entitlement.
• city: City of the user who requests entitlement.
• state: State of residence of the user who requests entitlement.
• country: Name on the country of the user who requests entitlement.
• entCategory: Shows the entitlement category. It can be:
• Buyside
• Corporate
NOTE: Only requests in 'Pending' status can be resubmitted. If the entitlement requests in 'Pending' status are not answered within 7 days,
they are closed.
<ResubmitViewerEntitlementRequest_Request_1 xmlns="http://www.reuters.com/ns/2013/07/10/webservices/
rkd/ViewerEntitlementsManagement_1">
<entitlementReq id="295590">
<salesPersonInfo>
<profile>
<data>
<firstName>Don</firstName>
<lastName>Joe</lastName>
<phone>(555) 123-4567</phone>
<email>don.joe@mail.com</email>
</data>
</profile>
</salesPersonInfo>
<client>
<name>Steve</name>
<country>USA</country>
<city>NEW YORK</city>
<state>NY</state>
<address>416 Water St.</address>
<division>Microsoft Research</division>
<jobFunction>Creative Director</jobFunction>
</client>
<comment>Some comment</comment>
</entitlementReq>
</ResubmitViewerEntitlementRequest_Request_1>
ENTITY DESCRIPTION
salesPersonInfo Provides information about the salesperson. It contains the following parameters:
• firstName
• lastName
• phone
• email
client Provides information about the client. User can edit or add new information. It contains the following
parameters:
• name
• phone
• email
• country
• city
• state
• address
• division
• jobFunction
NOTE: When resubmitting the entitlement request, updates in the 'comment', 'salesPersonInfo', and 'client' entities, or any combination of
the three, are required.
<ResubmitViewerEntitlementRequest_Response_1 xmlns="http://www.reuters.com/ns/2013/07/10/
webservices/rkd/ViewerEntitlementsManagement_1">
<entitlementReq id="295590" status="InProcess" statusPrev="Pending"/>
</ResubmitViewerEntitlementRequest_Response_1>
ENTITY DESCRIPTION
32 Estimates
32.1 Overview
The Refinitiv Estimates database consists of global estimates for over 15,000 active and 10,000 inactive companies. It contains all estimates
types and periods that Refinitiv collects and is designed to allow Refinitiv to expand their offering seamlessly. This service allows clients to
access and manipulate the following sets of data collected by Refinitiv:
• Actuals
32.2.1 Authorization
All requests to the Refinitiv Estimates web service require an authorization token. For details, see Understanding Authentication Tokens.
32.2.2 Authentication
Refinitiv Estimates uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in Refinitiv Estimates.
For additional information, see Creating a Token.
WSDL
http://api.rkd.refinitiv.com/schemas/Estimates/wsdl/Estimates_1_HttpAndRKDToken.wsdl
TYPE MASK
NOTE: All times in all files are provided in GMT. This time is not adjusted for daylights saving times.
NOTE: The terms capital change and share split are used interchangeably by Refinitiv in relation to estimates.
U Units
T Thousands
M Millions
B Billions
P Percentage
32.3.6 Periods
The service is designed to handle periods of all lengths. As well as the period end date, periods are identified by the use of separate period
identifiers. Where there are multiple periods per fiscal period, these also carry a numeric value, whereby 1 is the first in the fiscal period, 2
the second and so on.
Annual A 1
Semi-Annual S 2
Quarterly Q 4
Trimester* T 3
Monthly* M 12
Mean A straight mathematical mean, after excluding any numbers which Refinitiv knows to be out of date
or made on a different basis. Refinitiv manually excludes these numbers.
Median A mathematical median. In addition as with the Mean calculation Refinitiv may exclude any forecasts
it knows to have been made on a different basis, or which have been overtaken by events.
Our Consensus Recommendation methodology assigns a numerical value from one to five to each broker-specific recommendation. Where
possible, Refinitiv captures the substance of the recommendation rather than its ascribed name. We work with our contributors to ensure that
we map our numerical rating to their preferred value. As such some broker-specific "Buy" recommendations may map to a value of 1,
whereas others may map to a value of 2.
RECOMMENDATION VALUE
Buy 1
Outperform 2
Hold 3
Underperform 4
Sell 5
No opinion 6
Refinitiv also provides a consensus recommendation score for each company. This is a straight arithmetic mean rating based upon the
standard values above, excluding the "No Opinion" recommendations. This is then given a textual label as follows:
Zero No opinions
DESCRIPTION CODE
DESCRIPTION CODE
DESCRIPTION CODE
DESCRIPTION CODE
Annual A
Interim (Semi-Annual) S
Quarterly Q
Trimester* T
Monthly* M
XSD
XSD: http://api.rkd.refinitiv.com/schemas/Estimates/Estimates_1.xsd
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Estimates/Estimates.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/Estimates_1/GetEarningsEstimates_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetConsensus_Request_1 xmlns=xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
Estimates_1"
companyIdType="<Type of company id>"
companyId="<Company id value>"
lang="<Language code> (optional)"
FiscalPeriods="<Fiscal periods value> (optional)"
FiscalPeriodHintsOnly="<Fiscal Period Hint value> (optional)"
EstimateType="<Estimate Type value> (optional)"
ConsensusType="<Consensus Type value> (optional)"
UsePrimaryEarningsTypeOnly="<Use only Primary Earnings Type> (optional)"
UsePrimaryConsensusTypeOnly="<Use only Primary Consensus Type> (optional)"
UsePrimaryEstimateTypeOnly="<Use only Primary Estimate Type> (optional)"
UsePrimaryPeriodicityTypeOnly="<Use only Primary Periodicity Type> (optional)"
DateType="<Date Type value> (optional)"
HistoricalTrendOnly="<Historical Trend value> (optional)"
RealTime="<Use Real time> (optional)"
Periodicity="<Periodicity value> (optional)"
ShowReferenceInformation="<Show Reference information> (optional)"
ShowSecurityInformation="<Show Security information> (optional)"
ShowMetaInformation="<Show Meta information> (optional)"
ShowBrokerCoverageInformation="<Show Broker Coverage information> (optional)"
ShowActualInformation="<Show Actual information> (optional)"
ShowSurpriseInformation="<Show Surprise Information> (optional)"
HidePeriodic="<Hide periodic> (optional)"
HideNonPeriodic="<Hide non-periodic> (optional)"
HideRecommendation="<Hide recommendation> (optional)"
Category="<Category value> (optional)"
TransactionID="Transaction ID value"/>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
companyIdType This indicates what symbol or identifier that is being used to resolve the company. This can
be RIC or Estimate ID. You can use Search to resolve CompanyIdentifiers to Estimate ID.
NOTE: Estimate ID allows you to easily select estimates from different accounting
standards. See Definition of a Company in Refinitiv Estimates about company accounting
standards.
lang This is the language code for the company which is being resolved. This should be used
where possible to assist with the unique resolution of companies especially when trying to
resolve tickers. Example: "en-US".
FiscalPeriods This optional attribute determines the fiscal period(s) to be returned. The attribute accepts
years (2010,2011) and does not accept hints (CURR,NEXT). If you want to use hints, you
must use the FiscalPeriodHintsOnly attribute.
FiscalPeriodHintsOnly This optional attribute determines hints for the fiscal periods to be returned. The values can
be combined in a comma-separated string to allow for multiple periods and are applied to
the Actuals, Detailed Estimates, and Consensus Estimate sections. The possible values
are:
• CURR: Forecast Year 1 (FY1), current fiscal year
• NEXT: Forecast Year 2 (FY2)
• NEXT2: Forecast Year 3 (FY3)
• NEXT3: Forecast Year 4 (FY4)
• NEXT4: Forecast Year 5 (FY5)
• PRVS: Current Actualized Year (FY0)
• PRVS2: Previous Actualized Year (FY-1)
• PRVS3: Previous Actualized Year (FY-2) *
ATTRIBUTE DESCRIPTION
EstimateType (Estimate types) This optional attribute determines the data type(s) to be returned. The
values can be combined in a comma separated string to allow for multiple estimate types to
be returned and are applied to the Actuals, Detailed Estimates and Consensus Estimate
sections. The possible values are:
• EPS: Earnings Per Share (Pre Exceptional)
• EPSEBG: Earnings Per Share (Pre Exceptional and Pre Goodwill)
• EPSREP: Earnings Per Share (As Reported)
• FFO: Funds From Operations Per Share
• CPS: Cash Flow Per Share
• REVENUE: Revenue
• DPS: Dividends Per Share
• NAV: Net Asset Value
• NPROFIT: Net Profit (Pre Exceptional)
• NPROFITEBG: Net Profit (Pre Exceptional and Pre Goodwill)
• NPROFITREP: Net Profit (As Reported)
• PPROFIT: Pre-Tax Profit (Pre Exceptional)
• PPROFITEBG: Pre-Tax Profit (Pre Exceptional and Pre Goodwill)
• PPROFITREP: Pre-Tax Profit (As Reported)
• OPROFIT: Operating Profit
• RPROFIT: Recurring Profit
• EBITDA: EBITDA
• EBIT: EBIT
• STOPINION: Short Term Broker Rating
• LTGROWTH: Long Term Growth
• TARGETPRICE: Target Price
• SUPOPINION: Supplemental Opinion
• NDEBT: Net Debit
• ROA: Return On Assets
• ROE: Return On Equity
• CAPEX: Capital Expenditure
• BVPS: Book Value Per Share
• SLREVENUE: Software License Revenue
• B2BR: Book to Bill Ratio
• ARPU: Average Revenue Per Unit
• USALES: Unit Sales
UsePrimaryEarningsTypeOnly This optional attribute determines whether to use only Primary Earnings Type when
generating the response. The possible values are:
• true
• false
ATTRIBUTE DESCRIPTION
UsePrimaryConsensusTypeOnly This optional attribute determines whether to use only Primary Consensus Type when
generating the response. The possible values are:
• true
• false
UsePrimaryEstimateTypeOnly This optional attribute determines whether to use only Primary Estimate Type when
generating the response. The possible values are:
• true
• false
UsePrimaryPeriodicityTypeOnly This optional attribute determines whether to use only Primary Periodicity Type when
generating the response. The possible values are:
• true
• false
DateType This optional value determines the date type to be used in the response. The possible
values are:
• yyyy-mm-ddThh:mm:ss: Date and time
• yyyy: Year only
• yyyymm: Year and month
• yyyy-mm-dd: Year, month and day
Periodicity This optional value determines for which period data must be collected. The possible values
are:
• Annual
• Interim
• SemiAnnual
• Trimester
• Monthly
• Weekly
• PeriodicAll
ShowReferenceInformation This optional attribute determines whether to show Reference Information when generating
the response. The possible values are:
• true
• false
ShowSecurityInformation This optional attribute determines whether to show Security Information when generating
the response. The possible values are:
• true
• false
ATTRIBUTE DESCRIPTION
ShowMetaInformation This optional attribute determines whether to show Meta Information when generating the
response. The possible values are:
• true
• false
ShowBrokerCoverageInformation This optional attribute determines whether to show Broker Coverage Information when
generating the response. The possible values are:
• true
• false
ShowActualInformation This optional attribute determines whether to show Actual Information when generating the
response. The possible values are:
• true
• false
ShowSurpriseInformation This optional attribute determines whether to show Surprise Information when generating
the response. The possible values are:
• true
• false
HidePeriodic This optional attribute determines whether to hide Periodic in the response. The possible
values are:
• true
• false
HideNonPeriodic This optional attribute determines whether to hide Non Periodic in the response. The
possible values are:
• true
• false
HideRecommendation This optional attribute determines whether to hide Recommendation in the response. The
possible values are:
• true
• false
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Estimates/Estimates.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/Estimates_1/GetReferenceInformation_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetReferenceInformation_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/
rkd/Estimates_1"
companyId="IBM.N"
companyIdType="RIC"
lang="en-US"
UsePrimaryEarningsTypeOnly ="false"
UsePrimaryConsensusTypeOnly ="false"
UsePrimaryEstimateTypeOnly ="false"
UsePrimaryPeriodicityTypeOnly ="false"
HistoricalTrendOnly="3 MonthTrend"
RealTime="false"
Periodicity="PeriodicAll"
ShowReferenceInformation="false"
ShowSecurityInformation="false"
ShowMetaInformation="false"
ShowBrokerCoverageInformation="false"
ShowActualInformation="false"
ShowSurpriseInformation="false"
HidePeriodic="false"
HideNonPeriodic="false"
HideRecommendation="false"
Category="Default"
TransactionID=""/>
</Body>
</Envelope>
For more details on elements the request contains see Understanding Refinitiv Estimates Requests.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Estimates/Estimates.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/Estimates_1/GetSecurityInformation_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetSecurityInformation_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/
rkd/Estimates_1"
companyId="MSFT .O"
companyIdType="RIC"
lang="en-US"
UsePrimaryEarningsTypeOnly ="false"
UsePrimaryConsensusTypeOnly ="false"
UsePrimaryEstimateTypeOnly ="false"
UsePrimaryPeriodicityTypeOnly ="false"
HistoricalTrendOnly="3 MonthTrend"
RealTime="false"
Periodicity="PeriodicAll"
ShowReferenceInformation="false"
ShowSecurityInformation="false"
ShowMetaInformation="false"
ShowBrokerCoverageInformation="false"
ShowActualInformation="false"
ShowSurpriseInformation="false"
HidePeriodic="false"
HideNonPeriodic="false"
HideRecommendation="false"
Category="Default"
TransactionID=""/>
</Body>
</Envelope>
For more details on elements the request contains see Understanding Refinitiv Estimates Requests.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Estimates/Estimates.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/Estimates_1/GetMetaInformation_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetMetaInformation_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
Estimates_1"
companyId="CSCO.O"
companyIdType="RIC"
lang="en-US"
UsePrimaryEarningsTypeOnly="false"
UsePrimaryConsensusTypeOnly="false"
UsePrimaryEstimateTypeOnly="false"
UsePrimaryPeriodicityTypeOnly="false"
HistoricalTrendOnly="3 MonthTrend"
RealTime="false"
Periodicity="PeriodicAll"
ShowReferenceInformation="false"
ShowSecurityInformation="false"
ShowMetaInformation="false"
ShowBrokerCoverageInformation="false"
ShowActualInformation="false"
ShowSurpriseInformation="false"
HidePeriodic="false"
HideNonPeriodic="false"
HideRecommendation="false"
Category="Default"
TransactionID=""/>
</Body>
</Envelope>
For more details on elements the request contains see Understanding Refinitiv Estimates Requests.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Estimates/Estimates.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/Estimates_1/GetBrokerCoverageInformation_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetBrokerCoverageInformation_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/
webServices/rkd/Estimates_1"
companyId="VOD.L"
companyIdType="RIC"
lang="en-US"
UsePrimaryEarningsTypeOnly="false"
UsePrimaryConsensusTypeOnly="false"
UsePrimaryEstimateTypeOnly="false"
UsePrimaryPeriodicityTypeOnly="false"
HistoricalTrendOnly="3 MonthTrend"
RealTime="false"
Periodicity="PeriodicAll"
ShowReferenceInformation="false"
ShowSecurityInformation="false"
ShowMetaInformation="false"
ShowBrokerCoverageInformation="false"
ShowActualInformation="false"
ShowSurpriseInformation="false"
HidePeriodic="false"
HideNonPeriodic="false"
HideRecommendation="false"
Category="Default"
TransactionID=""/>
</Body>
</Envelope>
For more details on elements the request contains see Understanding Refinitiv Estimates Requests.
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Estimates/Estimates.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/Estimates_1/GetConsensus_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetConsensus_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webServices/rkd/
Estimates_1"
companyId="VOD.L"
company dType="RIC"
lang="en-US"
UsePrimaryEarningsTypeOnly="false"
UsePrimaryConsensusTypeOnly="false"
UsePrimaryEstimateTypeOnly="false"
UsePrimaryPeriodicityTypeOnly="false"
HistoricalTrendOnly="3MonthTrend"
RealTime="false"
Periodicity="PeriodicAll"
ShowReferenceInformation="false"
ShowSecurityInformation="false"
ShowMetaInformation="false"
ShowBrokerCoverageInformation="false"
ShowActualInformation="false"
ShowSurpriseInformation="false"
HidePeriodic="false"
HideNonPeriodic="false"
HideRecommendation="false"
Category="AndDetailed"
TransactionID=""/>
</Body>
</Envelope>
For more details on elements the request contains see Understanding Refinitiv Estimates Requests.
32.5.6.2 XML Sample Request – Get Earnings Estimate for All Aggregate levels and Multiple Estimate Types
The following sample request is for Time Warner Inc.Target Price, EPS and Revenue estimates for the current and next fiscal year including
historical consensus for the last 3 months:
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/2006/
05/01/Estimates.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/Estimates_1/GetEarningsEstimates_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetConsensus_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webServices/rkd/
Estimates_1"
companyId="TWX.N"
companyIdType="RIC"
FiscalPeriods="CURR,NEXT "
EstimateType="TARGET PRICE,EPS,REVENUE"
HistoricalTrendOnly="3 MonthTrend"
Category="Default"/>
</Body>
</Envelope>
32.5.6.3 XML Sample Request – Get Earnings Estimate for All Aggregate levels and Multiple Estimate Types
The following sample request is for Boots Company, Revenue for all years including historical consensus for the last 12 months:
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http:/api.rkd.refinitiv.com/api/2006/
05/01/Estimates.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/Estimates_1/GetEarningsEstimates_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetConsensus_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webServices/rkd/
Estimates_1"
companyId="BOOT.K"
companyIdType="RIC"
EstimateType="REVENUE"
HistoricalTrendOnly="12MonthTrend"
Category="Default"/>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
Estimates/Estimates.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/Estimates_1/GetDetailed_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetDetailed_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
Estimates_1"
companyId="MSFT.O"
companyIdType="RIC"
lang="en-US"
UsePrimaryEarningsTypeOnly="false"
UsePrimaryConsensusTypeOnly="false"
UsePrimaryEstimateTypeOnly="false"
UsePrimaryPeriodicityTypeOnly="false"
HistoricalTrendOnly="3 MonthTrend"
RealTime="false"
Periodicity="PeriodicAll"
ShowReferenceInformation="false"
ShowSecurityInformation="false"
ShowMetaInformation="false"
ShowBrokerCoverageInformation="false"
ShowActualInformation="false"
ShowSurpriseInformation="false"
HidePeriodic="false"
HideNonPeriodic="false"
HideRecommendation="false"
Category="Default"
TransactionID=""/>
</Body>
</Envelope>
For more details on elements the request contains see Understanding Refinitiv Estimates Requests.
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-Envelope">
<s:Header>
...
</s:Header>
<s:Body>
<GetConsensus_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
Estimates_1">
<ReferenceInformation xmlns="http://schemas.reuters.com/ns/2008/01/12/webservices/
rkd/CEDRefinfo_1Major="1" Minor="0" Revision="0">
<RepNo>4741N</RepNo>
<ProductionDate="2008-01-26T21:59:55"/>
<CompanyInformation>
<CompanyXrefs>
<CompanyXref Type="IRSNo">130871985</CompanyXref>
<CompanyXref Type="CIKNo">0000051143</CompanyXref>
<CompanyXref Type="FProXRef">100002523</CompanyXref>
<CompanyXref Type="OrgID">18228</CompanyXref>
<CompanyName Type="Primary">International Business Machines Corp.
</CompanyName>
</CompanyXrefs>
<CompanyStatus>
<Status Type="ActiveStatus">true</Status>
<Status Type="CurrentEstimates">true</Status>
<Company Type="EQU"/>
<AvailableInfo Type="BusinessIntelligence">true</AvailableInfo>
<AvailableInfo Type="Financials">true</AvailableInfo>
<AvailableInfo Type="Estimates">true</AvailableInfo>
<AvailableInfo Type="SignificantDevelopment">true</AvailableInfo>
<AvailableInfo Type="Officers">true</AvailableInfo>
<FilingStatus CurrentStatus="Filing" ReasonCode="0"/>
<HasPublicDebt>false</HasPublicDebt>
</CompanyStatus>
<CompanyUpdates>
<LastModified Type="Financials">2008-01-24T18:44:27</LastModified>
<LastModified Type="Other">2008-01-25T10:22:02</LastModified>
<LatestInformation Type="AnnualFinancials">2007-12-31</LatestInformation>
<LatestInformation Type="InterimFinancials">2007-12-31
</LatestInformation>
</Company Updates>
<Currencies>
<Currency Type="FinancialStatements">USD</Currency>
<Currency Type="Estimates">USD</Currency>
<Currency Type="PrimaryIssuePrice">USD</Currency>
</Currencies>
<IndustryClassification>
<Taxonomy Type="RBSS2004">
<Detail Order="1" Code="57211" Description="IT Services & Consulting"
/>
</Taxonomy>
<Taxonomy Type="NAICS1997">
<Detail Order="1" Code="541611" Description="Administrative Management
and General Management Consulting Services"/>
</Taxonomy>
...
<Taxonomy Type="MGINDUSTRY">
<Detail Order="1" Code="0909" Mnemonic="SVSBUS" Description="Business
Services"/>
</Taxonomy>
</IndustryClassification>
</CompanyInformation>
<IssueInformation>
<Issue ID="1" Type="C " Order="1">
<IssueXrefs>
<IssueXref Type="Name">Common Stock</IssueXref>
<IssueXref Type="Ticker">IBM</IssueXref>
<IssueXref Type="RIC ">IBM</IssueXref>
<IssueXref Type="DisplayRIC">IBM.N</IssueXref>
</IssueXrefs>
<IssueStatus>
<IssueType>Common Stock</IssueType>
<Status Type="ActiveStatus">true</Status>
<Status Type="PublicStatus">true</Status>
<Status Type="ExpectedIPO">false</Status>
</IssueStatus>
<IssueSpecifics>
<Exchange Code="NYSE" Country="USA" Region="NA">New York Stock
Exchange</Exchange>
<ListingType>OSR</ListingType>
<MostRecentSplit Date="1999-05-27">2.0</MostRecentSplit>
<SplitHistory>
<Split Date="1999-05-27">2.0</Split>
<Split Date="1997-05-28">2.0</Split>
</SplitHistory>
</IssueSpecifics>
</Issue>
<Issue ID="2" Type="P" Order="1">
<IssueXrefs>
<IssueXref Type="Name">Preferred Stock-7.5%</IssueXref>
</IssueXrefs>
<IssueStatus>
<IssueType>Preferred Stock</IssueType>
<Status Type="ActiveStatus">true</Status>
<Status Type="PublicStatus">false</Status>
<Status Type="ExpectedIPO">false</Status>
</IssueStatus>
<IssueSpecifics>
<Exchange Code="NYSE" Country="USA" Region="NA">New York Stock
Exchange</Exchange>
</IssueSpecifics>
</Issue>
</IssueInformation>
</ReferenceInformation>
<EstimatesSecurityInformation xmlns="http://schemas.reuters.com/ns/2008/01/12/
webservices/rkd/EstimatesSecurityAPI_1" Major="1" Minor="0" Revision="0">
<RepNo>4741N</RepNo>
<CompanyName Type="Primary">International Business Machines Corp.</CompanyName>
<Production Date="2007-06-06T13:30:49"/>
<SecurityInfo>
<Security code="1">
<Exchange code="NYSE">New York Stock Exchange</Exchange>
<CountryCode="USA" set="MX">United States</Country>
<SecIds><SecId set="LOCAL" type="RIC">IBM</SecId>
<SecId set="LOCAL" type="Display RIC">IBM.N</SecId>
<MetaCategory catname="ActTypes">
<MetaItem>
<MetaValue mvalue="FY" mname="periodtype"/>
<MetaValue mvalue="BVPS" mname="type"/>
<MetaValue mvalue="2006" mname="fyear"/>
</MetaItem>
...
<MetaItem>
<MetaValue mvalue="NP" mname="periodtype"/>
<MetaValue mvalue="SUPOPINION" mname="type"/>
</MetaItem>
</MetaCategory>
</EstimatesMetaInformation>
<EstimatesBrokerCoverageInformation xmlns="http://schemas.reuters.com/ns/2008/01/12/
webservices/rkd/EstimatesBrokerCoverageAPI_1" Major="1 " Minor="0 " Revision="0">
<RepNo>4741N</RepNo>
<CompanyName Type="Primary">International Business Machines Corp.</CompanyName>
<Production Date="2007-06-06T13:30:49"/>
<Coverage>
<BrokerbrokerName="Merrill Lynch" brokerId="US_2">
<Teams>
<Team teamId="US_303859">
<Analyst analystId="3GRP">Richard Farmer</Analyst>
</Team>
</Teams>
</Broker>
...
</Coverage>
</EstimatesBrokerCoverageInformation>
<EstimatesConsensusInformation xmlns="http://schemas.reuters.com/ns/2008/01/12/
webservices/rkd/EstimatesConsensusAPI_1" Major="1 " Minor="0" Revision="0">
<RepNo>4741N</RepNo>
<CompanyName Type="Primary">International Business Machines Corp.</CompanyName>
<Production Date="2007-06-06T13:30:49"/>
<ConsEstimates>
<FYEstimates>
<FYEstimate unit="U" type="BVPS">
<FYPeriod endMonth="12" endCalYear="2005" periodType="A" fYear="2005">
<ConsEstimate type="High">
<ConsValue dateType="CURR">20.7500</ConsValue>
</ConsEstimate>
<ConsEstimate type="Low">
<ConsValue dateType="CURR">19.0000</ConsValue>
</ConsEstimate>
<ConsEstimate type="Mean">
<ConsValue dateType="CURR">19.9667</ConsValue>
</ConsEstimate>
<ConsEstimate type="StdDev">
<ConsValue dateType="CURR">0.7261</ConsValue>
</ConsEstimate>
<ConsEstimate type="NumOfEst">
<ConsValue dateType="CURR">3</ConsValue>
</ConsEstimate>
<ConsEstimate type="Median">
<ConsValue dateType="CURR">20.1500</ConsValue>
</ConsEstimate>
</FYPeriod>
...
</FYEstimate>
</FYEstimates>
<NPEstimates>
<NPEstimate unit="P" type="LTGROWTH">
<ConsEstimate type="High">
<ConsValue dateType="CURR">15.0000</ConsValue>
</ConsEstimate>
<ConsEstimate type="Low">
<ConsValue dateType="CURR">8.0000</ConsValue>
</ConsEstimate>
<ConsEstimate type="Mean">
<ConsValue dateType="CURR">10.5100</ConsValue>
</ConsEstimate>
<ConsEstimate type="StdDev">
<ConsValue dateType="CURR">1.6617</ConsValue>
</ConsEstimate>
<ConsEstimate type="NumOfEst">
<ConsValue dateType="CURR">12</ConsValue>
</ConsEstimate>
<ConsEstimate type="Median">
<ConsValue dateType="CURR">10.0000</ConsValue>
</ConsEstimate>
</NPEstimate>
...
</NPEstimates>
<Recommendations>
<STOpinion>
<ConsOpinion desc="BUY" code="1" set="STD">
<ConsOpValue unit="N" type="NumOfEst">
<ConsValue dateType="CURR">8</ConsValue>
</ConsOpValue>
</ConsOpinion>
<ConsOpinion desc="OUTPERFORM" code="2" set="STD">
<ConsOpValue unit="N" type="NumOfEst">
<ConsValue dateType="CURR">8</ConsValue>
</ConsOpValue>
</ConsOpinion>
<ConsOpinion desc="HOLD" code="3" set="STD">
<ConsOpValue unit="N" type="NumOfEst">
<ConsValue dateType="CURR">6</ConsValue>
...
</STOpinion>
</Recommendations>
</ConsEstimates>
</EstimatesConsensusInformation>
<EstimatesDetailedInformation xmlns="http://schemas.reuters.com/ns/2008/01/12/
webservices/rkd/EstimatesDetailedAPI_1" Major="1" Minor="0" Revision="0">
<RepNo>4741N</RepNo>
<CompanyName Type="Primary">International Business Machines Corp.</CompanyName>
<Production Date="2007-06-06T13:30:49"/>
<DetEstimates>
<FYEstimates>
<FYEstimate unit="U" type="BVPS">
<FYPeriod endMonth="12" endCalYear="2005" periodType="A" fYear="2005">
<DetEstimate teamId="US_" brokerId="US_67">
<EstValue suppr="false" expir="2006-09-19T09:28:00" confirm="2006-
01-13T14:45:27" orig="2006-0113T14:45:27"
dateType="CURR">20.1500</EstValue>
</DetEstimate>
<DetEstimate teamId="US_384539" brokerId="US_4589">
<EstValue suppr="false" confirm="2005-10-28T14:30:00" orig="2005-
10-28T14:30:00" dateType="CURR">20.7500</EstValue>
</DetEstimate>
<DetEstimate teamId="US_201373" brokerId="US_11581">
<EstValue suppr="false" confirm="2005-10-18T15:30:00" orig="2005-
10-18T15:30:00" dateType="CURR">19.0000</EstValue>
</DetEstimate>
</FYPeriod>
<FYPeriod endMonth="12" endCalYear="2006" periodType="A" fYear="2006">
<DetEstimate teamId="US_384539" brokerId="US_4589">
<EstValue suppr="false" confirm="2006-11-06T18:14:03" orig="2006-
11-06T18:14:03" dateType="CURR">23.1200</EstValue>
</DetEstimate>
<DetEstimate teamId="US_194815" brokerId="US_9211">
<EstValue suppr="false" confirm="2006-10-18T11:28:59" orig="2006-
10-18T11:28:59" dateType="CURR">22.5400</EstValue>
</DetEstimate>
...
</FYPeriod>
</FYEstimate>
</FYEstimates>
<NPEstimates>
<NPEstimate unit="P" Type="LTGROWTH">
<DetEstimate teamId="US_303859" brokerId="US_2">
<EstValue suppr="false" confirm="2007-05-11T22:26:04" orig="2002-01-
28T21:01:00" dateType="CURR">10.0000</EstValue>
</DetEstimate>
<DetEstimate teamId="US_155877" brokerId="US_27">
<EstValue suppr="false" confirm="2007-02-07T11:22:18" orig="2003-11-
18T23:43:00" dateType="CURR">11.0000</EstValue>
</DetEstimate>
<DetEstimate teamId="US_397588" brokerId="US_85">
<EstValue suppr="false" confirm="2007-04-18T13:55:21" orig="2006-11-
06T19:08:03" dateType="CURR">9.0000</EstValue>
</DetEstimate>
...
</NPEstimate>
...
</NPEstimates>
<Recommendations>
<STOpinion>
<DetOpinion teamId="US_303859" brokerId="US_2">
<OpinionValue suppr="false" confirm="2007-05-11T22:26:04"
orig="2006-10-18T05:00:34" dateType="CURR">
<OpCode code="3" set="STD">HOLD</OpCode>
<OpCode code="2" set="BKR">NEUTRAL</OpCode>
</OpinionValue>
</DetOpinion>
<DetOpinion teamId="US_155877" brokerId="US_27">
<OpinionValue suppr="false" confirm="2007-02-07T11:22:18"
orig="2005-04-29T14:22:40" dateType="CURR">
<OpCode code="1" set="STD">BUY</OpCode>
<OpCode code="B" set="BKR">BUY</OpCode>
</OpinionValue>
</DetOpinion>
...
</STOpinion>
<SupOpinion>
<DetOpinion teamId="US_303859" brokerId="US_2">
<OpinionValue confirm="2007-04-24T14:30:00" orig="2004-09-
15T19:12:35" dateType="CURR">
<OpCode code="B" set="BKR">Medium</OpCode>
</OpinionValue>
</DetOpinion>
...
</SupOpinion>
</Recommendations>
</DetEstimates>
</EstimatesDetailedInformation>
</GetConsensus_Response_1>
</Body>
</Envelope>
The following table lists elements that are common for all sections:
ATTRIBUTE DESCRIPTION
Production Date Date and time for when the information was last generated.
<ReferenceInformation xmlns="http://schemas.reuters.com/ns/2008/01/12/webservices/rkd/
CEDRefinfo_1Major="1 " Minor="0" Revision="0 ">
<RepNo>4741N</RepNo>
<Production Date="2008-01-26T21:59:55"/>
<CompanyInformation>
<CompanyXrefs>
<CompanyXref Type="IRSNo">130871985</Company Xref>
<CompanyXref Type="CIKNo">0000051143</CompanyXref>
<CompanyXref Type="FProXRef">100002523</CompanyXref>
<CompanyXref Type="OrgID">18228</CompanyXref>
<CompanyName Type="Primary">International Business Machines Corp.</CompanyName>
</CompanyXrefs>
<CompanyStatus>
<Status Type="ActiveStatus">true</Status>
<Status Type="CurrentEstimates">true</Status>
<Company Type="EQU"/>
<AvailableInfo Type="BusinessIntelligence">true</AvailableInfo>
<AvailableInfo Type="Financials">true</AvailableInfo>
<AvailableInfo Type="Estimates">true</AvailableInfo>
<AvailableInfo Type="SignificantDevelopment">true</AvailableInfo>
<AvailableInfo Type="Officers">true</AvailableInfo>
<FilingStatus CurrentStatus="Filing" ReasonCode="0"/>
<HasPublicDebt>false</HasPublicDebt>
</CompanyStatus>
<CompanyUpdates>
<LastModified Type="Financials">2008-01-24T18:44:27</LastModified>
<LastModified Type="Other">2008-01-25T10:22:02</LastModified>
<LatestInformation Type="AnnualFinancials">2007-12-31</LatestInformation>
<LatestInformation Type="InterimFinancials">2007-12-31</LatestInformation>
</CompanyUpdates>
<Currencies>
<Currency Type="FinancialStatements">USD</Currency>
<Currency Type="Estimates">USD</Currency>
<Currency Type="Primary IssuePrice">USD</Currency>
</Currencies>
<IndustryClassification>
<Taxonomy Type="RBSS2004">
<Detail Order="1" Code="57211" Description="IT Services & Consulting"/>
</Taxonomy>
<Taxonomy Type="NAICS1997">
<Detail Order="1" Code="541611" Description="Administrative Management and
General Management Consulting Services"/>
</Taxonomy>
...
<Taxonomy Type="MGINDUSTRY">
<CompanyInformation>
<CompanyXrefs>
<CompanyXref Type="IRSNo">130871985</CompanyXref>
<CompanyXref Type="CIKNo">0000051143</CompanyXref>
<CompanyXref Type="FProXRef">100002523</CompanyXref>
<CompanyXref Type="OrgID">18228</CompanyXref>
<CompanyName Type="Primary">International Business Machines Corp.</CompanyName>
</CompanyXrefs>
<CompanyStatus>
<Status Type="ActiveStatus">true</Status>
<Status Type="CurrentEstimates">true</Status>
<Company Type="EQU"/>
<AvailableInfo Type="BusinessIntelligence">true</AvailableInfo>
<AvailableInfo Type="Financials">true</AvailableInfo>
<AvailableInfo Type="Estimates">true</AvailableInfo>
<AvailableInfo Type="SignificantDevelopment">true</AvailableInfo>
<AvailableInfo Type="Officers">true</AvailableInfo>
<FilingStatus CurrentStatus="Filing" ReasonCode="0"/>
<HasPublicDebt>false</HasPublicDebt>
</CompanyStatus>
<CompanyUpdates>
<LastModified Type="Financials">2008-01-24T18:44:27</LastModified>
<LastModified Type="Other">2008-01-25T10:22:02</LastModified>
<LatestInformation Type="AnnualFinancials">2007-12-31</LatestInformation>
<LatestInformation Type="InterimFinancials">2007-12-31</LatestInformation>
</CompanyUpdates>
<Currencies>
<Currency Type="FinancialStatements">USD</Currency>
<Currency Type="Estimates">USD</Currency>
<Currency Type="Primary IssuePrice">USD</Currency>
</Currencies>
<IndustryClassification>
<Taxonomy Type="RBSS2004">
<Detail Order="1" Code="57211" Description="IT Services & Consulting"/>
</Taxonomy>
<Taxonomy Type="NAICS1997">
<Detail Order="1" Code="541611" Description="Administrative Management and General
Management Consulting Services"/>
</Taxonomy>
...
<Taxonomy Type="MGINDUSTRY">
<Detail Order="1" Code="0909" Mnemonic="SVSBUS" Description="Business Services"/>
</Taxonomy>
</Industry Classification>
</Company Information>
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
<IssueInformation>
<Issue ID="1" Type="C" Order="1">
<IssueXrefs>
<IssueXref Type="Name">Common Stock</IssueXref>
<IssueXref Type="Ticker">IBM</IssueXref>
<IssueXref Type="RIC">IBM</IssueXref>
<IssueXref Type="Display RIC">IBM.N</IssueXref>
</IssueXrefs>
<IssueStatus>
<IssueType>Common Stock</IssueType>
<Status Type="ActiveStatus">true</Status>
<Status Type="PublicStatus">true</Status>
<Status Type="ExpectedIPO">false</Status>
</IssueStatus>
<IssueSpecifics>
<Exchange Code="NYSE" Country ="USA" Region="NA">New York Stock Exchange</Exchange>
<ListingType>OSR</ListingType>
<MostRecentSplit Date="1999-05-27">2.0</MostRecentSplit>
<SplitHistory>
<Split Date="1999-05-27">2.0</Split>
<Split Date="1997-05-28">2.0</Split>
</SplitHistory>
</IssueSpecifics>
</Issue>
<Issue ID="2" Type="P" Order="1">
<IssueXrefs>
<IssueXref Type="Name">Preferred Stock-7.5%</IssueXref>
</IssueXrefs>
<IssueStatus>
<IssueType>Preferred Stock</IssueType>
<Status Type="ActiveStatus">true</Status>
<Status Type="PublicStatus">false</Status>
<Status Type="ExpectedIPO">false</Status>
</IssueStatus>
<IssueSpecifics>
<Exchange Code="NYSE" Country="USA" Region="NA">New York Stock Exchange</Exchange>
</IssueSpecifics>
</Issue>
</IssueInformation>
ATTRIBUTE DESCRIPTION
Order Order.
ATTRIBUTE DESCRIPTION
<GetSecurityInformation_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webServices/
rkd/Estimates_1">
<EstimatesSecurityInformation xmlns="http://schemas.reuters.com/ns/2008/01/12/
webservices/rkd/EstimatesSecurityAPI_1" Major="1" Minor="0" Revision="0">
<RepNo>4741N</RepNo>
<CompanyName Type="Primary">International Business Machines Corp.</CompanyName>
<Production Date="2007-06-06T13:30:49"/>
<SecurityInfo>
<Security code="1">
<Exchange code="NYSE">New York Stock Exchange</Exchange>
<Country Code="USA" set="MX">United States</Country>
<SecIds>
<SecId set="LOCAL" Type="RIC">IBM</SecId>
<SecId set="LOCAL" Type="Display RIC">IBM.N</SecId>
<SecId set="LOCAL" Type="TICKER">IBM</SecId>
</SecIds>
<MarketData>
<MarketDataItem updated="2005-10-10T00:00:00" currCode="USD" unit="U"
Type="CLPRICE">81.250000</MarketDataItem>
<MarketDataItem currCode="USD" unit="U" Type="SHARESOUT">1484827275
</MarketDataItem>
<MarketDataItem currCode="USD" unit="M" Type="MARKETCAP">120642.2161
</MarketDataItem>
<MarketDataItem updated="2005-01-03T00:00:00" currCode="USD" unit="U"
Type="52WKHIGH">99.1000</MarketDataItem>
<MarketDataItem updated="2005-04-20T00:00:00" currCode="USD" unit="U"
Type="52WKLOW">71.8500</MarketDataItem>
<MarketDataItem currCode="USD" unit="N" Type="EV_Cur">171595.10000
</MarketDataItem>
<MarketDataItem currCode="USD" unit="N" Type="BETA">1.62492
</MarketDataItem>
<MarketDataItem currCode="USD" unit="N" Type="VOL3MAVG">162.83565
</MarketDataItem>
</MarketData>
<LastSplit splitDate="1999-05-27T00:00:00">2.0000</LastSplit>
</Security>
</SecurityInfo>
</EstimatesSecurityInformation>
</GetSecurityInformation_Response_1>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
<GetMetaInformation_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
Estimates_1">
<EstimatesMetaInformation xmlns="http://schemas.reuters.com/ns/2008/01/12/webservices/rkd/
EstimatesMetaAPI_1" Major="1" Minor="0" Revision="0">
<RepNo>4741N</RepNo>
<CompanyName Type="Primary">International Business Machines Corp.</CompanyName>
<Production Date="2007-06-06T13:30:49"/>
<CompanyInfo>
<Primary Type="Earnings">PRX</Primary>
<Primary Type="Consensus">Mean</Primary>
<Primary Type="Estimate">EPS</Primary>
<Primary Type="Periodicity">Q</Primary>
<Primary Type="General Note">ACCOUNTING: Consensus includes stock-based compensation.
</Primary>
<Currency code="USD" Type="CONSENSUS" set="ISO">U.S. Dollars</Currency>
<CurFiscalPeriod periodNum="2" periodType="Q" fyem="12" fYear="2007"/>
<CompanyPeriods>
<Annual fyNum="-5" fYear="2001" sYear="PRVS6" endMonth="12" periodUnit="MNS"
periodLength="12">
<Interim Type="Q" periodNum="1" endMonth="3" endCalYear="2001" periodUnit="MNS"
periodLength="3"/>
<Interim Type="Q" periodNum="2" endMonth="6" endCalYear="2001" periodUnit="MNS"
periodLength="3"/>
<Interim Type="Q" periodNum="3" endMonth="9" endCalYear="2001" periodUnit="MNS"
periodLength="3"/>
<Interim Type="Q" periodNum="4" endMonth="12" endCalYear="2001" periodUnit="MNS"
periodLength="3"/>
</Annual>
...
</CompanyPeriods>
</CompanyInfo>
<MetaCategory catname="ActTypes">
<MetaItem>
<MetaValue mvalue="FY" mname="periodType"/>
<MetaValue mvalue="BVPS" mname="Type"/>
<MetaValue mvalue="2006" mname="fyear"/>
</MetaItem>
...
<MetaItem>
<MetaValue mvalue="NP" mname="periodType"/>
<MetaValue mvalue="SUPOPINION" mname="Type"/>
</MetaItem>
</MetaCategory>
</EstimatesMetaInformation>
</GetMetaInformation_Response_1>
ATTRIBUTE DESCRIPTION
CurFiscalPeriod • periodNum: Current Fiscal Period's Number (not provided for Annual period). Can contain values
(1,2,3,4,5-12).
ATTRIBUTE DESCRIPTION
Interim Interim.
Contains the following attribute(s):
• type: Interim type. Can have the following values:
• Q - Quarter
• S - Semi-annual
• T - Trimester (Reserved for future use)
• M - Monthly (Reserved for future use)
• periodNum: Fiscal Period's Number.
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
<GetBrokerCoverageInformation_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
Estimates_1">
<EstimatesBrokerCoverageInformation xmlns="http://schemas.reuters.com/ns/2008/01/12/
webservices/rkd/EstimatesBrokerCoverageAPI_1" Major="1" Minor="0" Revision="0">
<RepNo>4741N</RepNo>
<CompanyName Type="Primary">International Business Machines Corp.</CompanyName>
<Production Date="2007-06-06T13:30:49"/>
<Coverage>
<Broker brokerName="Merrill Lynch" brokerId="US_2">
<Teams>
<Team teamId="US_303859">
<Analyst analystId="3GRP">Richard Farmer</Analyst>
</Team>
</Teams>
</Broker>
...
</Coverage>
</EstimatesBrokerCoverageInformation>
</GetBrokerCoverageInformation_Response_1>
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
Analyst Analyst.
Contains the following Attribute(s):
• analystid
<GetConsensus_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/Estimates_1">
<EstimatesConsensusInformation xmlns="http://schemas.reuters.com/ns/2008/01/12/webservices/
rkd/EstimatesConsensusAPI_1" Major="1" Minor="0" Revision="0">
<RepNo>4741N</RepNo>
<Company Name Type="Primary">International Business Machines Corp.</Company Name>
<Production Date="2007-06-06T13:30:49"/>
<ConsEstimates>
<FYEstimates>
<FYEstimate unit="U" Type="BVPS">
<FYPeriod endMonth="12" endCalYear="2005" periodType="A" fYear="2005">
<ConsEstimate Type="High">
<ConsValue dateType="CURR">20.7500</ConsValue>
</ConsEstimate>
<ConsEstimate Type="Low">
<ConsValue dateType="CURR">19.0000</ConsValue>
</ConsEstimate>
<ConsEstimate Type="Mean">
<ConsValue dateType="CURR">19.9667</ConsValue>
</ConsEstimate>
<ConsEstimate Type="StdDev">
<ConsValue dateType="CURR">0.7261</ConsValue>
</ConsEstimate>
<ConsEstimate Type="NumOfEst">
<ConsValue dateType="CURR">3</ConsValue>
</ConsEstimate>
<ConsEstimate Type="Median">
<ConsValue dateType="CURR">20.1500</ConsValue>
</ConsEstimate>
</FYPeriod>
...
</FYEstimate>
</FYEstimates>
<NPEstimates>
<NPEstimate unit="P" Type="LTGROWTH">
<ConsEstimate Type="High">
<ConsValue dateType="CURR">15.0000</ConsValue>
</ConsEstimate>
<ConsEstimate Type="Low">
<ConsValue dateType="CURR">8.0000</ConsValue>
</ConsEstimate>
<ConsEstimate Type="Mean">
<ConsValue dateType="CURR">10.5100</ConsValue>
</ConsEstimate>
<ConsEstimate Type="StdDev">
<ConsValue dateType="CURR">1.6617</ConsValue>
</ConsEstimate>
<ConsEstimate Type="NumOfEst">
<ConsValue dateType="CURR">12</ConsValue>
</ConsEstimate>
<ConsEstimate Type="Median">
<ConsValue dateType="CURR">10.0000</ConsValue>
</ConsEstimate>
</NPEstimate>
...
</NPEstimates>
<Recommendations>
<STOpinion>
<ConsOpinion desc="BUY" code="1" set="STD">
<ConsOpValue unit="N" Type="NumOfEst">
<ConsValue dateType="CURR">8</ConsValue>
</ConsOpValue>
</ConsOpinion>
...
</STOpinion>
</Recommendations>
</ConsEstimates>
</EstimatesConsensusInformation>
</GetConsensus_Response_1>
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
ConsValue (Contd.) • 3MA: Median / Mean value as of 3 months ago. Number of upgrades / downgrades between
3 months ago and current estimates (Consensus Analysis Only).
• 4MA: Median / Mean value as of 4months ago (Consensus Analysis Only).
• 5MA: Median / Mean value as of 5 months ago (Consensus Analysis Only).
• 6MA: Median / Mean value as of 6 months ago (Consensus Analysis Only).
• 7MA: Median / Mean value as of 7 months ago (Consensus Analysis Only).
• 8MA: Median / Mean value as of 8 months ago (Consensus Analysis Only).
• 9MA: Median / Mean value as of 9 months ago (Consensus Analysis Only).
• 10MA: Median / Mean value as of 10 months ago (Consensus Analysis Only).
• 11MA: Median / Mean value as of 11 months ago (Consensus Analysis Only).
• 12MA: Median / Mean value as of 12 months ago (Consensus Analysis Only).
• 13MA: Median / Mean value as of 13 months ago (Consensus Analysis Only).
• 14MA: Median / Mean value as of 14 months ago (Consensus Analysis Only).
• 15MA: Median / Mean value as of 15 months ago (Consensus Analysis Only).
• 16MA: Median / Mean value as of 16 months ago (Consensus Analysis Only).
• 17MA: Median / Mean value as of 17 months ago (Consensus Analysis Only).
• 18MA: Median / Mean value as of 18 months ago (Consensus Analysis Only).
ATTRIBUTE DESCRIPTION
Recommendations Recommendations.
STOpinion Opinions.
ConsOpinion (Contd.) • desc:. Opinion Description. Can have the following values:
• BUY: Buy
• OUTPERFROM: Outperfrom
• HOLD: Hold
• UNDERPERFORM: Underperform
• SELL: Sell
• NA: No Opinion
<GetDetailed_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webServices/rkd/Estimates_1">
<EstimatesDetailedInformation xmlns="http://schemas.reuters.com/ns/2008/01/12/webservices/
rkd/EstimatesDetailedAPI_1" Major="1" Minor="0" Revision="0">
<RepNo>4741N</RepNo>
<Company Name Type="Primary">International Business Machines Corp.</Company Name>
<Production Date="2007-06-06T13:30:49"/>
<DetEstimates>
<FYEstimates>
<FYEstimate unit="U" Type="BVPS">
<FYPeriod endMonth="12" endCalYear="2005" periodType="A" fYear="2005">
<DetEstimate teamId="US_" brokerId="US_67">
<EstValue suppr="false" expir="2006-01-13T14:45:27" confirm="2005-12-
21T15:30:00" orig="2005-12-21T15:30:00" dateType="PRV1">20.1600
</EstValue>
<EstValue suppr="false" expir="2006-09-19T09:28:00" confirm="2006-01-
13T14:45:27" orig="2006-01-13T14:45:27" dateType="CURR">20.1500
</EstValue>
</DetEstimate>
<DetEstimate teamId="US_384539" brokerId="US_4589">
<EstValue suppr="false" confirm="2005-10-28T14:30:00" orig="2005-10-
28T14:30:00" dateType="CURR">20.7500</EstValue>
</DetEstimate>
<DetEstimate teamId="US_201373" brokerId="US_11581">
<EstValue suppr="false" confirm="2005-10-18T15:30:00" orig="2005-10-
18T15:30:00" dateType="CURR">19.0000</EstValue>
</DetEstimate>
</FYPeriod>
...
</FYEstimate>
</FYEstimates>
<NPEstimates>
<NPEstimate unit="P" type="LTGROWTH">
<DetEstimate teamId="US_303859" brokerId="US_2">
<EstValue suppr="false" confirm="2007-05-11T22:26:04" orig="2002-01-
28T21:01:00" dateType="CURR">10.0000</EstValue>
</DetEstimate>
<DetEstimate teamId="US_155877" brokerId="US_27">
<EstValue suppr="false" confirm="2007-02-07T11:22:18" orig="2003-11-
18T23:43:00" dateType="CURR">11.0000</EstValue>
</DetEstimate>
<DetEstimate teamId="US_397588" brokerId="US_85">
<EstValue suppr="false" confirm="2007-04-18T13:55:21" orig="2006-11-
06T19:08:03" dateType="CURR">9.0000</EstValue>
</DetEstimate>
<DetEstimate teamId="US_155188" brokerId="US_3202">
<EstValue suppr="false" confirm="2007-04-25T17:30:04" orig="2005-01-
19T19:14:28" dateType="CURR">8.0000</EstValue>
</DetEstimate>
<DetEstimate teamId="US_406131" brokerId="US_3414">
<EstValue suppr="false" confirm="2007-04-24T21:04:20" orig="2007-04-
24T21:04:20" dateType="CURR">10.0000</EstValue>
<EstValue suppr="false" expir="2007-04-24T21:04:20" confirm="2007-04-
17T13:46:19" orig="2007-04-17T13:46:19" dateType="PRV 1">12.0000</EstValue>
</DetEstimate>
<DetEstimate teamId="US_393203" brokerId="US_5451">
...
</STOpinion>
<SupOpinion>
<DetOpinion teamId="US_303859" brokerId="US_2">
<OpinionValue confirm="2007-04-24T14:30:00" orig="2004-09-15T19:12:35"
dateType="CURR">
<OpCode code="B" set="BKR">Medium</OpCode>
</OpinionValue>
</DetOpinion>
...
</SupOpinion>
</Recommendations>
</DetEstimates>
</EstimatesDetailedInformation>
</GetDetailed_Response_1>
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
EstValue (Contd.) • 4MA: Median / Mean value as of 4months ago (Consensus Analysis Only).
• 5MA: Median / Mean value as of 5 months ago (Consensus Analysis Only).
• 6MA: Median / Mean value as of 6 months ago (Consensus Analysis Only).
• 7MA: Median / Mean value as of 7 months ago (Consensus Analysis Only).
• 8MA: Median / Mean value as of 8 months ago (Consensus Analysis Only).
• 9MA: Median / Mean value as of 9 months ago (Consensus Analysis Only).
• 10MA: Median / Mean value as of 10 months ago (Consensus Analysis Only).
EstValue (Contd.) • 11MA: Median / Mean value as of 11 months ago (Consensus Analysis Only).
• 12MA: Median / Mean value as of 12 months ago (Consensus Analysis Only).
• 13MA: Median / Mean value as of 13 months ago (Consensus Analysis Only).
• 14MA: Median / Mean value as of 14 months ago (Consensus Analysis Only).
• 15MA: Median / Mean value as of 15 months ago (Consensus Analysis Only).
• 16MA: Median / Mean value as of 16 months ago (Consensus Analysis Only).
• 17MA: Median / Mean value as of 17 months ago (Consensus Analysis Only).
• 18MA: Median / Mean value as of 18 months ago (Consensus Analysis Only).
Recommendations Recommendations.
STOpinion Opinions.
ATTRIBUTE DESCRIPTION
Consensus Opinion.
Contains the following attribute(s):
• set: Opinion Set. Can have the following values:
• STD: Standard
• code: Opinion Code. Can have the following values:
• 1: Buy
• 2: Outperfrom
• 3: Hold
• 4: Underperform
• 5: Sell
• 6: No Opinion
SupOpinion SupOpinions.
33 Reference Information
33.1 Overview
The Reference Information service enables you to retrieve the input criteria used to search for broker research documents (see Document
Search for more details). You can also use this service to associate names with codes and to map local codes (as defined by the contributor)
to global codes (as defined by Refinitiv).
The following reference lists can be retrieved using this service:
• Category
• Contributor
• Country
• Currency
• Industry
• Language
• Region
• Contributor Subjects
• Research Subjects
• Research Purposes
• Disciplines
• Report Styles
• UIDs
33.2.1 Authorization
All requests to the Reference Information web service require an authorization token. For details, see Understanding Authentication Tokens.
33.2.2 Authentication
Refinitiv Reference Information service uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each
user before your application authenticates them. Unmanaged effective users are not supported in Refinitiv Reference Information.
For additional information on creating a Service Token, see Creating a Token.
33.3 WSDL
WSDL
http://api.rkd.refinitiv.com/schemas/RefInfo/wsdl/RefInfo_1_HttpAndRKDToken.wsdl
• Global Codes
• Local Codes
• Set Codes
• UIDs
Also, this section provides information on the reference lists can be retrieved using the Reference Information service:
• Category
• Contributor
• Country
• Currency
• Industry
• Language
• Region
• Contributor Subjects
• Research Subjects
• Research Purposes
• Disciplines
• Report Styles
NOTE: The Refinitiv Knowledge Direct API does not support searching for local country or currency codes. Also the API always returns
global author/analyst codes even if the application searches used local codes.
33.4.1.4 UIDs
UIDs are numbers consisting of a 1 or 2-digit reference type followed by a 7-digit record number. The currently defined reference types are
described in the following table.
CODE DESCRIPTION
0 Contributors (leading 0's are never included; for example, a typical contributor UID is "12345", not
"00012345")
1 Subject
2 Category
3 Country
4 Currency
5 Region
6 N/A
7 N/A
8 Industry
10 Language
11 Subject (Categorization)
12 Discipline (Categorization)
13 Reason (Categorization)
33.4.2 Countries
During the contribution process, contributors tag documents with country information. You can use the Reference Information service to
generate country information for use in a document search.
The following sample code displays how to generate country information. This request returns both the local and global CountryCodes:
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
RefInfo/RefInfo.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/RefInfo_1/GetInfo_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetInfo_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/RefInfo_1">
<genReq>
<countrySearchCriterion details="max" sortBy ="byName" sortOrder ="asc" >
<country By Country Criterion>
<setCodeCriterion/>
</country By Country Criterion>
</countrySearchCriterion>
<genReq/>
</GetInfo_Request_1>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
details The amount and type of data returned. Choose from "min", "max","uidOnly", "docsearch", or
"default".
33.4.3 Currencies
During the contribution process, contributors tag documents with currency information. You can use the Reference Information service to
generate a list of supported currencies.
The following sample code displays how to retrieve currency information:
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
RefInfo/RefInfo.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/RefInfo_1/GetInfo_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetInfo_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/RefInfo_1">
<genReq>
<currencySearchCriterion details="max" sortBy ="byName" sortOrder ="asc"
<setCodeCriterion setCode="[contributor setcode]"/>
</currencySearchCriterion>
<genReq/>
</GetInfo_Request_1>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
details The amount and type of data returned. Choose from "min", "max","uidOnly", "docsearch", or
"default".
contributor setcode Specifies the contributor codes to return (local codes). By default, this request returns Refinitiv
(global) codes.
33.4.4 Industries
During the contribution process, contributors tag documents by industry. You can use the Reference Information service to generate a list of
industries and codes for a contributor.
This request returns both the local and global industry codes. The following sample code displays how to generate a list of industries:
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
RefInfo/RefInfo.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/RefInfo_1/GetInfo_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetInfo_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/RefInfo_1">
<genReq>
<industrySearchCriterion details="docsearch" sortBy="byName" sortOrder="asc"
<setCodeCriterion setCode="[contributor setcode]"/>
</industrySearchCriterion>
<genReq/>
</GetInfo_Request_1>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
details The amount and type of data returned. Choose from "min", "max","uidOnly", "docsearch", or
"default".
contributor setcode Specifies the contributor codes to return (local codes). By default, this request returns Refinitiv
(global) codes.
33.4.5 Regions
During the contribution process, contributors tag documents by region. You can use the Reference Information service to enerate a list of
regions and codes for a contributor.
This request returns both the local and global region codes. The following sample code displays how to generate a list of regions:
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
RefInfo/RefInfo.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/RefInfo_1/GetInfo_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetInfo_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/RefInfo_1">
<genReq>
<regionSearchCriterion details="docsearch" sortBy="by Name" sortOrder="asc"
<setCodeCriterion setCode="[contributor setcode]"/>
</regionSearchCriterion>
<genReq/>
</GetInfo_Request_1>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
details The amount and type of data returned. Choose from "min", "max","uidOnly", "docsearch", or
"default".
contributor setcode Specifies the contributor codes to return (local codes). By default, this request returns Refinitiv
(global) codes.
33.4.6 Categories
During the contribution process, contributors tag documents by category. You can use the Reference Information service to generate a list of
categories and codes for a contributor.
This request returns both the local and global category codes. The following sample code displays how to generate a list of categories:
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
RefInfo/RefInfo.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/RefInfo_1/GetInfo_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetInfo_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/RefInfo_1">
<genReq>
<categorySearchCriterion details="docsearch" sortBy="by Name" sortOrder="asc"
<setCodeCriterion setCode="[contributor setcode]"/>
</categorySearchCriterion>
<genReq/>
</GetInfo_Request_1>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
details The amount and type of data returned. Choose from "min", "max","uidOnly", "docsearch", or
"default".
contributor setcode Specifies the contributor codes to return (local codes). By default, this request returns Refinitiv
(global) codes.
33.4.7 Contributors
You can use the Reference Information service to generate a list of contributor information based on your entitlements. The list returned
includes only contributors matching your document entitlements. That is, contributors of documents you can view/download.
NOTE: The "alias" attribute in the returned data is the contributor's set code.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
RefInfo/RefInfo.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/RefInfo_1/GetInfo_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetInfo_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/RefInfo_1">
<genReq>
<contributorSearchCriterion details="docsearch" sortBy="byName" sortOrder="asc"
<dsCtbCriterion/>
</contributorSearchCriterion>
<genReq/>
</GetInfo_Request_1>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
details The amount and type of data returned. Choose from "min", "max","uidOnly", "docsearch", or
"default".
33.4.8 Languages
During the contribution process contributors tag documents by language. You can use the Reference Information service to generate a list of
supported languages.
The following sample code displays how to generate a list of supported languages:
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
RefInfo/RefInfo.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/RefInfo_1/GetInfo_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetInfo_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/RefInfo_1">
<genReq>
<languageSearchCriterion details="docsearch">
<rfc1766Criterion/>
</languageSearchCriterion>
<genReq/>
</GetInfo_Request_1>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
details The amount and type of data returned. Choose from "min", "max","uidOnly", "docsearch", or
"default".
rfc1766Criterion Indicates the data conforms to RFC (Request for Comments) 1766.
33.4.9 Subjects
During the contribution process contributors tag documents by subject. You can use the Reference Information service to generate a list of
subjects and codes for a contributor.
This request returns both the local and global category codes. The following sample code displays how to generate a list of subjects:
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
RefInfo/RefInfo.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/RefInfo_1/GetInfo_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetInfo_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/RefInfo_1">
<genReq>
<subjectSearchCriterion details="docsearch" sortBy="byName" sortOrder="asc"
<setCodeCriterion setCode="[contributor setcode]"/>
</subjectSearchCriterion>
<genReq/>
</GetInfo_Request_1>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
details The amount and type of data returned. Choose from "min", "max","uidOnly", "docsearch", or
"default".
contributor setcode Specifies the contributor codes to return (local codes). By default, this request returns Refinitiv
(global) codes.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
RefInfo/RefInfo.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/RefInfo_1/GetInfo_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetInfo_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/RefInfo_1">
<genReq>
<c12nDisciplineSearchCriterion details="docsearch" sortBy ="byName" sortOrder="asc"/>
<genReq/>
</GetInfo_Request_1>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
details The amount and type of data returned. Choose from "min", "max","uidOnly", "docsearch", or
"default".
33.4.11.1 XML Sample Request - Generating Research Categories (Report Styles) Information
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
RefInfo/RefInfo.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/RefInfo_1/GetInfo_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetInfo_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/RefInfo_1">
<genReq>
<c12nRptStyleSearchCriterion details="docsearch" sortBy="byName" sortOrder="asc"/>
<genReq/>
</GetInfo_Request_1>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
details The amount and type of data returned. Choose from "min", "max","uidOnly", "docsearch", or
"default".
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
RefInfo/RefInfo.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/RefInfo_1/GetInfo_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetInfo_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/RefInfo_1">
<genReq>
<c12nSubjectSearchCriterion details="docsearch" sortBy="byName" sortOrder="asc"/>
<genReq/>
</GetInfo_Request_1>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
details The amount and type of data returned. Choose from "min", "max","uidOnly", "docsearch", or
"default".
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
RefInfo/RefInfo.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/RefInfo_1/GetInfo_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetInfo_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/RefInfo_1">
<genReq>
<c12nReasonSearchCriterion details="docsearch" sortBy="byName" sortOrder="asc"/>
<genReq/>
</GetInfo_Request_1>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
details The amount and type of data returned. Choose from "min", "max","uidOnly", "docsearch", or
"default".
• Contributor
• Country
• Currency
• Industry
• Language
• Region Subject
See Understanding Reference Information Request for more details on these criteria.
The GetInfo_1 request also has common search criteria that allow you to filter information by specific language; to sort information by name,
Global or Local Code; to specify sorting order and set level of details to be returned in the response (Min, Max, UID or DocSearch). For more
information on codes and UIDs, see Understanding Refinitiv Knowledge Direct API Codes.
The following example shows how to retrieve information about languages.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
RefInfo/RefInfo.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/RefInfo_1/GetInfo_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetInfo_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/RefInfo_1"
acceptLanguage="en">
<genReq>
<languageSearchCriterion details="max" sortOrder="desc" sortBy="byGlobalCode"
mxExistingLang="false">
<uidCriterion>
<id>110000073</id>
<id>110000035</id>
<id>110000028</id>
<id>110000125</id>
<id>110000088</id>
<id>110000087</id>
<id>110000148</id>
</uidCriterion>
</languageSearchCriterion>
</genReq>
</GetInfo_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www.reuters.com/
ns/2008/01/12/webservices/rkd/RefInfo_1/GetInfo_1_Reply </Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<GetInfo_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/RefInfo_1"
containedLanguages="en-us">
<languageInfo containedLanguages="en-us">
<language cp="1252" mxExistingLang="false" mxLangMap="" rfc1766="zh-hk" uid="110000028">
<name>Chinese (Hong Kong)</name>
</language>
<language cp="1252" mxExistingLang="false" mxLangMap="" rfc1766="xh" uid="110000125">
<name>Xhosa</name>
</language>
<language cp="1251" mxExistingLang="true" mxLangMap="" rfc1766="sr" uid="110000088">
<name>Serbian (Cyrillic)</name>
</language>
<language cp="1252" mxExistingLang="false" mxLangMap="" rfc1766="ru-mo" uid="110000087">
<name>Russian (Moldova)</name>
</language>
<language cp="1252" mxExistingLang="true" mxLangMap="" rfc1766="no" uid="110000148">
<name>Norwegian</name>
</language>
<language cp="932" mxExistingLang="true" mxLangMap="" rfc1766="ja" uid="110000073">
<name>Japanese</name>
</language>
<language cp="1252" mxExistingLang="true" mxLangMap="en-us, en-ca;q=.9, en-gb;q=.8,
en;q=.0001" rfc1766="en" uid="110000035">
<name>English</name>
</language>
</languageInfo>
</GetInfo_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
RefInfo/RefInfo.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/RefInfo_1/GetInfoEx_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetInfoEx_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/RefInfo_1"
acceptLanguage="en">
<genReq>
<languageSearchCriterion details="max" sortOrder="desc" sortBy="byGlobalCode"
mxExistingLang="false">
<uidCriterion>
<id>110000073</id>
<id>110000035</id>
<id>110000028</id>
<id>110000125</id>
<id>110000088</id>
<id>110000087</id>
<id>110000148</id>
</uidCriterion>
</languageSearchCriterion>
</genReq>
</GetInfoEx_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www.reuters.com/
ns/2008/01/12/webservices/rkd/RefInfo_1/GetInfoEx_1_Reply </Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<GetInfoEx_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/RefInfo_1"
containedLanguages="en-us">
<languageInfo containedLanguages="en-us">
<language cp="1252" mxExistingLang="false" mxLangMap="" rfc1766="zh-hk" uid="110000028">
<name>Chinese (Hong Kong)</name>
</language>
<language cp="1252" mxExistingLang="false" mxLangMap="" rfc1766="xh" uid="110000125">
<name>Xhosa</name>
</language>
<language cp="1251" mxExistingLang="true" mxLangMap="" rfc1766="sr" uid="110000088">
<name>Serbian (Cyrillic)</name>
</language>
<language cp="1252" mxExistingLang="false" mxLangMap="" rfc1766="ru-mo" uid="110000087">
<name>Russian (Moldova)</name>
</language>
<language cp="1252" mxExistingLang="true" mxLangMap="" rfc1766="no" uid="110000148">
<name>Norwegian</name>
</language>
<language cp="932" mxExistingLang="true" mxLangMap="" rfc1766="ja" uid="110000073">
<name>Japanese</name>
</language>
<language cp="1252" mxExistingLang="true" mxLangMap="en-us, en-ca;q=.9, en-gb;q=.8,
en;q=.0001" rfc1766="en" uid="110000035">
<name>English</name>
</language>
</languageInfo>
</GetInfoEx_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
RefInfo/RefInfo.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/RefInfo_1/GetInfoFromUid_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetInfoFromUid_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
RefInfo_1" acceptLanguage="ru,ja,es,en,fr">
<id>1</id>
<id>2</id>
<id>3</id>
<id>6</id>
<id>6</id>
<id>6</id>
<id>27</id>
<id>27</id>
<id>27</id>
<id>5451</id>
<id>60000411</id>
<id>60000398</id>
<id>60000398</id>
<id>60000429</id>
<id>60000428</id>
<id>60000394</id>
<id>90060936</id>
<id>90060937</id>
<id>90060935</id>
<id>10000004</id>
<id>10000011</id>
<id>10000019</id>
<id>10000024</id>
<id>110000086</id>
<id>110000037</id>
<id>110000001</id>
<id>110000012</id>
</GetInfoFromUid_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www.reuters.com/
ns/2008/01/12/webservices/rkd/RefInfo_1/GetInfoFromUid_1_Reply </Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<GetInfoFromUid_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
RefInfo_1" containedLanguages="en-us,ru">
<uidInfo containedLanguages="ru,en-us">
<ui uid="10000004">Ко м п ан ия</ui>
<ui uid="10000011">О т расль</ui>
<ui uid="10000019">Э ко н о м ика</ui>
<ui uid="10000024">И н вест иц ио н н ая ст рат егия</ui>
<ui uid="110000001">аф рикаан с</ui>
<ui uid="110000012">арабский (Й ем ен )</ui>
<ui uid="110000037">ан глийский (СШ А )</ui>
<ui uid="110000086">ру сский</ui>
<ui uid="1">Multex Task Queue Monitoring</ui>
<ui uid="2">Merrill Lynch</ui>
<ui uid="3">Bankers Trust Australia Limited</ui>
<ui uid="6">Goldman Sachs</ui>
<ui uid="27">Banc of America Securities</ui>
<ui uid="5451">Bear Stearns & Co. Inc.</ui>
<ui uid="60000394">American Region</ui>
<ui uid="60000398">Africa/Middle East</ui>
<ui uid="60000411">Africa</ui>
<ui uid="60000428">America-Emerging</ui>
<ui uid="60000429">America-Developed</ui>
<ui uid="90060935">All Ordinaries excl Financial Services (Australia/NZ)</ui>
<ui uid="90060936">20 Leaders (Australia/NZ)</ui>
<ui uid="90060937">50 Leaders (Australia/NZ)</ui>
</uidInfo>
</GetInfoFromUid_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
RefInfo/RefInfo.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/RefInfo_1/GetInfoFromUidEx_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetInfoFromUidEx_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
RefInfo_1" acceptLanguage="ru,ja,es,en,fr">
<id>1</id>
<id>2</id>
<id>3</id>
<id>6</id>
<id>27</id>
<id>5451</id>
<id>60000411</id>
<id>60000398</id>
<id>60000429</id>
<id>60000428</id>
<id>60000394</id>
<id>90060936</id>
<id>90060937</id>
<id>90060935</id>
<id>10000004</id>
<id>10000011</id>
<id>10000019</id>
<id>10000024</id>
<id>110000086</id>
<id>110000037</id>
<id>110000001</id>
<id>110000012</id>
</GetInfoFromUidEx_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www.reuters.com/
ns/2008/01/12/webservices/rkd/RefInfo_1/GetInfoFromUidEx_1_Reply </Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<GetInfoFromUidEx_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/
RefInfo_1" containedLanguages="en-us,ru">
<uidInfo containedLanguages="ru,en-us">
<ui uid="10000004">Ко м п ан ия</ui>
<ui uid="10000011">О т расль</ui>
<ui uid="10000019">Э ко н о м ика</ui>
<ui uid="10000024">И н вест иц ио н н ая ст рат егия</ui>
<ui uid="110000001">аф рикаан с</ui>
<ui uid="110000012">арабский (Й ем ен )</ui>
<ui uid="110000037">ан глийский (СШ А )</ui>
<ui uid="110000086">ру сский</ui>
<ui uid="1">Multex Task Queue Monitoring</ui>
<ui uid="2">Merrill Lynch</ui>
<ui uid="3">Bankers Trust Australia Limited</ui>
<ui uid="6">Goldman Sachs</ui>
<ui uid="27">Banc of America Securities</ui>
<ui uid="5451">Bear Stearns & Co. Inc.</ui>
<ui uid="60000394">American Region</ui>
<ui uid="60000398">Africa/Middle East</ui>
<ui uid="60000411">Africa</ui>
<ui uid="60000428">America-Emerging</ui>
<ui uid="60000429">America-Developed</ui>
<ui uid="90060935">All Ordinaries excl Financial Services (Australia/NZ)</ui>
<ui uid="90060936">20 Leaders (Australia/NZ)</ui>
<ui uid="90060937">50 Leaders (Australia/NZ)</ui>
</uidInfo>
</GetInfoFromUidEx_Request_1>
</Body>
</Envelope>
• CtSubjects Criteria
• Disciplines Criteria
• Reasons Criteria
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/api/
RefInfo/RefInfo.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2008/01/12/
webservices/rkd/RefInfo_1/IcatGetInfo_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<IcatGetInfo_Request_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/RefInfo_1">
<ctSubjectsCriteria/>
<disciplinesCriteria sortBy="byGlobalCode"/>
<reasonsCriteria/>
<rptStylesCriteria sortBy="by LocalCode"/>
</IcatGetInfo_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www.reuters.com/
ns/2008/01/12/webservices/rkd/RefInfo_1/IcatGetInfo_1_Reply </Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<IcatGetInfo_Response_1 xmlns="http://www.reuters.com/ns/2008/01/12/webservices/rkd/RefInfo_1">
<ctSubjects/>
<disciplines>
34 Research On Demand
34.1 Overview
This chapter describes how to use the Refinitiv Research API to implement advanced document searching. These features are often
referred to as “Research On Demand” techniques.
The appropriate Research-On-Demand (ROD) billing records are created based on the user's entitlements and the reseller code (agent ID),
if appropriate.
The following operations are available through the Refinitiv Research on Demand service:
• Get Document Disclaimer (GetDocDisclaimer_1): Retrieves the text which each contributor specifies to be displayed and accepted by
each user buying PPV research.
• Check per Page Download (CheckPerPageDownload_1): Checks if a document can be retrieved per pages.
• Get Billing Information (GetBillingInfo_1): Retrieves which pages are billable in each report (document) and which are not.
34.2.1 Authorization
All requests to the Refinitiv Research on Demand service require an authorization token. For details, see Understanding Authentication
Tokens.
34.2.2 Authentication
Refinitiv Research on Demand uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user
before your application authenticates them. Unmanaged effective users are not supported in Refinitiv Research on Demand.
For additional information on creating a Service Token, see Creating a Token.
34.3 WSDL
WSDL
http://api.rkd.refinitiv.com/schemas/ResearchOnDemand/wsdl/
ResearchOnDemand_1_HttpAndRKDToken.wsdl
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
ResearchOnDemand/ResearchOnDemand.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/10/01/
webservices/rkd/ResearchOnDemand_1/CalculateDocPrice_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<CalculateDocPrice_Request_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/
ResearchOnDemand_1">
<DocumentItem docID="47259608">
<PageItem PageNumber="2" />
<PageItem PageNumber="5" />
<PageItem PageNumber="7" />
</DocumentItem>
</CalculateDocPrice_Request_1>
</Body>
</Envelope>
ATTRIBUTE DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://
www.reuters.com/ns/2009/10/01/webservices/rkd/ResearchOnDemand_1/CalculateDocPrice_1_Reply
</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<CalculateDocPrice_Response_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/
ResearchOnDemand_1">
<DocumentItem docID="47259608" originalPrice="1000" calculatedPrice="1000">
<PageItem pageNumber="2" originalPrice="800" calculatedPrice="800"></PageItem>
<PageItem pageNumber="5" originalPrice="800" calculatedPrice="0"></PageItem>
<PageItem pageNumber="7" originalPrice="800" calculatedPrice="200"></PageItem>
</DocumentItem>
</CalculateDocPrice_Response_1>
</Body>
</Envelope>
NOTE: The document price returned in the response is in cents. You must code you application to display a meaningful amount to your
users. For example, if the response indicates 4950, your application should display $49.50.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www.reuters.com/
ns/2009/10/01/webservices/rkd/ResearchOnDemand_1/CalculateDocPrice_1_Reply </Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<CalculateDocPrice_Response_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/
ResearchOnDemand_1">
<DocumentItem docID="57519670" price="100000">
<PageItem pageNumber="1" price="-1 " priceDescription="price is not found"></PageItem>
<PageItem pageNumber="2" price="-1 " priceDescription="price is not found"></PageItem>
</DocumentItem>
</CalculateDocPrice_Response_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" s:mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Faults_1/Fault_1_Reply </a:Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<s:Fault>
<s:Code>
<s:Value>s:Receiver</s:Value>
<s:Subcode>
<s:Value xmlns:a="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Faults_1">a:ResearchOnDemand_InternalError</s:Value>
</s:Subcode>
</s:Code>
<s:Reason>
<s:Text xml:lang="en-US">Total price and price per page are not found (DocIds:4 3 8 5 3 8
2 6 )</s:Text>
</s:Reason>
<s:Detail>
<ClientErrorReference xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Faults_1" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Timestamp>2011-11-16T12:05:25.0149543Z</Timestamp>
<ErrorReference>f6a3be13bcb447bda80839b58558039a</ErrorReference>
<ServerReference>89E 6EB67BC 67E 98940C 6B9F 562F C 446980760E 69457A C 029
</ServerReference>
</ClientErrorReference>
</s:Detail>
</s:Fault>
</Body>
</Envelope>
The following table below lists all possible negative values and their descriptions:
-1 -1 Total price and price per page are not found (DocumentID="DocID").
-1 -4 Total price is not found and document is not allowed to be downloaded by pages or locked
(DocumentID="DocID").
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
ResearchOnDemand/ResearchOnDemand.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/10/01/
webservices/rkd/ResearchOnDemand_1/GetPricePerPage_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetPricePerPage_Request_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/
ResearchOnDemand_1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DocumentID>57792777</DocumentID>
<DocumentID>57635849</DocumentID>
</GetPricePerPage_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www.reuters.com/
ns/2009/10/01/webservices/rkd/ResearchOnDemand_1/GetPricePerPage_1_Reply </Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<GetPricePerPage_Response_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/
ResearchOnDemand_1">
<PricePerPage docID="47282605">0</PricePerPage>
<PricePerPage docID="47259608">800</PricePerPage>
</GetPricePerPage_Response_1>
</Body>
</Envelope>
NOTE:
• The document price returned in the response is in cents. You must code you application to display a meaningful amount to your
users. For example, if the response indicates 4950, your application should display $49.50.
• When user requests price for page numbers or a list of pages, the GetPricePerPage_1 request might return negative values and
description why the price per page is negative. See the table below with all possible negative values and their descriptions:
-1 -1 Total price and price per page are not found (DocumentID="DocID").
-1 -4 Total price is not found and document is not allowed to be downloaded by pages or locked
(DocumentID="DocID").
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www.reuters.com/
ns/2009/10/01/webservices/rkd/ResearchOnDemand_1/GetPricePerPage_1_Reply </Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<GetPricePerPage_Response_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/
ResearchOnDemand_1">
<PricePerPage docID="57635849" priceDescription="document is not allowed to be downloaded by
pages or locked">-4 </ PricePerPage>
<PricePerPage docID="57792777">0</PricePerPage>
</GetPricePerPage_Response_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
ResearchOnDemand/ResearchOnDemand.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/10/01/
webservices/rkd/ResearchOnDemand_1/GetDocDisclaimer_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetDocDisclaimer_Request_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/
ResearchOnDemand_1">
<Contributor ID="12345" />
</GetDocDisclaimer_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www.reuters.com/
ns/2009/10/01/webservices/rkd/ResearchOnDemand_1/GetDocDisclaimer_1_Reply </Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<GetDocDisclaimer_Response_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/
ResearchOnDemand_1">
<Disclaimer>ALTHOUGH REFINITIV MAKES REASONABLE EFFORTS TO ENSURE THE ACCURACY AND RELIABILITY
OF THE SERVICES, NEITHER REFINITIV NOR ANY INFORMATION PROVIDER OR OTHER THIRD PARTY SUPPLIER
GUARANTEES SUCH ACCURACY OR RELIABILITY, AND SUBSCRIBER ACKNOWLEDGES THAT REFINITIV, ITS
EMPLOYEES, AGENTS, CONTRACTORS, SUB-CONTRACTORS, INFORMATION PROVIDERS AND OTHER THIRD PARTY
SUPPLIERS WILL NOT BE HELD LIABLE FOR ANY DAMAGES SUFFERED OR INCURRED BY SUBSCRIBER, ANY
CUSTOMER OF SUBSCRIBER OR ANY OTHER PERSON OR ENTITY ARISING OUT OF ANY FAULT, INTERRUPTION OR
DELAY IN ANY SERVICE OR OUT OF ANY INACCURACY, ERROR OR OMISSION IN ANY SERVICE SUPPLIED TO
SUBSCRIBER, HOWEVER SUCH FAULTS, INTERRUPTIONS, DELAYS, INACCURACIES, ERRORS OR OMISSIONS
ARISE, UNLESS DUE TO REFINITIV GROSS NEGLIGENCE OR WILLFUL MISCONDUCT.</Disclaimer>
</GetDocDisclaimer_Response_1>
</Body>
</Envelope>
NOTE: If your application is contractually obligated to display the appropriate disclaimers, make sure that users of your application read the
disclaimer before they purchase/download the document.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
ResearchOnDemand/ResearchOnDemand.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/10/01/
webservices/rkd/ResearchOnDemand_1/CheckPerPageDownload_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<CheckPerPageDownload_Request_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/
ResearchOnDemand_1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Document ID="57635849"/>
<Document ID="57792777"/>
</CheckPerPageDownload_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www.reuters.com/
ns/2009/10/01/webservices/rkd/ResearchOnDemand_1/CheckPerPageDownload_1_Reply </Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<CheckPerPageDownload_Response_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/
ResearchOnDemand_1">
<AllowPerPageDownload DocumentID="57635849">false</AllowPerPageDownload>
<AllowPerPageDownload DocumentID="57792777">true</AllowPerPageDownload>
</CheckPerPageDownload_Response_1>
</Body>
</Envelope>
NOTE: The CheckPerPageDownload_1 request returns the following error if the whole document cannot be downloaded:
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" s:mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Faults_1/Fault_1_Reply</a:Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<s:Fault>
<s:Code>
<s:Value>s:Receiver</s:Value>
<s:Subcode>
<s:Value xmlns:a="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Faults_1">a:ResearchOnDemand_InternalError</s:Value>
</s:Subcode>
</s:Code>
<s:Reason>
<s:Text xml:lang="en-US">Total price and price per page are not found (DocIds:4 3 8 5 3 8
2 6 )</s:Text>
</s:Reason>
<s:Detail>
<ClientErrorReference xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Faults_1" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Timestamp>2011-11-16T12:05:25.0149543Z</Timestamp>
<ErrorReference>f6a3be13bcb447bda80839b58558039a</ErrorReference>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
ResearchOnDemand/ResearchOnDemand.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/10/01/
webservices/rkd/ResearchOnDemand_1/GetBillingInfo_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetBillingInfo_Request_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/
ResearchOnDemand_1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<documentIdList>
<docID>46577294</docID>
<docID>46637346</docID>
<docID>47674231</docID>
</documentIdList>
</GetBillingInfo_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www.reuters.com/
ns/2009/10/01/webservices/rkd/ResearchOnDemand_1/GetBillingInfo_1_Reply </Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<GetBillingInfo_Response_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/
ResearchOnDemand_1">
<documents>
<document docID="46577294" numPages="8" numNonBillablePages="1">
<nonBillablePages>
<page>7</page>
</nonBillablePages>
</document>
<document docID="46637346" numPages="8" numNonBillablePages="0">
<nonBillablePages></nonBillablePages>
</document>
<document docID="47674231" numPages="0" numNonBillablePages="0">
<nonBillablePages></nonBillablePages>
</document>
</documents>
</GetBillingInfo_Response_1>
</Body>
</Envelope>
The response returns total number of pages for the specified document, number of non-billable pages and their numbers.
35 Screener
35.1 Overview
You can use Refinitiv Screener to filter companies according to a set of criteria and return information about those companies. Screening
provides the capability to select a subset of available companies and subset of variables describing those companies very quickly. The
Screener operates with various data objects and variable lists.
Screening is logically broken into two pieces:
• Screening
Screening is the ability to specify filter data ("Screening profile") to apply against a large universe of companies to produce a much shorter
list of companies for consideration ("Screened result set"). For example, select all companies with a P/E greater than X, closing price
greater than Y, with a rating of Buy. The screening system performs all normal mathematical and logical operations on the underlying
fundamental, forecast and pricing data.
• Report Writing
Report writing is the ability to take the screened result set and output those companies with specific data fields. The data fields involved
may be different than those involved with the screening profile. The definition of those data fields is called a "report format". Screening and
report writing are integrated into a single Refinitiv Knowledge Direct API call.
35.2.1 Authorization
All requests to the Refinitiv Screener service require an authorization token. For details, see Understanding Authentication Tokens.
35.2.2 Authentication
Refinitiv Screener uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in Refinitiv Screener.
For additional information, see Creating a Token.
35.3 WSDL
WSDL
http://api.rkd.refinitiv.com/schemas/Screener/wsdl/Screener_1_HttpAndRKDToken.wsdl
35.5 Variables
Variables represent a unit of data for particular company. For each variable, the Screener has the following attributes:
• Type: An enumeration (such as Boolean, string etc.) described by the following schema fragment:
<xs:restriction base="xs:string">
<xs:enumeration value="vtString"/>
<xs:enumeration value="vtNumber"/>
<xs:enumeration value="vtBoolean"/>
<xs:enumeration value="vtDate"/>
<xs:enumeration value="vtEnum"/>
<xs:enumeration value="vtArray"/>
</xs:restriction>
The meanings are obvious with the exception of this value of the enumeration:
~ "vtEnum" is used when the variable can have limited set of values, such as zip codes, area codes, names of the analysts etc.
• Prec: The precision of "vtNumber". Integer values are represented by precision equal to 0. The Screener provides data conversion
based on "prec" attribute. The Screener drops trailing zeros and rounds the data. For example:
• if precision is 3: - "8.500" becomes 8.5
• if precision is 1 - "8.56" becomes "8.6"
• if precision is 1 - "8.54" becomes "8.5"
• Desc: Description. This field usually contains short description of the variable. For example, "Consensus recommendation".
• Body: This attribute usually contains a long description of the variable. The user interface can use this value as a means of a help
screen for the variable. It is useful to keep the full description as HTML.
• Head: The column title. It can be up to 1024 symbols. This attribute usually contains up to three words divided by <CR><LF>. The user
interface can use it as a title for a corresponding column.
The variable definitions contain all of the information required for the creation of data-driven front end. The ability to create a data-driven
interface is one of the principals behind the Screener design. It is also possible to get all variables available to your application. Each variable
has enough attributes associated with it for a user interface to be constructed.
VALUE DESCRIPTION
vType Type
vDesc Description
Example:
Request:
<GetVar_Request_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1"
fields="vType vPrec vHead vDesc vBody vEnum" />
Response:
<GetVar_Response_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<!-- cut to reduce the size -->
<var desc="RegionCode" name="RegionCode" prec="0" type="vtEnum">
<enum code="AP">Asia Pacific</enum>
<enum code="EU">Europe and Africa</enum>
<enum code="NA">Americas</enum>
<body >Region Code for country of Exchange</body >
</var>
<!-- cut to reduce the size -->
</GetVar_Response_1>
In Calculate request you can use value codes retrieved by the Get Variable request:
35.6 Lists
This section provides information on company lists.
Is In Set({Exchange},[AMEX,NASD,NYSE,OTC]).AND.{Active}
This expression uses the "Is In Set" Screener function, as well as built-in variable "Active". For more details, see Supported Operations.
Company lists also can be used for three different purposes. First, the usage is to start from particular list as a starting point for subsequent
criteria. This list is called "exact" list. In second case the user might compare his/her own companies to the list of the companies passing
criteria. Those are called "include" lists. The third type of the list is called an "exclude" list. This is useful if caller wants to figure out what
companies pass criteria besides the ones he/she already has.
35.7 Screening
Screening is used to retrieve data from the Screener. You can consider the result of the screen execution as a set of orthogonal matrixes
(record sets). Each line in the record set corresponds to the company, and each column corresponds to the variable requested. It is possible
to specify which particular columns (variables) to return (see the description of the forms below), to return only the number of companies
passing the criterion. Thus, "report writing" is a user interface construct. The Screener resolves criterion and variables requested in the
above record sets.
The list of criteria defines the actual search to be performed on the data. Each criterion specifies the subset of the companies to be selected.
Each subsequent criterion is applied on top of results of the previous one, and therefore narrows down the list of companies passing the
screen.
35.8 Format
The set of "format" elements defines which variables return from a screen. The Screener can return the row set for last non- suppressed
criteria. The role of "format" element is to define which columns are returned. For additional information, see Calculation Request.
• company
• list(s)
At least one of the above should be present to execute a meaningful screen.
A calculation request "glues" these elements together by setting various attributes of expressions and limiting the sizes and positions of the
record sets.
You can suppress the return of row set by criterion using its "content" attribute. This attribute can have one of three values:
• ctAll: The default value returns all requested data.
This means "return 100 rows starting from row number 401".
NOTE: Your application is configured to return a maximum number or rows. The default configuration is 750 rows. If your query exceeds this
maximum, you do not receive an error - the Screener simply limits your query to return the configured maximum.
• RepoNo
• symbol
• company name
Tries to find "IBM" in this record set, and to return 100 rows starting from IBM.
Since a search of the result set is possible, the action on not finding the search criteria needs to be handled. The attribute "IfNotFound" is
used to set this behavior.
The above example of the format sets the sorting by "Company Name", and then by "Ticker"; both sorts ascending.
35.9.3 Statistics
The caller can also request five different kinds of statistics for a column:
• total
• average
• minimum
• maximum
• standard deviation
T, F, TRUE, FALSE - - -
a. 0 is the lowest priority, 6 is the highest priority. Operation with the highest priority is executed first.
b. For the operations with the same priority left-to-right order of execution is presumed.
FUNCTION DESCRIPTION
^ and ** power (2^3 - raise 2 to the third power), if x or y = NA or NM whole operation returns NA or NM.
MIN(x,y) Returns the lowest numeric value in the sample (returns NM for non-numeric data).
MAX(arg) Returns the highest numeric value in the sample (returns NM for non-numeric data).
SUM(arg) Calculates the sum of the numeric sample (returns NM for non-numeric data).
AVG(arg) Calculates the average (or mean) of the numeric sample (returns NM for non-numeric data).
STDEV(arg) Calculates the standard deviation of the numeric sample (returns NM for non-numeric data).
WAVG(arg1, arg2) Calculates the weighted average of the numeric sample arg1 weighted by the numeric sample arg2
(returns NM for non-numeric data).
MEDIAN(arg) Calculates the median value of the numeric sample (NA and NM values are ignored; returns NM for
non-numeric data).
RANK(arg) Returns the ascending rank of the element arg in the sample (NA and NM values have NM rank).
RANK(arg,arg_boolean) Returns the rank of the element (if the arg_boolean is true, in ascending order; if the arg_boolean is
false, in descending order) in the sample (NA and NM values have the rank of NM).
PERCENTILE(arg) Returns the percentile of the element in ascending order, in the sample (NA and NM values have the
percentile of NM).
PERCENTILE(arg,arg_boolean) Returns the percentile of the element (if the arg_boolean is true, in ascending order; if the
arg_boolean is false, in descending order) in the sample (NA and NM values have the percentile of
NM).
QUARTILE(arg) Returns the quartile of the element in ascending order, in the sample (NA and NM values have the
quartile of NM).
QUARTILE(arg,arg_boolean) Returns the quartile of the element (if the arg_boolean is true, in ascending order; if the arg_boolean
is false, in descending order) in the sample (NA and NM values have the quartile of NM).
FUNCTION DESCRIPTION
NTILE(arg,arg_numeric) Returns the n-tile of the element in ascending order, in the sample. The second argument sets the
value of n (NA and NM values have the n-tile of NM).
NTILE(arg,arg_numeric,arg_bool Returns the n-tile of the element (if the arg_boolean is true, in ascending order; if the arg_boolean is
ean) false, in descending order) in the sample. The second argument sets the value of n (NA and NM
values have the n-tile of NM).
LN(x) Natural logarithm (to the base e), if x = NA or NM whole operation returns NA or NM.
IF(x,y,z) If operation - if x is true then select y otherwise z, if x = NA or NM whole operation returns NA or NM.
It is required that Y and Z have the same data type. Otherwise result of expression causes an error
on calculation and verification.
FUNCTION DESCRIPTION
FUNCTION DESCRIPTION
CONTAINS(arg1, arg2) If string arg2 is 1) a substring of string arg1 2) an element of array arg1 then returns true, false -
otherwise. Case-insensitive.
CONTAINS(arg1, arg2, If string arg2 is 1) a substring of string arg1; 2) an element of array arg1 then returns true, false -
arg_boolean) otherwise. If arg_boolean = TRUE then casesensitive, otherwise - case-insensitive.
arg1 = arg2 If one of the arguments is array, and another is not array, but can be treated as string "=" works as
CONTAINS(arg1,arg2).
STARTSWITH(arg1,arg2) If 1) string arg1 starts with substring arg2; 2) the first element of array arg1 equal to string arg2 then
return true, false - otherwise. Case-insensitive.
STARTSWITH(arg1, arg2, If 1) string arg1 starts with substring arg2; 2) the first element of array arg1 equal to string arg2 then
arg_boolean) return true, otherwise - false. If arg_boolean = TRUE then case-sensitive, otherwise - case-
insensitive.
ENDSWITH(arg1, arg2) If 1) string arg1 ends with substring arg2; 2) the last element of array arg1 equal to string arg2 then
return true, otherwise - false. Case-insensitive.
ENDSWITH(arg1, arg2, If 1) string arg1 ends with substring arg2; 2) the last element of array arg1 equal to string arg2 then
arg_boolean) return true, false - otherwise. If arg_boolean = TRUE then case-sensitive, otherwise - case-
insensitive.
NOTE: Your application is configured to return a maximum number or rows. The default configuration is 750 rows. If your query exceeds this
maximum, you do not receive an error. The Screener simply limits your query to return the configured maximum.
The request below retrieves Ticker, Company Name, the sign of company being active, and price. This request selects the first 100
companies where price is less than 20.
XML Sample Request - Calculation Request
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Screener/Screener.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/10/01/
webservices/rkd/Screener_1/Calculate_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<Calculate_Request_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<criteria>{Price}<20</criteria>
<form>
<col name="Ticker"/>
<col name="Name"/>
<col name="Active"/>
<col name="Price"/>
<pos rows="100"/>
</form>
</Calculate_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Screener/Screener.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/10/01/
webservices/rkd/Screener_1/GetVar_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetVar_Request_1 fields="vType vDesc vPrec vBody vEnum" xmlns="http://www.reuters.com/ns/2009/
10/01/webservices/rkd/Screener_1"/>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www.reuters.com/
ns/2009/10/01/webservices/rkd/Screener_1/GetVar_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<GetVar_Response_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<var desc="Number of Buy Recommendations, Current" name="#Buy Rec_C" prec="0"
type="vtNumber">
<body>Number of Buy Recommendations, Current</body >
</var>
<var desc="Number of Hold Recommendations, Current" name="#HoldRec_C" prec="0"
type="vtNumber">
<body>Number of Hold Recommendations, Current</body >
</var>
<var desc="Number of Outperform Recommendations, Current" name="#OutPRec_C" prec="0"
type="vtNumber">
<body>Number of Outperform Recommendations, Current</body >
</var>
<var desc="Number of Sell Recommendations, Current" name="#SellRec_C" prec="0"
type="vtNumber">
<body>Number of Sell Recommendations, Current</body >
</var>
<var desc="Number of Underperform Recommendations, Current" name="#UndPRec_C" prec="0"
type="vtNumber">
<body>Number of Underperform Recommendations, Current</body >
</var>
<var desc="Accrued Expenses - Last year, Reporting Currency" name="AccExp_RA" prec="3"
type="vtNumber">
<body>This is Accrued Expenses - Last year, Reporting Currency</body >
</var>
<var desc="Accrued Expenses - 1 interim period ago, Reporting Currency" name="AccExp_RPQ"
prec="3" type="vtNumber">
<body>This is Accrued Expenses - 1 interim period ago, Reporting Currency</body >
</var>
<var desc="Accrued Expenses - 2 interim periods ago, Reporting Currency" name="AccExp_RPQ 2"
prec="3" type="vtNumber">
<body>This is Accrued Expenses - 2 interim periods ago, Reporting Currency</body >
</var>
</GetVar_Response_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Screener/Screener.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/10/01/
webservices/rkd/Screener_1/Verify_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<Verify_Request_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<expression>{Price}>20 AND {Price}<=40</expression>
</Verify _Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www.reuters.com/
ns/2009/10/01/webservices/rkd/Screener_1/Verify_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<Verify_Response_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<expression code="ecOK" desc="No errors." pos="0" type="etBoolean">
<var pos="0">PRICE</var>
<var pos="15">PRICE</var>
</expression>
</Verify_Response_1>
</Body>
</Envelope>
NOTE: Attribute "code" contains "ecOK" value. This means that the expression is syntactically correct.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Screener/Screener.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/10/01/
webservices/rkd/Screener_1/Calculate_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<Calculate_Request_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<form>
<col name="Ticker"/>
<col name="Repono"/>
<col name="Name"/>
</form>
<list type="symbol" mode="exact">
<i>IBM</i>
<i>INTC</i>
<i>AMD</i>
<i>CSCO</i>
<i>MSFT</i>
</list>
</Calculate_Request_1>
</Body>
</Envelope>
NOTE: The companies in the list element are specified explicitly by their symbols. You can also specify companies report numbers
(REPONO). In this case, set the type of the <list> element to "repono".
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Screener/Screener.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/10/01/
webservices/rkd/Screener_1/Calculate_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<Calculate_Request_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<form>
<col name="Ticker"/>
<col name="Repono"/>
<col name="Name"/>
</form>
<list type="symbol" mode="exact">
<criteria>{Price}>11.5.AND.{Price}<12.5</criteria>
</list>
</Calculate_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Screener/Screener.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/10/01/
webservices/rkd/Screener_1/Calculate_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<Calculate_Request_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<form>
<col name="Ticker"/>
<col name="Repono"/>
<col name="Name"/>
</form>
<list type="symbol" mode="include">
<i>IBM</i>
<i>INTC</i>
<i>AMD</i>
<i>CSCO</i>
<i>MSFT</i>
</list>
</Calculate_Request_1>
</Body>
</Envelope>
NOTE: For this request, mode is set to "include". You can also exclude companies by setting mode to "exclude".
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Screener/Screener.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/10/01/
webservices/rkd/Screener_1/Calculate_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<Calculate_Request_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<criteria>{Price}>10</criteria>
<criteria>{Price}>20</criteria>
<criteria>{Price}>30</criteria>
<criteria>{Price}>40</criteria>
<form>
<col name="Ticker"/>
<col name="Repono"/>
<col name="Name"/>
<pos rows="10"/>
</form>
</Calculate_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Screener/Screener.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/10/01/
webservices/rkd/Screener_1/Calculate_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<Calculate_Request_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<criteria>{Price}>10</criteria>
<criteria>{Price}>20</criteria>
<criteria>{Price}>30</criteria>
<criteria>{Price}>40</criteria>
<form>
<col name="Ticker"/>
<col name="Repono"/>
<col name="Name"/>
<pos rows="100"/>
</form>
</Calculate_Request_1>
</Body>
</Envelope>
The attribute "rows" of element "pos" element specifies number of rows to return. In this particular case only 100 rows are returned.
NOTE: Your application is configured to return a maximum number or rows. The default configuration is 750 rows. If your query exceeds this
maximum, you do not receive an error. The Screener simply limits your query to return the configured maximum.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Screener/Screener.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/10/01/
webservices/rkd/Screener_1/Calculate_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<Calculate_Request_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<criteria>{Price}>10</criteria>
<criteria>{Price}>20</criteria>
<criteria>{Price}>30</criteria>
<criteria>{Price}>40</criteria>
<form>
<col name="Ticker"/>
<col name="Repono"/>
<col name="Name"/>
<pos row ="401" rows="100"/>
</form>
</Calculate_Request_1>
</Body>
</Envelope>
If you are paging by 100 rows, the request above returns the fifth page of the result set. Note that rows are numbered starting from "1".
35.12.6.2 Searching
You can also position the record set to the row containing a specific company. Effectively this is a searching mechanism. The request below
positions the record set to the company with the ticker symbol "BEC":
XML Sample Request - Searching for a Company
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Screener/Screener.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/10/01/
webservices/rkd/Screener_1/Calculate_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<Calculate_Request_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<criteria>{Price}>10</criteria>
<criteria>{Price}>20</criteria>
<criteria>{Price}>30</criteria>
<criteria>{Price}>40</criteria>
<form>
<col name="Ticker"/>
<col name="Repono"/>
<col name="Name"/>
<pos symbol="BEC" rows="10"/>
</form>
</Calculate_Request_1>
</Body>
</Envelope>
The example above uses the default behavior. For an unsuccessful search, the result is similar to:
XML Sample Response - Unsuccessful Search
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www.reuters.com/
ns/2009/10/01/webservices/rkd/Screener_1/Verify _1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<Calculate_Request_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<rs all="144" found="false" row="145" rows="0">
<h>
<c name="Ticker" type="string" />
<c name="RepoNo" type="string" />
<c name="Name" type="string" />
<c name="PRICE" type="number" />
</h>
</rs>
</Calculate_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Screener/Screener.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/10/01/
webservices/rkd/Screener_1/Calculate_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<Calculate_Request_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<criteria>{Price}>10</criteria>
<criteria>{Price}>20</criteria>
<criteria>{Price}>30</criteria>
<form>
<col name="Ticker"/>
<col name="Repono"/>
<col name="Name"/>
In this case, found still is set to "false" and, the last record set is positioned at row 10.
35.12.7 Grouping
The result from a request can be grouped by relevant columns. For example, the request and response below groups companies under
subgroups "Industry", and under the "Industry Sector" group. If more than one grouping column is specified, the result is in the form of nested
groups. The groups can be sorted by the group value and/or by the group's single value columns.
The following is an example Request of Grouping:
XML Sample Request - Grouping Request
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Screener/Screener.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/10/01/
webservices/rkd/Screener_1/Calculate_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<Calculate_Request_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<criteria content="ctNone">{Active} AND {ExchangeCountryCode}='USA'</criteria>
<criteria>{Price}>100</criteria>
<form>
<col name="Name"/>
<col name="SectorDescr" groupOrder="0"/>
<col name="IndDescr" groupOrder="1"/>
</form>
</Calculate_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www.reuters.com/
ns/2009/10/01/webservices/rkd/Screener_1/Verify_1_Reply</Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<Calculate_Response_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<rs all="25" row ="1" rows="25">
<h>
<c name="Name" type="string" />
</h>
...
<g all="11" n="SECTORDESCR" row="1" rows="11">
<g all="1" n="INDDESCR" row="1" rows="1">
<r>
<v>National Western Life Insurance Company</v>
</r>
<s name="IndDescr" type="string" rtd="group">
<v>Insurance (Life)</v>
</s>
</g>
<g all="3" n="INDDESCR" row="1" rows="3">
<r>
<v>First Citizens Bancorporation, Inc</v>
</r>
<r>
<v>Farmers & Merchant Banc.</v>
</r>
<r>
<v>First National Bank Alaska</v>
</r>
<s name="IndDescr" type="string" rtd="group">
<v>Regional Banks</v>
</s>
</g>
...
<s name="SectorDescr" type="string" rtd="group">
<v>Financial</v>
</s>
</g>
...
</rs>
</Calculate_Response_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Screener/Screener.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/10/01/
webservices/rkd/Screener_1/Calculate_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<Calculate_Request_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<criteria content="ctNone">{Active} AND {ExchangeCountryCode}='USA'</criteria>
<criteria>{Price}>500</criteria>
<form>
<col name="Name"/>
<col name="AvgPrice" rtd="Some text">
<expression>AVG({Price})</expression>
</col>
</form>
</Calculate_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www.reuters.com/
ns/2009/10/01/webservices/rkd/Screener_1/Calculate_1_Reply </Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<Calculate_Response_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<rs all="12" row ="1" rows="12">
<h>
<c name="Name" type="string" />
</h>
<r>
<v>NVR, Inc.</v>
</r>
<r>
<v>First Citizens Bancorporation, Inc</v>
</r>
...
<r>
<v>First National Bank Alaska</v>
</r>
<s name="AVGPRICE" type="number" rtd="Some text">
<v>10147</v>
</s>
</rs>
</Calculate_Response_1>
</Body>
</Envelope>
The example below shows a request and response that provide the minimum share price of all active companies having a share price
greater than $300, registered on the stock exchanges in the USA, grouped under respective industry sectors.
XML Sample 2 - Single Value Column Request
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Screener/Screener.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/10/01/
webservices/rkd/Screener_1/Calculate_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<Calculate_Request_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<criteria content="ctNone">{Active} AND {ExchangeCountryCode}='USA'</criteria>
<criteria>{Price}>300</criteria>
<form>
<col name="Name"/>
<col name="SectorDescr" groupOrder="0"/>
<col name="MinPrice" groupRef="SectorDescr" rtd="Price">
<expression>MIN({Price})</expression>
</col>
</form>
</Calculate_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www.reuters.com/
ns/2009/10/01/webservices/rkd/Screener_1/Calculate_1_Reply </Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<Calculate_Response_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<rs all="18" row ="1" rows="18">
<h>
<c name="Name" type="string" />
</h>
...
<g all="9" n="SECTORDESCR" row="1" rows="9">
<r>
<v>First Citizens Bancorporation, Inc</v>
</r>
<r>
<v>Farmers & Merchant Banc.</v>
</r>
...
<r>
<v>First National Bank Alaska</v>
</r>
<s name="SectorDescr" type="string" rtd="group">
<v>Financial</v>
</s>
<s name="MINPRICE" type="number" rtd="Price">
<v>327</v>
</s>
</g>
...
</rs>
</Calculate_Response_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Screener/Screener.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/10/01/
webservices/rkd/Screener_1/Calculate_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<Calculate_Request_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<criteria content="ctNone">{Active} AND {ExchangeCountryCode}='USA'</criteria>
<criteria>{Price}>500</criteria>
<form>
<col name="Name"/>
<col name="HalfPrice">
<expression>AVG({Price})/2</expression>
</col>
</form>
</Calculate_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Screener/Screener.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/10/01/
webservices/rkd/Screener_1/Calculate_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<Calculate_Request_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<criteria content="ctNone">{Active} AND {ExchangeCountryCode}='USA'</criteria>
<criteria>{Price}>300</criteria>
<form>
<col name="Name"/>
<col name="SectorDescr" groupOrder="0"/>
<col name="AvgPrice1" groupRef="SectorDescr" rtd="Price" scope="scWhole">
<expression>AVG({Price})</expression>
</col>
<col name="AvgPrice2" groupRef="SectorDescr" rtd="Price" scope="scRows">
<expression>AVG({Price})</expression>
</col>
<pos groupRows="2"/>
</form>
</Calculate_Request_1>
</Body>
</Envelope>
XML Sample Response - Average Price for the First Two Companies per Group
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www.reuters.com/
ns/2009/10/01/webservices/rkd/Screener_1/Calculate_1_Reply </Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<Calculate_Response_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<rs all="18" row ="1" rows="11">
<h>
<c name="Name" type="string" />
</h>
...
<g all="9" n="SECTORDESCR" row ="1" rows="2">
<r>
<v>First Citizens Bancorporation, Inc</v>
</r>
<r>
<v>Farmers & Merchant Banc.</v>
</r>
<s name="SectorDescr" type="string" rtd="group">
<v>Financial</v>
</s>
<s name="AVGPRICE1" type="number" rtd="Price">
<v>10576</v>
</s>
<s name="AVGPRICE2" type="number" rtd="Price">
<v>583</v>
</s>
</g>
...
</rs>
</Calculate_Response_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
Screener/Screener.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2009/10/01/
webservices/rkd/Screener_1/Calculate_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<Calculate_Request_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<criteria>{Price}>20</criteria>
<form>
<col name="Name"/>
<col name="#HoldRec_C"/>
<col name="#BuyRec_C"/>
<pos rows="2"/>
</form>
</Calculate_Request_1>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<Action xmlns="http://www.w3.org/2005/08/addressing" mustUnderstand="1">http://www.reuters.com/
ns/2009/10/01/webservices/rkd/Screener_1/Calculate_1_Reply </Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</Header>
<Body>
<Calculate_Response_1 xmlns="http://www.reuters.com/ns/2009/10/01/webservices/rkd/Screener_1">
<rs all="1" row ="20" rows="21034">
<h>
36.2.1 Authorization
All requests to the Refinitiv Knowledge Direct API require an authorization token. For details, see Understanding Authentication Tokens.
36.2.2 Authentication
Refinitiv Knowledge Direct API uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user
before your application authenticates them. Unmanaged effective users are not supported in.
See Creating a Token and Generating the User Authorization Token for more information.
• FirstName
• LastName
• FirmName
• DownloadDate.
The following conditions define the availability of watermarks in a document:
• The application ID should be specified in the defined section of Refinitiv Knowledge Direct Config
http://api.rkd.refinitiv.com/api/SnapshotContentRetrieval/SnapshotContentRetrieval.svc/docs/[docID]/
[DocumentType]
Cookie: RkdAppId=[AppID]; RkdToken=[RkdToken]
ATTRIBUTE DESCRIPTION
DocumentType Defines the document type to be retrieved by the request. Please, provide DocumentType with the
value of "fileType" attribute contained in the DocSearch response (see Interpreting the Document
Search Response). For example, use "DocumentType = syn" to retrieve document synopsis.
The possible values are:
• activeDoc: Use this value to retrieve documents of the following types: doc, xsl, etc;
• pdf: Use this value to get documents in pdf format;
• syn: Apply this value to retrieve document synopsis;
• url: Use this value to redirect to the specified url;
• web: Use this value to get html documents with links to other html pages, images, stylesheets,
etc;
• other: Specify other document type you want to retrieve (txt, etc).
refNo (Optional) Specifies a reference information to the purchase record. If you specify it by document
retrieval, this referenceCode is recorded in the purchase record. If you then send a
GetPurchaseHistory_1 request, you see the purchase record of the downloaded document with the
referenceCode you've specified.
The following example retrieves a PDF document with the specified documentID:
Http Sample Request - Retrieving PDF Documents
http://api.rkd.refinitiv.com/api/SnapshotContentRetrieval/SnapshotContentRetrieval.svc/docs/47259678/
pdf
Cookie:RkdAppId=[AppID]; RkdToken=[RkdToken]
HTTP/1.1 200 O K
Content-Disposition: inline; filename=47259678.pdf
Content-Title: 53057033.pdf
Content-Length: 322252
Cache-Control: public, must-revalidate, max-age=0
Content-Type: application/pdf
Expires: Tue, 17 May 2011 12:03:06 GMT
Last-Modified: Tue, 17 May 2011 12:03:06 GMT
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By : ASP.NET
• MessageID: Each request has a MessageID which can be used by Refinitiv Support to see the original message.
With the information above you can either find the problem yourself or contact Support and pass this information to them for further details
and help. For information on contacting Support see Contacting Support.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
TokenManagement/
TokenManagement.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/TokenManagement_1/CreateImpersonationToken_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<CreateImpersonationToken_Request_1 xmlns="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/TokenManagement_1">
<EffectiveUsername>test@refinitiv.com</EffectiveUsername>
</CreateImpersonationToken_Request_1>
</Body>
</Envelope>
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" s:mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Faults_1/Fault_1_Reply </a:Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</s:Header>
<s:Body>
<s:Fault>
<s:Code>
<s:Value>s:Receiver</s:Value>
<s:Subcode>
<s:Value>a:Security_UserNotEntitledForApp</s:Value>
</s:Subcode>
</s:Code>
<s:Reason>
<s:Text xml:lang="en-US">User 'foo@refinitiv.com' is not entitled to make requests on
behalf of application id '[AppID]'</s:Text>
</s:Reason>
<s:Detail>
<ClientErrorReference xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Faults_1">
<Timestamp>2007-03-23T21:39:24.443546Z</Timestamp>
<ErrorReference>ec65919e4e9840339a7b467b253a7139</ErrorReference>
<ServerReference>C9D8A58A87FA58B773944E3AE6F44C39630272FDC4D74032
</ServerReference>
</ClientErrorReference>
</s:Detail>
</s:Fault>
</Body>
</Envelope>
<s:Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<s:Header>
<a:Action xmlns="http://www.w3.org/2005/08/addressing" s:mustUnderstand="1">http://
www.reuters.com/ns/2006/05/01/webservices/rkd/Faults_1/Fault_1_Reply </a:Action>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">[MessageID]</RelatesTo>
</s:Header>
<s:Body>
<s:Fault>
<s:Code>
<s:Value>s:Receiver</s:Value>
<s:Subcode>
<s:Value>a:Security_UserNotEntitledForApp</s:Value>
</s:Subcode>
</s:Code>
<s:Reason>
<s:Text xml:lang="en-US">User 'foo@refinitiv.com' is not entitled to make requests on
behalf of application id 'rkdapi'</s:Text>
</s:Reason>
<s:Detail>
<ClientErrorReference xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Faults_1">
<Timestamp>2007-03-23T21:39:24.443546Z</Timestamp>
<ErrorReference>ec65919e4e9840339a7b467b253a7139</ErrorReference>
<ServerReference>C9D8A58A87FA58B773944E3AE6F44C39630272FDC4D74032
</ServerReference>
</ClientErrorReference>
</s:Detail>
</s:Fault>
</Body>
</Envelope>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://api.rkd.refinitiv.com/rkd/
SignificantDevelopments/SignificantDevelopments.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
...
Refinitiv Knowledge Direct logs each message ID. Refinitiv Knowledge Direct also returns the message ID in the Relates To element in the
SOAP header of the response. For example:
XML Sample Response - Using MessageID
Your application should log the message ID. When you contact Refinitiv for support (see Contacting Support), include the message ID in
your problem description, along with:
• Your application identification string
37.5 Using Request Examples from Developer's Guide in the API Console
When using request examples from Developer's Guide in the API Console, you do not need to include SOAP header in the request body,
use the body itself.
See an example of how it works with Create Service Token Request:
Example in Refinitiv Knowledge Direct API Developers Guide:
XML Sample Request
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
TokenManagement/TokenManagement.svc/Anonymous</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2006/05/01/
webservices/rkd/TokenManagement_1/CreateServiceToken_1</Action>
</Header>
<Body>
<CreateServiceToken_Request_1 xmlns:global="http://www.reuters.com/ns/2006/05/01/webservices/
rkd/Common_1" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/TokenManagement_1">
<ApplicationID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Common_1">[AppID]</ApplicationID>
<Username>[service user]</Username>
<Password>[password]</Password>
</CreateServiceToken_Request_1>
</Body>
</Envelope>
To make this request in the API Console, you have to use ONLY the body of this request:
XML Sample Response
<CreateServiceToken_Request_1 xmlns:global="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
Common_1" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/TokenManagement_1">
<ApplicationID xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">[AppID]
</ApplicationID>
<Username>[service user]</Username>
<Password>[password]</Password>
</CreateServiceToken_Request_1>
38 Coding Examples
38.1 Overview
The Refinitiv Knowledge Direct (Refinitiv Knowledge Direct ) API does not require you to code using any particular technology platform or
coding style.
Code samples demonstrate best practices for the basic manipulation of Refinitiv Knowledge Direct API services.
They are implemented using different technologies and platforms and could be downloaded from the Customer Zone, https://
customers.refinitiv.com Log in and navigate to the Refinitiv Knowledge Direct API page.
In the Technical Documents section you can find the links to archives with sample code for .NET, Sun Java, IBM Java, PHP, Perl and Ruby.
The following section contains guidelines on driving the .NET code samples and best-practices example snippets using C# and proxy
classes generated by Microsoft's svcutil.
38.2 Prerequisites
To run the examples in this chapter and the client code samples, you need the following:
Where: <local_folder> is the folder where the necessary XSD and WSDL documents are stored.
This command generates proxy classes and output.config files you can include in your Visual Studio project. The configuration parameters
from output.config file should be added to the application configuration file.
In addition, you can simplify your code by using svcutil to map XML namespace to CLR namespaces. For example:
NOTE: You must download the schemas which are included by reference in the schemas for the individual methods (for example
TokenManagement_1.xsd includes Common_1.xsd) otherwise you might get the 'Cannot import wsdl:portType' error occurs when you try
to generate proxy classes using svcutil utility without downloading all the schemas.
Use the token to populate the AuthorizationType object required for data requests:
try
{
return SendGetTimeSeriesRequest(tm.authorization, timeSeriesInnerRequest, timeSeriesClient);
}
catch (FaultException<ClientErrorReference> tsFault)
{
// For an expired token or invalid token, create a new token and // try again.
if ((tsFault.Message.Equals(TokenExpiredMessage))
|| (tsFault.Message.Equals(TokenInvalidMessage)))
{
tm.createServiceToken(appID, user, pass, true);
return SendGetTimeSeriesRequest(tm.authorization, timeSeriesInnerRequest, timeSeriesClient);
}
else
{
throw;
}
}
When you contact Refinitiv for support, include the message ID in your problem description.
When you contact Refinitiv for support, include the ErrorRefernce and message ID in your problem description.
ServicePointManager.ServerCertificateValidationCallback =
new RemoteCertificateValidationCallback(true);
This code forces the client application to accept every certificate that the server provides. This method weakens the security of the
application because the authentication of the server is bypassed. To safely work around this problem, make sure that the certificate of the
server contains the expected name before you allow the connection to continue. For additional information, see http://
support.microsoft.com/default.aspx?scid=kb%3BEN-US%3B823177.
38.4.9 Connecting to Refinitiv Knowledge Direct API Servers Being behind a Proxy
If you are behind a proxy and try to connect to Refinitiv Knowledge Direct API servers using the "app.config" file from the code samples
provided by Refinitiv, keep in mind that your system may not be properly configured to use the auto-configured proxy. As a result, you may
experience problems while connecting to our servers and get the following error:
"Creating new token...Failed to create new token. Reason: Could not connect to https://
api.rkd.refinitiv.com/api/TokenManagement/
TokenManagement.svc/Anonymous. TCP error code 10060: A connection attempt failed because the connected
party did not properly respond after a period of time, or established connection failed because
connected host has failed to respond 159.220.40.240:443"
To solve this problem, you have to modify app.config. Find the following line in the code:
useDefaultWebProxy
proxyAddress="[your.proxy.server]" useDefaultWebProxy="false"
"• '
ti-O JI-• ••
nh•i-ꞏ•o "
tr crn.at '-t••
H U.)<I:
, U, UQl fOoe
i_:..m:u
i .nu•'
]
• 42 lu
.1: aull
. ,9
.U .'4 1.J..
"• "
•, .i.: 610006
< M U.616 (
.:J
: ;:o..!:ꞏ t!U' U. 6101, 14
t 11m:t:rnitt flor"oc c
-1 ll ua "'fll' tnt O fl c o r
• (t. .n...,1..i rcr
., ....11 tr•..l•tov.•p.••
.:J
.:J
-- ,_"_
"'---------jlr: .ucar
r i.o (' c-...,. r._
ft;; {f
,_,_l1..,,,..., ._.,f0(1$»
tt ::;:: :t; :1 :: :,;:
NOTE: Version 2 is written for .NET Framework 2.0 (and later) and allows viewing HTTPS traffic.
• Go to the location where the file was saved and double-click the file and Fiddler automatically opens it.
Or:
• Launch Fiddler2 and go to File> Load Archive. Then go to the directory where you saved the file, left-click it and press the Open button
to load the .saz file to Fiddler:
NOTE: .saz file is in the zip package with User Guide, both of which can be downloaded from Customer Zone.
<ApplicationID>rkddemoapp</ApplicationID>
<Username>rkd-demo@refinitiv.com</Username>
<Password>t7o6u54fw</Password>
NOTE: Please keep in mind that the password for demo user changes frequently. Please contact your sales specialist for the current
password.
NOTE: Service token is available for 90 minutes and after that period the token expires. If you try to reissue any service request after the
token has expired, Refinitiv Knowledge Direct API returns HTTP status 500 and error message "Token expired" in the response. To generate
a new service token, you must make a new request to the Token Management service to obtain a fresh service token.
3. In the request body, provide your own user credential values for ApplicationID, Username, and Password:
4. Click the Execute button. The response contains the newly generated token:
2. In the Request Body section, replace the value of the old token with the new one:
3. Replace the value of the [ApplicationID] with the value assigned to your organization.
4. Click the Execute button to send the request.
ARTIFACT RULE
NAME DESCRIPTION
40.3 Prerequisites
This section lists the software you need to install.
40.3.2 Framework
You need to use Sun Metro framework:
Download Sun Metro from the Sun Metro website - Refinitiv recommends version 1.4 or higher and follow the installation instructions. After
that, create environment system variable METRO_HOME, set it to Sun Metro installation and add %METRO_HOME%\bin to Path
environment system variable.
NOTE: If you are using Sun JDK 1.6 up to Update Release 3, copy webservices-api.jar to %JAVA_HOME%/jre/lib/ endorsed from
%METRO_HOME%\lib. It is necessary because Metro tools use JAX-WS, which is a newer version than the one bundled with JDK 1.6.
Ignore this note for Update Release 4 or later of Sun JDK 1.6. More details are available on the Sun Metro Website.
40.3.4 Eclipse
Refinitiv recommends downloading Eclipse Ganymede 3.4.0 or higher from the Eclipse website and installing it according to the installation
instructions.
40.4.1 Using Wsimport Utility Tool Ant Task from Sun Metro Framework
The Wsimport Utility Tool is a part of Sun Metro Framework and is used to generate generates JAX-WS portable artifacts from wsdl file.
Refinitiv recommends using Wsimport Ant task:
https://metro.dev.java.net/nonav/1.3/docs/wsimportant.html
40.4.1.1 Refinitiv Knowledge Direct Java Classes for Refinitiv Knowledge Direct Services
The following Ant script generates client code for a particular Refinitiv Knowledge Direct service (in this case for
TokenManagement_1_HttpsAndAnonymous.wsdl) - create build.xml file with the content as below:
XML Sample
<?xml version="1.0"?>
<project default="build" basedir=".">
<record name="build.log" loglevel="verbose"/>
<property environment="env"/>
<path id="class.path">
<fileset dir="$ {env.METRO_HOME}\lib\" includes="* .jar"/>
</path>
<target name="build">
<taskdef name="wsimport" classname="com.sun.tools.ws.ant.WsImport"
classpathref="class.path"/>
<property name="wsdl" value="http://api.rkd.refinitiv.com/schemas/TokenManagement/wsdl/
TokenManagement_1_HttpsAndAnonymous.wsdl"/>
<wsimport wsdl="$ {wsdl}" sourcedestdir="src" xnocompile="true" extension="true" verbose="true">
<binding dir="$ {basedir}/etc" includes="*.xml" />
</wsimport>
</target>
</project>
This generates corresponding Java files which you can include in your Eclipse project and use generated proxy class in your application.
<jaxb:bindings schemaLocation="http://api.rkd.refinitiv.com/schemas/TokenManagement/
TokenManagement_1.xsd" node="/xs:schema">
<jaxb:schemaBindings>
<jaxb:package name="com.reuters.webservice.rkd.token"/>
</jaxb:schemaBindings>
</jaxb:bindings>
<jaxb:bindings schemaLocation="http://api.rkd.refinitiv.com/schemas/Serialization_200310.xsd"
node="/xs:schema">
<jaxb:schemaBindings>
<jaxb:package name="com.microsoft.schemas.serialization"/>
</jaxb:schemaBindings>
</jaxb:bindings>
</jaxb:bindings>
In the previous example, the schemaLocation attribute in the 'jaxb:bindings' tag specifies external schema location and name attribute in the
'jaxb-package' tag specifies Java package name you want to specify for this schema.
In case external types are declared in wsdl, use external jaxws:bindings files in order to map namespaces to Java package names.
Example (inline-schema.xml)
<jaxws:bindings
wsdlLocation="http://api.rkd.refinitiv.com/schemas/TokenManagement/wsdl/
TokenManagement_1_HttpsAndAnonymous.wsdl"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
xmlns:wsdl="http://schemas.xmlsoap.org/w sdl/"
xmlns:jaxws="http://java.sun.com/xml/ns/jaxws">
<jaxws:package name="com.reuters.webservice.rkd.token.https"/>
</jaxws:bindings>
In the example above, the wsdlLocation attribute in the jaxws-bindings element specifies wsdl url and name attribute in the jasws:package
element specifies Java package name you want to specify for types declared in wsdl (actually map targetNamespace attribute of wsdl to
selected Java package).
ant
You should get something like this (verify build is successful - in case of errors, check build.log file located in the same directory):
40.5 Creating Eclipse Project Based on Java Files Generated by Wsimport Ant Task Using
Sun Metro Framework
First, create a new Java project: File->New->Other:
In the next wizard window select Java Project and click the Next > button:
Then enter project name and click the Next > button:
In the next window, select Libraries tab (you need to create Sun Metro library and add it to the project) - click the Add Library... button:
Then select User Library and click the Next > button:
Then in the next wizard dialog, click the New... button in order to create a new library:
Verify it is selected in the dialog window and click the Add JARs... button.
Add all jar-files which are usually located in the lib subdirectory of your Sun Metro installation:
You should see on the next screen that jar-files were added. Click the OK button.
On the next screen, verify your new library is selected and then click the Finish button.
Next, copy the generated Java source code to the new Eclipse project by performing the following steps:
1. Copy the directory in Windows Explorer as on the picture given below:
2. Paste it directly into Eclipse workspace into source code directory ("src" in our case):
40.6 Creating Java Client Application for Webservice Access in Eclipse Project
It is assumed that the project described in Section 40.5 was created. If not, create it according to the instructions provided in the
corresponding chapter.
Create the Java Client application for Webservice Access in the Eclipse project by performing the following steps:
1. Select the source code directory of the project in Eclipse as shown on the figure below:
3. In the new window, specify a package name for the new class (com.reuters.webservice.rkd.client in our case) and select the public
static void main (String[] args) check box in Which method stubs would you like to create? and click the Finish button:
4. You can now enter your client code (at the moment you can enter client code sample from the next section).
package com.reuters.webservice.rkd.client;
import java.io.BufferedReader;
import java.io.IO Exception;
import java.io.InputStreamReader;
import java.io.StringReader;
import javax.xml.ws.soap.AddressingFeature;
import org.xml.sax.InputSource;
import org.xml.sax.SAXException;
import com.reuters.webservice.rkd.token.CreateImpersonationTokenRequest2;
import com.reuters.webservice.rkd.token.CreateServiceTokenRequest1;
import com.reuters.webservice.rkd.token.CreateTokenResponse;
import com.reuters.webservice.rkd.token.EffectiveUsernameType;
import com.reuters.webservice.rkd.token.https.ITokenManagement1;
import
com.reuters.webservice.rkd.token.https.ITokenManagement1HttpsAndAnonymousITokenManagement1HttpsAnd
AnonymousCreateImpersonationToken2ClientErrorReferenceFaultMessage;
import
com.reuters.webservice.rkd.token.https.ITokenManagement1ITokenManagement1HttpsAndAnonymousCreate
ServiceToken1ClientErrorReferenceFaultMessage;
import com.reuters.webservice.rkd.token.https.TokenManagement1;
import com.sun.org.apache.xerces.internal.parsers.DOMParser;
import com.sun.xml.ws.developer.WSBindingProvider;
import com.sun.xml.ws.messagedump.MessageDumpingFeature;
/* *
* @param args
* /
public static void main(String[] args) {
System.out.println("HttpsAndAnonymous_MetroClient start");
.getHttpsAndAnonymousITokenManagement1HttpsAndAnonymous(
new AddressingFeature(true), messageDumper);
try {
System.out.println("Please enter service username: ");
serviceUserName = br.readLine();
System.out.println("Please enter service user password: ");
serviceUserPassword = br.readLine();
System.out.println("Please enter application ID: ");
serviceUserApplicationID = br.readLine();
} catch (IO Exception ioe) {
System.out.println("IO error trying to read service user credentials!");
System.exit(1);
}
try {
} catch (ITokenManagement1ITokenManagement1HttpsAndAnonymousCreateServiceToken1ClientError
ReferenceFaultMessagee) {
System.out.println(messageDumper.nextMessage());
try {
System.out
.println("service token error message: " + e.getMessage());
System.out.println(e.getFaultInfo());
try {
try {
response = port.createImpersonationToken2(impersonationRequest);
System.out.println("Impersonation token created successfully. Valid till: "+
response.getExpiration().toString());
System.out.println("Is valid now : "+ response.getExpiration().isValid());
} catch
(ITokenManagement1HttpsAndAnonymousITokenManagement1HttpsAndAnonymousCreateImpersonationToken2
ClientErrorReference FaultMessage e) {
System.out.println("HttpsAndAnonymous_MetroClient finish");
In this code example, we get service token and impersonation token. Describe the code in more details:
Instantiate service which is used later in order to get Java proxy class.
Here we get Java proxy class via a service instance. Pay attention to the AddressingFeature class - it is recommended to pass it to proxy on
the client side in order to make sure the WS-Addressing feature (which is required for Refinitiv Knowledge Direct services access) is
supported on the client side. More information on WS-Addressing support for Java clients is available here.
try {
serviceUserName = br.readLine();
System.out.println("Please enter service user password: ");
serviceUserPassword = br.readLine();
System.out.println("Please enter application ID: ");
serviceUserApplicationID = br.readLine();
} catch (IO Exception ioe) {
System.out.println("IO error trying to read service user credentials!");
System.exit(1);
}
Here we read service username, password and application ID via command line.
CreateTokenResponse response;
...
try {
response = port.createServ iceToken1(request);
Here we call the CreateServiceToken operation in service - the result is returned in the response object.
If there are problems during the operation call the corresponding exception is thrown and we print error message in a catch block:
In the code below, we specify the effective username via command line:
try {
System.out.println("Please enter effective username: ");
effectiveUserName = br.readLine();
} catch (IO Exception ioe) {
System.out.println("IO error trying to read effective user name!");
System.exit(1);
}
And then prepare request which is passed to the CreateImpersonationToken operation in service. EffectiveUsername type was generated
automatically from the corresponding xsd schema.
In the code below, we call CreateImpersonationToken operation in service - the result is returned in the response object.
response = port.createImpersonationToken2(impersonationRequest);
System.out
.println("Impersonation token created successfully. Valid till: "+
response.getExpiration().toString());
If there are problems during the operation call the corresponding exception is thrown and we print error message in a catch block:
The most likely reason for the error is that WS-Addressing feature is not supported (or not engaged - review code samples sections in order
to engage WS-addressing feature section) by your Java web services framework. Refer to Section 40.7, Client Code Sample.
• Quotes_1/RetrieveItem_1
• Quotes_1/RetrieveItem_2
• Quotes_1/RetrieveItem_3
• QuoteLists_1/GetSimpleData_1
A client with the limit of 50 requests per “second” for the throttle group 'Quotes' can make 50 requests per second for all these operations
with any proportions, e.g.
• 30 requests per second for Quotes_1/RetrieveItem_1
When clients hit the limit,they have to wait for t interval before repeating or sending a new request without being throttled, where t is
calculated as:
1 sec ond
t = --------------------- , where limit is the limit for the client
limit
Any request made before the t interval expires can be throttled by the system. From the above, the following statement is also true:
A client is not throttled by the Refinitiv Knowledge Direct API if the interval between requests is longer than t .
Example:
The client limit for the throttle group 'Quotes' is 5 requests per second. The client wants to send 20 req/sec (every 50 ms):
The request at 300ms is throttled. The client handles the fault and waits for t interval of 200ms. The request at 500ms passes. If the client
continues sending 20 req/sec, the requests are throttled (e.g. at 350ms) unless the client sends one request during each t interval or has
a longer period of inactivity.
Example in Minute.
The client limit for the throttle group 'Quotes' is 300 requests per minute. The client wants to send 1200 req/min (every 0.05 sec):
The request at 0.3 sec is throttled. The client handles the fault and waits for t interval of 0.2 sec. The request at 0.5 sec passes. If the
client continues sending 1200 req/min, the requests are throttled (e.g. at 0.35 sec) unless the client sends one request during each t
interval or has a longer period of inactivity.
C n + 1 – limit
t --------------------------------------- , if C n 0
Cn
and t 0
After sending the request, the counter is updated:
A client is not throttled by the Refinitiv Knowledge Direct API if the interval between requests is longer than t .
Example:
The client limit for the throttle group 'Quotes' is 5 req/sec. The client wants to send 20 req/sec (every 50 ms):
Calculating t after the request at 250ms gives ~116ms. The client waits for t interval and sends the next request at 366ms. By doing
so, the client avoids a throttling exception. For the next request, the updated value of t is 0.2ms and it remains the same until the client
has a longer period of inactivity.
Example in Minute:
The client limit for the throttle group 'Quotes' is 300 req/min. The client wants to send 1200 req/min (every 0.05 sec):
Calculating t after the request at 0.25 sec gives ~0.116 sec. The client waits for t interval and sends the next request at 0.366 sec. By
doing so, the client avoids a throttling exception. For the next request, the updated value of t is 0.0002 sec and it remains the same until
the client has a longer period of inactivity.
42 Filings Retrieval
42.1 Overview
The Filings Retrieval service is used to retrieve the filings documents.
42.2.1 Authorization
All requests to the Refinitiv Knowledge Direct API require an authorization token. For details, see Understanding Authentication Tokens.
42.2.2 Authentication
Refinitiv Filings Retrieval uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in Filings Retrieval.
For additional information on creating a Service Token, see Creating a Token.
http://api.rkd.refinitiv.com/api/FilingsRetrieval3/FilingsRetrieval3.svc/docs/12520450/PDF/
?docIdType=DCN
Cookie: RkdAppId=(AppID)
RkdToken=(RkdToken)
http://api.rkd.refinitiv.com/api/FilingsRetrieval3/FilingsRetrieval3.svc/docs/27977679/PDF/
?docIdType=DocID
Cookie: RkdAppId=(AppID)
RkdToken=(RkdToken)
General Options
43 Filings Search
43.1 Introduction
The Filings Search service provides online access to uploaded documents concerning specific companies. Documents are retrieved using
the Search Submissions Request.
Documents are added to each library via two methods:
43.2.1 Authorization
All requests to the Filings Search web service require an authorization token. For details, see Understanding Authentication Tokens.
43.2.2 Authentication
Refinitiv Filings Search uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in Filings.
For additional information on creating a Service Token, see Creating a Token.
43.3 WSDL
WSDL:
http://api.rkd.refinitiv.com/schemas/FilingsSearch2/wsdl/FilingsSearch2_1_HttpAndRKDToken.wsdl
ATTRIBUTE DESCRIPTION
High Level Category IDs Category IDs of the Filing which can be multiple in request.
Response Options
The following table lists the parameters that can be used in the request:
DESCRIPTION
ATTRIBUTE
Row Count. The maximum number of search results to be returned. There is a limit of
10000 results. Users cannot retrieve 11000 results or retrieve 5000 results
starting at startRow 8000
<MappingsInfo_Response_1 xmlns="http://www.reuters.com/ns/2014/05/09/webservices/rkd/
FilingsSearch2_1">
<totalHit>3234</totalHit>
<highLevelCategoryInfo ID="1" highLevelCategoryName="Company Periodic Reports">
<midLevelCategoryInfo ID="1" middelLevelCategoryName="Annual">
<submissionTypeInfo FeedID="11" FeedName="DART" GlobalSubmissionTypecode="DR70956"
SubmissionDescription="Report on Business Performance according to Consolidated Financial Statements
(Fair Disclosure)" />
<submissionTypeInfo FeedID="11" FeedName="DART" GlobalSubmissionTypecode="DR11019"
SubmissionDescription="Consolidated Annual Report" />
<submissionTypeInfo FeedID="11" FeedName="DART" GlobalSubmissionTypecode="DR11011"
SubmissionDescription="Annual Report" />
<submissionTypeInfo FeedID="1" FeedName="Edgar" GlobalSubmissionTypecode="ED361"
SubmissionDescription="N-30D" />
<submissionTypeInfo FeedID="1" FeedName="Edgar" GlobalSubmissionTypecode="ED362"
SubmissionDescription="N-30D/A" />
<submissionTypeInfo FeedID="13" FeedName="SEC NonEdgar" GlobalSubmissionTypecode="SE2198"
SubmissionDescription="NT 10-K" />
<submissionTypeInfo FeedID="13" FeedName="SEC NonEdgar" GlobalSubmissionTypecode="SE2202"
SubmissionDescription="NT 20-F" />
…
…
…
…
<submissionTypeInfo FeedID="1" FeedName="Edgar" GlobalSubmissionTypecode="ED316"
SubmissionDescription="InterimQ3" />
</midLevelCategoryInfo>
</highLevelCategoryInfo>
</MappingsInfo_Response_1>
<totalHit>743</totalHit>
<highLevelCategoryInfo ID="1" highLevelCategoryName="Company Periodic Reports">
<midLevelCategoryInfo ID="1" middelLevelCategoryName="Annual">
<submissionTypeInfo FeedID="1" FeedName="Edgar" GlobalSubmissionTypecode="ED362"
SubmissionDescription="N-30D/A" />
<submissionTypeInfo FeedID="1" FeedName="Edgar" GlobalSubmissionTypecode="ED1469"
SubmissionDescription="C-AR-W" />
<submissionTypeInfo FeedID="1" FeedName="Edgar" GlobalSubmissionTypecode="ED1467"
SubmissionDescription="C-AR" />
<submissionTypeInfo FeedID="1" FeedName="Edgar" GlobalSubmissionTypecode="ED1353"
SubmissionDescription="MA-A" />
<submissionTypeInfo FeedID="1" FeedName="Edgar" GlobalSubmissionTypecode="ED1390"
SubmissionDescription="1-K/A" />
…
…
…
<submissionTypeInfo FeedID="1" FeedName="Edgar" GlobalSubmissionTypecode="ED17"
SubmissionDescription="10-KT" />
<submissionTypeInfo FeedID="1" FeedName="Edgar" GlobalSubmissionTypecode="ED553"
SubmissionDescription="U5S" />
</midLevelCategoryInfo>
<midLevelCategoryInfo ID="46" middelLevelCategoryName="Delistings, Suspensions & Bankruptcy">
<submissionTypeInfo FeedID="1" FeedName="Edgar" GlobalSubmissionTypecode="ED1464"
SubmissionDescription="C/A-W" />
…
…
…
<submissionTypeInfo FeedID="1" FeedName="Edgar" GlobalSubmissionTypecode="ED1463"
SubmissionDescription="C-W" />
</midLevelCategoryInfo>
</highLevelCategoryInfo>
</MappingsInfo_Response_1>
ATTRIBUTE DESCRIPTION
ATTRIBUTE DESCRIPTION
showSection Full Text Search: showSection with section-only search (no keyword).
If it is true, the response will be slower compared to when it is false, since ES needs to do full section
retrieval for each docID/dcn.
fragment_size Full Text Search: Each field highlighted can control the size of the highlighted fragment in characters
(defaults to 100). 0 means show all available fragments.
number_of_fragments Full Text Search: Each field highlighted can control the size of the maximum number of fragments to
return (defaults to 5).
rowCount The maximum number of search results to be returned. There is a limit of 10000 results. Users cannot
retrieve 11000 results or retrieve 5000 results starting at startRow 8000.
ATTRIBUTE DESCRIPTION
ESindexServer Filings Elastic Search Server has commodity server (slower) and fusion server (faster
hardware) based on arrival date (currently fusion server contains five years of data and
commodity server has full history data).
TotalHit Total number of records in the Index that meet the query criteria.
ResultSize Total returned rows for current query based on client request in rowCount parameter (for
example: 100).
SubmissionStatusAndInfo Second layer response in XML with attribute commonID, where commonID is a unique ID
identifying a filing.
SubmissionInfo Third layer response in XML with attributes (DCN, ArriveDate, etc).
DocumentTitle This is the descriptive or general heading that describes the document content.
CompanyInfo Company Information beginning tag for attributes (mxid, OAPermID, etc).
Mxid Legacy Multex company identifier that can be used to resolve company/organization details.
Internal Refinitiv company identifier.
OAPermID Organization Authority identifier that can be used to resolve Organization details. Internal
Refinitiv company identifier.
CIK Central Index Key, SEC Company Identifier (external). Only available in the response.
AsReportedName As Reported Company Name that received content via the Feed.
AutomationInfo Tag is returned by default for filings that have an XBRL format available in the repository. To
exclude this result, returnAutomationInfo parameter must be set to false.
ATTRIBUTE DESCRIPTION
DeltaDocument Delta Report file name. Filename that can be used to retrieve the filing.
Additions This is an indicator of how many 'additions' appear within the Delta Report. Each delta is
classified as either an addition, deletion, or change and substitution. This field holds the
number count of additions.
Deletions Delta Metadata Deletion is an indicator of how many 'deletions' appear within the Delta
Report.
DocumentStatus This is an Indicator of the document status with regards to product. There are four
document status:
• expected
• preliminary
• edited
• internal.
HasOnlineView Indicator of whether or not the Delta report document is available via online version. There
are two delivery formats:
• (1) PDF
• (2) online viewer.
Paragraphs DeltaMetadataParagraphs. Indicator of how many individual paragraphs have been parsed
in the Delta Report. This field holds the number count of paragraphs.
ReferredDCN This field holds the DCN for the referred doc (previous) filing document in the Delta Report.
Substitutions Delta Metadata Substitution is an indicator of how many 'changes' appear within the Delta
Report.
arriveDate Arrival date time when this document comes to Refinitiv system. This is the date when
Refinitiv received a document.
feedID This is the identifier number for each filings feed. Example: Edgar or SEDAR.
ATTRIBUTE DESCRIPTION
formName This is the Filings Submission Type Description which is assigned by the feed vendor/
Report type designated by the vendor/SEC.
isRestricted Indicator of whether a document can be visible to external clients. The document should not
be displayed on products if the value of isRestricted is set to True.
originalFileName Original file name of the payload as received from the source/vendor.
periodEndDate This is the document date or fiscal period end date for which the report was filed.
releaseDate Filing date indicates the date that the document was filed by the issuer.
nativePdfFlag The native PDF flag indicates whether PDF originated from a word file and is not scanned.
<SearchSubmissions_Response_1 xmlns="http://www.reuters.com/ns/2014/05/09/webservices/rkd/
FilingsSearch2_1">
<ESindexServer>ES commodity server</ESindexServer>
<totalHit>73</totalHit>
<resultSize>73</resultSize>
<submissionStatusAndInfo commonID="38804567">
<submissionInfo DCN="cr04465098" arriveDate="2015-10-08T03:12:16Z" category ID="1"
commonID="38804567" countryCode="IN" feedID="CRIS" fileType="pdf" formName="FullYear"
formType="710" isRestricted="false" languageCode="en" nativePdfFlag="true"
periodEndDate="2015-03-31T00:00:00Z" releaseDate="2015-10-08T00:00:00Z" size="2406600">
<companyInfo mxid="100065698" OAPermID="4295874159" AsReportedName="India Cements Capital
Ltd"></companyInfo>
</submissionInfo>
</submissionStatusAndInfo>
<submissionStatusAndInfo commonID="38440311">
<submissionInfo DCN="cr04356204" arriveDate="2015-08-12T19:12:08Z" category ID="12"
commonID="38440311" countryCode="IN" feedID="CRIS" fileType="pdf" formName="InterimQ1"
formType="715" isRestricted="false" languageCode="en" nativePdfFlag="false"
periodEndDate="2015-06-30T00:00:00Z" releaseDate="2015-08-12T00:00:00Z" size="2363896">
<companyInfo mxid="100065698" OAPermID="4295874159" AsReportedName="India Cements Capital
Ltd"></companyInfo>
</submissionInfo>
</submissionStatusAndInfo>
<submissionStatusAndInfo commonID="38230403">
<submissionInfo DCN="cr04306177" arriveDate="2015-07-16T06:18:32Z" category ID="2"
commonID="38230403" countryCode="IN" feedID="CRIS" fileType="pdf" formName="Press" formType="937"
isRestricted="false" languageCode="en" periodEndDate="2015-07-16T00:00:00Z" releaseDate="2015-07-
16T00:00:00Z" size="7482610">
<companyInfo mxid="100065698" OAPermID="4295874159" AsReportedName="India Cements Capital
Ltd"></companyInfo>
<documentTitle>Shareholding Pattern For June 30 2015</documentTitle>
</submissionInfo>
</submissionStatusAndInfo>
...
...
...
<submissionStatusAndInfo commonID="38014209">
<submissionInfo DCN="cr04252786" arriveDate="2015-06-12T12:55:48Z" category ID="2"
commonID="38014209" countryCode="IN" feedID="CRIS" fileType="pdf" formName="Press"
formType="937" isRestricted="false" languageCode="en" periodEndDate="2015-06-12T12:54:20Z"
releaseDate="2015-06-12T00:00:00Z" size="8282">
<companyInfo mxid="100065698" OAPermID="4295874159" AsReportedName="India Cements Capital
Ltd"></companyInfo>
<documentTitle>Resignation of Directors</documentTitle>
</submissionInfo>
</submissionStatusAndInfo>
</SearchSubmissions_Response_1>
NOTE: If the number of rows to be returned is not specified, the request returns 100 rows.
<SearchSubmissions_Response_1 xmlns="http://www.reuters.com/ns/2014/05/09/webservices/rkd/
FilingsSearch2_1">
<ESindexServer>ESfusionserver</ESindexServer>
<totalHit>50</totalHit>
<resultSize>50</resultSize>
<submissionStatusAndInfocommon ID="38803055">
<submissionInfo DCN="151149111" arriveDate="2015-10-07T20:21:35Z" categoryID="16"
commonID="38803055" countryCode="US" feedID="Edgar" fileType="edgar" formName="4"
formType="113" isRestricted="false" languageCode="en" originalFileName="0001209191-15-
074573.dissem" periodEndDate="2015-10-06T00:00:00Z" releaseDate="2015-10-07T00:00:00Z"
size="8922" accessionNumber="0001209191-15-074573">
<companyInfo mxid="100017004" OAPermID="4295905367" CIK="913144"
AsReportedName="RENAISSANCEREHOLDINGSLTD" Role="ISSUER" SICCode="6331"></companyInfo>
<docType>4</docType>
</submissionInfo>
</submissionStatusAndInfo>
<submissionStatusAndInfocommon ID="38802031">
<submissionInfo DCN="151148157" arriveDate="2015-10-07T15:49:49Z" categoryID="19"
commonID="38802031" countryCode="US" feedID="Edgar" fileType="edgar" formName="424B2"
formType="157" isRestricted="false" languageCode="en" originalFileName="0000950103-15-
008054.dissem" periodEndDate="2015-10-07T00:00:00Z" releaseDate="2015-10-07T00:00:00Z"
size="157259" accessionNumber="0000950103-15-008054">
<companyInfo mxid="100104660" OAPermID="4295890645" CIK="1053092"
AsReportedName="CREDITSUISSEAG" Role="FILER" SICCode="6211"></company Info>
<docType>424</docType>
</submissionInfo>
</submissionStatusAndInfo>
<submissionStatusAndInfo commonID="38801737">
<submissionInfo DCN="cr04464238" arriveDate="2015-10-07T14:07:56Z" categoryID="18"
commonID="38801737" countryCode="CH" feedID="CRIS" fileType="pdf" formName="FinalTerms"
formType="986" isRestricted="false" languageCode="en" periodEndDate="2015-10-06T00:00:00Z"
releaseDate="2015-10-07T00:00:00Z" size="155992">
<companyInfo mxid="100104660" OAPermID="4295890645" AsReportedName="CreditSuisseAG">
</companyInfo>
<documentTitle>FinalTerms</documentTitle>
</submissionInfo>
</submissionStatusA ndInfo>
...
...
...
<submissionStatusAndInfocommon ID="38632178">
<submissionInfo DCN="se00047138" arriveDate="2015-10-07T21:56:46Z" categoryID="16"
commonID="38632178" countryCode="BM" feedID="SECNonEdgar" fileType="pdf" formName="144"
formType="1043" isRestricted="false" languageCode="en" nativePdfFlag="false"
periodEndDate="2015-09-03T00:00:00Z" releaseDate="2015-09-04T17:25:38Z" size="97134">
<companyInfo mxid="100017004" OAPermID="4295905367" CIK="0000913144"
AsReportedName="RENAISSANCEREHOLDINGSLTD."></companyInfo>
<docType>144</docType>
</submissionInfo>
</submissionStatusAndInfo>
</SearchSubmissions_Response_1>
NOTE: If the number of rows to be returned is not specified, the request returns 100 rows.
<SearchSubmissions_Response_1 xmlns="http://www.reuters.com/ns/2014/05/09/webservices/rkd/
FilingsSearch2_1">
<totalHit>9761853<</totalHit>
<resultSize>100</resultSize>
<submissionStatusAndInfo commonID="38843586">
<submissionInfo DCN="151159473" arriveDate="2015-10-15T14:41:53+00:00" categoryID="19"
commonID="38843586" countryCode="US" feedID="Edgar" fileType=" edgar"formName="425"
formType="162" isRestricted="false" languageCode="en" originalFileName="0001437749-15-
018366.dissem" periodEndDate="2015-10-15T00:00:00+00:00" releaseDate="2015-10-
15T00:00:00+00:00" size="15839" accessionNumber="0001437749-15-018366">
<companyInfo mxid="100089303" OAPermID="4295908639" CIK="216539"
AsReportedName="MEDIAGENERALINC" Role="SUBJECT-COMPANY" SICCode="4833"></companyInfo>
<docType>425</docType>
</submissionInfo>
</submissionStatusAndInfo>
<submissionStatusAndInfo commonID="38843585">
<submissionInfo DCN="151159467" arriveDate="2015-10-15T14:41:28+00:00" categoryID="27"
commonID="38843585" countryCode="US" feedID="Edgar" fileType="edgar" formName="485BPOS"
formType="170" isRestricted="false" languageCode="en" originalFileName="0001379491-15-
001208.dissem" periodEndDate="2015-10-15T00:00:00+00:00" releaseDate="2015-10-
15T00:00:00+00:00" size="2002607" accessionNumber="0001379491-15-001208">
<companyInfo mxid="107957642" OAPermID="4296445648" CIK="320351"
AsReportedName="FIDELITYSELECTPORTFOLIOS" Role="FILER"></companyInfo>
<docType>485</docType>
</submissionInfo>
</submissionStatusAndInfo>
<submissionStatusAndInfo commonID="38843583">
...
<submissionStatusAndInfo commonID="38843579">
<submissionInfo DCN="151159464" arriveDate="2015-10-15T14:39:11+00:00" categoryID="16"
commonID="38843579" countryCode="US" feedID="Edgar" fileType="edgar" formName="4"
formType="113" isRestricted="false" languageCode="en" originalFileName="0001213900-15-
007695.dissem" periodEndDate="2015-10-13T00:00:00+00:00" releaseDate="2015-10-
15T00:00:00+00:00" size="11975" accessionNumber="0001213900-15-007695">
<companyInfo mxid="100529310" OAPermID="4295899822" CIK="1355839"
AsReportedName="SnapInteractive,Inc" Role="ISSUER" SICCode="7389"></companyInfo>
<docType>4</docType>
</submissionInfo>
</submissionStatusAndInfo>
</SearchSubmissions_Response_1>
NOTE: If the number of rows to be returned is not specified, the request returns 100 rows.
<SearchSubmissions_Response_1 xmlns="http://www.reuters.com/ns/2014/05/09/webservices/rkd/
FilingsSearch2_1">
<ESindexServer>EScommodity server</ESindexServer>
<totalHit>93404<</totalHit>
<resultSize>100</resultSize>
<submissionStatusAndInfo commonID="38809208">
<submissionInfo DCN="151150500" arriveDate="2015-10-08T17:23:50Z" categoryID="35"
commonID="38809208" countryCode="US" feedID="Edgar" fileType="edgar" formName="SC13D/A"
formType="480" isRestricted="false" languageCode="en" originalFileName="0001398344-15-
006814.dissem"periodEndDate="2015-10-08T00:00:00Z" releaseDate="2015-10-08T00:00:00Z"
size="43701" accessionNumber="0001398344-15-006814">
<companyInfo mxid="115100537" OAPermID="5046658384" CIK="1040469"
AsReportedName="TAYLORNICHOLASC" Role="FILEDBY" SICCode="1311"></companyInfo>
<companyInfo mxid="100078633" OAPermID="4295914193" CIK="66418"
AsReportedName="MEXCOENERGYCORP" Role="SUBJECT-COMPANY" SICCode="1311"></companyInfo>
<docType>SC13</docType>
</submissionInfo>
</submissionStatusAndInfo>
<submissionStatusAndInfo commonID="38809130">
<submissionInfo DCN="151150444" arriveDate="2015-10-08T16:48:12Z" categoryID="35"
commonID="38809130" countryCode="US" feedID="Edgar" fileType="edgar" formName="SC13D/A"
formType="480" isRestricted="false" languageCode="en" originalFileName="0001193125-15-
340065.dissem" periodEndDate="2015-10-08T00:00:00Z" releaseDate="2015-10-08T00:00:00Z"
size="45012" accessionNumber="0001193125-15-340065">
<companyInfo mxid="100077885" OAPermID="4295915523" CIK="315858"
AsReportedName="BFCFINANCIALCORP" Role="FILEDBY" SICCode="6035"></companyInfo>
<companyInfo mxid="100025879" OAPermID="4295905699" CIK="921768"
AsReportedName="BBXCAPITALCORP" Role="SUBJECTCOMPANY" SICCode="6035"></companyInfo>
<docType>SC13</docType>
</submissionInfo>
</submissionStatusAndInfo>
<submissionStatusAndInfo commonID="38809099">
<submissionInfo DCN="151150429" arriveDate="2015-10-08T16:38:54Z" categoryID="35"
commonID="38809099" countryCode="US" feedID="Edgar" fileType="edgar" formName="SC13D/A"
formType="480" isRestricted="false" languageCode="en" originalFileName="0001354488-15-
004578.dissem" periodEndDate="2015-10-08T00:00:00Z" releaseDate="2015-10-08T00:00:00Z"
size="72998" accessionNumber="0001354488-15-004578">
<companyInfo mxid="100049072" OAPermID="4295913024" CIK="834365"
AsReportedName="BIOLIFESOLUTIONSINC" Role="SUBJECT-COMPANY" SICCode="3845"></companyInfo>
<docType>SC13</docType>
</submissionInfo>
</submissionStatusAndInfo>
...
...
...
<submissionStatusAndInfo commonID="38808874">
NOTE: If the number of rows to be returned is not specified, the request returns 100 rows.
<SearchSubmissions_Response_1 xmlns="http://www.reuters.com/ns/2014/05/09/webservices/rkd/
FilingsSearch2_1">
<ESindexServer>ESfusionserver</ESindexServer>
<totalHit>38<</totalHit>
<resultSize>38</resultSize>
<submissionStatusAndInfo commonID="38803415">
<submissionInfo DCN="151149486" arriveDate="2015-10-07T21:06:02Z" categoryID="21"
commonID="38803415" countryCode="US" feedID="Edgar" fileType="edgar" formName="DEF14A"
formType="243" isRestricted="false" languageCode="en" originalFileName="0001193125-15-
339466.dissem" periodEndDate="2015-11-17T00:00:00Z" releaseDate="2015-10-07T00:00:00Z"
size="1337714" accessionNumber="0001193125-15-339466">
<companyInfo mxid="100073191" OAPermID="4295901318" CIK="878201"
AsReportedName="NUVEENTEXASQUALITYINCOMEMUNICIPALFUND" Role="FILER"></companyInfo>
<docType>14A</docType>
</submissionInfo>
</submissionStatusAndInfo>
<submissionStatusAndInfo commonID="38803411">
...
...
...
<submissionStatusAndInfo commonID="38803386">
<submissionInfo DCN="151149456" arriveDate="2015-10-07T21:03:27Z" categoryID="21"
commonID="38803386" countryCode="US" feedID="Edgar" fileType="edgar" formName="DEF14A"
formType="243" isRestricted="false" languageCode="en" originalFileName="0001193125-15-
339459.dissem" periodEndDate="2015-11-17T00:00:00Z" releaseDate="2015-10-07T00:00:00Z"
size="1334690" accessionNumber="0001193125-15-339459">
<companyInfo mxid="113221917" OAPermID="5039190808" CIK="878200"
AsReportedName="NUVEENOHIOQUALITYINCOMEMUNICIPALFUND" Role="FILER"></companyInfo>
<docType>14A</docType>
</submissionInfo>
</submissionStatusAndInfo>
</SearchSubmissions_Response_1>
NOTE: If the number of rows to be returned is not specified, the request returns 100 rows.
<SearchSubmissions_Response_1 xmlns="http://www.reuters.com/ns/2014/05/09/webservices/rkd/
FilingsSearch2_1">
<ESindexServer>ESfusionserver</ESindexServer>
<totalHit>5727<</totalHit>
<resultSize>100</resultSize>
<submissionStatusAndInfo commonID="38836752">
<submissionInfoDC N="it00129540"arriv eDate="2015-10-14T00:00:00Z" categoryID="18"
commonID="38836752" countryCode="IT" feedID="Italy" fileType="pdf" formName="Regolamenti"
formType="156" isRestricted="false" languageCode="it" nativePdfFlag="true"
originalFileName="17154.pdf" periodEndDate="2015-10-14T17:26:00Z" releaseDate="2015-10-
14T17:26:00Z" size="186245">
<companyInfo mxid="100035925" OAPermID="4296470941"></companyInfo>
<documentTitle>CEDOLAIT000671540016112015</documentTitle>
</submissionInfo>
</submissionStatusAndInfo>
<submissionStatusAndInfo commonID="38836757">
<submissionInfo DCN="it00129541" arriveDate="2015-10-14T00:00:00Z" categoryID="18"
commonID="38836757" countryCode="IT" feedID="Italy" fileType="pdf" formName="Regolamenti"
formType="156" isRestricted="false" languageCode="it" nativePdfFlag="true"
originalFileName="17153.pdf" periodEndDate="2015-10-14T17:23:00Z" releaseDate="2015-10-
14T17:23:00Z" size="186290">
<companyInfo mxid="100035925" OAPermID="4296470941"></companyInfo>
<documentTitle>CEDOLAIT000671439518042016</documentTitle>
</submissionInfo>
</submissionStatusAndInfo>
<submissionStatusAndInfo commonID="38836756">
<submissionInfo DCN="it00129538" arriveDate="2015-10-14T00:00:00Z" categoryID="14"
commonID="38836756" countryCode="IT" feedID="Italy" fileType="pdf" formName="Regolamenti"
formType="156" isRestricted="false" languageCode="it" nativePdfFlag="true"
originalFileName="17149.pdf" periodEndDate="2015-10-14T15:27:00Z" releaseDate="2015-10-
14T15:27:00Z" size="45560">
<companyInfo mxid="100035925" OAPermID="4296470941"></companyInfo>
<documentTitle>Certificates-CurrentStrikeLeveleStopLossLevel</documentTitle>
</submissionInfo>
</submissionStatusAndInfo>
...
...
...
<submissionStatusAndInfo commonID="38835614">
<submissionInfo DCN="it00129516" arriveDate="2015-10-14T00:00:00Z" categoryID="14"
commonID="38835614" countryCode="IT" feedID="Italy" fileType="pdf" formName="Regolamenti"
formType="156" isRestricted="false" languageCode="it" nativePdfFlag="true"
originalFileName="17140.pdf" periodEndDate="2015-10-14T12:26:00Z" releaseDate="2015-10-
14T12:26:00Z" size="458253">
<companyInfo mxid="100114275" OAPermID="4295875726" AsReportedName="UNICREDIT">
</companyInfo>
<documentTitle>CoveredWarrantUniCreditsuUBIBanca</documentTitle>
</submissionInfo>
</submissionStatusAndInfo>
</SearchSubmissions_Response_1>
<SearchSubmissions_Response_1 xmlns="http://www.reuters.com/ns/2014/05/09/webservices/rkd/
FilingsSearch2_1">
<totalHit>25056415<<</totalHit>
<resultSize>83</resultSize>
<submissionStatusAndInfo commonID="38836752">
<submissionInfoDC N="it00129540"arriv eDate="2015-10-14T00:00:00Z" categoryID="18"
commonID="38836752" countryCode="IT" feedID="Italy" fileType="pdf" formName="Regolamenti"
formType="156" isRestricted="false" languageCode="it" nativePdfFlag="true"
originalFileName="17154.pdf" periodEndDate="2015-10-14T17:26:00Z" releaseDate="2015-10-
14T17:26:00Z" size="186245">
<companyInfo mxid="100035925" OAPermID="4296470941"></companyInfo>
<documentTitle>CEDOLAIT000671540016112015</documentTitle>
</submissionInfo>
</submissionStatusAndInfo>
<submissionStatusAndInfo commonID="38836757">
...
...
...
<submissionStatusAndInfo commonID="38835614">
<submissionInfo DCN="it00129516" arriveDate="2015-10-14T00:00:00Z" categoryID="14"
commonID="38835614" countryCode="IT" feedID="Italy" fileType="pdf" formName="Regolamenti"
formType="156" isRestricted="false" languageCode="it" nativePdfFlag="true"
originalFileName="17140.pdf" periodEndDate="2015-10-14T12:26:00Z" releaseDate="2015-10-
14T12:26:00Z" size="458253">
<companyInfo mxid="100114275" OAPermID="4295875726" AsReportedName="UNICREDIT">
</companyInfo>
<documentTitle>CoveredWarrantUniCreditsuUBIBanca</documentTitle>
</submissionInfo>
</submissionStatusAndInfo>
</SearchSubmissions_Response_1>
NOTE: If the number of rows to be returned is not specified, the request returns 100 rows.
• Edgar
• CRIS
• Imagebase
• SEDAR
• Tanshin
• Yuho
• OBI
• China
• Taiwan
• DART
• Bridge
• SEC NonEdgar
• FDIC
• Italy
• UK
• Muni
CATEGORY ID DESCRIPTION
1 Annual
2 Press
12 Interim
13 Miscellaneous - General
14 Other - General
16 Ownership - General
18 Prospectus - Debt
19 Prospectus - General
26 ESG Disclosure
CATEGORY ID DESCRIPTION
AD Andorra
AF Afghanistan
AI Anguilla
AL Albania
AM Armenia
CATEGORY ID DESCRIPTION
AO Angola
AQ Antarctica
AR Argentina
AS American Samoa
AT Austria
AU Australia
AW Aruba
AZ Azerbaijan
BB Barbados
BE Belgium
BF Burkina Faso
BG Bulgaria
BH Bahrain
BI Burundi
BJ Benin
BM Bermuda
BN Brunei Darussalam
BR Brazil
BS Bahamas
BT Bhutan
BV Bouvet Island
BW Botswana
BY Belarus
BZ Belize
CA Canada
CG Congo
CH Switzerland
CATEGORY ID DESCRIPTION
CI Cote d’Ivoire
CK Cook Islands
CL Chile
CM Cameroon
CN China
CO Colombia
CR Costa Rica
CU Cuba
CV Cabo Verde
CW Curaçao
CX Christmas Island
CY Cyprus
CZ Czech Republic
DE Germany
DJ Dijbouti
DK Denmark
DM Dominica
DO Dominican Republic
DZ Algeria
EC Ecuador
EE Estonia
EG Egypt
EH Western Sahara
ER Eritrea
ES Spain
ET Ethiopia
FI Finland
FJ Fiji
FO Faroe Islands
FR France
GA Gabon
CATEGORY ID DESCRIPTION
GD Grenada
GE Georgia
GF French Guiana
GG Guernsey
GH Ghana
GI Gibraltar
GL Greenland
GM Gambia
GN Guinea
GP Guadeloupe
GQ Equatorial Guinea
GR Greece
GT Guatemala
GU Guam
GW Guinea-Bissau
GY Guyana
HK Hong Kong
HN Honduras
HR Croatia
HT Haiti
HU Hungary
ID Indonesia
IE Ireland
IL Israel
IM Isle of Man
IN India
IQ Iraq
IS Iceland
CATEGORY ID DESCRIPTION
IT Italy
JE Jersey
JM Jamaica
JO Jordan
JP Japan
KE Kenya
KG Kyrgyzstan
KH Cambodia
KI Kiribati
KM Comoros
KW Kuwait
KY Cayman Islands
KZ Kazakhstan
LB Lebanon
LC Saint Lucia
LI Liechtenstein
LK Sri Lanka
LR Liberia
LS Lesotho
LT Lithuania
LU Luxembourg
LV Latvia
LY Libya
MA Morocco
MC Monaco
ME Montenegro
MG Madagascar
MH Marshall Islands
CATEGORY ID DESCRIPTION
ML Mali
MM Myanmar
MN Mongolia
MO Macao
MQ Martinique
MR Mauritania
MS Montserrat
MT Malta
MU Mauritius
MV Maldives
MW Malawi
MX Mexico
MY Malaysia
MZ Mozambique
NA Nambia
NC New Calcedonia
NE Niger
NF Norfolk Island
NG Nigeria
NI Nicaragua
NL Netherlands
NO Norway
NP Nepal
NR Nauru
NU Niue
NZ New Zealand
OM Oman
PA Panama
PE Peru
PF French Polynesia
CATEGORY ID DESCRIPTION
PH Philippines
PK Pakistan
PL Poland
PN Pitcairn
PR Puerto Rico
PS Palestine, State of
PT Portugal
PW Palua
PY Paraguay
QA Qatar
RE Reunion
RO Romania
RS Serbia
RU Russian Federation
RW Rawanda
SA Saudi Arabia
SB Solomon Islands
SC Seychelles
SD Sudan
SE Sweden
SG Singapore
SI Slovenia
SK Slovakia
SL Sierra Leone
SM San Marino
SN Senegal
SO Somalia
SR Suriname
SV El Salvador
CATEGORY ID DESCRIPTION
SZ Swaziland
TD Chad
TG Togo
TH Thailand
TJ Tajikistan
TK Tokelau
TM Timor-Leste
TN Turkmenistan
TO Tunisia
TP Tonga
TR Turkey
TV Tuvalu
UA Ukraine
UG Uganda
UY Uruguay
UZ Uzbekistan
VA Holy See
VN Viet Nam
VU Vanuatu
WS Samoa
CATEGORY ID DESCRIPTION
YE Yemen
YT Mayotte
ZA South Africa
ZM Zambia
ZW Zimbabwe
ab Abkhaz
af Afrikaans
ar Arabic
bg Bulgarian
bs Bosnian
cs Czech
da Danish
de German
el Greek
en English
es Spanish
et Estonian
fa Perisian (Farsi)
fi Finnish
fr French
he Hebrew (modern)
hr Croatian
hu Hungarian
id Indonesian
is Icelandic
it Italian
ja Japanese
kk Kazakh
ko Korean
lt Lithuanian
lv Latvian
mk Macedonian
mn Mongolian
ms Malay
my Burmese
nl Dutch
no Norwegian
pl Polish
pt Portuguese
ro Romanian
ru Russian
sc Sardinian
sk Slovak
sl Slovene
sr Serbian
sv Swedish
th Thai
tr Turkish
uk Ukrainian
vi Vietnamese
zh Chinese
• SearchDocuments
• GetDocument
• AreDocumentsAvailable
Service Endpoint
http://api.rkd.refinitiv.com/api/KeyInvestorDocuments/KeyInvestorDocuments.svc
WSDL
http://api.rkd.refinitiv.com/schemas/KeyInvestorDocuments/wsdl/
KeyInvestorDocuments_1_HttpAndRKDTOken.wsdl
<SearchDocuments_Request_1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.reuters.com/ns/2017/07/07/webservices/rkd/KeyInvestorDocuments_1">
<maxResults>2</maxResults>
<text>bmw</text>
</SearchDocuments_Request_1>
{
"SearchDocuments_Request_1": {
"maxResults": 2,
"text": "bmw"
}
}
Request/Input Parameters
firstResult No Integer The index of the first result to be returned (starting with 0). Used
for paginated searches.
Default value: 0
text Yes String If the Hint is Any, the contents of the docRepository fields
productName, issuerName, isin, and wkn.
When the hint is Any, the following search syntax is allowed:
• Find entries that contain the word:
• word1
• Find entries that contain at least one of the two words:
• word1 word2
• Find entries that contain word2 and at least one of {word1,
word3}:
• word1 +word2 word3
• Find entries that contain word1 but don't contain word2:
• word1 -word2
• Find entries that contain the two words one after the other:
• "word1 word2"
• Find entries that contain a word starting with isin:
• isin*
If the search hint is ExactIdentifiers, the search string is split into
terms separated by spaces, and each term must exactly match
one identifier (either ISIN, WKN or customProductIdentifier) of
the same product. So if the search terms are A B, and a product
has ISIN A and customProductIdentifier B, then it is returned. If
there are no products which have both identifiers A and B, then
nothing is returned.
There can be cases when it's necessary to search for a string
that contains "-".
Minus sign has a special meaning: when it precedes a word, it
excludes results containing that word.
To search for Mercedes-Benz, just enclose it in double quotes:
"Mercedes-Benz". Then the minus sign is treated ad litteram.
<SearchDocuments_Response_1
xmlns="http://www.reuters.com/ns/2017/07/07/webservices/rkd/KeyInvestorDocuments_1"
xmlns:ns2="http://www.reuters.com/ns/2017/07/07/webservices/rkd/KeyInvestorDocuments_1">
<hits>
<hit>
<documentTypes>
<documentType>
<detailedDocumentType>PIB</detailedDocumentType>
<documentLocale>de_DE</documentLocale>
<hubLink>https://thomson-reuters.api.int.docrepository.clever-soft.com/
docRepository/rest/hub/trkd/document?documentType=PIB&documentLocale=
de_DE&wkn=LB005G&time=2017-11-23T04:59:23.421Z&ttl=1800&
isin=DE000LB005G1&maxDownloads=5&token=PGf-
kgtj1vSgSS4pHKocLPIn0VyGRJvDc_17MQAPt-I=
</hubLink>
<mappingId>2514607</mappingId>
</documentType>
</documentTypes>
<isin>DE000LB005G1</isin>
<issuerId>2611</issuerId>
<issuerName>Landesbank Baden-Württemberg</issuerName>
<name>Landesbank Baden-Württemberg-EXP-Aktien-Anleihe 15(19) BMW
</name>
<productId>3061</productId>
<targetMarket>?</targetMarket>
<wkn>LB005G</wkn>
</hit>
<hit>
<documentTypes>
<documentType>
<detailedDocumentType>PIB</detailedDocumentType>
<documentLocale>de_DE</documentLocale>
<hubLink>https://thomson-reuters.api.int.docrepository.clever-soft.com/
docRepository/rest/hub/trkd/document?documentType=PIB&
documentLocale=de_DE&wkn=LB00XM&time=2017-11-23T04:59:23.432Z&
ttl=1800&isin=DE000LB00XM7&maxDownloads=5&token=p0Su2IIJ0yo1Xxft5vO
yATgmC2NiKkzIltZ4m88x4zE=
</hublink>
<mappingId>2514607</mappingId>
<documentType>
<documentTypes>
<isin>DE000LB00XM7</isin>
<issuerId>2611</issuerId>
<issuerName>Landesbank Baden-Württemberg</issuerName>
<name>Landesbank Baden-Württemberg-EXP-Aktien-Anleihe 15(19) BMW
</name>
<productId>3118</productId>
<targetMarket>?</targetMarket>
<wkn>LB00XM</wkn>
</hit>
</hits>
<totalResults>10000</totalResults>
</SearchDocuments_Response_1>
{
"SearchDocuments_Response_1": {
"hits":{
"hit":[
{
"documentTypes":{
"documentType":[
{
"detailedDocumentType":"PIB",
"documentLocale":"de_DE",
"hubLink":"https://thomson-reuters.api.int.docrepository.clever-
soft.com/docRepository/rest/hub/trkd/
document?documentType=PIB&documentLocale=de_DE&wkn=LB005G&time=2017
-11-23T04:56:04.98Z&ttl=1800&isin=DE000LB005G1&maxDownloads=5&token
=yKU85R4gfhIKYFNC75yyzjlRhf073QOzWjoChcAOYoI=",
"mappingId":2514607
}
]
},
"isin":"DE000LB005G1",
"issuerId":2611,
"issuerName":"Landesbank Baden-Württemberg",
"name":"Landesbank Baden-Württemberg-EXP-Aktien-Anleihe 15(19) BMW",
"productId":3061,
"targetMarket":"?",
"wkn":"LB005G"
},
{
"documentTypes":{
"documentType":[
{
"detailedDocumentType":"PIB",
"documentLocale":"de_DE",
"hubLink":"https://thomson-reuters.api.int.docrepository.clever-
soft.com/docRepository/rest/hub/trkd/
document?documentType=PIB&documentLocale=de_DE&wkn=LB00XM&time=2017
-11-23T04:56:04.992Z&ttl=1800&isin=DE000LB00XM7&maxDownloads=
5&token=gXAGHxumwiQMqzPn_1yv9tQV5vGWnYtQpUq6AHxvEgs=",
"mappingId":2514607
}
]
},
"isin":"DE000LB00XM7",
"issuerId":2611,
"issuerName":"Landesbank Baden-Württemberg",
"name":"Landesbank Baden-Württemberg-EXP-Aktien-Anleihe 15(19) BMW",
"productId":3118,
"targetMarket":"?",
"wkn":"LB00XM"
}
]
},
"totalResults":10000
}
}
Response Values
hits.hit No Structure (see below) A financial product matching the search parameters. Can
contain information about multiple financial documents.
hits.hit. Yes List of List of financial documents for the parent product.
documentTypes <documentType>
hits.hit. No Structure (see below) A financial document for the parent product, matching the
documentTypes. search parameters.
documentType
hits.hit.documentTypes No String Hub link for this (document type, locale, financial instrument)
.documentType combination, for the hub specified in the request.
.hubLink Only returned if the request specifies a hub.
hits.hit.issuerName No String The name of the issuer of the financial product, if applicable.
totalResults Yes Integer Total number of search results found on the server. Used in
paginated searches.
Service Endpoint
http://api.rkd.refinitiv.com/api/KeyInvestorDocuments/KeyInvestorDocuments.svc
WSDL
http://api.rkd.refinitiv.com/schemas/KeyInvestorDocuments/wsdl/
KeyInvestorDocuments_1_HttpAndRKDTOken.wsdl
<GetDocument_Request_1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.reuters.com/ns/2017/07/07/webservices/rkd/KeyInvestorDocuments_1">
<documentLocales>
<documentLocale>en_CH</documentLocale>
</documentLocales>
<documentType>KIDforPRIIP</documentType>
<productIdentifier>
<identifierType>Isin</identifierType>
<identifierValue>CH0350457625</identifierValue>
</productIdentifier>
</GetDocument_Request_1>
{
"GetDocument_Request_1": {
"documentLocales": {
"documentLocale": [
"en_CH"
]
},
"documentType": "KIDforPRIIP",
"productIdentifier": {
"identifierType": "Isin",
"identifierValue": "CH0350457625"
}
}
}
Request/Input Parameters
documentLocales Yes List of List of document locales in order of preference: if the first
<documentLocale> locale exists, then it is returned; otherwise, the second locale
is checked, etc.
documentType Yes String The type of the financial document, for example:
• KIDforPRIIP
A special document type is RegulatoryDocument, which
triggers a detection of the detailedDocumentType based on
the product type.
<GetDocument_Response_1
xmlns="http://www.reuters.com/ns/2017/07/07/webservices/rkd/KeyInvestorDocuments_1"
xmlns:ns2="http://www.reuters.com/ns/2017/07/07/webservices/rkd/KeyInvestorDocuments_1">
<archiveId>efd6f6ec-830d-4dc2-a3f9-de7e815f9903</archiveId>
<content>JVBERi0xLjQT0YK...
</content>
<date>2017-11-23T08:44:13.901Z</date>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>en_CH</documentLocale>
<mediaType>application/pdf</mediaType>
<providerDate>2017-10-12T13:48:21Z</providerDate>
<providerVersion>1</providerVersion>
</GetDocument_Response_1>
{
"GetDocument_Response_1":{
"archiveId":"a3c62f2d-f5c0-429f-8e3a-3fddb2079c4a",
"content":"JVBER4w...",
"date":"2017-11-23T08:50:14.501Z",
"detailedDocumentType":"KIDforPRIIP",
"documentLocale":"en_CH",
"mediaType":"application/pdf",
"providerDate":"2017-10-12T13:48:21Z",
"providerVersion":1
}
}
Return Values
detailedDocumentType Yes String The type of the financial document, for example:
• Factsheet
• PIB
• KIID
• KIDforPRIIP
• Prospectus
• AnnualReport
• SemiAnnualReport
• Presenta?on
• DeltaDocument
• etc.
Service Endpoint
http://api.rkd.refinitiv.com/api/KeyInvestorDocuments/KeyInvestorDocuments.svc
WSDL
http://api.rkd.refinitiv.com/schemas/KeyInvestorDocuments/wsdl/
KeyInvestorDocuments_1_HttpAndRKDTOken.wsdl
<AreDocumentsAvailable_Request_1
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/
XMLSchema"
xmlns="http://www.reuters.com/ns/2017/07/07/webservices/rkd/KeyInvestorDocuments_1">
<availabilityLevel>current</availabilityLevel>
<documents>
<document>
<documentLocale>en_CH</documentLocale>
<documentType>KIDforPRIIP</documentType>
<productIdentifier>
<identifierType>Isin</identifierType>
<identifierValue>CH0329501180</identifierValue>
</productIdentifier>
</document>
</documents>
</AreDocumentsAvailable_Request_1>
{
<AreDocumentsAvailable_Request_1
"documents": {
"document": [
{
"documentLocale": "en_CH",
"documentType": "KIDforPRIIP",
"productIdentifier": {
"identifierType": "Isin",
"identifierValue": "CH0329501180"
}
}
}
}
}
}
Request/Input Parameters
<AreDocumentsAvailable_Response_1
xmlns="http://www.reuters.com/ns/2017/07/07/webservices/rkd/KeyInvestorDocuments_1"
xmlns:ns2="http://www.reuters.com/ns/2017/07/07/webservices/rkd/KeyInvestorDocuments_1">
<documents>
<document>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>en_CH</documentLocale>
<hubLink>https://thomson-reuters.api.int.docrepository.clever-soft.com/docRepository/
rest/hub/trkd/document?documentType=KIDforPRIIP&
documentLocale=en_CH&time=2017-11-23T08:34:07.534Z&ttl=1800&
isin=CH0329501180&maxDownloads=5&token=mjQdzJjAw5MfU6kkoqypfmGLEcGKxF5SGFygg-
yHzJc=
</hubLink>
<mediaType>application/pdf</mediaType>
<productIdentifier>
<isin>CH0329501180</isin>
<productId>19450333</productId>
</productIdentifier>
<providerDate>2017-10-12T14:01:19Z</providerDate>
<providerVersion>1</providerVersion>
</document>
</documents>
</AreDocumentsAvailable_Response_1>
{
"AreDocumentsAvailable_Response_1":{
"documents":{
"document":[
{
"detailedDocumentType":"KIDforPRIIP",
"documentLocale":"en_CH",
"hubLink":"https://thomson-reuters.api.int.docrepository.clever-soft.com/
docRepository/rest/hub/trkd/document?documentType=KIDforPRIIP&documentLocale=
en_CH&time=2017-11-23T08:37:36.844Z&ttl=1800&isin=CH0329501180&maxDownloads=
5&token=qqTZxtWxDn0emgJWEsHqhYMp44OoGBcsLerDdVsoryk=",
"mediaType":"application/pdf",
"productIdentifier":{
"isin":"CH0329501180",
"productId":19450333
},
"providerDate":"2017-10-12T14:01:19Z",
"providerVersion":1
}
]
}
}
}
Response Parameters
documents.document Yes String The type of the financial document, for example:
.detailedDocumentType • Factsheet
• PIB
• KIID
• KIDforPRIIP
• Prospectus
• AnnualReport
• SemiAnnualReport
• Presentation
• DeltaDocument
• etc.
documents.document No String Hub link for this (document type, locale, financial instrument)
.hubLink combination, for the hub specified in the request.
Only returned if the request specifies a hub.
This guide is intended to enable Refinitiv Knowledge Direct customers to get started quickly and provide Refinitiv Knowledge Direct -specific
information on top of the TREP streaming WebSocket API.
Stream is either “Open” or “Closed”. “Open” indicates the stream id is still valid and further messages may be sent. If “Closed”,
then the stream is closed and this is last message on that stream.
Data indicates the “quality” of the field values being returned. If “Suspect”, then field values may be present, but the value is not
guaranteed to be up-to-date. This could indicate a networking issue behind the streaming servers, and the values are simply the
last known values.
NOTE: It is also possible to get Refresh and State properties in same response if there is an issue with the data (if State is
missing, assume data content is valid and up-to-date).
{
"ID": 1,
"Domain": "Login",
"Key": {
"NameType": "AuthnToken",
"Name": "<username>",
"Elements": {
"AuthenticationToken": "<token>",
"ApplicationId": "<app>",
"Position": "<server ip address in IPv4 format>"
}
}
}
• Response from a login request will be of Type “Refresh” to indicate successful login.
• The Refinitiv Knowledge Direct streaming service honors the Refinitiv Knowledge Direct token expiration and will reject a login
with a “Token Expired” status message if a login:
- is attempted with an already expired token,
- or is left open without making a subsequent login request with a new token before the token expiration time.
NOTE: To keep a session open beyond the token expiration time, you should re-issue a new login message before the token
expires. Use the same session ID as original login but with an updated token obtained from Refinitiv Knowledge Direct API token
management service.
It is recommended for the standard token expiration time of 90 minutes that you should refresh the login at least 15 minutes before
expected expiration.
{
"ID": 2,
"Key":
{
"Name": "TRI.N",
}
}
{
"ID": 2,
"Type":"Close"
}
or a batch close can be sent to close multiple streams with multiple IDs in an array:
{
"ID":[2,3,4,5,6],
"Type":"Close"
}
[{"Type":"Ping"}]
{"Type":"Pong"}
45.4 Notes
See the following notes:
1. Each individual instrument/view combination corresponds to a single stream ID:
• Once a stream ID is “open” then that value cannot be reused in another request or changed without closing the ID first:
- If you make 2nd request using existing open ID you receive an error.
• If you make a 2nd request for identical instrument/view combination and different stream id, then you receive a “redirect” on the first
request’s stream ID to indicate it is now closed and replaced by the new stream.
2. Each username is allowed a single connection to the Refinitiv Knowledge Direct streaming websocket interface. If multiple connections
are required, Refinitiv will provide multiple usernames to be used.
3. A single connection to the Refinitiv Knowledge Direct Streaming websocket may have limitations placed on the maximum number of
RICs allowed to be requested and held on subscription at any one time. This limit will be communicated to the client.
4. When making a request, the client does not specify a required quality of service (“QoS” … corresponding to real-time, delayed or end of
day). The Refinitiv Knowledge Direct streaming server selects the specific service that the client is entitled to based on their credentials
(or indeed, determines that they are not entitled to the requested RIC). Note, during this selection process on the server, the client
receives multiple status messages which can be ignored -- see item in “Known Issues”.
5. Connection failures. It is of course possible for the web socket connection to fail at any moment. This may be due to a number of factors,
including basic internet unreliability but also due to maintenance events on the actual individual server the client is connected to. The
client application needs to handle asynchronous connection failure, updating the status of their local instruments, and then attempting to
remake a new connection from scratch, including a new login sequence and re-requesting any previously requested instruments. There
is no automatic saving of subscriptions and re-request implemented on Refinitiv side - the new connection may well end up going to a
different physical server, so all subscription IDs are invalid.
Substitute your own credentials for Refinitiv Knowledge Direct API access.
#!/usr/bin/env python
""" Simple example of outputting Market Price JSON data using Websockets """
import sys
import getopt
import socket
import json
import requests
import websocket
# Global Variables
user = ''
app_id = ''
position = socket.gethostbyname(socket.gethostname())
password = ''
token=''
web_socket_app = None
""" Else it's market price response, so now exit this simple example """
web_socket_app.close()
def send_market_price_request(ws):
""" Create and send simple Market Price request """
mp_req_json = { 'ID': 2, 'Key': { 'Name': 'TRI.N' } }
ws.send(json.dumps(mp_req_json))
print("SENT:")
print(json.dumps(mp_req_json, sort_keys=True, indent=2, separators=(',', ':')))
def send_login_request(ws):
""" Generate a login request from command line data (or defaults) and send """
login_json = { 'ID': 1, 'Domain': 'Login',
'Key': { 'NameType': 'AuthnToken', 'Name': '',
'Elements': { 'AuthenticationToken':'', 'ApplicationId': '', 'Position': '' }
}
}
login_json['Key']['Name'] = user
login_json['Key']['Elements']['AuthenticationToken'] = token
login_json['Key']['Elements']['ApplicationId'] = app_id
login_json['Key']['Elements']['Position'] = position
ws.send(json.dumps(login_json))
print("SENT:")
print(json.dumps(login_json, sort_keys=True, indent=2, separators=(',', ':')))
def on_close(ws):
""" Called when websocket is closed """
print("WebSocket Closed")
def on_open(ws):
""" Called when handshake is complete and websocket is open, send login """
print("WebSocket open!")
send_login_request(ws)
if __name__ == "__main__":
if opt in ("--app_id"):
app_id = arg
elif opt in ("--user"):
user = arg
elif opt in ("--password"):
password = arg
try:
web_socket_app.run_forever()
except:
web_socket_app.close()
Substitute your own credentials for Refinitiv Knowledge Direct API access.
using System;
using System.IO;
using System.Net;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using WebSocketSharp;
namespace trkd_websocketexample
{
class TrkdWebSopcketExample
{
static void Main(string[] args)
{
var app = new TrkdWebSopcketExample();
app._app = args[0];
app._user = args[1];
app._password = args[2];
app.Run();
}
TrkdWebSopcketExample()
{
}
void Run()
{
CreateToken();
OpenWebsocket();
while (!_exit)
{
System.Windows.Forms.Application.DoEvents();
}
}
void OpenWebsocket()
{
_websocket = new WebSocket(_streamingUri.ToString(), _protocol);
_websocket.OnOpen += websocket_OnOpen;
_websocket.OnError += websocket_OnError;
_websocket.OnClose += websocket_OnClose;
_websocket.OnMessage += websocket_OnMessage;
_websocket.Connect();
}
request["Key"]["NameType"] = "AuthnToken";
request["Key"]["Name"] = _user;
request["Key"]["Elements"] = new JObject();
request["Key"]["Elements"]["AuthenticationToken"] = _token;
request["Key"]["Elements"]["ApplicationId"] = _app;
request["Key"]["Elements"]["Position"] = _position;
_websocket.Send(request.ToString());
Console.WriteLine("SENT:");
Console.WriteLine(request.ToString());
}
void SendMarketPriceRequest()
{
var request = new JObject();
request["ID"] = _id++;
request["Key"] = new JObject();
request["Key"]["Name"] = "TRI.N";
request["View"] = JToken.FromObject(new string[] { "CF_NAME", "CF_LAST" });
_websocket.Send(request.ToString());
Console.WriteLine("SENT:");
Console.WriteLine(request.ToString());
}
}
}
• Get Screening Counts (GetScreeningCounts_1): Use this method to start a new screening operation or alter an existing screening
operation.
• Get Screening Results Synch (GetScreeningResultsSynch_1): Gets the screening results.
46.2.1 Authorization
All requests to the Lipper Screener service require an authorization token. For details, see Understanding Authentication Tokens.
46.2.2 Authentication
Lipper Screener uses Refiniiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in Lipper Screener.
For additional information on creating a Service Token, see Creating a Token.
46.3 WSDL
WSDL:
http://api.rkd.refinitiv.com/schemas/LipperScreening/wsdl/
LipperScreening_1_HttpAndRKDToken.wsdl
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperScreening/LipperScreening.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2010/03/17/
webservices/rkd/LipperScreening_1/GetScreeningMetaData_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetScreeningMetaData_Request_1 xmlns="http://www.reuters.com/ns/2010/03/17/webservices/rkd/
LipperScreening_1">
<language>ChineseSimplified</language>
</GetScreeningMetaData_Request_1>
</Body>
</Envelope>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
<diffgr:diffgram xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v 1"
xmlns:msdata="urn:schemas-microsoft-com:xml- msdata">
<New DataSet xmlns="">
<Table diffgr:id="Table1" msdata:row Order="0">
<CAPTION_ID>12232</CAPTION_ID>
<PARENT_CAPTION_ID>10619</PARENT_CAPTION_ID>
<LANGUAGE_ID>2</LANGUAGE_ID>
<NAME>BVI Eq Sect Raw Mat/Energy</NAME>
<VARIABLE_TYPE_ID>2</VARIABLE_TYPE_ID>
<DEFAULT_LOGICAL_OPERATOR_ID>0</DEFAULT_LOGICAL_OPERATOR_ID>
<EDITOR_ID>0</EDITOR_ID>
<IN_RESULTS>0</IN_RESULTS>
</Table>
<Table diffgr:id="Table2" msdata:row Order="1">
<CAPTION_ID>32241</CAPTION_ID>
<PARENT_CAPTION_ID>32307</PARENT_CAPTION_ID>
<LANGUAGE_ID>2</LANGUAGE_ID>
<NAME>Percentage Growth - 3 Month Rank</NAME>
<VARIABLE_TYPE_ID>4</VARIABLE_TYPE_ID>
<DEFAULT_LOGICAL_OPERATOR_ID>1</DEFAULT_LOGICAL_OPERATOR_ID>
<EDITOR_ID>5</EDITOR_ID>
<IN_RESULTS>1</IN_RESULTS>
</Table>
<Table diffgr:id="Table3" msdata:row Order="2">
<CAPTION_ID>10981</CAPTION_ID>
<PARENT_CAPTION_ID>10953</PARENT_CAPTION_ID>
<LANGUAGE_ID>2</LANGUAGE_ID>
<NAME>Cambial Outrossemalavancagem</NAME>
<VARIABLE_TYPE_ID>2</VARIABLE_TYPE_ID>
<DEFAULT_LOGICAL_OPERATOR_ID>0</DEFAULT_LOGICAL_OPERATOR_ID>
<EDITOR_ID>0</EDITOR_ID>
<IN_RESULTS>0</IN_RESULTS>
</Table>
<Table diffgr:id="Table3611" msdata:row Order="3610">
<CAPTION_ID>845</CAPTION_ID>
<PARENT_CAPTION_ID>27820</PARENT_CAPTION_ID>
<LANGUAGE_ID>4842</LANGUAGE_ID>
<NAME>埃åŠ</NAME>
<VARIABLE_TYPE_ID>2</VARIABLE_TYPE_ID>
<DEFAULT_LOGICAL_OPERATOR_ID>1</DEFAULT_LOGICAL_OPERATOR_ID>
<EDITOR_ID>1</EDITOR_ID>
<IN_RESULTS>1</IN_RESULTS>
</Table>
</New DataSet>
</diffgr:diffgram>
</ScreeningMetaDataResult>
</GetScreeningMetaData_Response_1>
</Body>
</Envelope>
ELEMENT DESCRIPTION
CAPTION_ID All rows in the DataSet contain a numerical CaptionID that represents the row value. It is used in
GetScreeningCounts_1 and GetScreeningResultsSynch_1 operations.
LANGUAGE_ID The language of the data in the row. You set this in the language parameter when invok-ing
GetScreeningMetaData_1 method.
DEFAULT_LOGICAL_OPERA The logical operator (AND or OR) to be used when joining multiple instances of the same criteria field in
TOR a screening operation. For example, OR is the default logical operator for Caption ID "299" (Domicile)
because an asset can only have one domicile country in the Lipper database.
IN_RESULTS Defines whether this variable will be included only in the criteria or in results as well.
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperScreening/LipperScreening.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2010/03/17/
webservices/rkd/LipperScreening_1/GetScreeningcounts_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetScreeningCounts_Request_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperScreening_1">
<screeningOperationId/>
<screeningCriteria>
<ScreeningStepCriteria>
<Criteria>
<CriteriaItem>
<OpenParenCount>0</OpenParenCount>
<CompareValue>100</CompareValue>
<CompareValueDataType>Number</CompareValueDataType>
<Currency>USD</Currency>
<Universe>USA</Universe>
<Operation>GreaterThanOrEqual</Operation>
<SelectedItem>32271</SelectedItem>
<CloseParenCount>0</CloseParenCount>
<LogicalOperator xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance"/>
</CriteriaItem>
</Criteria>
</ScreeningStepCriteria>
</screeningCriteria>
<language>English</language>
</GetScreeningCounts_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
OpenParenCount Specifies the number of open parentheses for this criteria item. Parentheses are used to group criteria
items together so that the criteria group executes as one criteria item.
CompareValue Specifies the compare value or criteria value that will be compared or evaluated in the screening
operation. The criteria value will be a Caption ID from the screening metadata only for those criteria
where the value was selected from a list - for example: country, currency, etc. For example, if
<SelectedItem> is set to "1034" for Asset Type, <CompareValue> might be "1035" for Money Market.
For criteria where values are entered manually - for example, date, number, etc - then the entered value
is specified in <CompareValue> and <CompareValueDataType> specifies data type for
<CompareValue>.
CompareValueDataType Defines the data type of the <CompareValue>. Allowed values for <CompareValueDataType>:
• MetaData
• Date
• Number
• String
• Currency
• Symbol
Currency Sets the currency (three-digit currency code) used in this criteria item.
Universe The alphabetic universe code (f.e. 'USA', 'ITA', etc). There are 30 universes in the Lipper data-base, and
assets belong to one or more universes.
Operation Specifies the comparison operator used in this criteria item. Can have the following values:
• None
• GreaterThan
• GreaterThanOrEqual
• LessThan LessThanOrEqual
• Equal
• NotEqual
• Contains
• StartsWith
• NotContains
• NotStartsWith
SelectedItem Defines the selected item or criteria field. The criteria field value will be a Caption ID from the screening
metadata. For example, "1034" for the Asset Type criteria field.
CloseParentCount Specifies the number of closed parentheses for this criteria item. Parentheses are used to group criteria
items together so that the criteria group executes as one criteria item.
LogicalOperator Defines the logical operator, which joins this criterion to the next criteria. Possible values are:
• And
• Or
<s:Header>
<a:Action s:mustUnderstand="1">http://www.reuters.com/ns/2010/03/17/webservices/rkd/
LipperScreening_1/GetScreeningCounts_1_Reply </a:Action>
<CacheResponse xsi:type="DoNotStoreCacheResponse" xmlns="http://www.reuters.com/ns/2008/03/01/
webservices/rkd/Cache_1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Date>2009-04-17T10:41:48.639875Z</Date>
<DoNotStore/>
</CacheResponse>
<a:RelatesTo>[MessageID]</a:RelatesTo>
</s:Header>
<s:Body>
<GetScreeningCounts_Response_1 xmlns="http://www.reuters.com/ns/2009/01/01/webservices/rkd/
LipperScreening_1">
<GetScreeningCountsResult>
<ScreeningOperationId>CD8758E8968B41D98EC7158E4E263255</ScreeningOperationId>
<Steps>
<StepCount>
<Count>28</Count>
</StepCount>
</Steps>
</GetScreeningCountsResult>
</GetScreeningCounts_Response_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header>
<To xmlns="http://www.w3.org/2005/08/addressing">https://api.rkd.refinitiv.com/api/
LipperScreening/LipperScreening.svc</To>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">[Unique Message ID]</MessageID>
<Action xmlns="http://www.w3.org/2005/08/addressing">http://www.reuters.com/ns/2010/03/17/
webservices/rkd/LipperScreening_1/GetScreeningResultsSynch_1</Action>
<Authorization xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1">
<ApplicationID>[AppID]</ApplicationID>
<Token>[service token]</Token>
</Authorization>
</Header>
<Body>
<GetScreeningResultsSynch_Request_1 xmlns="http://www.reuters.com/ns/2010/03/17/webservices/
rkd/LipperScreening_1">
<screeningOperationId>CD8758E8968B41D98EC7158E4E263255</screeningOperationId>
<columnsFilter>
<int>28029</int>
<int>32271</int>
</columnsFilter>
<generateResultset>true</generateResultset>
</GetScreeningResultsSynch_Request_1>
</Body>
</Envelope>
PARAMETER DESCRIPTION
pagingSortingFilter The paging sorting filter. Can have the following attributes:
• PageNumber: Sets the page number.
• RowsPerPage: Sets the rows per page.
• SortColumn: Sets sort column.
• SortDirection: Sets sort direction.
screeningGridFilter The screening grid filter. Can have the following attributes:
• ClassificationScheme: Sets the classification scheme.
• Currency: Sets the currency.
• Language: Sets the language.
• Universe: Sets the universe.
columnsFilter The columns filter. Contain a list of Column IDs to be retrieved by the request.
PARAMETER DESCRIPTION
NOTE: You should set <generateResultset> to 'true' only when making the request for the first time. All
consecutive times, you should set <GenerateResultset> to 'false' unless you change the screening
criteria used to generate the counts.
PARAMETER DESCRIPTION
Values The list of <GridValue> elements. A GridValue represents one cell in the grid. Contains the following
sub- elements:
• Column: The column's ID.
• Value: The column's value.
47 Search Version 2
47.1 Introduction
Search web service serves as a search engine that searches on Refinitiv financial information.
The primary use case for Search service is as a symbol resolution engine. Use search to resolve company identifiers (for example, a
company name) into the identifiers required for other APIs. In most cases this identifier is a RIC.
Refinitiv recommends using the single service user to make the requests (rather than each effective user). This approach simplifies the
application and the entitlements structure required to support the search requests.
The following operations are available in this web service:
• Get Properties: Retrieves the properties for a variety of search content collections.
• Search Single Item: Searches any item in the search content collections based on RIC or PermId
NOTE: All three operations provide the collection option to select Search All, which covers all data
47.2.1 Authorization
All requests to the Search web service require an authorization token. For details, see Understanding Authentication Tokens.
47.2.2 Authentication
Refinitiv Search uses Refinitv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in Search.
For additional information on creating a Service Token, see Creating a Token.
Search V2 Endpoint
http://api.rkd.refinitiv.com/api/Search2/Search2.svc
47.3 WSDL
WSDL:
http://api.rkd.refinitiv.com/schemas/Search2/wsdl/Search2_1_HttpAndRKDToken.wsdl
Product Name Product_Version (i.e.: 1.5) – Document_Type_Variable (e.g: User Guide or Installation Manual) 1448
ProdAcronymVersionDocType.yearreleasenumber (e.g: ATS150UM.150)
47 Search Version 2
• Organisations
• CommodityQuotes
• DerivativeInstruments
• EquityDerivativeQuotes
• EquityQuotes
• FundQuotes
• GovCorpInstruments
• IndexQuotes
• IndexInstruments
<GetProperties_Request_1 xmlns="http://www.reuters.com/ns/2017/08/18/webservices/rkd/Search2_1"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Collection>SearchAll</Collection>
</GetProperties_Request_1>
<GetProperties_Response_1 xmlns="http://www.reuters.com/ns/2017/08/18/webservices/rkd/Search2_1">
<Properties>
<Property type="String" name="AAACurrencyBondBenchmarkChain"/>
<Property type="String" name="AACurrencyBondBenchmarkChain"/>
<Property type="Double" name="AccruedInterest" searchable="True"/>
<Property type="String" name="AcquirerCompanyName" searchable="True" sortable="True"/>
<Property type="String" name="AcquirerCountry" searchable="True" sortable="True"/>
<Property type="String" name="AcquirerCusip" searchable="True"/>
<Property type="Boolean" name="ActiveEstimatesExist" searchable="True"/>
<Property type="Date" name="AdmissionToTrading" searchable="True"/>
<Property type="String" name="BaseRate" searchable="True"/>
<Property type="String" name="BaseRateDescription" searchable="True" sortable="True"/>
<Property type="Nested" name="BaseRateMarginsScope"/>
<Property type="String" name="BaseStructurePermId" searchable="True"/>
<Property type="String" name="BaseValue" searchable="True"/>
<Property type="String" name="BasisGapAdjustTrigger" searchable="True"/>
<Property type="String" name="BasisGapAdjustTriggerName" searchable="True"/>
Product Name Product_Version (i.e.: 1.5) – Document_Type_Variable (e.g: User Guide or Installation Manual) 1449
ProdAcronymVersionDocType.yearreleasenumber (e.g: ATS150UM.150)
47 Search Version 2
{
"GetProperties_Request_1": {
"Collection": "SearchAll"
}
}
{"GetProperties_Response_1":{"Properties":{"Property":
[{"name":"AAACurrencyBondBenchmarkChain","type":"String"},
{"name":"AACurrencyBondBenchmarkChain","type":"String"},
{"name":"AccruedInterest","type":"Double","searchable":"True"},
{"name":"AcquirerCompanyName","type":"String","searchable":"True","sortable":"True"},
{"name":"AcquirerCountry","type":"String","searchable":"True","sortable":"True"},
{"name":"AcquirerCusip","type":"String","searchable":"True"},
{"name":"ActiveEstimatesExist","type":"Boolean","searchable":"True"},
{"name":"AdmissionToTrading","type":"Date","searchable":"True"},
{"name":"BaseRate","type":"String","searchable":"True"},
{"name":"BaseRateDescription","type":"String","searchable":"True","sortable":"True"},
{"name":"BaseRateMarginsScope","type":"Nested"},
{"name":"BaseStructurePermId","type":"String","searchable":"True"},
{"name":"BaseValue","type":"String","searchable":"True"}
{"name":"BasisGapAdjustTrigger","type":"String","searchable":"True"},
{"name":"BasisGapAdjustTriggerName","type":"String","searchable":"True"},
{"name":"BasketDescriptionLongName","type":"String","searchable":"True"},
{"name":"BasketDescriptionShortName","type":"String","searchable":"True"}]}}}
47.6 Search
The Search_Request_1 operation searches any item in the search content collections. The request parameter Response Properties allows
a user to specify the properties retrieved via the Get Properties operation.
ATTRIBUTE DESCRIPTION
UnentitledAccess If set to True, all results are returned regardless of user access rights.
If set to False, the only results are returned are those which the user is entitled.
Product Name Product_Version (i.e.: 1.5) – Document_Type_Variable (e.g: User Guide or Installation Manual) 1450
ProdAcronymVersionDocType.yearreleasenumber (e.g: ATS150UM.150)
47 Search Version 2
ATTRIBUTE DESCRIPTION
Collection It specifies specific search content collections as well as Search All. Search All covers a wide selection
of search content that includes what is provided here as well as other additional content such as People
and Physical Assets, ..etc.
Paging • Top: The maximum number of documents to retrieve. Must be non-negative. There is a limit of
10000 documents. You cannot retrieve 11000 docs, or retrieve 5000 docs starting at hit number
8000.
Default is 10.
• Skip: The number of documents to skip in the sorted result set before returning the next top. So
Top=3 and Skip=10 would return the 11th through 13th documents. Must be non-negative. This
parameter is meaningless if Top=0, but it is not an error to specify it.
Default is 0.
Query • One of two parameters (the other being Filter) which restricts the set of documents matched by the
search. Default is empty, i.e. does not restrict search in any way. Query is primarily intended for
unstructured input, an input that an end-user might type into a search input text box. Structured input
with more specificity should go through Filter instead.
• The simplest Query value is arbitrary text. For example: Chinese shipping. This matches any
document where the target fields contain the tokens Chinese and shipping. They need not be
together, or in that order, and case is not significant. Non-token characters in the value are usually
ignored, so china shipping, china,shipping and china-shipping all match the same documents.
• A phrase search encloses some or all of the value in double quotes. For example: "china shipping"
or china shipping "hong kong". For a possible close match, the tokens inside the quotes must
appear together and in the same order. Stemming can occur in this context, synonyms are not
considered, and case and (most) punctuation are ignored.
• Wildcards are a simple glob-style affair; green* will match green, greenfield, Greensleeves etc,
while gran? will match grand and grant but not gran or granule. Wildcards inside quoted phases
are not supported. You will not receive an error, but they will be treated as non-token characters and
ignored.
• Wildcards impose a significant performance burden on search backend. This is especially true for
wildcards that match a large number of tokens, like a* - Search expands this to a list of all tokens it
sees starting with a, then searches its indices for documents containing any of those tokens.
Refinitiv recommends that you do not use them, and if it is absolutely needed to use them, then try
to make them very specific.
• Boolean operators are supported, for example cheese AND wine, cheese or wine, and cheese
and not wine (i.e. both lowercase and uppercase forms) do the expected. These operators are not
supported inside a quoted phrase, so cheese "and" wine will avoid this behavior. Note that AND,
OR and NOT are all valid symbols in our search, of the three, NOT has the highest precedence, then
AND, then OR. It is currently not possible to force a difference precedence with parentheses since
they are escaped in query.
Product Name Product_Version (i.e.: 1.5) – Document_Type_Variable (e.g: User Guide or Installation Manual) 1451
ProdAcronymVersionDocType.yearreleasenumber (e.g: ATS150UM.150)
47 Search Version 2
ATTRIBUTE DESCRIPTION
Filter Where Query is for unstructured end-user-oriented restriction, Filter is for structured programmatic
restriction. As with Query, the default is empty. i.e., It does not restrict search in any way. Filter values
have a syntax based loosely on OData but neither a strict subset nor a strict superset.
• Values: Values in this syntax belong to one of a few types, roughly corresponding to Elastic's
supported types:
• Null is written as null and means "no value populated for this property".
• Strings are written wrapped in single quotes, e.g. 'hello, world'. If the value contains a real
single quote, it is escaped by doubling it, e.g. 'Tom''s Diner'.
• Numbers are written as 123, -456, 7.89 etc. Numbers cannot start or end with a decimal point.
Exponential format is not supported.
• Booleans are written as true and false.
• Dates are written in ISO datetime format. The time portion is optional, as is the timezone
(assumed to be UTC unless otherwise specified). Valid examples include 2012-03-
11T17:13:55Z, 2012-03-11T17:13:55, 2012-03-11T12:00-03:30, 2012-03-11.
• Comparison clauses: These take the form PropertyName operator value. For example: PI eq
'ABC123'. The type of the value should match the type of the property. The special null value type
can be used with any property type. Only properties marked as searchable can be used in
comparisons.
• The eq (equals) operator and its opposite ne (not equals) can be used with most property
types. For numbers, Booleans, and dates, this is straightforward. For strings, eq does not
support quoted phrases.
• Exact matching is also supported. For example, if there is a set of results that includes China
as well as China (Mainland) documents, and a user’s case is to retrieve only the documents
on China, then they can use the xeq operator. It is case-sensitive, respects all characters
including space and punctuation, matches against the entire string, and can only be used with
properties supporting the exact feature flag. Wildcards are not supported in this context.
• The other comparisons are more straightforward: ge (greater than or equal to), gt (greater
than), lt (less than) and le (less than or equal to). These can only be applied to numeric and
date properties.
• in clauses: These are written as NumberProperty in (1 2 3) or StringProperty in ('abc' 'def' 'ghi')
and expresses "value must be one of the following". The parentheses are mandatory. For the string
version, each value is treated as a quoted phrase and the phrases are then ORed together, so Filter
values do not need to be exact matches for document values. There is no upper limit to the number
of items in the value clause, but there is a lower limit of 1; empty value lists are not allowed.
• Wildcards in string-typed in values are not supported.
• Null values are not valid, but are ignored as long as there is at least one non-null value.
Product Name Product_Version (i.e.: 1.5) – Document_Type_Variable (e.g: User Guide or Installation Manual) 1452
ProdAcronymVersionDocType.yearreleasenumber (e.g: ATS150UM.150)
47 Search Version 2
ATTRIBUTE DESCRIPTION
• Boolean operators: These modify and combine clauses with self-explanatory boolean and, or, and
not operators:
• not(N in (1 2 3)) (the outer parentheses are mandatory)
• N eq 1 and B eq true
• R eq 1 and S eq 2 or T eq 3 and U eq 4 (and has higher precedence than or)
• (R eq 1 and S eq 2) or (T eq 3 and U eq 4) (explicit version of the above)
• R eq 1 and (S eq 2 or T eq 3) and U eq 4 (using parentheses to force non-default operator
precedence)
• Simple Filter Examples
• String matching: Usually ignores case, word order, extra words, and most punctuation
Example: LastName eq 'smith,jane'
Will match: Jane Smith, Jane Mary Smith
Will not match: Jane Smithers
• Escape actual single quotes by doubling them
Example: CommonName eq 'Macy''s Inc'
Will match: Macy's Inc
• Is stricter for code properties
Example: RIC eq '.spx'
Will match: .SPX
Will not match: SPX.L
• Exact string matching
Absolutely strict about everything
Example: LastName xeq 'Jane Smith'
Will match: Jane Smith
Will not match: jane smith, Jane Smith, Jane Smithers, Smith, Jane, Jane Mary Smith
• Match any of multiple values
Normally used for code properties
Example: RIC in ('.FTSE' '.DJI' '.NDX' '.HSI')
• Boolean operators
Example: FirstName eq 'Fred' or FirstName eq 'Frederick'
Example: FirstName eq 'Fred' and not(LastName eq 'Bloggs')
• Boolean properties
Example: IsDeceased eq true
Product Name Product_Version (i.e.: 1.5) – Document_Type_Variable (e.g: User Guide or Installation Manual) 1453
ProdAcronymVersionDocType.yearreleasenumber (e.g: ATS150UM.150)
47 Search Version 2
ATTRIBUTE DESCRIPTION
• Number properties
Example: CurrentYield eq 1.5
Support range comparisons as well
Example: (CurrentYield ge 1 and CurrentYield lt 3)
Will match: 1.0, 2.064
Will not match: 0.66, 3.0, 4.1
• Date properties
Like numbers, these support ranges as well as eq
Example: ExpiryDate eq 2020-05-13
Will match: 2020-05-11T00:00:00.000Z
Will not match: 2020-11-05, 2020-05-11T12:31:07.000Z
SortBy Defines the order in which matching documents should be returned. Default is by score descending,
where score comes from a combination of static (baked into the document at loading time) and dynamic
(based on the request) components. It is meaningless to specify a SortBy if Top=0, but not an error.
Normal syntax is very simple, the name of a property to sort on, optionally followed by the direction in
which to sort. For example: Foo asc or Bar desc. If a direction is omitted, it defaults to asc. Multiple
sorts can be specified by separating by commas. For example: Foo asc,Bar desc, where the later
one(s) is used to break ties. The named property must be defined as sortable. All such properties
implicitly guarantee that they will not have multiple values, since that would make sorting essentially
random.
NOTE: Ordering does not restrict results. Documents without a value for a sort term (including a nested
sort with no nested children matching the filter) are still returned. These always appear at the bottom of
the result set, regardless of whether asc or desc was specified.
<Search_Request_1 xmlns="http://www.reuters.com/ns/2017/08/18/webservices/rkd/Search2_1"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Collection>SearchAll</Collection>
<Paging>
<Top>10</Top>
<Skip>0</Skip>
</Paging>
<Query>Apple</Query>
<ResponseProperties>BusinessEntity,DocumentTitle,DTSubjectNameJaHani,DTSubjectNameZhHans,PI,
CountryHeadquartersName,IssuerCountryName,CommonName,OAPermID,Currency,Ticker,PrimaryRIC,RIC,
PermID,IssueISIN,ExchangeCode,BondsCount ,EquitiesCount,WarrantsCount</ResponseProperties>
</Search_Request_1>
Product Name Product_Version (i.e.: 1.5) – Document_Type_Variable (e.g: User Guide or Installation Manual) 1454
ProdAcronymVersionDocType.yearreleasenumber (e.g: ATS150UM.150)
47 Search Version 2
<Search_Response_1 xmlns="http://www.reuters.com/ns/2017/08/18/webservices/rkd/Search2_1">
<ResultsHeader>
<FirstResult>1</FirstResult>
<LastResult>10</LastResult>
<Results>10</Results>
<TotalResults>79238</TotalResults>
</ResultsHeader>
<Results>
<Result>
<Property name="BusinessEntity">ORGANISATION</Property>
<Property name="DocumentTitle">Apple Inc, Public Company</Property>
<Property name="DTSubjectNameJaHani"> </Property>
<Property name="PI">41815</Property>
<Property name="CountryHeadquartersName">United States</Property>
<Property name="CommonName">Apple Inc</Property>
<Property name="OAPermID">4295905573</Property>
<Property name="Ticker">AAPL</Property>
<Property name="PrimaryRIC">AAPL.O</Property>
<Property name="BondsCount">164</Property>
<Property name="EquitiesCount">63</Property>
<Property name="WarrantsCount">12324</Property>
</Result>
<Result>
<Property name="BusinessEntity">ORGANISATION</Property>
<Property name="DocumentTitle">Apple Hospitality REIT Inc, Fund Entity</Property>
<Property name="PI">13956271</Property>
<Property name="CountryHeadquartersName">United States</Property>
<Property name="CommonName">Apple Hospitality REIT Inc</Property>
<Property name="OAPermID">4297712182</Property>
<Property name="Ticker">APLE</Property>
<Property name="PrimaryRIC">APLE.K</Property>
<Property name="BondsCount">0</Property>
<Property name="EquitiesCount">21</Property>
<Property name="WarrantsCount">0</Property>
</Result>
<Result>
<Property name="BusinessEntity">ORGANISATION</Property>
<Property name="DocumentTitle">Apple Flavor & Fragrance Group Co Ltd, Public Company
</Property>
<Property name="DTSubjectNameZhHans"> </Property>
<Property name="PI">23662812</Property>
<Property name="CountryHeadquartersName">China</Property>
<Property name="CommonName">Apple Flavor & Fragrance Group Co Ltd</Property>
<Property name="OAPermID">4298497430</Property>
<Property name="PrimaryRIC">603020.SS</Property>
<Property name="BondsCount">0</Property>
<Property name="EquitiesCount">6</Property>
Product Name Product_Version (i.e.: 1.5) – Document_Type_Variable (e.g: User Guide or Installation Manual) 1455
ProdAcronymVersionDocType.yearreleasenumber (e.g: ATS150UM.150)
47 Search Version 2
<Property name="WarrantsCount">0</Property>
</Result>
<Result>
<Property name="BusinessEntity">ORGANISATION</Property>
<Property name="DocumentTitle">Apple Rush Company Inc, Public Company</Property>
<Property name="PI">10343874</Property>
<Property name="CountryHeadquartersName">United States</Property>
<Property name="CommonName">Apple Rush Company Inc</Property>
<Property name="OAPermID">4297866796</Property>
<Property name="PrimaryRIC">APRU.PK</Property>
<Property name="BondsCount">0</Property>
<Property name="EquitiesCount">2</Property>
<Property name="WarrantsCount">0</Property>
</Result>
<Result>
<Property name="BusinessEntity">ORGANISATION</Property>
<Property name="DocumentTitle">Apple International Co Ltd, Public Company</Property>
<Property name="DTSubjectNameJaHani"> </Property>
<Property name="PI">2044097</Property>
<Property name="CountryHeadquartersName">Japan</Property>
<Property name="CommonName">Apple International Co Ltd</Property>
<Property name="OAPermID">4295876082</Property>
<Property name="PrimaryRIC">2788.T</Property>
<Property name="BondsCount">0</Property>
<Property name="EquitiesCount">10</Property>
<Property name="WarrantsCount">0</Property>
</Result>
<Result>
<Property name="BusinessEntity">ORGANISATION</Property>
<Property name="DocumentTitle">Apple Finance Ltd, Public Company</Property>
<Property name="PI">24777</Property>
<Property name="CountryHeadquartersName">India</Property>
<Property name="CommonName">Apple Finance Ltd</Property>
<Property name="OAPermID">4295872443</Property>
<Property name="Ticker">APLF</Property>
<Property name="PrimaryRIC">APLF.BO</Property>
<Property name="BondsCount">0</Property>
<Property name="EquitiesCount">6</Property>
<Property name="WarrantsCount">0</Property>
</Result>
<Result>
<Property name="BusinessEntity">QUOTExEQUITY</Property>
<Property name="DocumentTitle">Apple Inc, Ordinary Share, MiFID Eligible Security, NASDAQ
Global Select Consolidated</Property>
<Property name="DTSubjectNameJaHani"> </Property>
<Property name="PI">732611</Property>
<Property name="IssuerCountryName">United States</Property>
<Property name="CommonName">APPLE ORD</Property>
<Property name="Currency">USD</Property>
<Property name="PrimaryRIC">AAPL.O</Property>
Product Name Product_Version (i.e.: 1.5) – Document_Type_Variable (e.g: User Guide or Installation Manual) 1456
ProdAcronymVersionDocType.yearreleasenumber (e.g: ATS150UM.150)
47 Search Version 2
<Property name="RIC">AAPL.O</Property>
<Property name="PermID">55838974642</Property>
<Property name="IssueISIN">US0378331005</Property>
<Property name="ExchangeCode">NSQ</Property>
<Property name="EquitiesCount">1</Property>
<Property name="WarrantsCount">1</Property>
</Result>
<Result>
<Property name="BusinessEntity">QUOTExEQUITY</Property>
<Property name="DocumentTitle">Apple Hospitality REIT Inc, Ordinary Share, MiFID Eligible
Security, NYSE Consolidated</Property>
<Property name="PI">191090635</Property>
<Property name="IssuerCountryName">United States</Property>
<Property name="CommonName">APPLE HOSPITALITY REIT ORD</Property>
<Property name="Currency">USD</Property>
<Property name="PrimaryRIC">APLE.K</Property>
<Property name="RIC">APLE.K</Property>
<Property name="PermID">21563890407</Property>
<Property name="IssueISIN">US03784Y2000</Property>
<Property name="ExchangeCode">NYQ</Property>
<Property name="EquitiesCount">1</Property>
<Property name="WarrantsCount">1</Property>
</Result>
<Result>
<Property name="BusinessEntity">QUOTExEQUITY</Property>
<Property name="DocumentTitle">Apple Flavor & Fragrance Group Co Ltd, Ordinary Share, Class
A, Shanghai Stock Exchange</Property>
<Property name="DTSubjectNameZhHans"> </Property>
<Property name="PI">183537155</Property>
<Property name="IssuerCountryName">China (Mainland)</Property>
<Property name="CommonName">APPLE FLAVOR ORD A</Property>
<Property name="Currency">CNY</Property>
<Property name="PrimaryRIC">603020.SS</Property>
<Property name="RIC">603020.SS</Property>
<Property name="PermID">21558791700</Property>
<Property name="IssueISIN">CNE1000025D1</Property>
<Property name="ExchangeCode">SHH</Property>
<Property name="EquitiesCount">1</Property>
<Property name="WarrantsCount">1</Property>
</Result>
<Result>
<Property name="BusinessEntity">QUOTExEQUITY</Property>
<Property name="DocumentTitle">Apple International Co Ltd, Ordinary Share, Tokyo Stock
Exchange</Property>
<Property name="DTSubjectNameJaHani"> </Property>
<Property name="PI">14504103</Property>
<Property name="IssuerCountryName">Japan</Property>
<Property name="CommonName">APPLE INTL ORD</Property>
<Property name="Currency">JPY</Property>
<Property name="PrimaryRIC">2788.T</Property>
Product Name Product_Version (i.e.: 1.5) – Document_Type_Variable (e.g: User Guide or Installation Manual) 1457
ProdAcronymVersionDocType.yearreleasenumber (e.g: ATS150UM.150)
47 Search Version 2
<Property name="RIC">2788.T</Property>
<Property name="PermID">55834929037</Property>
<Property name="IssueISIN">JP3121170009</Property>
<Property name="ExchangeCode">TYO</Property>
<Property name="EquitiesCount">1</Property>
<Property name="WarrantsCount">1</Property>
</Result>
</Results>
</Search_Response_1>
{
"Search_Request_1": {
"Collection": "SearchAll"
"Paging": {
"Top": 10
},
"Query": "Apple",
"ResponseProperties":
"BusinessEntity,DocumentTitle,DTSubjectNameJaHani,DTSubjectNameZhHans,PI,CountryHeadquartersName,
IssuerCountryName,CommonName,OAPermID,Currency,Ticker,PrimaryRIC,RIC,PermID,IssueISIN,ExchangeCode,
BondsCount ,EquitiesCount,WarrantsCount"
}
}
{"Search_Response_1":{"ResultsHeader":
{"FirstResult":1,"LastResult":10,"Results":10,"TotalResults":79238},"Results":{"Result":[{"Property":
[{"name":"BusinessEntity","Value":"ORGANISATION"},
{"name":"DocumentTitle","Value":"Apple Inc, Public Company"},
{"name":"DTSubjectNameJaHani","Value":" "},
{"name":"PI","Value":"41815"},
{"name":"CountryHeadquartersName","Value":"United States"},
{"name":"CountryHeadquartersName","Value":"United States"},
{"name":"OAPermID","Value":"4295905573"},
{"name":"Ticker","Value":"AAPL"},
{"name":"PrimaryRIC","Value":"AAPL.O"},
{"name":"BondsCount","Value":"164"},
{"name":"EquitiesCount","Value":"63"},
{"name":"WarrantsCount","Value":"12322"}]},{"Property":
[{"name":"BusinessEntity","Value":"ORGANISATION"},
{"name":"DocumentTitle","Value":"Apple Hospitality REIT Inc, Fund Entity"},
{"name":"PI","Value":"13956271"},
{"name":"CountryHeadquartersName","Value":"United States"},
Product Name Product_Version (i.e.: 1.5) – Document_Type_Variable (e.g: User Guide or Installation Manual) 1458
ProdAcronymVersionDocType.yearreleasenumber (e.g: ATS150UM.150)
47 Search Version 2
Product Name Product_Version (i.e.: 1.5) – Document_Type_Variable (e.g: User Guide or Installation Manual) 1459
ProdAcronymVersionDocType.yearreleasenumber (e.g: ATS150UM.150)
47 Search Version 2
[{"name":"BusinessEntity","Value":"QUOTExEQUITY"},
{"name":"DocumentTitle","Value":"Apple Inc, Ordinary Share, MiFID Eligible Security, NASDAQ Global
Select Consolidated"},¤ãƒ³ã‚¯"},
{"name":"PI","Value":"732611"},
{"name":"IssuerCountryName","Value":"United States"},
{"name":"CommonName","Value":"APPLE ORD"},
{"name":"Currency","Value":"USD"},
{"name":"PrimaryRIC","Value":"AAPL.O"},
{"name":"RIC","Value":"AAPL.O"},
{"name":"PermID","Value":"55838974642"},
{"name":"IssueISIN","Value":"US0378331005"},
{"name":"ExchangeCode","Value":"NSQ"},
{"name":"EquitiesCount","Value":"1"},
{"name":"WarrantsCount","Value":"1"}]},{"Property":
[{"name":"BusinessEntity","Value":"QUOTExEQUITY"},
{"name":"DocumentTitle","Value":"Apple Hospitality REIT Inc, Ordinary Share, MiFID Eligible Security,
NYSE Consolidated"},
{"name":"PI","Value":"191090635"},
{"name":"IssuerCountryName","Value":"United States"},
{"name":"CommonName","Value":"APPLE HOSPITALITY REIT ORD"},
{"name":"Currency","Value":"USD"},
{"name":"PrimaryRIC","Value":"APLE.K"},
{"name":"RIC","Value":"APLE.K"},
{"name":"PermID","Value":"21563890407"},
{"name":"IssueISIN","Value":"US03784Y2000"},
{"name":"ExchangeCode","Value":"NYQ"},
{"name":"EquitiesCount","Value":"1"},
{"name":"WarrantsCount","Value":"1"}]},{"Property":
[{"name":"BusinessEntity","Value":"QUOTExEQUITY"},
{"name":"DocumentTitle","Value":"Apple Flavor & Fragrance Group Co Ltd, Ordinary Share, Class A,
Shanghai Stock Exchange"},
{"name":"DTSubjectNameZhHans","Value":" "},
{"name":"PI","Value":"183537155"},
{"name":"IssuerCountryName","Value":"China (Mainland)"},
{"name":"CommonName","Value":"APPLE FLAVOR ORD A"},
{"name":"Currency","Value":"CNY"},
{"name":"PrimaryRIC","Value":"603020.SS"},
{"name":"RIC","Value":"603020.SS"},
{"name":"PermID","Value":"21558791700"},
{"name":"IssueISIN","Value":"CNE1000025D1"},
{"name":"ExchangeCode","Value":"SHH"},
{"name":"EquitiesCount","Value":"1"},
{"name":"WarrantsCount","Value":"1"}]},{"Property":
[{"name":"BusinessEntity","Value":"QUOTExEQUITY"},
{"name":"DocumentTitle","Value":"Apple International Co Ltd, Ordinary Share, Tokyo Stock Exchange"},
{"name":"DTSubjectNameJaHani","Value":" "},
{"name":"PI","Value":"14504103"},
{"name":"IssuerCountryName","Value":"Japan"},
{"name":"CommonName","Value":"APPLE INTL ORD"},
{"name":"Currency","Value":"JPY"},
Product Name Product_Version (i.e.: 1.5) – Document_Type_Variable (e.g: User Guide or Installation Manual) 1460
ProdAcronymVersionDocType.yearreleasenumber (e.g: ATS150UM.150)
47 Search Version 2
{"name":"PrimaryRIC","Value":"2788.T"},
{"name":"RIC","Value":"2788.T"},
{"name":"PermID","Value":"55834929037"},
{"name":"IssueISIN","Value":"JP3121170009"},
{"name":"ExchangeCode","Value":"TYO"},
{"name":"EquitiesCount","Value":"1"},
{"name":"WarrantsCount","Value":"1"}]}]}}}
ATTRIBUTE DESCRIPTION
Collection It specifies specific search content collections as well as Search All. Search All covers a wide
selection of search content that includes, what is provided here, as well as in the other additional
content such as People and Physical Assets, etc.
Type The type can be selected as RIC or PermID. This will be passed as a filter in the request.
Value Based on the type it will take as the corresponding value which is specified by user.
ResponseProperties A comma-separated list of the properties of a document to be returned in the response. When no
properties are specified, a (usually short) list of properties from a standard "template" is assumed.
<SearchSingleItem_Request_1 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.reuters.com/ns/2017/08/18/webservices/rkd/Search2_1">
<Collection>SearchAll</Collection>
<Type>RIC</Type>
<Value>TRI.N</Value>
<ResponseProperties>
ActiveEstimatesExist,AssetCategory,AssetCategoryName,AssetCategoryRoot
</ResponseProperties>
</SearchSingleItem_Request_1>
Product Name Product_Version (i.e.: 1.5) – Document_Type_Variable (e.g: User Guide or Installation Manual) 1461
ProdAcronymVersionDocType.yearreleasenumber (e.g: ATS150UM.150)
47 Search Version 2
{
"SearchSingleItem_Request_1": {
"Collection": "SearchAll",
"Type": "RIC",
"Value": "TRI.N",
"ResponseProperties": "ActiveEstimatesExist,AssetCategory,AssetCategoryName,AssetCategoryRoot"
}
}
Product Name Product_Version (i.e.: 1.5) – Document_Type_Variable (e.g: User Guide or Installation Manual) 1462
ProdAcronymVersionDocType.yearreleasenumber (e.g: ATS150UM.150)
47 Search Version 2
{
"SearchSingleItem_Response_1": {
"ResultsHeader": {
"FirstResult": 1,
"LastResult": 1,
"Results": 1,
"TotalResults": 1
},
"Results": {
"Result": [
{
"Property": [
{
"name": "ActiveEstimatesExist",
"Value": "True"
},
{
"name": "AssetCategory",
"Value": [
"ORD"
]
},
{
"name": "AssetCategoryName",
"Value": [
"Equity/Ordinary"
]
},
{
"name": "AssetCategoryRoot",
"Value": "EQU"
}
]
}
]
}
}
}
Product Name Product_Version (i.e.: 1.5) – Document_Type_Variable (e.g: User Guide or Installation Manual) 1463
ProdAcronymVersionDocType.yearreleasenumber (e.g: ATS150UM.150)
48 Estimates IBES 2
48 Estimates IBES 2
48.1 Overview
The Estimates IBES2 API is a SOAP-based web service that provides access to Estimates IBES content. The Estimates IBES2 content
incorporates sell side estimates data, analytical data, company issued guidance, recommendation/ target price, detailed estimates,
estimates statement and actual view.
48.2.1 Authorization
All requests to the Refinitiv Estimates IBES2 web service require an authorization token. For details, see Understanding Authentication
Tokens
48.2.2 Authentication
Refinitiv Estimates IBES2 uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before
your application authenticates them. Unmanaged effective users are not supported in Estimates IBES2.
For additional information, see Creating a Token
WSDL
http://api.rkd.refinitiv.com/schemas/EstimatesIBES2/wsdl/EstimatesIBES2_1_HttpAndRKDToken.wsdl
48.3.1.1 XML and JSON Sample Request - Retrieving IBES2 Estimates Measures Data
The following example retrieves estimates measures for IBM
<Envelope xmlns=”http://www.w3.org/2003/05/soap-Envelope”>
<Header>
<To xmlns=”http://www.w3.org/2005/08/addressing”>http://api.rkd.refinitiv.com/api/
EstimatesIBES2/EstimatesIBES2.svc</To>
<MessageID xmlns=”http://www.w3.org/2005/08/addressing”>[Unique Message ID]</MessageID>
<Action xmlns=”http://www.w3.org/2005/08/addressing”>http://www.reuters.com/ns/2011/12/02/
webservices/rkd/EstimatesIBES2_1/GetMeasures_1</Action>
<Authorization xmlns=”http://www.reuters.com/ns/2006/05/01/webservices/rkd/Common_1”>
<ApplicationID>[AppID]</ApplicationID>
<Token>[Impersonation Token]</Token>
</Authorization>
</Header>
<Body>
<GetMeasures_Request_1 xmlns="http://www.reuters.com/ns/2016/02/01/webservices/rkd/
EstimatesIBES2_1" xmlns:xsd=http://www.w3.org/2001/XMLSchema xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance">
<Symbol>
<Value>IBM.N</Value>
</Symbol>
<RequestOptions>
<IncludeSymbolInfo>true</IncludeSymbolInfo>
</RequestOptions>
</GetMeasures_Request_1>
</Body>
</Envelope>
{
"GetMeasures_Request_1": {
"Symbol": {
"Value": "IBM.N"
},
"RequestOptions": {
"IncludeSymbolInfo": true
}
}
}
ATTRIBUTE DESCRIPTION
Symbol Shows symbol for which the coverage has to be returned. Includes the
following values:
Type: Defines symbol type. The following types are supported:
• RIC
• CUSIP
• ISIN
• SEDOL
• Ticker
• OAPermID
48.3.1.2 XML and JSON Sample Response - Retrieving IBES Estimates Measures Data
The response returns the following data:
<GetMeasures_Response_1 xmlns="http://www.reuters.com/ns/2016/02/01/webservices/rkd/
EstimatesIBES2_1">
<SymbolInfo>
<Name>International Business Machines Corp</Name>
<CountryCode>US</CountryCode>
<CountryName>United States</CountryName>
<IndustryCode>5720101010</IndustryCode>
<IndustryName>IT Services & Consulting (NEC)</IndustryName>
<ExchangeName>NEW YORK STOCK EXCHANGE, INC.</ExchangeName>
<OAPermID>4295904307</OAPermID>
<PreferredMeasureCode>EPS</PreferredMeasureCode>
<Currency>USD</Currency>
<BasisIndicator>Consolidated</BasisIndicator>
</SymbolInfo>
<Measures>
<Measure>
<Code>AMORT</Code>
<Name>Amortization</Name>
<Description>Amortization refers to expensing the acquisition cost minus the residual value
of intangible assets (often intellectual property such as patents and trademarks or copyrights)
in a systematic manner over their estimated useful economic lives.</Description>
<CategoryCode>INC</CategoryCode>
<CategoryName>Income Statement</CategoryName>
<BasisIndicator>Consolidated</BasisIndicator>
</Measure>
<Measure>
<Code>BVPS</Code>
<Name>Book Value Per Share</Name>
<Description>Book Value Per Share is a company's common stock equity as it appears on a
balance sheet equal to total assets minus liabilities, preferred stock, and intangible assets such as
goodwill, divided by the weighted average number of total shares outstanding for the year.</
Description>
<CategoryCode>BAL</CategoryCode>
<CategoryName>Balance Sheet</CategoryName>
<BasisIndicator>Consolidated</BasisIndicator>
</Measure>
<Measure>
<Code>CAPEX</Code>
<Name>Capital Expenditures</Name>
<Description>Capital Expenditure are the funds used by a company to acquire or upgrade
physical assets such as property, industrial buildings, or equipment or the amount used during a
particular period to acquire or improve long term assets such as property, plant, or equipment.</
Description>
<CategoryCode>CAS</CategoryCode>
<CategoryName>Statement of Cash Flows</CategoryName>
<BasisIndicator>Consolidated</BasisIndicator>
</Measure>
<Measure>
<Code>CFFINANCE</Code>
<Name>Cash Flow From Financing</Name>
<Description>Cash Flow From Financing is a category in the cash flow statement that accounts for external
activities such as issuing cash dividends, adding or changing loans, or issuing and selling more
stock. The formula for cash flow from financing activities is Cash Received from Issuing Stock or
Debt - Cash Paid as Dividends and for Re-Acquisition of Debt/Stock.</Description>
<CategoryCode>CAS</CategoryCode>
<CategoryName>Statement of Cash Flows</CategoryName>
<BasisIndicator>Consolidated</BasisIndicator>
</Measure>
<Measure>
<Code>CFINVEST</Code>
<Name>Cash Flow From Investing</Name>
<Description>Cash Flow From Investing is an item on the cash flow statement that reports
the aggregate change in a company's cash position resulting from any gains (or losses) from
investments in the financial markets and operating subsidiaries, and changes resulting from amounts
spent on investments in capital assets such as plant and equipment. This measure can be calculated
as: Cash from sale of asset(s) - Cash paid for purchase of asset(s).</Description>
<CategoryCode>CAS</CategoryCode>
<CategoryName>Statement of Cash Flows</CategoryName>
<BasisIndicator>Consolidated</BasisIndicator>
</Measure>
</Measures>
</GetMeasures_Response_1>
{
"GetMeasures_Response_1": {
"SymbolInfo": {
"Name": "International Business Machines Corp",
"CountryCode": "US",
"CountryName": "United States",
"IndustryCode": "5720101010",
"IndustryName": "IT Services & Consulting (NEC)",
"ExchangeName": "NEW YORK STOCK EXCHANGE, INC.",
"OAPermID": "4295904307",
"PreferredMeasureCode": "EPS",
"Currency": "USD",
"BasisIndicator": "Consolidated"
},
"Measures": {
"Measure": [
{
"Code": "AMORT",
"Name": "Amortization",
"Description": "Amortization refers to expensing the acquisition cost minus the residual
value of intangible assets (often intellectual property such as patents and trademarks or copyrights)
in a systematic manner over their estimated useful economic lives.",
"CategoryCode": "INC",
"CategoryName": "Income Statement",
"BasisIndicator": "Consolidated"
},
{
"Code": "BVPS",
"Name": "Book Value Per Share",
"Description": "Book Value Per Share is a company's common stock equity as it appears on
a balance sheet equal to total assets minus liabilities, preferred stock, and intangible assets such
as goodwill, divided by the weighted average number of total shares outstanding for the year.",
"CategoryCode": "BAL",
"CategoryName": "Balance Sheet",
"BasisIndicator": "Consolidated"
},
{
"Code": "CAPEX",
"Name": "Capital Expenditures",
"Description": "Capital Expenditure are the funds used by a company to acquire or upgrade
physical assets such as property, industrial buildings, or equipment or the amount used during a
particular period to acquire or improve long term assets such as property, plant, or equipment.",
"CategoryCode": "CAS",
"CategoryName": "Statement of Cash Flows",
"BasisIndicator": "Consolidated"
},
{
"Code": "CFFINANCE",
"Name": "Cash Flow From Financing",
"Description": "Cash Flow From Financing is a category in the cash flow statement that
accounts for external activities such as issuing cash dividends, adding or changing loans, or issuing
and selling more stock. The formula for cash flow from financing activities is Cash Received from
Issuing Stock or Debt - Cash Paid as Dividends and for Re-Acquisition of Debt/Stock.",
"CategoryCode": "CAS",
"CategoryName": "Statement of Cash Flows",
"BasisIndicator": "Consolidated"
},
{
"Code": "CFINVEST",
"Name": "Cash Flow From Investing",
"Description": "Cash Flow From Investing is an item on the cash flow statement that reports
the aggregate change in a company's cash position resulting from any gains (or losses) from
investments in the financial markets and operating subsidiaries, and changes resulting from amounts
spent on investments in capital assets such as plant and equipment. This measure can be calculated
as: Cash from sale of asset(s) - Cash paid for purchase of asset(s).",
"CategoryCode": "CAS",
"CategoryName": "Statement of Cash Flows",
"BasisIndicator": "Consolidated"
}
]
}
}
}
48.3.2.1 XML and JSON Sample Request - Retrieving IBES Estimate Summaries
The following example retrieves estimates summaries for IBM:
{
"GetSummary_Request_1": {
"Symbols": {
"Symbol": [
{
"Value": "IBM.N"
}
]
},
"BasisIndicator": "Consolidated",
"MeasureCodes": {
"MeasureCode": [
"EPS"
]
},
"DateOptions": {
"DateOption": [
{
"Period": "FY1",
"StartDate": ""
}
]
},
"RequestOptions": {
"IncludeSymbolInfo": true,
"IncludeFootNotes": true
}
}
}
ATTRIBUTE DESCRIPTION
Symbol Shows symbol for which the coverage has to be returned. Includes the
following values:
Type: Defines symbol type. The following types are supported:
• RIC
• CUSIP
• ISIN
• SEDOL
• Ticker
• OAPermID
Value: Input value for the symbol.
48.3.2.2 XML and JSON Sample Response - Retrieving IBES2 Estimate Summaries
<GetSummary_Response_1 xmlns="http://www.reuters.com/ns/2016/02/01/webservices/rkd/EstimatesIBES2_1">
<Summaries>
<Summary>
<Symbol>IBM.N</Symbol>
<SymbolInfo>
<Name>International Business Machines Corp</Name>
<CountryCode>US</CountryCode>
<CountryName>United States</CountryName>
<IndustryCode>5720101010</IndustryCode>
<IndustryName>IT Services & Consulting (NEC)</IndustryName>
<ExchangeName>NEW YORK STOCK EXCHANGE, INC.</ExchangeName>
<OAPermID>4295904307</OAPermID>
<PreferredMeasureCode>EPS</PreferredMeasureCode>
<Currency>USD</Currency>
<BasisIndicator>Consolidated</BasisIndicator>
</SymbolInfo>
<Measures>
<Measure>
<Code>EPS</Code>
<IsPerShare>true</IsPerShare>
<BasisIndicator>Consolidated</BasisIndicator>
<Dates>
<Date>
<AbsolutePeriod>FY2019</AbsolutePeriod>
<RelativePeriod>FY1</RelativePeriod>
<PeriodEndDate>2019-12-31T00:00:00</PeriodEndDate>
<ActivationDate>2019-03-22T07:34:00</ActivationDate>
<Currency>USD</Currency>
<UnitType>Currency</UnitType>
<Estimate>
<Mean>13.90786</Mean>
<High>14</High>
<Low>13.8</Low>
<Median>13.91</Median>
<StdDev>0.04636</StdDev>
<NumberOfEstimates>23</NumberOfEstimates>
<NumberOfIncludedEstimates>21</NumberOfIncludedEstimates>
<HighPercentChange>0</HighPercentChange>
<LowPercentChange>0</LowPercentChange>
<Diffusion>-1</Diffusion>
</Estimate>
<RevisionCluster>
<AveragePercent>0.244</AveragePercent>
<DetectDate>2019-01-19T00:00:00</DetectDate>
<NumberOfRevisions>13</NumberOfRevisions>
</RevisionCluster>
<PredictedSurprise>
<Flag>0</Flag>
<Value>-0.00315</Value>
<Percent>-0.023</Percent>
</PredictedSurprise>
<FootNotes>
<FootNote>
<Category>MS</Category>
<Type>E</Type>
<Date>2019-01-22T00:00:00</Date>
<Text>DEC19 Estimates reflect adoption of FAS123(R)</Text>
</FootNote>
<FootNote>
<Category>MS</Category>
<Type>G</Type>
<Date>2019-02-01T00:00:00</Date>
<Text>Majority is not reflecting Red Hat acquisition.</Text>
</FootNote>
</FootNotes>
</Date>
</Dates>
</Measure>
</Measures>
</Summary>
</Summaries>
</GetSummary_Response_1>
{
"GetSummary_Response_1": {
"Summaries": {
"Summary": [
{
"Symbol": "IBM.N",
"SymbolInfo": {
"Name": "International Business Machines Corp",
"CountryCode": "US",
"CountryName": "United States",
"IndustryCode": "5720101010",
"IndustryName": "IT Services & Consulting (NEC)",
"ExchangeName": "NEW YORK STOCK EXCHANGE, INC.",
"OAPermID": "4295904307",
"PreferredMeasureCode": "EPS",
"Currency": "USD",
"BasisIndicator": "Consolidated"
},
"Measures": {
"Measure": [
{
"Code": "EPS",
"IsPerShare": true,
"BasisIndicator": "Consolidated",
"Dates": {
"Date": [
{
"AbsolutePeriod": "FY2019",
"RelativePeriod": "FY1",
"PeriodEndDate": "2019-12-31T00:00:00",
"ActivationDate": "2019-03-22T07:34:00",
"Currency": "USD",
"UnitType": "Currency",
"Estimate": {
"Mean": 13.90786,
"High": 14,
"Low": 13.8,
"Median": 13.91,
"StdDev": 0.04636,
"NumberOfEstimates": 23,
"NumberOfIncludedEstimates": 21,
"HighPercentChange": 0,
"LowPercentChange": 0,
"Diffusion": -1
},
"RevisionCluster": {
"AveragePercent": 0.244,
"DetectDate": "2019-01-19T00:00:00",
"NumberOfRevisions": 13
},
"PredictedSurprise": {
"Flag": 0,
"Value": -0.00315,
"Percent": -0.023
},
"FootNotes": {
"FootNote": [
{
"Category": "MS",
"Type": "E",
"Date": "2019-01-22T00:00:00",
"Text": "DEC19 Estimates reflect adoption of FAS123(R)"
},
{
"Category": "MS",
"Type": "G",
"Date": "2019-02-01T00:00:00",
"Text": "Majority is not reflecting Red Hat acquisition."
}
]
}
}
]
}
}
]
}
}
]
}
}
}
49 Doc Repository for KID for PRIIPS and Fund Info Documents
49.1 Overview
The following operations are available in this section:
WSDL
http://api.rkd.refinitiv.com/schemas/DocRepository/wsdl/DocRepository_1_HttpAndRKDTOken.wsdl
<AreDocumentsAvailable_Request_1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.reuters.com/ns/2017/07/07/
webservices/rkd/DocRepository_1">
<vendorAPIKey />
<documents>
<document>
<documentLocale />
<documentType>KIDforPRIIP</documentType>
<productIdentifier>
<identifierType>Isin</identifierType>
<identifierValue>DE000LB10BL4</identifierValue>
</productIdentifier>
</document>
</documents>
</AreDocumentsAvailable_Request_1>
<AreDocumentsAvailable_Request_1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.reuters.com/ns/2017/07/07/
webservices/rkd/DocRepository_1">
<vendorAPIKey>FundInfoKey=*******</vendorAPIKey>
<documents>
<document>
<documentLocale />
<documentType>KIDforPRIIP</documentType>
<productIdentifier>
<identifierType>Isin</identifierType>
<identifierValue>CH0421963825</identifierValue>
</productIdentifier>
</document>
</documents>
</AreDocumentsAvailable_Request_1>
<AreDocumentsAvailable_Request_1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.reuters.com/ns/2017/07/07/
webservices/rkd/DocRepository_1">
<vendorAPIKey>FundInfoKey=*******</vendorAPIKey>
<documents>
<document>
<documentLocale />
<documentType>AnnualReport</documentType>
<productIdentifier>
<identifierType>Isin</identifierType>
<identifierValue>LU0313358250</identifierValue>
</productIdentifier>
</document>
</documents>
</AreDocumentsAvailable_Request_1>
{
"AreDocumentsAvailable_Request_1": {
"vendorAPIKey": "",
"documents": {
"document": [
{
"documentLocale": "",
"documentType": "KIDforPRIIP",
"productIdentifier": {
"identifierType": "Isin",
"identifierValue": "DE000LB10BL4"
}
}
]
}
}
}
{
"AreDocumentsAvailable_Request_1": {
"vendorAPIKey": "FundInfoKey=*******",
"documents": {
"document": [
{
"documentLocale": "",
"documentType": "KIDforPRIIP",
"productIdentifier": {
"identifierType": "Isin",
"identifierValue": "CH0421963825"
}
}
]
}
}
}
{
"AreDocumentsAvailable_Request_1": {
"vendorAPIKey": "FundInfoKey=*******",
"documents": {
"document": [
{
"documentLocale": "",
"documentType": "AnnualReport",
"productIdentifier": {
"identifierType": "Isin",
"identifierValue": "LU0313358250"
}
}
]
}
}
}
Request/Input Parameters
Possible values:
• resolvable: Only mappings are checked,
docRepository does not generate the document
to check if it is available.
• current: The system generates the document and
checks if the document is really available.
Default value is current. For Refinitiv Knowledge
Direct usage, Refinitiv recommends that you use
"current" because "resolvable" may return unexpected
behavior.
Vendor API Key No for Cleversoft String This parameter not required for any of the cleversoft
documents. document.
Yes for Fund Info For any Fund Info document user need to enter a valid
documents fund Info key in below mentioned format only.
Example. FundInfoKey=12345
• Funds Prospectus(Prospectus)
<AreDocumentsAvailable_Response_1 xmlns="http://www.reuters.com/ns/2017/07/07/webservices/rkd/
DocRepository_1" xmlns:ns2="http://www.reuters.com/ns/2017/07/07/webservices/rkd/DocRepository_1">
<documents>
<document>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>de_DE</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/2.0/
trkd/document?token=hyRK_8zLJBTEKkOIcxQFlTMwP7wIYTh8BTF1-JpqyLMsoVPgPinPCUIpvCj1dD-hK-
AxKBBtcYxyXrD7f0vIRHa9Sq84WQG9EG1_Go0NQk5KU2zyjSFyMsi3ROq5C3yN-
wfmiehh2kPNW69WghpamGGNlcerksdcU_cFll1rFa71agGX7Ig3yaMqp8J1Z3ZPP7HXkY3IZZ58kB6mqCNGBZSYherbzeNGOFz
iajspReLUWr1mSrYsmuKvL7tyF9Xc</hubLink>
<mediaType>application/pdf</mediaType>
<productIdentifier>
<isin>DE000LB10BL4</isin>
<productId>31582912</productId>
<wkn>LB10BL</wkn>
</productIdentifier>
<providerDate>2018-12-12T12:35:14Z</providerDate>
</document>
<document>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>de_AT</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/2.0/
trkd/
document?token=z6_TYedAnAzBry5L0G_Zmj4xJyw6I4ZlG93RJyx5ogTLknYzDOyjwVrmJYI8JT31C6PsmFQOy7kYwH87V31
M1_qHFVHST_ytPoHd4lDLLeU_o_CtpqZGSLne6FfPAse6hExrvopamt6grOtZRY5KOFVKHs5UGgcT6NaJ3YsJB0dT02KUhrZ6P
cXj33c07BwCQgJsLaLA8-cPl-neLEO6oLbEQEaIQLVlQsc-wTIWAyLPEzcmMvqL8gXZTe7CG-pe</hubLink>
<mediaType>application/pdf</mediaType>
<productIdentifier>
<isin>DE000LB10BL4</isin>
<productId>31582912</productId>
<wkn>LB10BL</wkn>
</productIdentifier>
<providerDate>2018-12-12T12:35:15Z</providerDate>
</document>
<document>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>de_LU</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/2.0/
trkd/document?token=_Io_PNpoAfFddEEu8C6Pax8NsXuZZZBAbe-
5y_QJEtkRzQ7KNnBSWsS5_duZgV2CJAWifGkQ0I06i29C8wGOUNoL6eAd4OovnnzY4MYilaxjWyLMP4abMpyRnatIryocYgJjN
mXsGPAi7icYvisW-N2yt339wgJMRKqO4JHEQFPanr0eCzqsN8yLYmoQ6GiIXFsiZ3xk4M3CE2FYXq2LblIIU7TsUntRRB6-
VUUQguaTnqka1o7-ImZxXYG68ah8</hubLink>
<mediaType>application/pdf</mediaType>
<productIdentifier>
<isin>DE000LB10BL4</isin>
<productId>31582912</productId>
<wkn>LB10BL</wkn>
</productIdentifier>
<providerDate>2018-12-12T12:35:16Z</providerDate>
</document>
</documents>
</AreDocumentsAvailable_Response_1>
<AreDocumentsAvailable_Response_1 xmlns="http://www.reuters.com/ns/2017/07/07/webservices/rkd/
DocRepository_1" xmlns:ns2="http://www.reuters.com/ns/2017/07/07/webservices/rkd/DocRepository_1">
<documents>
<document>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>de_CH</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/2.0/
trkd/document?token=IzqQHuAPntVgI7IbzWDNGgK1-
v125l0uZsQ9wr5YWrobOT07866XtHCw2FvXdDUUFW9kNHo8cH2EdZZXcHjQezH_tWH44c3mk35Q9uz2NhGdeRqK4G7mKnGYUfC
ws05NVCZNgzdutaPZ3w4f_MD_gcyeO4jwSBTZsZEx4MyjTPEDHqLUtE1cJF9jCIWYMt9sefv4tuNo_OEfElwx6o4rUq0kF-
kP8_ll9jI1oVeEcIELM825Q4A6fyXvajrX0_Hea8Vmq6ouF5n1hk2ujK4fv7bl67fodH_NWSZCqXg8PsTBaU1XHAi5cOnzqoa6
RVD1</hubLink>
<mediaType>application/pdf</mediaType>
<productIdentifier>
<isin>CH0421963825</isin>
<productId>30118524</productId>
<wkn>A2N403</wkn>
</productIdentifier>
<providerDate>2018-12-12T12:38:50Z</providerDate>
</document>
<document>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>de_DE</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/2.0/
trkd/document?token=jLAs84S8V5c6KF4x8XrEdqOTt5vIbkCXk-
IvWl1ZCFBeKMXKl4LotDXrlCd4VQyic1nPUNPiLPrFJkbvRUHosVPiXbNirQY0BK4jDk43JnmHvO7Na86-
XYdHxfVx76F6R3RdoZXa1sz7pm1Twqf7t0ENPMxFbDq_ERlISGO_5Cp7lvuTFUuZkLCsPxD2Auf0YzvuXvSyznxks56pbsvqXt
28OM4sARJtrnJotLCggRiMXjp8Pa5OB-
utMHdyZRc769LtGJAiUQx5YAfwlzEgrHTarcS6he0a1TpvDcrKRCgRCmLyJDt66pGXvcvolU3W</hubLink>
<mediaType>application/pdf</mediaType>
<productIdentifier>
<isin>CH0421963825</isin>
<productId>30118524</productId>
<wkn>A2N403</wkn>
</productIdentifier>
<providerDate>2018-12-12T12:38:52Z</providerDate>
</document>
</documents>
</AreDocumentsAvailable_Response_1>
<AreDocumentsAvailable_Response_1 xmlns="http://www.reuters.com/ns/2017/07/07/webservices/rkd/
DocRepository_1" xmlns:ns2="http://www.reuters.com/ns/2017/07/07/webservices/rkd/DocRepository_1">
<documents>
<document>
<detailedDocumentType>AnnualReport</detailedDocumentType>
<documentLocale>de_CH</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/2.0/
trkd/
document?token=d4d9tO9KE4_JfvZQfZmTGg4JVlErPtKH1_7R9Weedlkv5KpGQsRUDLVh8wQo0HEDLc_0VAfHuZTiQEbVE1p
HzYjtDSEUcsN1DwoV6ytv7XZv2-
3TeprMhdmEoKhrJ3EfOFwVu1cVQXHvitTKUh4HGdF5IXPA2sqXv34svHidVVp44IAjKvmZAe3nk1lYIGtB2eQXO7NUAQuDXmcN
X-
9bvY0GINwWKliyUWLBmKiKg4mb6XwVFsFJNIHkiwMDEapApMgjy43qkv9xOH8m_1fLP6uSKwuDU0_L8E8jJnE1xyOV84g9DoT4
p21ZExeHw2Tw</hubLink>
<mediaType>application/pdf</mediaType>
<productIdentifier>
<isin>LU0313358250</isin>
<productId>425586</productId>
<wkn>A0Q9M0</wkn>
</productIdentifier>
<providerDate>2018-12-12T12:40:54Z</providerDate>
</document>
<document>
<detailedDocumentType>AnnualReport</detailedDocumentType>
<documentLocale>de_AT</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/2.0/
trkd/document?token=7ezcbgLt9UvN_1u7na-oNiuNz7s9E9P2-w6ow1TbFupC88werjwk_Zw89Ehfgve81cUnMnHp7da-
wCIxtrIX-
akXZdP6H2rxUoA9x_E7PHw8zLPNguRlKykcUiprsZqJQHhcAoUOjvvAm1Ni9toME9v_ka5XUG7KZ3e7R6aRoL5hslAwvU7XIdw
saI5GWRPMlU3ae-12EGAz3cLLbswHR0H9cYcuB9xcIDwsKWrmS5imJhm-qrrgkicExGq0HGmFDj2RFrUnS8GfY-
TzuaQN93ipVeV8CbbmM0ojukTYB8K6aja7uL0biSaSHK2bzv7X</hubLink>
<mediaType>application/pdf</mediaType>
<productIdentifier>
<isin>LU0313358250</isin>
<productId>425586</productId>
<wkn>A0Q9M0</wkn>
</productIdentifier>
<providerDate>2018-12-12T12:40:57Z</providerDate>
</document>
<document>
<detailedDocumentType>AnnualReport</detailedDocumentType>
<documentLocale>de_DE</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/2.0/
trkd/document?token=3C6SO7Qdsc33zs4eZji4qLCzzEO-WHLYrmAW-
JzT4vtUEAoNjipnvwqOKEi6fH_2H_Q2s2qBRSlZFtstbIbJIfAKAsSl2P_rlNOXnowPjN6cf4Rk_jdAeQJLzU8rRDcGt09az8J
5mVLhXU8UckBcGMg0hFsv1yz_NQQNgzbd7hZSG6tSRQwHpniWMbrENOih6H4_mOnOqkFPufvMmb4esMJjCz2rZs2UIXXcoVQoM
lLXrYUeW-r-ljyJHDEOlYu0QI9Kt-cFIfHRPf44cJHDUo8b9SLnyj97XEH91L78O_YbmnvzIGirpcHmMv4S875H</hubLink>
<mediaType>application/pdf</mediaType>
<productIdentifier>
<isin>LU0313358250</isin>
<productId>425586</productId>
<wkn>A0Q9M0</wkn>
</productIdentifier>
<providerDate>2018-12-12T12:40:58Z</providerDate>
</document>
</documents>
</AreDocumentsAvailable_Response_1>
{
"AreDocumentsAvailable_Response_1": {
"documents": {
"document": [
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "de_DE",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/
hub/2.0/trkd/
document?token=WlOBU4mMAISJVQgcuZrq_SPEzC65Cb40j705jITuMqAVfSajb5F8aQdVZQ3ZijABnKiB9qEnqVA0g6gPF-
3kmP16cm-Xq7m8K9M415WQju8NsqsFDaAAIH1Fb6rV2MVGZTum9TtfID5y8e8Rr8vPr8cIZzNYl9-
oJYueq7ivB0yB1ObKieIAGm00qoIjEZPFpF3963JFxRFJj-tIEsQOYohBTJrqG9N9X2NPQpAi3KE=",
"mediaType": "application/pdf",
"productIdentifier": {
"isin": "DE000LB10BL4",
"productId": 31582912,
"wkn": "LB10BL"
},
"providerDate": "2018-12-12T12:44:55Z"
},
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "de_AT",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/
hub/2.0/trkd/document?token=6N2DavxQDrPA4GxosyX-Oz3nKj_9aopV_SpSa228LqpxDf_L601Kmg-
5ehcxZfTtWM8H8lrRTU7D_48Nv02glX0KXGhB8D8ZlTxNE5DFh6uxNgMKV94B9braWu9VVNLFxwqPOArdVUYqyKpVKv0XcyPjr
BbOStm2XdIr81B2bxGRJXsxVHbc0khUNQ0VnWiNiHpJNYaySs1EBC4aen1Np7QjwveeMeznagPVfUzTGbn77PViq4QW6bS6Us7
lX_w4",
"mediaType": "application/pdf",
"productIdentifier": {
"isin": "DE000LB10BL4",
"productId": 31582912,
"wkn": "LB10BL"
},
"providerDate": "2018-12-12T12:44:57Z"
},
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "de_LU",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/
hub/2.0/trkd/document?token=yw-
3WSv1RpuN1MHpEHuZkUV4B5S7925SYIJX19C7mFXlkTcxEzpwwjETbWQM0YutOg3h254hMpad9XCSteRd_lkpYIhGqsMtswpXe
YXOoS-
7urXTedh_eKGPCwqao95xKzbT6RpykTET4jVUPS8DD8T5eRXMnu4H0cmTGAEkx92CvoxaKhXiPG2Os7KyPAG9HsJR6P1Hfyl0j
7NuQn3XxrsaRj-99HLb1X3NVoeNIpi-FxraBM_hY3D9pH4Jvfvo",
"mediaType": "application/pdf",
"productIdentifier": {
"isin": "DE000LB10BL4",
"productId": 31582912,
"wkn": "LB10BL"
},
"providerDate": "2018-12-12T12:44:58Z"
}
]
}
}
}
{
"AreDocumentsAvailable_Response_1": {
"documents": {
"document": [
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "de_CH",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/
hub/2.0/trkd/document?token=Dc5X9jmLsjt6J66NwX-
SBddVIzLlPt4p0uHJKU_m2U0IKX04BtVNIrkFlov5omTm3NzsEoeJaTTUR7WxSpttWQtJLALrWRkE58Mn3Wz0XATw-0LZ-
rWbO18eOtjJw7VE7GYu4jDxXTII-7sA3usrX_V-rCHXusbWyWCHmUQA1tG_j6-
IpGOlc4hICO1UhE6qLpaANbSyF6Jwz27HVH_sQN05rUiJlKNhYUZ-
TRK7HcWDuNAoXQki4s_9BYrJn4BmydG5eoXyfvqQj6z13SiX0y13ebqGKc1IivC71Au3DsUzwMSw1DSg3RuYFBXE-pNn",
"mediaType": "application/pdf",
"productIdentifier": {
"isin": "CH0421963825",
"productId": 30118524,
"wkn": "A2N403"
},
"providerDate": "2018-12-12T12:47:00Z"
},
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "de_DE",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/
hub/2.0/trkd/document?token=3Q820LBURr8YAqMDAmBGMr5HYg6jejE-z9PN8js79PRBT2gtKl-
POcW01bKbeAsj2CbCUQ6a34KUtly9kb9uvYzyvkF51Kw105bNR3imTb9VXBgVfH-
k0QOqxuYuRPT09amH1AuuDJiaRGHIZNdEZTU9xhFBBW900zesK2EztFnfiVG39yWgaBhBy1R9uJI0leBoDNS4RDSoyoz2JaB5t
Ld6ajbAgs-td1wR-GMjca9zQJzoSza-QL2wFYSAOYLbukqNwlqCw2LXKE39v3SC8xmAbI-M1a6pavqv-
f7ejiHcBkAD1orroMAPJTc2lSrS",
"mediaType": "application/pdf",
"productIdentifier": {
"isin": "CH0421963825",
"productId": 30118524,
"wkn": "A2N403"
},
"providerDate": "2018-12-12T12:47:02Z"
}
]
}
}
}
{
"AreDocumentsAvailable_Response_1": {
"documents": {
"document": [
{
"detailedDocumentType": "AnnualReport",
"documentLocale": "de_CH",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/
hub/2.0/trkd/document?token=rqP-RnDDaxC3m4qbBZWXFc5yAsmYpb4oFbU0JBtqdgewvJCSkf2iEuvaHSDQUkE-
AiLydvniHqGs0gMsxvR8_pJpLauR3dQ1noiRqsjWPBCxuSgXlgl7xEMDi1X9u_la667g0YCHmBr72gQpuYVR8Z_G4Q-
gQA2uXMbKXKNfaVNgRhrPFys0OF4YROFYOft8uMyJaupjrtUq2cq8pfvkeMBIzGCNlm043d-
rkV3w55zaqa5khWgBXtVKUMZWXW5dhg0xok1VZQb9vLPwi-JeCKIWvemQ5HduSNdNmPLwy2iKzaqXOfmSGuokZURPtKCo",
"mediaType": "application/pdf",
"productIdentifier": {
"isin": "LU0313358250",
"productId": 425586,
"wkn": "A0Q9M0"
},
"providerDate": "2018-12-12T12:48:51Z"
},
{
"detailedDocumentType": "AnnualReport",
"documentLocale": "de_AT",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/
hub/2.0/trkd/document?token=YPRJQUmUP3CDLwL4TWqi5wxoMzD0gtHkhJGegZBBKAh5LFSJSLO-
vuIYKmVQCjh0yhn9OoFAHWzx-bZ2trTs5tEOCgndkpC_m__72ztIqbF808lHe-
hfhNuJ8l3gmOXE1XMpIcUDhfDg0Qx8SsFLwNi_7FEDldQMNLIF53kRqew_g9-B3JFpe-iOdGf88KyaBK-
iO0HPuX6hhCNJ93VApHiCmIyrz5zjk8f4tre3HJBJ2hbxiwnhtA5brFHki5aqABJl5cBQOOvTnrgqH5M0vAHOnoCBugcR5Mmcc
YWvazqdIx04Xa7TGziZxyJW2AOL",
"mediaType": "application/pdf",
"productIdentifier": {
"isin": "LU0313358250",
"productId": 425586,
"wkn": "A0Q9M0"
},
"providerDate": "2018-12-12T12:48:55Z"
},
{
"detailedDocumentType": "AnnualReport",
"documentLocale": "de_DE",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/
hub/2.0/trkd/
document?token=6RgE4j2yKUIKxnCyYeXfGpFreyJFHIoa1WvGxltFCyqYaP6ck9CkFJuKnKpl4GEW5GZMCS5BrWNNlBG-
eHnXd8MakVa-DmZygNKMVwp9ZYYL7w8ww-c4N-
EOTI6SJoMmysAVmOUD3xlVcv6wEKP5W4X1G2Y3uFxBbu0v_lMDrciUu1JebK-c_MJYrPbO5U6gi1F-
qxkGq1xqqR2szs2kvLfsCVpO0MgyEhN-dSym9-
tNHaVdnPKnOY03qt20oAbBCtb3lgaG1KsHXs4Vsc0XMWFPIFlSCs6wjwLXidtdZ3iMXnyJ1LG52WP78uuxWZmD",
"mediaType": "application/pdf",
"productIdentifier": {
"isin": "LU0313358250",
"productId": 425586,
"wkn": "A0Q9M0"
},
"providerDate": "2018-12-12T12:48:57Z"
}
]
}
}
}
Response Parameters
• KIID
• KIDforPRIIP
• Prospectus
• AnnualReport
• SemiAnnualReport
• Presentation
• DeltaDocument
• etc.
Service Endpoint
http://api.rkd.refinitiv.com/api/DocRepository/DocRepository.svc
WSDL
http://api.rkd.refinitiv.com/schemas/DocRepository/wsdl/DocRepository_1_HttpAndRKDTOken.wsdl
{
"GetDocument_Request_1": {
"documentLocales": {
"documentLocale": [
"it_XX"
]
},
"documentType": "KIDforPRIIP",
"productIdentifier": {
"identifierType": "Isin",
"identifierValue": "IT0005160038"
},
"vendorAPIKey": ""
}
}
Request/Input Parameters
• Funds Semi-Annual
Report(SemiAnnualReport)
Vendor API Key No for Cleversoft String This parameter not required for any of the
documents. cleversoft document.
Yes for Fund Info For any Fund Info document user need to
documents enter a valid fund Info key in below mentioned
format only.
Example. FundInfoKey=12345
• Wkn
• ProductId
<GetDocument_Response_1 xmlns="http://www.reuters.com/ns/2017/07/07/webservices/rkd/DocRepository_1"
xmlns:ns2="http://www.reuters.com/ns/2017/07/07/webservices/rkd/
DocRepository_1"><archiveId>30271c6e-170b-4fc7-b2f5-2980b79abda1</
archiveId><content>JVBERi0xLjQKJeLjz9MKNSAwIG9iago8PC9MZW5ndGggMjUxMTcvTGVuZ3RoMSA2MDc1Ni9GaWx0ZXI
vRmxhdGVEZWNvZGU+PnN0cmVhbQp4nOy9eXxU1fkwfpZ7z5252+wzmZkkM5NJZrLv+………………………………………………………………………….+PG
M5NmMwZmM1YzJkZTBkYjliMTUxYTNmMjI0ZmVhNWU3Pl0+PgolaVRleHQtNS41LjkKc3RhcnR4cmVmCjcxNDI4CiUlRU9GCg==
</content><date>2018-12-13T07:14:44.774Z</date><detailedDocumentType>KIDforPRIIP</
detailedDocumentType><documentLocale>it_XX</documentLocale><mediaType>application/pdf</
mediaType><providerDate>2018-12-13T07:14:44Z</providerDate></GetDocument_Response_1>
{
"GetDocument_Response_1": {
"archiveId": "2b10c459-d994-4347-a4ff-39af08263b2a",
"content":
"JVBERi0xLjQKJeLjz9MKNSAwIG9iago8PC9MZW5ndGggMjUxMTcvTGVuZ3RoMSA2MDc1Ni9GaWx0ZXIvRmxhdGVEZWNvZGU+P
nN0cmVhbQp4nOy9eXxU1fkwfpZ7z5252+wzmZkkM5NJZrLv+…………………………………………………………………………………………………………………………..+P
GM5NmMwZmM1YzJkZTBkYjliMTUxYTNmMjI0ZmVhNWU3Pl0+PgolaVRleHQtNS41LjkKc3RhcnR4cmVmCjcxNDI4CiUlRU9GCg=
=",
"date": "2018-12-13T07:17:44.313Z",
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "it_XX",
"mediaType": "application/pdf",
"providerDate": "2018-12-13T07:17:44Z"
}
}
Return Values
• Factsheet
• PIB
• KIID
• KIDforPRIIP
• Prospectus
• AnnualReport
• SemiAnnualReport
• Presentation
• DeltaDocument
• etc.
Service Endpoint
http://api.rkd.refinitiv.com/api/DocRepository/DocRepository.svc
WSDL
http://api.rkd.refinitiv.com/schemas/DocRepository/wsdl/DocRepository_1_HttpAndRKDTOken.wsdl
{
"SearchDocuments_Request_1": {
"firstResult": 0,
"maxResults": 10,
"text": "bmw",
"vendorAPIKey": ""
}
}
Request/Input Parameters
• Any
• Isin
• Wkn
• ExactIdentifiers
Default value: Any
text Yes String If the Hint is Any, the contents of the docRepository
fields productName, issuerName, isin, and wkn.
When the hint is Any, the following search syntax is
allowed:
• word1
• word1 word2
• "word1 word2"
• isin*
If the search hint is ExactIdentifiers, the search
string is split into terms separated by spaces, and
each term must exactly match one identifier (either
ISIN, WKN or customProductIdentifier) of the same
product. So if the search terms are A B, and a
product has ISIN A and customProductIdentifier B,
then it is returned. If there are no products which
have both identifiers A and B, then nothing is
returned.
Vendor API Key No for Cleversoft String This parameter not required for any of the
documents. cleversoft document.
Yes for Fund Info
documents For any Fund Info document user need to enter a
valid fund Info key in below mentioned format only.
Example. FundInfoKey=12345
<SearchDocuments_Response_1 xmlns="http://www.reuters.com/ns/2017/07/07/webservices/rkd/
DocRepository_1" xmlns:ns2="http://www.reuters.com/ns/2017/07/07/webservices/rkd/DocRepository_1">
<hits>
<hit>
<documentTypes />
<isin>XS0173501379</isin>
<name>BMW Finance N.V.-EO-Medium-Term Notes 2003(18)</name>
<productId>180189</productId>
<targetMarket>?</targetMarket>
<wkn>970661</wkn>
</hit>
<hit>
<documentTypes />
<isin>DE000A0C39Y4</isin>
<name>BMW AG-Futures</name>
<productId>212952</productId>
<targetMarket>?</targetMarket>
<wkn>A0C39Y</wkn>
</hit>
<hit>
<documentTypes>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>de_XX</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/
document?token=c4mtbqfy7lpXFcpAW2Dx8B521g8IBPHGuRyr_8frs2TzsdI8naLvEa4zZOdMjprl9FpchOJQ2I-
6st1_8Igh8S8lbzLZiyUetk6MtskZ0abqvo75l3PsF-RyoC-
zELeyVU_R_wfWs2IbeeXZrG_KJ840bTDIH9SX76AjKTrl7osu8DKhmditOT1s4UHCKmWE6hdqnYVTDkUeSSKgcGZ9blGQWBWft
l5WoFcT3ArLuliKgwZ4BICPxlvimfvDTcKBrBJ3sGTMW_caumKR8Yj_wRJV-
pdgV4uSKheb8roiZOGfquoCLDZpgA4G8ytYhRV7</hubLink>
<mappingId>1434</mappingId>
</documentType>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>pl_PL</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/document?token=5dRn_mm32wgz1M3swWa_OjDWUOka8s9CIjc6fxgBD-
fOsGuo_VXNqzGnH83U3FZRXWYD5Q_C511flq5KK3-
MjpbHwMuEOmmgTCRIhvuV6pPa_26MEpnCGmh3VRxvth3qR61ulflekYJ9Y1jQCS_h37Mx_YBVp47msUmI7-AWuo-
oesuf2g4o_DLTZaydKkwN5ApikONMA9eAQnQnhG8lMFG1kM5PHGZSmXOSxQIw0CHcSdbpMq7BZzB8tuj7_s_vhzVJhknPEQGOw
bMl8ODhcc7XgbN912LxZrVXV-pGKmF8jSkVcfWzoAnBAGR-CoIQ</hubLink>
<mappingId>1435</mappingId>
</documentType>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>en_XX</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/
document?token=WjJQ3146xTDf_hu4UXemaN3gMFYES2ofhn2AMf7IKriVE9iRiU7Xeu6zEBWyu6ffvFQPh9UecJsKzOA734p
oGDJMjnItGP_iljj8odrbsS0NgzLrkZ-bGHiqaLK3mr-r-ftHYgyfoMWemKgN8o72uQIfZCvsBZB5SJwq4XAiKKiyb_eytxp-
KvVInbPvrbDg1WoIaD_bKCakjDFLavg6gTLGiN4ZUN0oC4Oelg-Oibn4-
AiQrUSE01TIsPGWIFEdeioh_ipHYuLQrWsrcow6oeUqpQcYAZjsHk26adx1byLxpQ-VForsBpYJ4gJ_QPNx</hubLink>
<mappingId>1650</mappingId>
</documentType>
</documentTypes>
<isin>PLINGNV03442</isin>
<name>ING Bank N.V.-TurboL O.End BMW 70,1</name>
<productId>602241</productId>
<targetMarket>?</targetMarket>
<wkn>A11C5J</wkn>
RKD 1.21 – Developer Guide 1497
RKD126UM.2202
49 Doc Repository for KID for PRIIPS and Fund Info Documents
</hit>
<hit>
<documentTypes>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>de_XX</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/
document?token=1QkYThcOQnFbWsvFKWO5YmykNIQ7vcUuTx2G4KpyTtjSJPjUWmTOywc4YtJMCzGnwypO9Hwkz3onS6o63yr
o1zK2YzNRrr66ZFt8LFvaUyU-
dZsHB47kUv9C5oNFzhvwOM5aLAVpCM8U9ft09R89Ik5ixq1Hsssn_S8qNDJzwhmdQtg_SZURTVChz748-MPguzZJM-
pxfp1QptsNbyn6UjpGFgvtGRVsKYLofO8Y_7-sM7u-
LH64QBOcbFyp0N08ug7JZpFmhEDEvcf3Hh5qeM4twdi41zHsfX9CriyDgmTTHaIj2d1j-2XEKpKAojZK</hubLink>
<mappingId>1434</mappingId>
</documentType>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>pl_PL</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/document?token=IehalDoxaNMep3FC4iD1GWJmLH_GLZjU-
aalMmEY4qThCR75O8DXS87KczOKOFHFVCBZagpHj06W4QKLT0vSS2KEy9Ed7A-2ihc-
br81HK4Zx5hOqjTHMJHHK3nmCTrxnGXI7rOMXK8gyzn9Xrj2xhfm8EGBQdIB0AMat0kQWT3_MnooNcFxiChQT0GweyAWaABuaX
210BLvtZ9ZOMWt-4-CaqyPlQfGRz3AyVbN2jCMYxT7EU0OApA_pvGWOTlU_q_lmHsucx2AOhR0y-
BW9z9AhwEEXgzFW0c_QXxet18sZfmnNLcLwqVeX8awe0jz</hubLink>
<mappingId>1435</mappingId>
</documentType>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>en_XX</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/document?token=dIQnFyk3YXGke2e_GIKb9pXZsHAF-
JA51dImrwOZXMRkSK5HTEW9AZXbE_KUCL6X9EyAm_qMPDjDeCCbvOTAruMBIp0ESRE1gInQ-
In71XSOwBOmaiqOwMrzf3cMgOKQFpJ2UCdRe3z9JGNicPED753ZF1CJ41fXJMYkKCu9JPVhD6UqdC7CHmhi53kQE9NPSH8IkpH
8jUCVBa4qw4E_w_Vgj9EDaTY4nZIkDyFKRBPFD_kab7_HP51MCH_oaxeQowHgIQiipU4V6-
v2erQiMlbrHWEMdzQT991QMAo2gvJkMCnfp04RTluRlDGfaGJ3</hubLink>
<mappingId>1650</mappingId>
</documentType>
</documentTypes>
<isin>PLINGNV03814</isin>
<name>ING Bank N.V.-TurboL O.End BMW 65,4</name>
<productId>604686</productId>
<targetMarket>?</targetMarket>
<wkn>A11G99</wkn>
</hit>
<hit>
<documentTypes>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>de_XX</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/2.0/trkd/
document?token=yKI7R5Y2BqXGQKECD_Bw3-
ad2gYICYmbCkoIvv6ScB85OyK_L8PZowqj8NPyNgeVg79N5s6tvAF7MRGoYc_7b5IrwYgKJwuC0jGnDYwk0TzUpSIp9m2I8nxM
aZkqw3yNCq7fHWcBByLfEh7bY0hA98DY85ie_gARi3a1omLpai5lv2hfEe2GrTUA9xaaKlieyC2mLP-
ZQC2l8jEEVMRrDjV0EMH_xkxZ0cFdzBCW1URXde1vMqlESRwTZnBw1_MOxwLzDnkZZ6exEJ4uuZLuGeMIACdzitVPytamYKXXm
q26VWnazNAjh7CrbbKrl4rX</hubLink>
<mappingId>1434</mappingId>
</documentType>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>pl_PL</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/document?token=9Nt_ew1e42Qute8xJGdms99EIxfPXUI7pzUwGOyLExWYNZJIuNPp5LfbJIp_CgEt3xGh4VL-
CBlXLQH3eNBymrCOemHA_R2_qy2U3fq81Dl-YExMI4Ev-N8ZiAJwufXXGO3mSvQJNzYJQ_lCeh0MdjcHJqeRHa-
va7y2JxfowZTngwZVPDSi9zlq0aSnBrrddCyAzkh0FwHCyCVLQMnBLeAHm-
A_2tHRF1LUgVxoapc9SGZcBjQjiqft7aazeKXfeOnV1emo_mul8nAN6R8_vrbxHe4u4XutIGTU49sagtd3lmT2llRh0X18qC6B
iVhy</hubLink>
<mappingId>1435</mappingId>
</documentType>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>en_XX</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/
document?token=X55zejUbZEOR7D9XkZzJICkF5JujtyL98Zh6UjKW0F_4RyoKD5Vd5h6b01vKGT0ttb0knvEm7jk-
XPvSH87q3jL6CXwv107cPWYGb3iWnj-LikR4JJfIhzoa6CjEhcn9jcnCrnUW1EbBcVfj9--
3Oq7tYPr8CNUuUZwk4C9LtxX62M6bjTpUUo-aOU9p7Mp7KTqFy58lqmjZvVpM_YwrkZF1VXe3yVJw2C-tO2-
mYEetaKMCmEXiF0AkYQ-fCcUxwjweXD7sPZ8TXNS6IXaG8evZdeOAG_JT22-5O5WWDpACQC6nsc0xe-QTI_xIeq1l</
hubLink>
<mappingId>1650</mappingId>
</documentType>
</documentTypes>
<isin>NL0010939179</isin>
<name>ING Bank N.V.-SprinL O.End BMW 76,9</name>
<productId>629778</productId>
<targetMarket>?</targetMarket>
<wkn>A1321D</wkn>
</hit>
<hit>
<documentTypes>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>de_XX</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/document?token=EhvLm-VfWllhJst4nojY-O-
mvNbC72ZnIAUyxfJN3WmiwTxUGZDot0XQnvmoOrWGe4Gu01DbVi1ds37ddOFZoTdQgcn6kqTTeJZs5MvcFl0Qtpi7Qs4LZVyX9
A5Oyy4Xz2_ll07LobwPkaL0Z4Vp-
z23nHmXvCxyQ1ZBjmJWrozi_GbHJGbZCacVg0Izt7MzMWWCteSld1chYvLW6go2kDwM6B5F9j5xOx-
LPp1kkjHckbpq_tTMnM9JvsZZVQ2rOjdEvX-l2L1kMwkE6HRG3jyCaHoVcvsVjHwXV83ysl9fCm33OF5CJV93UPKn54wn</
hubLink>
<mappingId>1434</mappingId>
</documentType>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>pl_PL</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/
document?token=NQGYs8QfqaLiHBN5su9MrqJkH0YH52dOp8lusTdh5hg_PHA7WTZHd4CTiAUc6OVivzdTb4sV9isREgfYH8Q
tyiIi-Dc-fkmZ88nnXOa0c6jXv21e_AoS6Iu8zhH3T-
WONCbihPmBv3TMwihK4K0_3IbO4eylWitNxrJs_pvdOuByidQeN6zWgJoenBPqDo44rVaQS4DbEI7alpdObZkhGJtMexs-
wy8t1PefqzJzkznNlM-
qjDBXBAt1I5Xjgcpd6pKCQuxp6kcPu2yFVtrpEhfgBSyLX5goTRji8sAEOI2BztXKld5c65N2XPRTBS05</hubLink>
<mappingId>1435</mappingId>
</documentType>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>en_XX</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/
document?token=qXWPxUgjCnnhrdndTVPztGdYY1IkcapfJUtewqgVN9wW6IJyLFjVwD08xkfDypZlf3P7yiw5iAth7hfXiaN
xgsRl3ZJQQvnMNq7j5geh2ntp1ppD_YjhFPYwWuWWbYKhlKLYRXn8TZo2cqyqiwGfzhPC1BZ4UemupXygaAgTHaDlIGzpAmVfk
JqZHLV77jBDN8hDyfc80xkZ2ujwy2Im28byCq-rrpXZ8Dwy3_W4h1LqQDbND0-
AyoMIJ3W4H00JzBoc8SBapiRJYeLMdQBYSPTYew1UUa6uWBeMWMAWZeKK7giYCKLiWGmzsu6Ta6Kj</hubLink>
<mappingId>1650</mappingId>
</documentType>
</documentTypes>
<isin>PLINGNV05181</isin>
<name>ING Bank N.V.-TurboS O.End BMW 109,5</name>
<productId>630906</productId>
<targetMarket>?</targetMarket>
<wkn>A12Z46</wkn>
</hit>
<hit>
<documentTypes>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>de_XX</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/document?token=Ebl3oWPPS_XzW9JNRVJcMCitDuJ1mcnYI2UKZoZiGTwtQpYA5a-
dtpCQgC3F9eNY53ReIf8UYyfNp0JTstjcEPULTzG7ej6W1gY7LILvX-YU_45scLXxG3-
GYJsBrukkoDk6kwGbWRDobE1KUVpU_fZ2sqPsR2cifdj_QbaFxaKSviJQCsaH2cedxwGlIHBYg08TdUEfsCdvDiJ2wyjIBrHF1
oVZDBx44wcFmLqFMk7X0ef-YwPUIvCb8PxRQ_fNLGzRCyToRgeGA5kh8TI8Jx73BcvPYiXkFvra1BmuRigcABbCoC9KBQmU-
hGyr7BX</hubLink>
<mappingId>1434</mappingId>
</documentType>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>pl_PL</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/document?token=LJYPdnBF3Gq9E5S1DmnVc7A1GAqZNXMTEjPCnhDfQgaot5r8pNfiopKS0GQH0rr-
65HkzMorYROU5llTmKb7zmhx5YrM618FDYDKSZVE07IgMmy_jgayGTVNoOgdgxBi3MmwjeckIe_d6wuATW6UD-
CIAOs69waTnRJh_gIm_87rOjy3pmiQ81J7OAsnkLHo2RdISvrsY0INyIUqT6xj4WcbOaLskudQqxya2rotwaCu1xBYb1j5KAdo
4l6L0_ZxUFPjUnrB4S7R0Gbv-MToeJ1hGVS6Ctjq71ryeg_NJD2HwdfGqJCh9oU5wmaG8CNZ</hubLink>
<mappingId>1435</mappingId>
</documentType>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>en_XX</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/document?token=n7I7jC6QPWMnG80SySvZLWhexDWNTtof6GwEWOxVSEF1lS5-
eHpEVIV6r33eIcrAMcX4rjJI4RZMhM7s6g-
VdC4NF4JBDFlPkylUTCSXfbs6Y9aM8gWcQA4U1IQcDKTogVg9jeXzEKa27YQnUAOi0FJsw6B9YEoLRr6igGAQNKHLdtnXg20E2
Nd0CFw2bDqQuUJIAYF8dSCBnl8g3p6Z2t9Q6_VxK3IlZLRpzj5zTCULUuQjCtemX4x6KhIvxQjFCUCo99Cl2w9jmI9RM6DEZfj
v9OUAQQIjdk2_6ohCnJTBqrzrHw2RdGxQ9zVw5c7O</hubLink>
<mappingId>1650</mappingId>
</documentType>
</documentTypes>
<isin>NL0011013677</isin>
<name>ING Bank N.V.-SprinL O.End BMW 91,8</name>
<productId>648249</productId>
<targetMarket>?</targetMarket>
<wkn>A1486R</wkn>
</hit>
<hit>
<documentTypes>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>de_XX</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/document?token=d8ggTUDbNSz0rHqUC6RRQsnvqWzzVFjo2saFiYssUjtJ9QBe-
pXMsVdR97BKqX7EsJCGTGI9wccXqEGMMgwkb6ErSE--W9HSyq-KWYOjMx_c5spSuU3pRv6XPTbQuD-IcIIAPrAqtJnu91S37-
Y2g9USH9SQYviIbGLnicUMnMu413GpHi-5NZBq_LQf6PwbwwBWBBQSonFKqxfQhmMwRfLv6cAf4rti61V-
ksV4Gdo_sB3G5MQMJrrRXwfUP27YUrerFewp0ddL2NyI7Jj5EbPjbPbSVKGqq00DjI4QHtEQxzyIjrm0eazup03boHMW</
hubLink>
<mappingId>1434</mappingId>
</documentType>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>pl_PL</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/
document?token=TcvCKOlFLTduiJ8Mjsn1zlzJkJ8JKZbyOKhe4j9EhPACbD7_h00WO7DsBvC13tAddqqOD9tkGyUXQiVyDRj
5yPJG6ALO2ieLAFU5Bl3QiZkLNsLOcBYAWD-9Uzcx0ezsfkRqvseBF7CmJKKOuIsbXxJwnUyFM0aBZB-
nOMkHLRJ4sZu_5mmlEbe3QMhzkliUZ4flLVIH2ni0XqUyV8e8QfGRHbBWWn9p-
qmmvKWxD0yLqQiIYWaGGk1cmW_sXjUdMefSRktD0Ww2b1EXeO5CF6otxjHqq28qn0fR0WAKp0RYpqvOM6j4yTigODZAwPJA</
hubLink>
<mappingId>1435</mappingId>
</documentType>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>en_XX</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/document?token=OF_uIuPF0A6GzS2TRGQwMo2yyMdrbLWoH9FIwaxifkyraOSCtePe8zCZcZcZMUM-
0YFO796PteI9IK8tT6rKMYxAmnAwjMZzeTUQvWkGAaaCoD9BWYV-
xRQEOzInjicF1L5nbqPSpTAPs0EbD5zEnp64ktgrU67aZSgjEe30DlFZN4jxMVMh0ThHNLLR3pe7mRkKHJbpEKjpJN2OmZUh95
OatSUIR3r7HI-Q3hCQ9TpBk0PpegKSwMEc-NxufYxXTOX-U-
HqZsD7oDi0XT36DAnUwlZ2VeyEsDS5Vhf4rAoLGKNVYU96hKQxrKUUsge-</hubLink>
<mappingId>1650</mappingId>
</documentType>
</documentTypes>
<isin>PLINGNV07799</isin>
<name>ING Bank N.V.-TurboS O.End BMW 127</name>
<productId>687474</productId>
<targetMarket>?</targetMarket>
<wkn>A15D5H</wkn>
</hit>
<hit>
<documentTypes>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>de_XX</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/document?token=2ZxFoYTUG-
PfhxOw8125PjR13kBSzgn9ecdri0iFezTJcwFNPIJcSFXW1VyaEBE_S_NQtVe53z0uga2qfA8AcaeYOt5Ggv88hneRUqjFyUuC
2hwzrnXXvRT2BP2TwKSg194Dw3Jm8GtJKWRTFYSurUjVUR_KiKDPtsTxJ0cl2IVL_xK9sHgqY8YcuyPFI6zWyW_C1LLebsXBUZ
T6mRx-2kNcMM9sS3jFRi-
NYfxRCAbe2ovJnNsRdglWFRrhoZIOzjyQxnT2ej9XbrE6wMR453chqrUMLG6vlJIGutgED7n2mUjHChZ4BYIldU_zSdVk</
hubLink>
<mappingId>1434</mappingId>
</documentType>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>pl_PL</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/document?token=8Q_IeYeGv04QF_vpyEgx9CP4fnriy0oq_EcS4yAywhrEWf23_nV8LjPcd4lyLOOHvQ1v-
NQz20pRdBAqp73ES6ZYIVGNLGGzovtEsgpl7FGy78jGX6VNOQzisFm3ETLcT_r9-kVRks-
EKde_ScIgncS6YpIN1mFi2OkK_IjwNBC4siISzj4PqAbwrUizxHxGIs_sIfqdjFiUFsQYfCNZgHc5pC5Ye1wOXDwRq5cvT11Hl
WRWrXFtkehgThn9bPvpQz3lkCM9Wg4qDOzupP-FnGMtFIdTxQfIHYZ8QzTEa85TXt0clEs9qCGbEGXWt4Km</hubLink>
<mappingId>1435</mappingId>
</documentType>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>en_XX</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/
document?token=iel3Qoxm0yVAbE4xB56fE1vUTpShvM_FZRO8NLAZUAGwxYnSP8uLsSAot8mYScDvbAvmQS3KCP-
ZNOtVibZxw0Ar6jCLo5PqymOWwOrEu52fXWZMxpzIn3eIvz28y8sZO2HD9rXGh0bqGntmsYgDQXEUr73BhbQNpK8gRVgIoKgEQ
0OdgpCc9_zzSgGInH99gsAxkvHh3Veu5qYtXjrZhS5cxElervobEI-
1R57nt_1h8BhYwR2HlD5FYPwpkExSB1oQVVg0o9CIGeZWoj27Hno84n8afC62r6iTwOlBOZ-Kpalrke2Mln9y2-usUpIs</
hubLink>
<mappingId>1650</mappingId>
</documentType>
</documentTypes>
<isin>PLINGNV08136</isin>
<name>ING Bank N.V.-TurboS O.End BMW 138,1</name>
<productId>690552</productId>
<targetMarket>?</targetMarket>
<wkn>A15L2G</wkn>
</hit>
<hit>
<documentTypes>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>de_XX</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/document?token=RgvPZouc0I-_9oLLNK1e-
gxxSsLphnJIOJYbw6oIw_wg6lx_YwmCh_ZSwUIItoIP81P3XZcvbeWCNFmTfF4r4PN_dIVPQ8mk2auc5xkrNm5UpCdWhswOEaV
JoXs8S9Z1Ny4w7X2kN3zY-
My2G27XDDc0gQ_kVS7d1JWfYBTsWrYpk6OGsd6DKMdCCzK37LFoXVHC4ekIsB0qyQUcVXyeJgwgihfIrI5SGVpOoLYSA-
lSHuQMbhOZxkRxvb5AemIjfvpPhpbJrg6E_xuVmPyuMwBHeWlC2Q5w3oHPz9gBWlQy5QXuVaKJkD5aA-KAT7V3</hubLink>
<mappingId>1393</mappingId>
</documentType>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>en_XX</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/document?token=VaEaGpRCkNmvzr788Hgj2l2fdllXYKULosiAzrRn-
D4GoHoStIHMZdhHWSvEzq_RQZOHWagwaPHGPtRD4rbwzZ9qtSpqdh0wL30pLmn3KiXYZzayYACW9VXpvsXEfqpuou41lY6zLVt
45tzJxwCDbl1IPDNU6iroSZXQLdkHe6lXQyEX5ad8J0Uh3Lk9jSionSH0jNqzsBVsd8DtsrkQ7Vmk3eXiDKISMjfLpTasULKb_
Wn1I9JkaLWIwDydiNLSYAXLSoFpdeYTxLEd2iXlnBmC1FplBnblBgNX0Y04zcoXjBqbKdkRSUvZpBkg8hmU</hubLink>
<mappingId>1394</mappingId>
</documentType>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>fr_XX</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/document?token=Q36Cpbv_BDJilK7KDNNDdeer2dvZ1d9uVVAW7mvaa4
BDJilK7KDNNDdeer2dvZ1d9uVVAW7mvaa48j2Hnxyu_HegLQK5enT3rBdWxpoAY4EDU9yaLpg9ltx1enS9Tjbp7uqkZNpj6q3NF9E
wrKv3mw5A831B8bhzw8nOcG7TDOwoa-LTr0AiPYhLV3AidU-MzW49ONG97bnWV1JnPyASZP7rUM5Od9qZgZ7m-
b3jWqIoO7aGzGpfJAzsddt0S6rQOFFKm4mDqLyv7SdsipOGeyLuQYnQcyvnOTkksJZoAklxT4aGbyLUjiSErcMsonivDBCMFNG
EYtlpWEEccIv_jD47Fmgu90eRSP</hubLink>
<mappingId>1395</mappingId>
</documentType>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>es_XX</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/document?token=hiszlEjH7_icuLg4C-
JN5P5Z2Pcyt0asMmHdTaUUUj1BiCVjHXs9sM3e33Qx1lXnRqgsgHzW2ohNsc8xeTTgPDr0gdYTpvgjrhoTfrFAJLtY2Z0SFcK8
D2pi91dLLgRz0beoPhN0VhGK2E9nx259DhUlRLenILV9uFnAyB-Ak3OC3buo7bxPIKWi_4wafptK_JSIVtEcUPiqdmozC-
k8LBI98JJkmEJbGgB8EyYm2yyhpq7fx7ykr7V5CjlgWkb1oaMnX4IoanGA66zA9-b1sGuNqF6t-
cYm7ezRfAF7KxMemfz_3xA22eqdBD7vgOkg</hubLink>
<mappingId>1396</mappingId>
</documentType>
<documentType>
<detailedDocumentType>KIDforPRIIP</detailedDocumentType>
<documentLocale>it_XX</documentLocale>
<hubLink>https://thomson-reuters.api.docrepository.clever-soft.com/docRepository/rest/hub/
2.0/trkd/document?token=DBg5rLViETC_suIQUH-
Bsi4IbSTfG8pAx6OTcp5OMhuXFDYHBz2aapLGXr6F1mDcQIImHtyHRNNK9IIABUzsX5PXrIAlXeBqbOh0T2CRN0SYXGDxnENbK
mav94uB-
94d778IQ4GGn9rKppGEq1DkDzPTWW0jQtK6R31ZiNYqsBTvcysWNmonp0Ls7KkK4k5bwFlamSKizJHUvh8_Jh3Z8mpKqjuyriG
4awYBjUW8Fy_huUoasiSzTJiecM2rUgNpBwTDq4c_kFBjU1kskNV07hMu6xRzRDDBXkuP_xX6DQ9eLKXCjS1s51eE6TnSXQFo<
/hubLink>
<mappingId>1397</mappingId>
</documentType>
</documentTypes>
<isin>LU1248642750</isin>
<name>SG Issuer S.A.-TurboC O.End BMW 66,56</name>
<productId>703446</productId>
<targetMarket>?</targetMarket>
<wkn>A17REL</wkn>
</hit>
</hits>
<totalResults>10000</totalResults>
</SearchDocuments_Response_1>
{
"SearchDocuments_Response_1": {
"hits": {
"hit": [
{
"documentTypes": null,
"isin": "XS0173501379",
"name": "BMW Finance N.V.-EO-Medium-Term Notes 2003(18)",
"productId": 180189,
"targetMarket": "?",
"wkn": "970661"
},
{
"documentTypes": null,
"isin": "DE000A0C39Y4",
"name": "BMW AG-Futures",
"productId": 212952,
"targetMarket": "?",
"wkn": "A0C39Y"
},
{
"documentTypes": {
"documentType": [
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "de_XX",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/
document?token=ho72pHamBB88CGhhajznoS3zUcFJHOqcdiiVJGCSZ_sFAgCMUqsfWNgotQ8VXr9HnGZMHy1BBo5AwJ--
AvEYc-
VkuaMputZa4b6DcXLHMzRSBkJM2q2jMgQr2fIHheJVZsMfRk3KBuiBtmuby_G6SzD6xREGuUbHY7UznENdFydqsC_T4PZi1M2_
ce0JDHFA6G1iLJScV0B2_lqw_jcO6i7m-iVRkUtNhsrBkLTB61Ldz5wRmoD9YzsIY-cssNJc",
"mappingId": 1434
},
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "pl_PL",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/document?token=MtyRw8f1lb4bBj8rEsBprbUSOoAIHZ1kDlabXoVUmtwB_7N-
Xy8-
nppO4Zy7bcWjE0SIrOWvXunmnyuJKoRaH7Pq638qkv0FWuvkdmMKRC3tD2vFdLhyVdo9xjj2UuHqxbsgC05zxMLwZ5e6Ft1VVU
Yb3MG-3fIi4tkYV-gp7GkU6vtcVKxeiQaIaazUEsycn-
wjbrSkRcZVDGrZ_55iYVI9rjl1dIF8pW28odCjpKvxSZjPipslgnOVviwMYt7-",
"mappingId": 1435
},
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "en_XX",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/
document?token=8tEyxfwoXD6Fk41kPD4qzkbbGvGDLce2aZMZdT_eNyPkOMKMGdFb0sTnbz0hU1t2QP-la5NqxBu24Ju-
R47kE7sW0l1O15kzO7jhYPvSnfINIlxGXDoMFE5AE8lWgsM2w0TAxgWnLkF5fn-3HhzOgeiXJm-
Cc05G_1fEeVEhivM3QXm0NGL-
2VmMJpUhY7mUO9eeBaDa3K5Gg1jN2ms3M4sAVVdBEqbI7aEpPtyWGfk55CrDmyWxb6GaI_bkF6ZI",
"mappingId": 1650
}
]
},
"isin": "PLINGNV03442",
"name": "ING Bank N.V.-TurboL O.End BMW 70,1",
"productId": 602241,
"targetMarket": "?",
"wkn": "A11C5J"
},
{
"documentTypes": {
"documentType": [
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "de_XX",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/document?token=VsFZkf8mvpUPTV4CCN9pxDLwc3kZFYYVxGN3A_h-
gROGBfJRdR5nsCkckbtmXxWEzzODQvp5g6agCwKT5hyBO1b3wDlb7f9JEoDKnRubZxR4oRsphVG1cRjcii4jZY0BT-
uBE3vOaj7aokI0dNvk1DJBpUJIsi7mFnPFT9FfooThSiYE-
5UsghbKP1CWfJjJ9OtD_QxUORLZyZSuJRokCvQYymG29Khqyu6q9aLuHcD7EgNsGf1-yGBI0xECEMDc",
"mappingId": 1434
},
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "pl_PL",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/document?token=FxcIA1E7OvAzlUe-
DBMMgY8b_sUR1PD87G_SXCVpUWWxoBdvWaNA8_HPQAfZXNtTFxJxvPPg8hojbD-ceacTP1eceMOqtCXD59iSV-
1CC59KvqAAsTcf0vHwF9mRGUyQYt08e3o7AJ_oVSKgylAIrNlOj907vQ4ydK0NwaY3emrndSAdqEUGjFUS7YAUjWKtn6ZCdzar
tty-X6fD-qyzgM3rIat0bk6bPZp-zSuzo0y2Su5mkcAuz_mc5iOEU5z8",
"mappingId": 1435
},
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "en_XX",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/
document?token=MnPD9fonjDkvnrw2Sn9ouXbjTv80XtJ1b7tVPfvnnPkQnXJmYg_g-
Te94pWSCEqnLFcGpIvvPMg2dMKOYmvR_0aY13NXmYFk0Y2-ccjAeruhA387E_HspwvAQDNRnIAlzUe1eN-jTog3ddcsrS2-
Snx0qw3vXhwucPu4iJmL--xpqxJPokc5UaOZEDkMQlbseAI3jmvQUs644-KPKEqO_H2t0tZz4EEljfL_hvU74zq07A-Ydp-
4VHO6S4-X9zWn",
"mappingId": 1650
}
]
},
"isin": "PLINGNV03814",
"name": "ING Bank N.V.-TurboL O.End BMW 65,4",
"productId": 604686,
"targetMarket": "?",
"wkn": "A11G99"
},
{
"documentTypes": {
"documentType": [
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "de_XX",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/document?token=TOk2xeSLBOiVUzRhm0iV0rSX46z5VsAPjy7cr4NoC-
XBTYT1k7oJGNXuu-8J8L7EY_t3BLe3K1RGfb9zAMwiefnXalvgbouCMdV3WUksPJN0fh-
ugGATiPkJiZU8I5sQIUTHuMaduGfsbbiTozgpUUrVwkgxA12sZYIoDwWV-tW46vmkayh-
YdpiUJrXCs7UPX0JbmAaet3Gcb5EMNtWp_58E5SfyEcSYLHQ7CnOLeM=",
"mappingId": 1434
},
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "pl_PL",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/
document?token=2JXFcWzF00H2PyenPkoZGtVm4m1WcPHrc_7a3iFiz8p4oPXZAU8yE1TyZtlZkRmVjMNxjkCPx8PbZpZ4hL1
GU5ko0fFltuvSdeMz49_beby7wgAYiYn3qq81cOMAxX5vTKNbh2seTg5e0iXsB8tCdgXq6yNJvsaWZkgjldG6sjT9Or_vYOVG0
1pSA00_B-kTRstOVOrOcKVJ9ZIXWfSvRxVes6ajyuAD12dh1WQ8Ax4jXO9ol2B-emxPwzr0mP2_",
"mappingId": 1435
},
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "en_XX",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/document?token=BfobKBVpWcWqml67qFp7NvuT-
gY3Ktqhta5f5X_DXivzsRTeK5xmS1qwgcI8L98MHVIBE9hRuNCiQ2xIwfcO31vdPyCTDJywpsuvCiEs2xIb3kClUQiFV3BnPba
0Qy_Qkd95dt6yM6qrZhqE0dIM9El_CiLCZSXfFStMfjs3U6ovq-
ccxX7Aa293azuh8Zx7VF3lYLiWRy2BstbfTbJi9uXPPtLGX8K7IdTI5Fg-cX9kbTO7CmM6_WaRJwr5Xul0",
"mappingId": 1650
}
]
},
"isin": "NL0010939179",
"name": "ING Bank N.V.-SprinL O.End BMW 76,9",
"productId": 629778,
"targetMarket": "?",
"wkn": "A1321D"
},
{
"documentTypes": {
"documentType": [
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "de_XX",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/document?token=xD97ho1AjicAZ1tu4afFq03JGKhtKS2pu1tE9D-
iFFrg1hAOdb8-078VOx7goI_XWM6TFftFX2vJj9BFm1f4-oiK0PcLYZ6Hud4d5-
u2vH8Yxh4Jyrpq0FqStr_JC_2lemhI_bSJUhmBXe625e1WwZNI5FAya0Fc1L6KGkoSo0OYD09O87Gv46olo4rQ7KxofnTwPqEl
-HH18pv8QCaA92RhI502OxJX9UqAwpxQD1xlkPyCkxSF1qqvzO1imL7y",
"mappingId": 1434
},
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "pl_PL",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/document?token=f1TYf3E451mt7yF1OJ9QH108aY7ZGcsJ-
VT1E7Za5Wq2iVc_Z_VqqNInedgd6WGBHFJbv0H8gwat4QNE7ERZgZQWRkQAZFZeif3s61JJ_qanDWZaFfrx6LMMMdG5nZ0995V
bLV7rmAsszNmu44sIVy1vOcfPqRXZUbbSSBItAEIoI_3PmpwH8qZ_zDglDyDNIb2P8lAtoLEHI8XZnJLgijfu13EA8CVPvGf5B
6ccNHOAdTcGYMA3DukR9ezr_QEQ",
"mappingId": 1435
},
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "en_XX",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/document?token=L4460134b_41CWNM9qG95mBhBGMj_uJfKgIo92SO4u5-
B7by3zSgEy5rJqiXyNqJXIFpemS-HbQuPgaYkKgOLTBzCqyy1LEGXoRRhXQqtrvlbSQI5-
Q5yjub9r5WTGCmYAyrUi6xnXl2aQBVlhGLzsGmLU1P_XyFhtxtYjixDM-
KBjt_76fvjcOI7Cav_VpQPsebzKtpQVKUKdTxOqOP5f-z0Gq2Yr8IrjG2aQ4B21snZCqAYVKYhXhNFryEmNfa",
"mappingId": 1650
}
]
},
"isin": "PLINGNV05181",
"name": "ING Bank N.V.-TurboS O.End BMW 109,5",
"productId": 630906,
"targetMarket": "?",
"wkn": "A12Z46"
},
{
"documentTypes": {
"documentType": [
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "de_XX",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/document?token=8UpWNXk-
JqjLy1DBIkBygD67IIeIWfabeSibj4fEGH8nxOstJy8HGB5yJQLPbYm2XznYlMPVsX997euBT9E-D-
LowSAB9XoGZ2tymcGg4__ATk-
Y4gW5S9VLLhjJKMPIlFaTCYy9qzVA3XlYPIw0VaNLnHX0XcQT4o08OiTXaxdgd5rpNZE7j99v8rquEzyIg8W68Mu24mW-
nd2S1B5zyLJwYwScGWsXFumVH1oGhb9iMucafXJH8Mph1Mskx2oT",
"documentLocale": "de_XX",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/document?token=xD97ho1AjicAZ1tu4afFq03JGKhtKS2pu1tE9D-
iFFrg1hAOdb8-078VOx7goI_XWM6TFftFX2vJj9BFm1f4-oiK0PcLYZ6Hud4d5-
u2vH8Yxh4Jyrpq0FqStr_JC_2lemhI_bSJUhmBXe625e1WwZNI5FAya0Fc1L6KGkoSo0OYD09O87Gv46olo4rQ7KxofnTwPqEl
-HH18pv8QCaA92RhI502OxJX9UqAwpxQD1xlkPyCkxSF1qqvzO1imL7y",
"mappingId": 1434
},
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "pl_PL",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/document?token=f1TYf3E451mt7yF1OJ9QH108aY7ZGcsJ-
VT1E7Za5Wq2iVc_Z_VqqNInedgd6WGBHFJbv0H8gwat4QNE7ERZgZQWRkQAZFZeif3s61JJ_qanDWZaFfrx6LMMMdG5nZ0995V
bLV7rmAsszNmu44sIVy1vOcfPqRXZUbbSSBItAEIoI_3PmpwH8qZ_zDglDyDNIb2P8lAtoLEHI8XZnJLgijfu13EA8CVPvGf5B
6ccNHOAdTcGYMA3DukR9ezr_QEQ",
"mappingId": 1435
},
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "en_XX",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/document?token=L4460134b_41CWNM9qG95mBhBGMj_uJfKgIo92SO4u5-
B7by3zSgEy5rJqiXyNqJXIFpemS-HbQuPgaYkKgOLTBzCqyy1LEGXoRRhXQqtrvlbSQI5-
Q5yjub9r5WTGCmYAyrUi6xnXl2aQBVlhGLzsGmLU1P_XyFhtxtYjixDM-
KBjt_76fvjcOI7Cav_VpQPsebzKtpQVKUKdTxOqOP5f-z0Gq2Yr8IrjG2aQ4B21snZCqAYVKYhXhNFryEmNfa",
"mappingId": 1650
}
]
},
"isin": "PLINGNV05181",
"name": "ING Bank N.V.-TurboS O.End BMW 109,5",
"productId": 630906,
"targetMarket": "?",
"wkn": "A12Z46"
},
{
"documentTypes": {
"documentType": [
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "de_XX",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/document?token=8UpWNXk-
JqjLy1DBIkBygD67IIeIWfabeSibj4fEGH8nxOstJy8HGB5yJQLPbYm2XznYlMPVsX997euBT9E-D-
LowSAB9XoGZ2tymcGg4__ATk-
Y4gW5S9VLLhjJKMPIlFaTCYy9qzVA3XlYPIw0VaNLnHX0XcQT4o08OiTXaxdgd5rpNZE7j99v8rquEzyIg8W68Mu24mW-
nd2S1B5zyLJwYwScGWsXFumVH1oGhb9iMucafXJH8Mph1Mskx2oT",
"mappingId": 1434
},
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "pl_PL",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/
document?token=Jhk3h1E8OqfD8Ivpwvvwvb4LMJj10SL6A_tnpDxLUwzP8XJFY1yzR-
RtsnZWmsuZAd57omD4XoztzxTAWg9GEKM0bUP-
YpivmELqOGz8cTL0cee0BFU_cseKgFumMa3PdKP47lhtPH6IgYo_MLbEEqNc0M_0O1ahfB8giPr_ExwnwoFg5rNT83AmGVqZ3v
ok3XpBXMJiVIBHQpyv1cRh_ijUGT6RvzlXoIEo9Kij6ONgkULluobwGdLfpEJiLWZM",
"mappingId": 1435
},
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "en_XX",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/
document?token=5d4vZYBValxCllKIPjkvTRBjzRk__EWbBrM1aUCXkWWckd_1UlsacnJ8TgKtDWT26Zrm11LF2KDJ9imT6Bo
b-_g4GMnDl4oQwqJJU-nZGw_E5zD-
JCpY2qkJqgKxBXLWTzzkCCwShOCEhbMcTr3U9tz6s0pQfkEzgoRiI_91BSPPgPzxiU1OEolgsPBRxAFrmMg4YUSBBiSgRUNZm_
ONNFxjnxsUL25IQuOlRaN_mQE=",
"mappingId": 1650
}
]
},
"isin": "NL0011013677",
"name": "ING Bank N.V.-SprinL O.End BMW 91,8",
"productId": 648249,
"targetMarket": "?",
"wkn": "A1486R"
},
{
"documentTypes": {
"documentType": [
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "de_XX",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/document?token=AZTCC86x2_AgTgnC-
_3Kil8gwKjZyS4PnTEIK7X5lls8IhYWaA74Gvh4zC5ZU7a9GqqXuvZvK2UI6Fwbzqn-
jF2wj5Ob6gqGOrhFixc5ZQWPjNLsbCzMKBjZyHTYz-Le-poTJ_hyfxbEhAH8MQCmhp1hKZSqBNQ6z-
5K1YXgJDL2Cbm4wVqXNcCrVmTsXYduOxwhnI_Kpl4svs_IlPCe0SViL93Cg8qk0lZ2XL-1wM6c24V1Cqx6M52xPJ6KagLx",
"mappingId": 1434
},
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "pl_PL",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/document?token=cpizYNMMBIHZE1MoWT-
RdmfSrKa5PTUnuGooFnuIjPmQwc7DJgeTQrFj79kw4Ad1mkpr7m1fa1Fid7kq_cvErlKRhQKtGHjqZJ1q5PAPm7Uaz_upc-
SJ6xEb5CpadSG9ZlW9x3zN2eEgY9mwqiIlsYi0saAtxUPapCjWV8rrQK9xyNvhm22juClq9Fzgeqcx8piFIB3AAmMrJDDlRXrE
Q6odNVP53-vFFbeJXkyIP6W-fBRzRmghgLDjqRoLlazU",
"mappingId": 1435
},
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "en_XX",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/document?token=vROQurQWVfyht_WORFebDYc-
rKTubh9QS4R4KNebTd7qfLMuiFpkgf1KvgrGPS2xa0qQ_74TTQLOuvmEHbmjMXesY7UOzR55UstAuWKusJPAxYDIOYeQ7C4FYb
lIIeT0euSiWlwRsxHtn042qXi8QrwAqU2U-7IU2nVss3TBm5NvKMvWwM1Q5tBycWdEjU220FlJU9q2Y-
lSZSHZxyYf2P1a9xaQpKQu8DWsTUVn347AnZJb5P7kSqR8ahLRFaTh",
"mappingId": 1650
}
]
},
"isin": "PLINGNV07799",
"name": "ING Bank N.V.-TurboS O.End BMW 127",
"productId": 687474,
"targetMarket": "?",
"wkn": "A15D5H"
},
{
"documentTypes": {
"documentType": [
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "de_XX",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/document?token=L1yk4h-tozD_ti1TLSk0gX4Fl-
G0Gr_wREvSEnlyFqHYVtigKhz2CxWOGEPED5LM-
XssbgYZwCurbCF1lrc3cFNFF3jdv6IUQYIjukWK63tUyZ4kgIvCx_d3RF3Si-
GhSVJbWcfobqeyGK2M5vIWTsvmkUftb_owZtdnbu8Ce_Sfge61zpBqA59WMuiFBp-
1bMakpfFmNjuTzYnK4mKzaxuJWbpJqBedChR3TE7m5i8zqRCK1JD7W9OkKyiNWS3H",
"mappingId": 1434
},
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "pl_PL",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/document?token=AsxIvdxbn0E5-
F_9yMPzfssaFruL17fryYI6Tw70djBiwiaeKN_tRFQ4zffoKh2qTZYfYsWCxzNRbq3sa5yt5E5MHrOJ2MhheYNtbjHpB3gw4hE
K0OKUZ2va_3DQ8aRaRO7k3A8d4fRu3REY9DHjcI5hFhmrcKJ8TRh_pYVaYjC1Sbzv4QkYlvXRTgiOrEYVj6lHlit1-
8z51E6vhxo6e-5XXHNa9UGYZGRK49e8Nmo=",
"mappingId": 1435
},
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "en_XX",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/document?token=uNzRGKalxnl2Z4wnhp8Qbk8o-X-KtETRVWFC3ETcnR6BsY-
tKZO1BAsr6B7RK_ouO68grdOKsekgyiSNnXPmMsN22s4Rvebt9K_u2KnuqoITKw8bKlHqCMs7eCtJ1dFtDdVc1VwyQ5z5TQrat
L9pbVswi_9CYJk4Umm7grGXWVhQiC1mHFvlaimh-TAVd06x7-
Tc3B3Koywhh95ypGZ3WXuQC4ftGwxZeAr__eIu2JYfTO5aqvT7et-e9KN2PAjP",
"mappingId": 1650
}
]
},
"isin": "PLINGNV08136",
"name": "ING Bank N.V.-TurboS O.End BMW 138,1",
"productId": 690552,
"targetMarket": "?",
"wkn": "A15L2G"
},
{
"documentTypes": {
"documentType": [
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "de_XX",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/document?token=LL949KEpAfKWQcEy5TOzYa0KjtzB0N-
H5AnxROmp1YHXrCCqysbF824EDG5MrNBBJ_VCTyc6cdI9SNKwivitjpi0jRv3kKeJ3tDJc-
AGUKlPBqPxrFjTyGry5ohCOEmrMOglg00KPmh-a1dVTrHio0iIiIR7A4wEjml-
XRWtVHsuh8aqVGKGUz00o9a0PDMSrFixWBvsTC9MnneMa8mQUBm6Rn6ot9wCO8kqWZed8Lw=",
"mappingId": 1393
},
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "en_XX",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/
document?token=S5qqUSfM6mnGJNBuZVhw9qm5EORxf2Zn1Zf9AdxsGyqEEYmGKQHSQTyJwXyEceNo9GKn64gN1koI5HzJgYb
qNLsLAwqMXsND5c7OVLXleyi7N3xXGtkiYga-
dZb2Tn0JVHjkHj8BIS_7r0FL7PEPwAAyTdvmw3ocW1G2tnS108ClzJyyqTrKbmbMBepqtrZVBmJmwt72waYvgyrOUAPUsB7bXv
5M_IQu9sQK57HWcWj1wAAeV2Yk7yIpu-cMhI5h",
"mappingId": 1394
},
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "fr_XX",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/
document?token=0FZOh7xfd8Oiz0ymXENnrmH8F15XzHvqSTympsnCYOqvluNBu5HK4rZQC2qmpkpizLlcvJN7c-5_bvWsAN-
-SPMGxmBYqC9a-yFoGqXiJE_y8kf1XLzcABsG58KyP-
BWnX6Rtvis5a1HXwhwEbrgZBTuqieweexhlbf6A0iKzmxjxDw36GTSRTI3MtcAS0aq4KtT0YOP6bky6aVkWNhdzJvLKakhIafmvLg
CcZOuQQTydkUwd7uZZEqpGobHzjsU",
"mappingId": 1395
},
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "es_XX",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/document?token=dKKE-UmIxaV3a2y0a7NBNOO-
62ZbvQiqouM6Dv2FEVVrdwpXCDq3_Q1z__6Z5VJ1j5_y2rYl5X4bih50rald9BBP1dbrCUpBShTCd9hI6rKo2a_3lCa54ljOdf
cyxQB-eo1XwKW-
jgUSo9QClnJrVUNn_wJd_SY4VzMcjwk6jMqqH9OjJZmJ1jwQyRJEebNUzFgZOdtp5fsZ0nM255JtwurPmdeaX5Ljy02BiEU1BZ
SUWKi3S-nrbR-EpWHYB8XS",
"mappingId": 1396
},
{
"detailedDocumentType": "KIDforPRIIP",
"documentLocale": "it_XX",
"hubLink": "https://thomson-reuters.api.docrepository.clever-soft.com/
docRepository/rest/hub/2.0/trkd/document?token=9XK-kwoYnNEQ-
SUy9Fqy7XOyodJFDjh52dvEoFnWg27uUGNh4jFRYWAOlkihSXRu4_VdHTLBKa1_Wrn53y0-Jl1xllV-t9L-
gmX1EkOdvnWu8qXbrIYvNmHfQpXKF1toKsrQBf8740kuXs1xqHMn3D0Kb3vPW90xyDAogOX473nGQYE5KiBLzsUh_iXpR54Q5M
I2_ME3Jdn8c4Ps7vZrWXCOgcOBFDXWlK3hnLq9hlDF1ZJrDtNOtHeBiSy-agxB",
"mappingId": 1397
}
]
},
"isin": "LU1248642750",
"name": "SG Issuer S.A.-TurboC O.End BMW 66,56",
"productId": 703446,
"targetMarket": "?",
"wkn": "A17REL"
}
]
},
"totalResults": 10000
}
}
Response Values
• AnnualReport
• SemiAnnualReport
• Presentation
• DeltaDocument
• PIB
• KIID
• KIDforPRIIP
• etc.
50 Quote Chains
50.1 Overview
The Quote Chains service is dedicated to chains processing. The service allows data retrieval using a single chain RIC that contains many
components. It is optimized for chains processing and offers higher service quality. It allows partial chain retrieval, which is especially useful
for big chains.
50.2 Authentication/Authorization
50.2.1 Authorization
All requests to Refinitiv Quote Chains web service require an authorization token. For details, see Understanding Authentication Tokens.
50.2.2 Authentication
Refinitiv Quote Chains uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in Refinitiv Quote Chains.
For additional information on creating a Service Token, see Creating a Token.
ATTRIBUTE DESCRIPTION
• Yes
• No
<F n="CF_YIELD">3.4493</F>
<F n="CF_LOTSIZE">100.0</F>
<F n="CF_DATE">31 DEC 2021</F>
<F n="CF_TIME">21:00:00</F>
<F n="CF_EXCHNG">NSM</F>
<F n="CF_VOLUME">302</F>
<F n="CF_CLOSE">224.97</F>
<F n="CF_OPEN">0.0</F>
<F n="CF_NAME">AMGEN</F>
<F n="CF_CURRENCY">USD</F>
</Fields>
</ChildItem>
<ChildItem Name="AXP.N">
<Status>
<StatusMsg>OK</StatusMsg>
<StatusCode>0</StatusCode>
</Status>
<Fields>
<F n="CF_LAST">163.6</F>
<F n="CF_HIGH">165.17</F>
<F n="CF_LOW">163.26</F>
<F n="CF_BID">0.0</F>
<F n="CF_ASK">0.0</F>
<F n="CF_YIELD">1.0513</F>
<F n="CF_LOTSIZE">100.0</F>
<F n="CF_DATE">31 DEC 2021</F>
<F n="CF_TIME">21:01:00</F>
<F n="CF_EXCHNG">NYS</F>
<F n="CF_VOLUME">0</F>
<F n="CF_CLOSE">163.6</F>
<F n="CF_OPEN">0.0</F>
<F n="CF_NAME">AMER EXPRESS CO</F>
<F n="CF_CURRENCY">USD</F>
</Fields>
</ChildItem>
</Item>
</ItemResponse>
</GetChain_Response_1>
</s:Body>
</s:Envelope>
},
"QoS": {
"TimelinessInfo": {
"TimeInfo": 0,
"Timeliness": "REALTIME"
},
"RateInfo": {
"TimeInfo": 3000,
"Rate": "TICK_BY_TICK"
}
},
"Status": {
"StatusMsg": "OK",
"StatusCode": 0
},
"Fields": {
"F": [
{
"n": "CF_EXCHNG",
"Value": "DJI"
},
{
"n": "CF_NAME",
"Value": "DJ INDU AVERAGE"
},
{
"n": "CF_CURRENCY",
"Value": "USD"
}
]
},
"ChildItem": [
{
"Name": ".DJI",
"Status": {
"StatusMsg": "OK",
"StatusCode": 0
},
"Fields": {
"F": [
{
"n": "CF_LAST",
"h": 18,
"Value": "36338.3"
},
{
"n": "CF_HIGH",
"h": 18,
"Value": "36484.94"
},
{
"n": "CF_LOW",
"h": 18,
"Value": "36303.97"
},
{
"n": "CF_BID",
"h": 18,
"Value": "36257.03"
},
{
"n": "CF_ASK",
"h": 18,
"Value": "36475.06"
},
{
"n": "CF_DATE",
"h": 258,
"Value": "31 DEC 2021"
},
{
"n": "CF_TIME",
"h": 260,
"Value": "22:10:42"
},
{
"n": "CF_EXCHNG",
"h": 261,
"Value": "DJI"
},
{
"n": "CF_VOLUME",
"h": 0,
"Value": "218213126"
},
{
"n": "CF_CLOSE",
"h": 18,
"Value": "36398.08"
},
{
"n": "CF_OPEN",
"h": 18,
"Value": "36385.85"
},
{
"n": "CF_NAME",
"Value": "DJ INDU AVERG"
},
{
"n": "CF_CURRENCY",
"h": 261,
"Value": "USD"
}
]
}
},
{
"Name": "AAPL.OQ",
"Status": {
"StatusMsg": "OK",
"StatusCode": 0
},
"Fields": {
"F": [
{
"n": "CF_LAST",
"h": 22,
"Value": "177.57"
},
{
"n": "CF_HIGH",
"h": 18,
"Value": "178.44"
},
{
"n": "CF_LOW",
"h": 18,
"Value": "177.44"
},
{
"n": "CF_BID",
"h": 18,
"Value": "178.25"
},
{
"n": "CF_ASK",
"h": 18,
"Value": "178.45"
},
{
"n": "CF_YIELD",
"h": 20,
"Value": "0.4956"
},
{
"n": "CF_LOTSIZE",
"h": 0,
"Value": "100.0"
},
{
"n": "CF_DATE",
"h": 258,
"Value": "31 DEC 2021"
},
{
"n": "CF_TIME",
"h": 260,
"Value": "21:00:00"
},
{
"n": "CF_EXCHNG",
"h": 261,
"Value": "NSM"
},
{
"n": "CF_VOLUME",
"h": 0,
"Value": "70253"
},
{
"n": "CF_CLOSE",
"h": 22,
"Value": "177.57"
},
{
"n": "CF_OPEN",
"h": 127,
"Value": "0.0"
},
{
"n": "CF_NAME",
"Value": "APPLE INC"
},
{
"n": "CF_CURRENCY",
"h": 261,
"Value": "USD"
}
]
}
}
]
}
}
}
}
51 Quote Lists
51.1 Overview
The Quote Lists service lets you retrieve prices on multi-instrument and multi-field Quote Lists in a single request. You send a list of the
instruments (RICs) and the fields to the Quote Lists service and the latest available prices for these instruments are returned in the
corresponding format.
51.2.1 Authorization
All requests to Refinitiv Quote List web service require an authorization token. For details, see Understanding Authentication Tokens.
51.2.2 Authentication
Refinitiv Quote List uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in Refinitiv Quote Lists.
For additional information on creating a Service Token, see Creating a Token.
{
"DataType": "Int32",
"Name": "REC_STATUS",
"Int32": 0
}
]
}
}
]
}
]
}
}
}
Name="ConcreteService">
<omm:Utf8String>IDN_FD3</omm:Utf8String>
</omm:Field>
<omm:Field DataType="Int32" Name="MSG_TYPE">
<omm:Int32>0</omm:Int32>
</omm:Field>
<omm:Field DataType="Int32" Name="REC_STATUS">
<omm:Int32>0</omm:Int32>
</omm:Field>
</omm:Fields>
</omm:Item>
</ItemResponse>
</CreateQuoteListResult>
</CreateQuoteList_Response_1>
</s:Body>
</s:Envelope>
{
"CreateQuoteList_Response_1": {
"CreateQuoteListResult": {
"ItemResponse": [
{
"Item": [
{
"RequestKey": {
"Name": "IBM.N",
"Service": "IDN"
},
"QoS": {
"TimelinessInfo": {
"Timeliness": "REALTIME",
"TimeInfo": 0
},
"RateInfo": {
"Rate": "TICK_BY_TICK",
"TimeInfo": 0
}
},
"Status": {
"StatusMsg": "OK",
"StatusCode": 0
},
"Fields": {
"Field": [
{
"DataType": "Double",
"Name": "ASK",
"Double": 134.52
},
"DataType": "Utf8String",
"Name": "BQOS",
"Utf8String": "0"
},
{
"DataType": "Utf8String",
"Name": "PQOS",
"Utf8String": "RT"
},
{
"DataType": "Utf8String",
"Name": "ConcreteService",
"Utf8String": "IDN_FD3"
},
{
"DataType": "Int32",
"Name": "MSG_TYPE",
"Int32": 0
},
{
"DataType": "Int32",
"Name": "REC_STATUS",
"Int32": 0
}
]
}
}
]
}
]
}
}
}
{
"rics_count": 1,
"fids_count": 0,
"updated_at": "2021-12-31T07:46:40.647",
"Value": "list11"
},
{
"rics_count": 1,
"fids_count": 0,
"updated_at": "2021-12-30T16:47:48.17",
"Value": "list3"
}
]
}
}
}
{
"GetQuoteList_Request_1": {
"listName": "list007",
"TrimResponse": false
}
}
{
"DataType": "Int32",
"Name": "MSG_TYPE",
"Int32": 0
},
{
"DataType": "Int32",
"Name": "REC_STATUS",
"Int32": 0
}
]
}
}
]
}
]
}
}
}
<omm:Status>
<omm:StatusMsg>OK</omm:StatusMsg>
<omm:StatusCode>0</omm:StatusCode>
</omm:Status>
<omm:Fields>
<omm:Field DataType="Int32" Name="PROD_PERM">
<omm:Int32>6562</omm:Int32>
</omm:Field>
<omm:Field DataType="Int32" Name="RDNDISPLAY">
<omm:Int32>64</omm:Int32>
</omm:Field>
<omm:Field DataType="Utf8String" Name="DSPLY_NAME">
<omm:Utf8String>THOMSON REUTERS</omm:Utf8String>
</omm:Field>
<omm:Field DataType="Utf8String" Name="RDN_EXCHID">
<omm:Utf8String>NYS</omm:Utf8String>
</omm:Field>
<omm:Field DataType="Double" Name="TRDPRC_1">
<omm:Double>116.54</omm:Double>
</omm:Field>
<omm:Field DataType="Double" Name="CF_ASK">
<omm:Double>116.54</omm:Double>
</omm:Field>
<omm:Field DataType="Double" Name="CF_BID">
<omm:Double>116.48</omm:Double>
</omm:Field>
<omm:Field DataType="Double" Name="CF_CLOSE">
<omm:Double>119.62</omm:Double>
</omm:Field>
<omm:Field DataType="Utf8String" Name="CF_DATE">
<omm:Utf8String>03 JAN 2022</omm:Utf8String>
</omm:Field>
<omm:Field DataType="Utf8String" Name="CF_EXCHNG">
<omm:Utf8String>NYS</omm:Utf8String>
</omm:Field>
<omm:Field DataType="Double" Name="CF_HIGH">
<omm:Double>119.19</omm:Double>
</omm:Field>
<omm:Field DataType="Double" Name="CF_LAST">
<omm:Double>116.54</omm:Double>
</omm:Field>
<omm:Field DataType="Double" Name="CF_LOTSIZE">
<omm:Double>100</omm:Double>
</omm:Field>
<omm:Field DataType="Double" Name="CF_LOW">
<omm:Double>116.44</omm:Double>
</omm:Field>
<omm:Field DataType="Double" Name="CF_NETCHNG">
<omm:Double>-3.08</omm:Double>
</omm:Field>
<omm:Field DataType="Double" Name="CF_OPEN">
<omm:Double>119.19</omm:Double>
</omm:Field>
<omm:Field DataType="Utf8String" Name="CF_SOURCE">
<omm:Utf8String>NYS</omm:Utf8String>
</omm:Field>
"RateInfo": {
"Rate": "TICK_BY_TICK",
"TimeInfo": 3000
}
},
"Status": {
"StatusMsg": "OK",
"StatusCode": 0
},
"Fields": {
"Field": [
{
"DataType": "Int32",
"Name": "PROD_PERM",
"Int32": 6562
},
{
"DataType": "Int32",
"Name": "RDNDISPLAY",
"Int32": 64
},
{
"DataType": "Utf8String",
"Name": "DSPLY_NAME",
"Utf8String": "THOMSON REUTERS"
},
{
"DataType": "Utf8String",
"Name": "RDN_EXCHID",
"Utf8String": "NYS"
},
{
"DataType": "Double",
"Name": "TRDPRC_1",
"Double": 116.38
},
{
"DataType": "Double",
"Name": "TRDPRC_2",
"Double": 116.33
},
{
"DataType": "Double",
"Name": "TRDPRC_3",
"Double": 116.49
},
{
"DataType": "Double",
"Name": "TRDPRC_4",
"Double": 116.55
},
{
"DataType": "Double",
"Name": "TRDPRC_5",
"Double": 116.54
},
},
{
"DataType": "Double",
"Name": "NETCHNG_1",
"Double": -3.24
},
{
"DataType": "Double",
"Name": "HIGH_1",
"Double": 119.19
},
{
"DataType": "Double",
"Name": "LOW_1",
"Double": 116.33
},
{
"DataType": "Utf8String",
"Name": "PRCTCK_1",
"Utf8String": "?"
},
{
"DataType": "Utf8String",
"Name": "CURRENCY",
"Utf8String": "USD"
},
{
"DataType": "Utf8String",
"Name": "TRADE_DATE",
"Utf8String": "03 JAN 2022"
},
{
"DataType": "Utf8String",
"Name": "TRDTIM_1",
"Utf8String": "16:38"
},
{
"DataType": "Double",
"Name": "OPEN_PRC",
"Double": 119.19
},
{
"DataType": "Double",
"Name": "HST_CLOSE",
"Double": 119.62
},
{
"DataType": "Double",
"Name": "BID",
"Double": 116.37
},
{
"DataType": "Double",
"Name": "BID_1",
"Double": 116.37
},
{
"DataType": "Double",
"Name": "BID_1",
"Double": 116.37
},
{
"DataType": "Double",
"Name": "BID_2",
"Double": 116.36
},
{
"DataType": "Double",
"Name": "ASK",
"Double": 116.51
},
{
"DataType": "Utf8String",
"Name": "BQOS",
"Utf8String": "0"
},
{
"DataType": "Utf8String",
"Name": "PQOS",
"Utf8String": "RT"
},
{
"DataType": "Utf8String",
"Name": "ConcreteService",
"Utf8String": "IDN_FD3"
},
{
"DataType": "Int32",
"Name": "MSG_TYPE",
"Int32": 0
},
{
"DataType": "Int32",
"Name": "REC_STATUS",
"Int32": 0
}
]
}
}
]
}
]
}
}
}
</omm:Field>
<omm:Field DataType="Int32" Name="RDNDISPLAY">
<omm:Int32>64</omm:Int32>
</omm:Field>
<omm:Field DataType="Utf8String" Name="DSPLY_NAME">
<omm:Utf8String>INTL BUS MACHINE</omm:Utf8String>
</omm:Field>
<omm:Field DataType="Utf8String" Name="BQOS">
<omm:Utf8String>0</omm:Utf8String>
</omm:Field>
<omm:Field DataType="Utf8String" Name="PQOS">
<omm:Utf8String>RT</omm:Utf8String>
</omm:Field>
<omm:Field DataType="Utf8String" Name="ConcreteService">
<omm:Utf8String>IDN_FD3</omm:Utf8String>
</omm:Field>
<omm:Field DataType="Int32" Name="MSG_TYPE">
<omm:Int32>0</omm:Int32>
</omm:Field>
<omm:Field DataType="Int32" Name="REC_STATUS">
<omm:Int32>0</omm:Int32>
</omm:Field>
</omm:Fields>
</omm:Item>
</ItemResponse>
</RemoveRICsFIDsResult>
</RemoveRICsFIDs_Response_1>
</s:Body>
</s:Envelope>
"Fields": {
"Field": [
{
"DataType": "Double",
"Name": "BID",
"Double": 331.9
},
{
"DataType": "Double",
"Name": "ASK",
"Double": 331.91
},
{
"DataType": "Utf8String",
"Name": "BQOS",
"Utf8String": "0"
},
{
"DataType": "Utf8String",
"Name": "PQOS",
"Utf8String": "RT"
},
{
"DataType": "Utf8String",
"Name": "ConcreteService",
"Utf8String": "IDN_FD3"
},
{
"DataType": "Int32",
"Name": "MSG_TYPE",
"Int32": 0
},
{
"DataType": "Int32",
"Name": "REC_STATUS",
"Int32": 0
}
]
}
}
]
}
]
}
}
}
52 Portfolio Tracker
52.1 Authentication / Authorization
52.1.1 Authorization
All requests to the Portfolio Tracker web service require an authorization token. For details, see Understanding Authentication Tokens.
52.1.2 Authentication
Portfolio Tracker uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your
application authenticates them. Unmanaged effective users are not supported in Portfolio Tracker.
For additional information on creating a ServiceToken, see Creating a Token.
<s:Body>
<GetUserPortfolios_Request_1 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance" xmlns="http://www.reuters.com/ns/2006/05/01/webservices/rkd/
PortfolioTracker_1"/>
</s:Body>
</s:Envelope>
<RICName>IBM.N</RICName>
<SecurityId>1190221</SecurityId>
<InstrumentName>INTL BUS MACHINE</InstrumentName>
<Currency>USD</Currency>
<Last>132.63</Last>
<NetChg_1>1.01</NetChg_1>
<PctChg_1>0.77</PctChg_1>
<Bid>0.0</Bid>
<Ask>0.0</Ask>
<ACVol_1>986548</ACVol_1>
</Instrument>
</Portfolio>
</SellInstruments_Response_1>
</s:Body>
</s:Envelope>
53 Profiles
53.1 Overview
This service allows users to store their broker research search criteria (referred to as "profiles" or "stored searches") in Refinitiv database.
These search criteria may be retrieved at any time by their ID, so you won't have to enter them once again. You can also enable an e-mail
alert to notify you when a document matching your criteria is contributed.
53.2.1 Authorization
All requests to the Profiles web service require an authorization token. For details, see Understanding Authentication Tokens.
53.2.2 Authentication
Profiles uses Refinitiv impersonation tokens for each effective user. In this case, Refinitiv must create each user before your application
authenticates them. Unmanaged effective users are not supported in Profiles.
For additional information on creating a ServiceToken, see Creating a Token.
WSDL
http://api.rkd.refinitiv.com/schemas/Profiles/wsdl/Profiles_1_HttpAndRKDToken.wsdl
</s:Body>
</s:Envelope>