CurrencyBuy

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

Diagram

CurrencyBuy @isBaseCCY xs:boolean [1]

Documentation

EN

Currency bought

DE

Währung bought

FR

Devise bought

NL

Valuta bought

Properties

Type
ISOCurrencyCodeType
Cardinality
1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
5

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
xs:boolean false

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="CurrencyBuy">
   <xs:annotation>
      <xs:documentation xml:lang="en">Currency bought</xs:documentation>
      <xs:documentation xml:lang="de">Währung bought</xs:documentation>
      <xs:documentation xml:lang="fr">Devise bought</xs:documentation>
      <xs:documentation xml:lang="nl">Valuta 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>