Yield

/FundsXML4/AssetMasterData/Asset/AssetDetails/Bond/Yields/Yield

Diagram

Yield Method xs:string Date xs:date Value xs:decimal

Properties

Type
(anonymous)
Cardinality
1..*
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
6
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
/AssetMasterData/.../Method xs:string ExampleText
/AssetMasterData/.../Date xs:date 2021-10-19
/AssetMasterData/.../Value xs:decimal 614.97

XML Snippet

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            maxOccurs="unbounded"
            name="Yield">
   <xs:complexType>
      <xs:sequence>
         <xs:element name="Method" type="xs:string"/>
         <xs:element name="Date" type="xs:date"/>
         <xs:element name="Value" type="xs:decimal"/>
      </xs:sequence>
   </xs:complexType>
</xs:element>