SoldAmount

/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/Segments/Segment/SegmentDynamicData/Portfolios/Portfolio/Transactions/Transaction/FxSpot/SoldAmount

Diagram

SoldAmount 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)

JEB
xs:decimal

Decimal value of the amount

[AUTO] Dezimalwert des Betrags

Decimal valeur de montant

Decimal waarde van bedrag

927.13
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="SoldAmount">
   <xs:complexType>
      <xs:complexContent>
         <xs:extension base="SingleAmountType">
            <xs:attribute name="isBaseCCY" type="xs:boolean"/>
         </xs:extension>
      </xs:complexContent>
   </xs:complexType>
</xs:element>