BoughtAmount

/FundsXML4/Funds/Fund/Subfunds/Subfund/Segments/Segment/ShareClasses/ShareClass/Portfolios/Portfolio/Transactions/Transaction/FxSpot/BoughtAmount

Diagram

BoughtAmount Currency ISOCurrencyCodeType [1] Value xs:decimal [1] @isBaseCCY xs:boolean [1]

Properties

Type
(anonymous)
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
16

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
ISOCurrencyCodeType

Currency code (ISO 4217)

[AUTO] Währungscode (ISO 4217)

Devise code (ISO 4217)

Valuta code (ISO 4217)

LPC
xs:decimal

Decimal value of the amount

[AUTO] Dezimalwert des Betrags

Decimal valeur de montant

Decimal waarde van bedrag

888.98
xs:boolean true

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="BoughtAmount">
   <xs:complexType>
      <xs:complexContent>
         <xs:extension base="SingleAmountType">
            <xs:attribute name="isBaseCCY" type="xs:boolean"/>
         </xs:extension>
      </xs:complexContent>
   </xs:complexType>
</xs:element>