CurrencySell

/FundsXML4/AssetMasterData/Asset/AssetDetails/FXForward/CurrencySell

Diagram

CurrencySell @isBaseCCY xs:boolean [1]

Documentation

EN

Currency sold

DE

Währung sold

FR

Devise sold

NL

Valuta sold

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="CurrencySell">
   <xs:annotation>
      <xs:documentation xml:lang="en">Currency sold</xs:documentation>
      <xs:documentation xml:lang="de">Währung sold</xs:documentation>
      <xs:documentation xml:lang="fr">Devise sold</xs:documentation>
      <xs:documentation xml:lang="nl">Valuta sold</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>