RIXML.org    RIXML.org message boards    XML and Schema-specific discussion    Use of Rating element
Go
Post
Find
Notify
Tools
Reply
  
Use of Rating element
 Login/Join
 
Posted
We are trying to represent issuer level recommendations using RIXML. We have about 5 possible recommendation types all internal to our company. While I can specify that the rating is 'PublisherDefined' where can I specify the type of rating i.e. CDS/Fundamental Outlook etc?
 
Posts: 1 | Registered: 25 January 2007Reply With QuoteReport This Post
Standards Committee, Chair
Posted Hide Post
For a publisher-defined rating, you would specify rating attribute as "PublisherDefined", and the rating value as the text value of the Rating.PublisherDefinedValue element. The Rating.Description element can be used for further commentary on the meaning of the rating. For example:

<Issuer ... >
<Rating rating="PublisherDefined" ... >
<PublisherDefinedValue>
MyBuy
</PublisherDefinedValue>
<Description>
CDS/Fundamental Outlook, etc.
</Description>
...
</Rating>
...
</Issuer>

I hope that's helpful. Best regards...
 
Posts: 92 | Location: New York, NY, USA | Registered: 03 January 2003Reply With QuoteReport This Post
  Powered by Social Strata  
 

RIXML.org    RIXML.org message boards    XML and Schema-specific discussion    Use of Rating element

© Rixml.org Ltd. 2002-2004