CurrencyBuy

/FundsXML4/AssetMasterData/Asset/AssetDetails/FXForward/CurrencyBuy

Diagram

CurrencyBuy Currency bought @isBaseCCY xs:boolean

Documentation

Currency bought

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
5
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
/AssetMasterData/.../@isBaseCCY xs:boolean true

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"
            name="CurrencyBuy">
   <xs:annotation>
      <xs:documentation>Currency bought</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:simpleContent>
         <xs:extension base="ISOCurrencyCodeType">
            <xs:attribute name="isBaseCCY" type="xs:boolean"/>
         </xs:extension>
      </xs:simpleContent>
   </xs:complexType>
</xs:element>